﻿
@import url(reset.css);
@import url(type.css);

html, body {height: 100%;}

body {background: #000 url(css-img/body-bg.png) repeat-x center top;}

/*universal classes +++++++++++++++++++++++++++++++++*/

.clear {
	clear: both;
}
.left {
	float: left;
}
.left25 {
	float: left; margin-left:25px
}
.right {
	float: right;
}
.right25 {
	float: right; 
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.hidden {
	display: none;
}

.noPad {
	padding: 0;
}

.pad10 {
	padding: 10px;
}

.pad-left-10 {
	padding-left: 10px;
}

.pad20 {
	padding: 20px;
}

.pad-sides-24 /*mimic a paragraph*/ {
	padding: 0 24px;
}

.pad1em{
	padding: 1em;
}

.cell {padding: 12px 10px 0;}
/*display classes____________________________________*/

#wrap
{
margin: 0 auto;
 min-width:1000px; max-width:1052px; width: auto;
 background: #000 url(css-img/body-bg2.png) repeat-x center top;
}

/*layout blocks _____________________________________*/
#main-wrap {
	margin: 0 auto;
	width: 1000px;
}

#header {
	background: url(css-img/header_bg.jpg) no-repeat 0 0;
	height: 156px;
	position: relative;
	width: 980px;
	border-top:solid 13px #fff;
	border-left:solid 10px #fff;
	border-bottom:solid 10px #fff;
	border-right:solid 10px #fff;
}

	#logo {
		/*background: url(css-img/header_h1.png) no-repeat 0 0;*/
		height: 137px;
		left: 23px;
		position: absolute;
		top: 7px;
		width: 169px;
	}
	
		a.logo:link, a.logo:visited {
			display: block;
			height: 137px;
			overflow: hidden;
			text-indent: -9999px;
			width: 169px;
			position: relative;
			z-index: 1;
		}
		
		a.logo:hover {
		    background: url(css-img/logo_on.png) no-repeat 0 0;
	        display: block;
			height: 137px;
			overflow: hidden;
			text-indent: -9999px;
			width: 169px;
			position: relative;
			z-index: 5;
	}

	
	#header h1 {
		color: #fff; position: absolute; width:460px;
		font-family: Arial, sans-serif;
		font-size: 30px;
		margin:120px 0 0 220px;
		font-weight:bold;
		text-align: center;
		padding-top: 0px;
	}
	
	#header h2 {
		color: #ff9933; position: absolute; width:460px;
		font-family: Arial, sans-serif;
		font-size: 17px;
		line-height:28px;
		margin:26px 0 0 220px;
		font-weight:normal;
		text-align: center;
		padding-top: 5px;
	}

	#header #versions {
		width: 204px; float:right;
		height:14px;
		font-size:9px;
		line-height:12px;
		margin-left:25px;
		text-align:right;
		padding-top: 140px;
	}
	    #header #versions a{
	         margin:0 3px 0 3px;
	    }
		
	#h3google {
		/*background: url(css-img/header_h3.gif) no-repeat 0 0;*/
		height:90px;
		left: 238px;
		position: absolute;
		top: 12px;
		width: 728px;
		margin: 0;
	}

		
				
#body {
	position: relative;
	width: 1000px;

}


	#content-wrap 
	{
	    margin-left: -25em;
		width: 100%;
		float: right;
		background-color:#fff; 
		background: url(css-img/content-wrap-bg.png) repeat-y 0 0;
		min-height:960px;
	}
		#content {
			/*background: #fff url(css-img/content-bg.jpg) no-repeat right top;*/
			float: none;
			width: 800px;
			margin-left: 180px;
			padding-bottom: 0px;
			min-height: 950px;
		}

 	#sidebar 
 	{
 	    margin-left:10px;
		float: left;	
		width: 180px;
		background-color:#d9eeee;
	}
	
		a.ymbutton { padding:4px; display:block; text-align:center; width:162px; height:22px; color: #fff; font-size:13px; text-decoration:none; background-color:#dc7330; border-bottom:solid 1px #fff;}
		a.ymbutton:hover { padding:4px; display:block; text-align:center; width:162px; height:22px; color: #000; font-size:13px;  text-decoration:none; background-color:#dc7330}
	    a.ymbuttonLast { padding:4px; display:block; text-align:center; width:162px; height:22px; color: #fff; font-size:13px;  text-decoration:none; background-color:#dc7330; }
		a.ymbuttonLast:hover { padding:4px; display:block; text-align:center; width:162px; height:22px; color: #000; font-size:13px;  text-decoration:none; }
	
		#sidebar-nav, .sidebar-nav { width:170px;
			/*background: #c5b491 url(css-img/sidebar-bg.gif) repeat-y 0 0;*/
			padding: 4px 5px 4px 5px;
		    border-bottom:solid 6px #fff;
			margin: 0;
			background-color:#dc7330;
		}
		
			#sidebar img{
			margin: 4px 0 0px 0; border: 1px solid #000;
			}
		

		
#footer {
	background: #000; 
	border-top: solid 13px #fff;
	padding-top:17px;
	clear: both;
	display: block;
	height: 130px;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#footer-wrap {
	display: block;
	width:600px; 
	position: relative;
}


	#footer-nav {
		color:#dc7330;
		top: 5px;
		position: absolute;
		left: 0;
		margin: 0;
		font-size: 13px; text-align:left;
		
	}	
	#footer-nav a {
		color:#dc7330; letter-spacing:2px;  font-weight:normal; text-decoration:none;
		font-size: 13px; 
		
	}	
	
	#footer .contact  {
		position: absolute;
		top: 40px;
		color: #fff;
		text-align: left;
		padding: 0;
		margin: 0;
		font-size:13px;
		line-height:20px;
	}


