html,body{margin:0;padding:0}
body{font-family:Verdana,Georgia,serif; text-align: left;}

#clear_right{clear:right;}
#clear_left{clear:left;}

#container{width:720px; min-height:700px; margin:0;text-align:left;background: url("../images/maincontent_bg.jpg") repeat-y;}
#container h1{font-size: 30px;color: #ffffff;font-style:normal;font-weight:normal;margin:0;padding:0; width:660px;}
#container h2{font-size: 20px;color: #ffffff;font-style:normal;font-weight:normal;margin:0;padding:0; width:660px;}
#container h3{font-size: 20px;color: #8c2a71;font-style:normal;font-weight:normal;margin:15px 0 0 0;padding:0; width:660px;}
#container p{font-size: 11px;color: #ffc7ee;font-style:normal;font-weight:normal;margin:0;padding:5px 0 0 0; width:580px;}
/*Header*/
#header{text-align:left;width: 720px; height:273px;}
#headerimage{width: 720px; height:273px;background: url("../images/shinefour_logo.gif") no-repeat;}
/*Navigation*/
#mainNavigation{width:100%; height: 36px; margin:0;padding:0 0 0 10px; background: url("../images/header_nav.jpg") no-repeat;}
#mainNavigation p{color: #4e84c4; margin: 0px; padding-top:10px;}
#mainNavigation li{float:left; list-style:none; font-size: 12px; color:#aaaaaa; margin: 0 10px 0 3px;}
#mainNavigation a{margin:0; font-size: 12px;color: #424242; text-decoration:none;border:none;}

#mainNavigationNew{position:absolute;top:245px; width:251px; height: 25px; padding:0 0 0 5px;margin:0 0 0 45px; background-color:#ffffff; }
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/tab_padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {font-size: 10px;color: #424242; text-decoration:none;border:none; padding:0;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:14px; background:transparent;z-index:70;}

/* style the sub-level lists */
.menu ul ul {width:625px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; height:12px;  display:block; margin-right:2px;}

/* style the sub level list items */
.menu ul ul li {display:block; width:100px; height:auto; line-height:1em;}
.menu ul ul li.last {padding-bottom:10px; background:url(tab/sub_bottom.gif) bottom left no-repeat;}
.menu ul ul ul li.last {padding-bottom:10px; background:url(tab/two_bottom.gif) bottom left no-repeat;}
.menu ul ul ul ul li.last {padding-bottom:10px; background:url(tab/three_bottom.gif) bottom left no-repeat;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; float:left; height:24px;margin-right:10px; font-size: 12px;color: #424242; text-decoration:none;border:none; padding:7px 0 0 2px; text-align:left;border:0;}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:125px; w\idth:115px;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;width:128px; height:100%; line-height:1em; padding:5px 10px; border:1px solid #fff;font-size: 12px;color: #ffffff; text-decoration:none;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:150px; w\idth:128px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:10px; z-index:1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#477;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#a77;}



/* style the level hovers */
/* first */
* html .menu a:hover {color:#8c2a71; border:0; height:25px; position:relative; z-index:100;}
.menu li:hover {position:relative;}

.menu :hover > a {color:#8c2a71; border:0; height:25px;}
/* second */
* html .menu ul ul a:hover{color:#ff0; background:#fff; position:relative; z-index:110; height:100%; border:1px solid #000; border-width:0 1px;}

.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#ccc; z-index:110; height:100%; border:1px solid #ccc; }
/* third */
* html .menu ul ul ul a:hover {background:#a77; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#555;}
/* fourth */
.menu ul ul ul ul a:hover {background:#555; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0; top:25px; left:0; width:150px;}

/* position the third level flyout menu */
.menu ul ul ul{top:-10px; width:150px;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {visibility:visible; height:auto; padding:0px 30px 30px 30px; background:transparent url(tab/sub_top.gif) 30px 0 no-repeat; left:-30px;}
.menu ul :hover ul.left {visibility:visible; height:auto; padding:0px 30px 30px 30px; background:transparent url(tab/sub_top_left.gif) 30px 0 no-repeat; left:-55px;}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible; left:90px; height:auto; padding:10px 30px 30px 30px; background:transparent url(tab/two_top.gif) 30px 0 no-repeat;}
.menu ul :hover ul.left :hover ul {left:-150px;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible; left:90px; height:auto; padding:10px 30px 30px 30px; background:transparent url(tab/three_top.gif) 30px 0 no-repeat;}

/*=================================================================== */

#nav_active a{color:#8c2a71;}

/*Main*/
#wrapper{ width:720px; margin:0; min-height:200px;background: url("../images/shinefour_mainbg.gif") repeat-y;}
#wrapper img {margin: 0;}

#main_corner_top{text-align:right; width:720px; height:11px;}

#content{margin:10px 0 0 45px;}

/*MainContent SUB1*/
#sub1Trailer{width:716px; height:215px; background:#cccccc; margin-top:10px; padding:0;}

#sitebar{position:absolute;top:140px; left: 730px; width:230px;}

#sub1MainContentBoxWS{ float:left; width: 230px; margin:25px 25px 0 25px; padding: 0px;}
#sub1MainContentSitebar{ margin: 0; padding:0; width: 230px; }
#sub1MainContentSitebar h1{width:220px;color:#8c2a71;font-size: 16px; margin: 7px;}
#sub1MainContentSitebar h2{width:220px;color:#8c2a71;font-size: 14px; margin: 7px;}
#sub1MainContentSitebar p{width:220px;color:#8c2a71;font-size: 12px; margin: 7px;}

/*Bottom*/
#bottom{float:left;width:720px; height: 80px; color:#000;}

/* -----------footer--------------------------- */
#footer {
clear: both;
width:730px;
border-top: #eeeeee 1px solid;
margin: 0 0 0 45px;
padding: 5px;
text-align: left; 
}

#footer a{
	float: left;
	margin-right: 3px;
}

#footer p {
	margin:0;
	padding:0;
	margin-left: 240px;
	width:300px;
	font-size: 11px;
	color: #888888; 
}

