/*	
	Table Of Contents
	
	1. =GENERAL
	2. =HEADER
		2.1 =LOGO
		2.2 =NAVIGATION
	3. =CONTENT
		3.1 =MAIN CONTENT
		3.2 =SIDEBAR
			3.2.1 =SIDEBAR NAVIGATION
			3.2.2 =CONTACT INFO 
	4. =FOOTER
	5. =MISC
		5.1 =ROUNDED CORNERS
		5.2 =CONTACT FORM	
				
-----------------------------------------------------------------------------------*/

/* =GENERAL
------------------ */

body { margin:0; padding:0;
	   background:#114E7B url(images/bg.gif) repeat-x top left; 
	   color:#3e3e3e;
	   font:normal 14px Arial, Helvetica, sans-serif; position:relative;  }
	   
/*#fixed-body { margin:0; padding:0;
	  		  background:#114E7B url(images/bg.gif) repeat-x top left; 
	   		  color:#666;
	   		  font:normal 14px Arial, Helvetica, sans-serif; 
			  position:relative;
			  height: 1200px;
			  max-height: 50%; }*/
			   
a { color:#005EB3; }
a:hover { }

img{ border:none; }
	
table{ width:100%; margin-bottom:15px; line-height:24px; }
th{ border-top:3px solid #970205; padding:7px 10px; color:#fff;  background-color:#CA0308; text-align:left; }
td{ border-bottom:1px solid #f4f4f4; padding:10px; }

code{ display:block; margin-bottom:15px; padding:10px; border-left:5px solid #ddd; }

blockquote{ display:block; margin:15px; padding-left:50px; background:#fff url(images/blockquote-quotemark.gif) no-repeat top left; }
blockquote p{ font-style:italic; font-family:Georgia,"Times New Roman",Times,serif; margin:0; height:1%; }

/* align images + text */	

.img-left{ float:left; margin:10px 15px 15px 5px; }		/* Add this to any image you want to left align  */
.img-right{ float:right; margin:10px 5px 15px 15px; }	/* Add this to any image you want to right align */

.img-arrow-right{ position:absolute; margin: 5px 0px 0px 5px;  }
.img-arrow-left{ position:absolute; margin: 5px 55px 0px 0px;  }

.text-right{ text-align:right; }
.text-center{ text-align:center; }

/* Clear Fix Hack - add  class="fixed"  to div's that have floated elements in them */

.fixed:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
	.fixed{display:block;}
	.fixedHeight{height:550px;}
	.fixedHeight2{height:688px;}
	/*  \*/
	.fixed{min-height:1%;}
	* html .fixed{height:1%;}


/* =HEADER
------------------ */

#header { margin:30px auto 0px auto; padding-bottom: 0px; width:900px; background-color:#FFFFFF;   }

	/* =LOGO
	------------------*/
	
	.logo { padding:55px 0 20px 30px; margin:0; float:left; }
	.logo-index {  padding:35px 35px 20px 30px; margin:0; float:right; }
		.logo a{ outline:none; color:#000000; font: 30px Arial,Helvetica,sans-serif; font-weight: bold; text-decoration: none; }
		
	/* =NAVIGATION
	------------------*/
		
	.nav { padding: 0 20px; margin:0px 30px 0 0; float:right;  border-bottom:1px solid #efefef; }
	.nav ul { padding:0; margin:0; list-style:none; border:0;}
	.nav ul li { float:left; margin:0; padding:0 2px 0 0; border:0;}
	.nav ul li a { float:left; margin:0; padding:75px 11px 11px 11px; color:#111; font-size: 14px; font-weight:bold; text-decoration:none; outline:none; }
	.nav ul li a:hover{ color:#a51516; }
	.nav ul li a.active { background-color:#a51516; color:#fff; }
	.nav ul li a.active:hover{ color:#fff; }
	 
	h2.pagetitle{ color:#fff; font-size:30px; width:865px; margin:0 auto; padding:35px 0 35px 35px; border-left:1px solid #ccc; border-right:1px solid #ccc; }
	
/* =CONTENT 
-------------------*/

#content { width:840px; margin:0 auto; background-color:#FFF; padding:15px 30px; }

	#content h2 { margin:0; padding:10px 5px; font-size: 22px; color:#000; }
	#content h3 { margin:0; padding:15px 5px; font-size:20px; color:#000; }
	#content h4 { margin:0; padding:15px 5px; font-size:16px; font-weight:bold; color:#000; }
	#content ul { margin:0 40px 0 0; padding:0 10px 15px 20px; list-style:inside; } 
	#content li { margin:0; padding:0;} 
	#content ul li ul{ padding-bottom: 0px; }
	#content p, #content li { line-height:24px; }
	#content p { padding:5px; margin:0; }	

	/* =MAIN CONTENT
	------------------*/
	
	#maincontent { float:left; width:550px; padding:0px 30px 30px 0; margin:0; clear: both; }
		#maincontent h2 { margin-bottom:15px; color:#000;  }
		#maincontent ol li { margin-bottom: 10px; padding:0; }
		#maincontent ul li { margin-bottom: 15px; padding-left: 15px; text-indent: -20px; }  
		#maincontent p, #maincontent li { line-height:24px; text-align: justify; }
		#maincontent p { padding:5px; margin:0; text-align: justify;}
		.pRight{ float: right; }
	.Site_Map_Column_1 { clear:both; float:left; width:150px; }
	.Site_Map_Column_2 { float:left; margin-left:20px; width:150px; }
	.Site_Map_Column_3 { float:left; margin-left:20px; width:150px; }
	
	.Site_Map_Row_Spacer { clear:both; height:25px; }
	
	#analysis-left { width: 20%; float: left}
	#analysis-right { width: 80%; float: left}
	
	
	/* =SIDEBAR
	------------------*/
	
	#sidebar { float:right; width:240px; padding:12px 0 0 0px; }
	
		#sidebar  h3{ padding:7px 10px; margin-bottom:10px; font-size:17px; border-bottom:3px solid #e3e3e3; }
		#sidebar .title { background:url(images/news_title.gif) no-repeat left center; padding:5px 0 5px 20px; font-weight:bold;}


		/* =SIDEBAR NAVIGATION
		---------------------*/
		#sidebar ul.sidebar_nav { padding:0; margin:0; list-style:none;}
		#sidebar ul.sidebar_nav li { padding:5px 10px; border-bottom:1px solid #e5e5e5;}
		#sidebar ul.sidebar_nav li a { background:none; color:#3e3e3e; font-weight:normal; padding:0 0 0 0px; text-decoration:none;  }
		#sidebar ul.sidebar_nav li a.active { color:#0000FF;}
		#sidebar ul.sidebar_nav li a:hover {  text-decoration:underline;}
			
		/* =CONTACT INFO 
		-------------------*/
		#sidebar ul.contact_info { padding:0; margin:0; list-style:none;} 
		#sidebar ul.contact_info li { width:210px; float:left; background:url(images/cont_bg.gif) no-repeat left center; padding:0 0 0 15px; margin:0 0 0 5px;}
		#sidebar ul.contact_info li a { padding:0; margin:0; background:none;}
		
		#oncall_img { height: 280px; background:url(../images/OMSGROUPS_info_logo.png) no-repeat bottom center; }
		#oncall_img p { text-align:justify; font-size:12px; font-style:italic; }

/* =FOOTER 
-------------------*/

#footer { padding: 6 0 6 3; margin:0 auto; padding:5px 40px; width:820px; background-color:#e5e5e5; border-top: 2px solid #a51516; }

	#footer p { font-size: 12px; }
	#footer a { color:#000; text-decoration:none; border-right: 1px dotted gray; float: left; padding-right: 5px; padding-left: 5px;}
	#footer a:hover { text-decoration:underline;}
	#Footer_Copyright_Div  { float:right; padding-right:5px; text-align:right;	}
	.copyright{ float:left; color:#000;}
	.credits{ float:right;}
		
/* =PHP
-------------------*/

.login_box {
		width: 220px;
		padding: 10px;
		border: 3px solid #CCC;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		margin: 100px auto 10px auto;	
	}
	
	.login_title {
		font-size: 12px;
		font-weight: bold;
	}
	
	.login_text {
		font-size: 18px;
		font-weight: bold;
		color: #999;
	}
	
	.login_input {
		width: 210px;
		padding: 5px;
		margin: 2px 0 2px 0;
		border: 1px solid #999; 
		font-size: 16px;
	}
	
	.error {
		font-weight: bold;
		color: #C30;
	}
	
	/* =CONTACT FORM
	-------------------*/
	
	form { margin:0; padding:5px 10px;}

	form ol { margin:0; padding:0; list-style:none;}
	form li { margin:0; padding:0; background:none; border:none; display:block;}
	form li.buttons { margin:5px 0 5px 110px;}
	form label { margin:2px 10px 2px 0; width:170px; display:block; padding:3px 0;
				 text-transform:capitalize; float:left; text-align:right;}
	form label span { color:#2c2c2c;}
	form input.text { width:320px; border:1px solid #dcdcdc; margin:5px 0; padding:5px; height:16px; background:#FFF; float:left;}
	form textarea { width:320px; border:1px solid #dcdcdc; margin:5px 0; padding:5px; background:#FFF; float:left;}

	form.application{margin:0; padding:5px 10px; width: 100%;}
	form.application ol { margin:0; padding:0; list-style:none; width: 100%;}
	form.application li { margin:10px 0px; padding:10px 0px; background:none; border:none; display:inline; width: 100%; height: 25px;}
	form.application li.buttons { margin:5px 0 5px 5px; width: 100%;}
	form.application label { margin:2px 10px 2px 0; display:block; padding:3px 0;  float:left; text-align:left; width: 100%;}
	form.application label span { color:#2c2c2c;}
	form.application input { width:250px; border:1px solid #dcdcdc; margin:5px 0; padding:5px; height:16px; background:#FFF; float:left;}	
	form.application textarea { width:250px; border:1px solid #dcdcdc; margin:5px 0; padding:5px; background:#FFF; float:left;}	
	form.application input.submit { float:right; padding-top:5px; margin-top:10px; width: 100px; height: 50px; text-align: center; }
	form.application input.submit:hover { border: 2px solid #a51516; cursor: pointer; cursor: hand;	}