/* Menu "Panels" */

.row {
 clear: both;
 display:block;
 width: auto;
}


/* horizontal page menu (navigation) */

ul.horizontalPageMenu { font-size:14px; margin:5px 24px 12px 22px; border-bottom: solid 1px #d9eeee; padding-bottom:1px;
}

ul.horizontalPageMenu li {font-size:14px;
	display: inline;
	
}

	ul.horizontalPageMenu li a, 
	ul.horizontalPageMenu li a:visited, 
	ul.horizontalPageMenu li a:link  {
		padding:  3px 5px 1px 5px; color:#0d2632; font-weight:bold; 
	}
	ul.horizontalPageMenu li a:hover  {
		padding: 3px 4px 2px 4px; color:#000; text-decoration:none; background: #fbffc1;  border: solid 1px #d9eeee;
	}


	ul.horizontalPageMenu li.active a{
		padding: 3px 5px 2px 5px;
		background: #d9eeee;
		color: #000;border: solid 1px #d9eeee;
	}
		





		
ul.vPageMenu { padding:1px; margin:10px 10px 10px 5px; border-right:solid 1px #ddd;
}

ul.vPageMenu li {
	display:block;
	padding:3px;
	
}

	ul.vPageMenu li a {
		padding: 3px;
		color: #666;
	}
	
    ul.vPageMenu li a:link, ul.vPageMenu li a:visited {
				color: #666; font-size:12px; font-family: Arial, sans-serif;
				}
				
	ul.vPageMenu li a:hover {
				color: #4d91b1;
				}

	ul.vPageMenu li.active a{
		background: #4d91b1;
		color: #fff;
	}	
/*accordion */

#accordion.dyn li p {
	display: none;
}

#accordion li a, #accordion li.close a{
	display: block;
	padding: 6px 32px;
	background: #c3a6b2 url(css-img/ra-sprite.png) no-repeat 5px -244px;
	border-bottom: 1px solid #9E3662;
}

#accordion li.open a{
	display: block;
	padding: 6px 32px;
    background: #fff url(css-img/ra-sprite.png) no-repeat 5px -265px;
	border-bottom: 1px solid #ddd;
}



/*assessment Forms*/

.assessForm { 
	/*width: 626px;
	margin: 0 auto;*/
	padding: 4px 6px;
}


p.formInstruction {
	padding: 4px;
	background: #EEE6DC;
	margin: 12px auto;
	/*border: 1px solid #a3b0b6;*/
}

form.standard {
	width: 420px;
	margin: 0 auto;
}

fieldset {
	width: 460px;
	padding-bottom: 20px;
	display: block;
}
.ftable {
	border-collapse:collapse;
	border-spacing:0; width:100%;
}

		.ftable td, .ftable th { 
		padding: 0px;
		 vertical-align:top;}
	



/* datatables *__________________________________________________________________________datatables*/

table.standard {
	border-collapse: collapse;
	width: 94%; /*expands to container*/
	}

table.standard {
	border: 1px solid #dadada; margin-left: 25px;
}

table.standard td {
	padding: 8px;
	border: 1px solid #dadada;
}

table.standard tr.header td {
	font-weight: bold;
	background: #fafafa;
}

table.noboard, table.noboard tr, table.noboard td {
	border: none 0; padding: 1px;
	}
	
table.home {
	border-collapse: collapse; margin-left: 25px; border:none 0;
	width: 94%; 
	}

table.home td {
	padding: 2px;
}

/*unique */

#landingConsultLink {
	margin: 60px 0 0 100px;
}

p#final {
clear: both;
padding: 20px 0;
margin: 20px 0;
}

/*images */
.prov-arms {
	margin-right: 6px;
}

/*a.Text */
a.text:link, a.text:visited {
	color: #222222;
	font-weight:normal;
	text-decoration: underline;
}

	a.text:hover, a.text:active{
	color: #dc7330;
	font-weight: normal;
	text-decoration:underline;
}



.ml20 { margin-left:20px; font-size:14px; line-height:22px;}
.ml25 { margin-left:25px; font-size:14px; line-height:22px;}
.divBlock4 { margin:5px 0 15px 25px; font-size:14px; line-height:22px;}

	ul.footer li a {
		 color:#0d2632; text-decoration:none; font-size:10px;
		 
	}
	ul.footer li a:hover  {
		padding: 3px 3px 1px 2px; color:#4d91b1; text-decoration:underline; font-size:10px;
	}
		
