﻿/* 
   Basic Style Formatting
------------------------------------------------------------------- */

body
{
	margin: 0px;
	background-color: #EFEFEF;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	text-align: left;

}

hr 
{
	border: 0;
	width: 100%;
	color: #000066;
	background-color: #4FA6C1;
	height: 1px;
}

ul
{
	list-style:square;
}

td
{
	vertical-align: top;
}

/* 
   Text Formatting
------------------------------------------------------------------- */

h1 {color: #000066;}
h2 {color: #000066;}
h3 {color: #000066;}
h4 {color: #000066;}
h5 {color: #000066;}


.orange
{
	color: #D75D20;
	font-weight: bold;
}


/* 
   Text Formatting
------------------------------------------------------------------- */

a 
{
	color: #14649f;
	text-decoration: underline;
}

a:hover 
{
	color: #60707c;
	text-decoration: underline;
}

a visited
{
	color: #60707c;
	text-decoration: underline;
}

.top
{
	text-align:right;
	background-image: url('images/top.png');
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 15px;
	font-size: 11px;

}


/* 
   Headers
------------------------------------------------------------------- */

.headerdiv
{
	width: 860px;
	background-color: #d7d7d7;
}

.headerimg
{
	background-image: url('images/header.png');
	height: 65px;
}

.headertext{
	padding-top: 30px;
	padding-left: 10px;
	text-align: left;
	color: white;
	letter-spacing: 1px;
	font-size: 11px;
}

/* 
   First Level Navigation
------------------------------------------------------------------- */

.menu{
	background-image: url('images/menu.png');
	height: 37px; 
	width: 100%;
	text-align: center;
}

.menu ul { 
	display: block; 
	padding: 0px;
	padding-top: 10px; 
	margin: 0px; 
	list-style: none; 
	text-align: center; 
	height: 37px;
	font-size: 13px;
} 

.menu ul li { 
	display: inline; 	
	padding: 0px 11px; 
	list-style: none; 
} 
	
.menu a {	
	color: white;
	text-decoration: none;
}

.menu a:hover
{
	color: #cdcdcd;
} 

/* 
   Second Level Navigation
------------------------------------------------------------------- */


.sidemenu
{
	float:left;
	width: 250px;
	margin-top: 30px;
}

.sidemenu td
{
	
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6; 
		
	height: 30px;
	width: 200px;
	background-color: #e5e9ed;
	text-align:left;

	

}	

.sidemenu th
{
	
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	
	border-top: #999999 dotted 1px;
	border-bottom: #999999 dotted 1px;

	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6; 
	
	
	text-align:left;
	padding-left: 15px;
	height: 30px;
	width: 200px;
	
	background-color: #e5e9ed;


}	

.sidemenu li 
{
	color: #000066;
}

	

/* 
   Main Conent
------------------------------------------------------------------- */


.maindiv{
	
	background-image: url('images/div.png');
	width: 860px;
	height: 10px;
}

.main
{
	width: 860px;
	min-height: 300px;
	background-image: url('images/ns_bg.png');
	background-repeat: no-repeat;
	background-position:left top;
	background-color: #d7d7d7;
}

.main_client
{
	width: 860px;
	min-height: 300px;
	background-image: url('images/globe_bg.png');
	background-repeat: no-repeat;
	background-position:left top;
	background-color: #d7d7d7;
}


.homediv{
	
	width: 860px;
	min-height: 300px;
	background-color: #d7d7d7;
}

.home_data
{
	text-align:left;
	padding: 0px 10px 20px 0px;
}

.indexdiv
{	
	background: #c5c5c5;
	width: 860px;
	height: 10px;
}



.main_data
{
	text-align:left;
	margin-left: 250px;
	padding: 20px 10px 20px 0px;
}


/* 
   Feature Lists
------------------------------------------------------------------- */
	
.featurelist-table { 
	color: #818181; 
	font-size: 10px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 13px; 
	color: #000000; 
	background-color: #d8e6ea; 
	margin: 4px; 
	padding: 2px 2px 3px 6px; 
	border-top: 1px solid #bebebe; 
}

.featurelist-tablelabel { 
	color: #000000; 	
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; line-height: 15px; 
	background-color: #9FBDC5; 
	margin: 4px; 
	padding: 8px 8px 6px 14px; 
}

/* 
  Jquery Drop Downs
  
------------------------------------------------------------------- */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	text-align:center;
}
	


#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 37px;
	font-size: 13px;
}

#sddm li a
{	text-align: center;
	display: block;
	margin: 0 5px 0 5px;
	padding: 10px 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	color: #cdcdcd;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #deecef;
	border: 1px solid #5970B2;
	text-align:center;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #deecef;
		color: #000066;
		font-size: 13px;}

	#sddm div a:hover
	{	background: #c8daec;
		color: #D75D20;

	}





/* 
   Career Page Divs
------------------------------------------------------------------- */

.hiddenDiv {
	display: none;
	}
.visibleDiv {
	display: block;
	border: 0px grey solid;
	}

select
	{
	border: 1px navy solid;
	}


/* 
   Footers
------------------------------------------------------------------- */

.footer
{
	width: 860px;
	background-color: #e2e2e2;
	font-size: 11px; 
	text-align:left;
}


.headings
{
	font-weight: bold;
	color: #000066;
}

