/* 

Common Layout Styles for all Pages

*/

body
{
	margin:0 auto;
	height:100%;
	background-image:url(../images/Backgrounds/Main_BG.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.Site_Wrapper {
	position:absolute;
	top:0px;
	left:50%;
	height:1000px;
	width:980px;
	margin-left:-490px;
	background-color:#FFFFFF;
	z-index:2;
}

.Content_Wrapper {
	position:absolute;
	top:210px;
	left:50%;
	width:960px;
	margin-left:-480px;
	background-color:#FFFFFF;
	z-index:300;
}

.Header {
	font-family: Georgia, Times New Roman, serif;
	text-align:right;
	font-size:14px;
	line-height:40px;
	color:#FFCCCC;
	position:absolute;
	top:0px;
	left:50%;
	height:40px;
	width:960px;
	margin-left:-480px;
	background-image:url(../images/Backgrounds/Header_BG_1.jpg);
	background-repeat:no-repeat;
	z-index:100;
}

.Branding {
	position:absolute;
	top:40px;
	left:50%;
	height:120px;
	width:960px;
	margin-left:-480px;
	background-image:url(../images/Backgrounds/Header_BG_2.jpg);
	background-repeat:repeat-x;
	z-index:200;
}

.Search {
	font-family: Georgia, Times New Roman, serif;
	text-align:left;
	font-size:14px;
	text-indent:20px;
	line-height:50px;
	color:#FFFFFF;
	position:absolute;
	top:160px;
	left:50%;
	height:50px;
	width:960px;
	margin-left:-480px;
	background-image:url(../images/Backgrounds/Search_BG.jpg);
	background-repeat:repeat-x;
	z-index:150;
}

.LastUpdate {
	font-family: Georgia, Times New Roman, serif;
	text-align:left;
	text-indent:20px;
	font-size:12px;
	line-height:50px;
	color:#33CC99;
	position:relative;
	left:50%;
	height:50px;
	width:960px;
	margin-left:-480px;
	background-image:url(../images/Backgrounds/Search_BG.jpg);
	background-repeat:repeat-x;
	z-index:1800;
}

.Footer {
	position:relative;
	left:50%;
	height:120px;
	width:960px;
	margin-left:-480px;
	background-image:url(../images/Backgrounds/Footer_BG.jpg);
	background-repeat:repeat-x;
	z-index:1750;
}

.Footer_Logo {
	position:absolute;
	height:120px;
	width:100px;
	background-image:url(../images/Branding/Logo_Footer.jpg);
	background-repeat:no-repeat;
	z-index:2100;
	margin-left:430px;
}





/* 

Common Text Styles for all Pages

*/

.Header a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.Header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.Header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.Header a:active {
	color:#660000;
	text-decoration:none;
}

.Search_Box {
	font-family: Georgia, Times New Roman, serif;
	text-align:right;
	font-size:14px;
	line-height:50px;
	color:#FFFFFF;
	position:absolute;
	top:160px;
	left:50%;
	height:50px;
	width:460px;
	z-index:180;
}

.LastUpdate #highlight {
	color:#FFFFFF;
}

.Footer_Left {
	position:absolute;
	height:90px;
	width:410px;
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	margin:30px 0px 0px 20px;
}

.Footer_Left a:link {
	font-family: Verdana, Arial, sans serif;
	color:#FFFFFF;
	text-decoration:none;
}

.Footer_Left a:visited {
	font-family: Verdana, Arial, sans serif;
	color:#FFFFFF;
	text-decoration:none;
}

.Footer_Left a:hover {
	font-family: Verdana, Arial, sans serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.Footer_Left a:active {
	font-family: Verdana, Arial, sans serif;
	color:#330000;
	text-decoration:none;
}

.Footer_Right {
	position:absolute;
	height:90px;
	width:410px;
	font-family: Verdana, Arial, sans serif;
	text-align:right;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	margin:30px 0px 0px 530px;
}

.Footer_Right a:link {
	font-family: Verdana, Arial, sans serif;
	color:#FFFFFF;
	text-decoration:none;
}

.Footer_Right a:visited {
	font-family: Verdana, Arial, sans serif;
	color:#FFFFFF;
	text-decoration:none;
}

.Footer_Right a:hover {
	font-family: Verdana, Arial, sans serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.Footer_Right a:active {
	font-family: Verdana, Arial, sans serif;
	color:#330000;
	text-decoration:none;
}





/* 

Common GNS Styles for all Pages

*/

.GNS_Wrapper {
	position:absolute;
	top:0px;
	left:0px;
	height:670px;
	width:220px;
	background-image:url(../images/Backgrounds/GNS_BG.jpg);
	background-repeat:no-repeat;
	z-index:1200;
}

.GNS_Title {
	font-family: Georgia, Times New Roman, serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color:#990000;
	text-transform:capitalize;
	padding:20px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	border-bottom:1px solid #336600;
}

.GNS_List ul {
	text-transform:capitalize;
	margin:0px;
	list-style-type: none;
	padding:0px 20px 0px 20px;
}

.GNS_List ul li a:link {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #333333;
	text-decoration:none;
	display:block;
	height:22px;
	width:180px;
	background-image:url(../images/GNS/Bullett_Up.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px dotted #999999;
}

.GNS_List ul li a:visited {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #333333;
	text-decoration:none;
	display:block;
	height:22px;
	width:180px;
	background-image:url(../images/GNS/Bullett_Up.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px dotted #999999;
}

.GNS_List ul li a:hover {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #990000;
	background-color:#DDEAE3;
	text-decoration:none;
	display:block;
	height:22px;
	width:180px;
	background-image:url(../images/GNS/Bullett_Over.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px dotted #999999;
}

.GNS_List ul li a:active {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:11px;
	line-height:22px;
	color: #330000;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	height:22px;
	width:180px;
	background-image:url(../images/GNS/Bullett_Over.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px dotted #999999;
}





/* 

Common LNS Level 1 Styles for all Pages

*/


.LNS_Wrapper {
	position:absolute;
	top:161px;
	left:490px;
	height:490px;
	width:190px;
	background-image:url(../images/Backgrounds/LNS_BG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:0px;
	padding-top:0px;
}

.LNS_Title {
	font-family: Georgia, Times New Roman, serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color:#990000;
	text-transform:capitalize;
	padding:10px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	border-bottom:1px solid #336600;
}

.LNS_List ul {
	text-transform:capitalize;
	margin:0px;
	list-style-type: none;
	padding:0px 10px 0px 10px;
}

.LNS_List ul li a:link {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #333333;
	text-decoration:none;
	display:block;
	min-height:22px;
	width:170px;
	border-bottom:1px dotted #999999;
}

.LNS_List ul li a:visited {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #333333;
	text-decoration:none;
	display:block;
	min-height:22px;
	width:170px;
	border-bottom:1px dotted #999999;
}

.LNS_List ul li a:hover {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #990000;
	background-color:#DDDDDD;
	text-decoration:none;
	display:block;
	min-height:22px;
	width:170px;
	border-bottom:1px dotted #999999;
}

.LNS_List ul li a:active {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:11px;
	line-height:22px;
	color: #330000;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	min-height:22px;
	width:170px;
	border-bottom:1px dotted #999999;
}




/* 

Common LNS Level 1 Styles for all Pages

*/



.LNS_List ul ul {
	text-transform:capitalize;
	margin:0px;
	list-style-type: none;
	padding:0px 0px 0px 8px;
}

.LNS_List ul ul li a:link {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #666666;
	text-decoration:none;
	display:block;
	min-height:22px;
	width:162px;
	border-bottom:1px dotted #999999;
}

.LNS_List ul ul li a:visited {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #666666;
	text-decoration:none;
	display:block;
	min-height:22px;
	width:162px;
	border-bottom:1px dotted #999999;
}

.LNS_List ul ul li a:hover {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:12px;
	line-height:22px;
	color: #990000;
	background-color:#FFFFFF;
	text-decoration:none;
	display:block;
	min-height:22px;
	width:162px;
	border-bottom:1px dotted #999999;
}

.LNS_List ul ul li a:active {
	font-family: Verdana, Arial, sans serif;
	text-align:left;
	font-size:11px;
	line-height:22px;
	color: #330000;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	min-height:22px;
	width:162px;
	border-bottom:1px dotted #999999;
}