a.nowrap{white-space:nowrap; font-size:10px; padding: 3px 4px 1px 0px; color:#0d2632; text-decoration:underline;}

.sitesteady {
	background: url(css-img/site_steady.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.siteup {
	background: url(css-img/site_up.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.sitedown { vertical-align:text-top;
	background: url(css-img/site_down.jpg) no-repeat 0 0;
	height: 47px; padding-left:45px; 
	margin-left:175px;
	position: relative;
	width: 200px;
}
.sitenone {
	height: 0px;  
	position: relative;
	width: 200px;
}

/*Modal Popup*/
.modalBackground {background-color:Gray; filter:alpha(opacity=70); opacity:0.7; }
.modalPopup { background-color:#ffffff; border-width:3px; border-style:solid; border-color:Gray; padding:3px;  }


#f_div{width:160px; height:120px; margin:0 auto; overflow:hidden;}
#f_imgDiv{width:160px; height:120px; overflow:hidden;}
#f_img{filter:progid:DXImageTransform.Microsoft.Fade(Overlap=1.00); border:0;}	
#f_infoDiv{width:100%;top:-16px !important;top:-18px; position:relative;}
		#f_buttonDiv{width:100%; margin-right:1px; height:17px; overflow:hidden; text-align:left;}	
		#f_line{width:100%;height:1px;background:#fff; overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(startX=0, startY=0, finishX=50, finishY=100,style=1,opacity=0,finishOpacity=100)}
		#f_buttonDiv div{width:1px;height:17px; background:#fff; float:right;}
		#f_buttonDiv .bg{width:21px; height:17px; background:#c3cdd0; float:right; filter:Alpha(Opacity=50);}
		#f_buttonDiv a{width:21px;height:17px !important;height:17px;float:right;padding-bottom:1px;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:10px;text-align:center;display:block;overflow:hidden;text-decoration:none;position:absolute;}	
	    #f_buttonDiv a:link,#f_buttonDiv a:visited,#f_buttonDiv a:active{color:#000;}
		#f_buttonDiv a:hover{background:#c3cdd0;color:#fff;}
		#f_buttonDiv a.on:link,#f_buttonDiv a.on:visited,#f_buttonDiv a.on:active,#f_buttonDiv a.on:hover{background:#333333;color:#fff;}
		#f_buttonDiv a.on:hover{background:#c3cdd0;}
		#f_text{height:16px; line-height:16px; font-family:Arial; overflow: hidden;text-align:center;font-size:10px; background-color:#eee; margin-top:1px; border-top:1px solid #ccc;}
		#f_text a:link,#f_text a:visited,#f_text a:active{color:#251d5c;text-decoration: none; font-size:10px;}
		#f_text a:hover{color:#8e221b;text-decoration:none;font-size:10px;}
		
		

.boxPC { width: 300px; float:left; border:3px solid #d9eeee; padding:9px; margin:0 20px 15px 20px;}
.box { width: 270px; float:left; border:3px solid #d9eeee; padding:8px; margin:0 20px 15px 20px;}
.boxListAZ { text-align:center; width: 712px; border:3px solid #d9eeee; padding:8px; margin:0 20px 15px 24px;}
.textNowrap {white-space:nowrap;}
.ifcontact{ font-size:12px; font-style:italic;margin:15PX 0 15PX 25PX;;color:#666; }
.wright{ width:170px;}
.picBorder{border: 1px solid #666; width:164px; text-align:center; padding:1px}
#divPager{width: 532px; margin-top: 15px;margin-bottom: 15px; border:1px solid #d9eeee; padding:3px;}

#divExchange{margin: 15px 10px 15px 25px;}

a.main:link, a.main:visited {
	color: #dc7330;
	font-size:13px;
	font-weight: bold;
	text-decoration: underline;
}

	a.main:hover, a.main:active{
	color: #b35c2c;
	font-weight: bold;
	text-decoration: underline;
}


a.linkAZ:link, a.linkAZ:visited {
	color: #dc7330;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

	a.linkAZ:hover, a.linkAZ:active{
	color: #b35c2c;
	font-weight:bold;
	text-decoration: underline;
}

.mainText{ font-size:13px;}
.mainBoxWrap{overflow: hidden; width: 95%; margin-left:25px;}


.lbTitle { padding:8px; font-weight:bold;  font-size:14px;}

.url {
	color: #999;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
}

a.url:link, a.url:visited {
	color: #999;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
}

	a.url:hover, a.url:active{
	color: #dc7330;
	font-weight: normal;
	text-decoration: underline;
}


.ContextMenuPanel{border: 1px solid #222; z-index: 1000;  background-color:#cedbde;  cursor: default;  padding:2px 3px 2px 3px; }
a.ContextMenuItem{margin: 1px 0 1px 0; display: block; color: #0D2632;	text-decoration: none;	cursor: pointer; padding: 1px 5px 1px 5px; white-space: nowrap;font-weight:normal; font-size: 14px; line-height:19px}
a.ContextMenuItem:hover{ background-color: #eee; color: #000;	border: 1px solid #222;	padding: 0px 4px 0px 4px; text-decoration:none;font-weight:normal; font-size: 14px;}
