/*****margin: (top)0px (right)40px (bottom)10px (left)10px;***/
/***********Template Styles***************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#002255;*/
	margin:5px 0 0 0;
}

.blue-background{
	background-color:#002255;	
}

.main-table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#003366;
	
	background-position:202px;
	background-repeat:repeat-x;
}

.logo{
	padding-left:25px;
}

.header{
	background-color:#013366;
	color:#FFFFFF;
	width:900px;
	margin-left:25px;
}

.header h1{
	text-align:center;
	font-size:30px;
	color:#FFFFFF;
	line-height:30px;
	font-weight:100;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
}




/***********Content Styles (styles for formating content and content container)***********/

.content h1 {
	color:#286bc2;
	font-weight:900;
	font-size: 18px;
	line-height:28px;
	
}

.content {
	font-size: 12px;
	padding:10px 10px 10px 10px; 
	background-color:#fff;
	min-height:400px;
	margin:0 25px 0 0;
	background-image:url(images/template/shadow-over-white.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	}

.content p{
	line-height:24px;
}

.content table td{
	font-size: 12px;
	line-height:24px;
}

.content ul li{
	list-style-type:square;
	font-size: 12px;
	line-height:24px;
	margin:auto auto auto -5px;
	padding:auto auto auto 0;
}

.content ol li{
	font-size: 12px;
	line-height:24px;
	margin:auto auto auto 0;
	padding:auto auto auto 0;
}

.content a{
	color: #3366cc;
	text-decoration:underline;
}

.content a:hover{
	color:#000;
	text-decoration:none;
}

.content img{
	border:1px solid #000;
}

.large-text{
	font-weight:bold;
	font-size: 18px;
}

a.large-text {
	color:#000000;
	text-decoration:underline;
}

a.large-text:hover{
	color:#666;
	text-decoration:none;
}

.subhead1{
	
	font-weight:bold;
	color:#3366cc;
}

.subhead2{
	font-weight:bold;
	color:#003366;
}

.right{
	float:right;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
}

.image-caption{
	width:302px;
	background-color:#ddd;
	float:right;
	margin:0 0 10px 10px;
}

.image-caption p, .image-caption-default p{
	font-style:italic;
}

.image-caption-default{
	min-width:302px;
	background-color:#ddd;
	margin: 0 0 10px 10px;
	padding:0 0 5px 0;
}

.small-text{
	padding:0 10px 0 10px;
	font-size:10px;
}

.highlighted-box{
	padding:5px;
	border:1px solid #013366;
	background-color:#eee;
}

.highlighted-box2{
	border:1px solid #013366;
	background-color:#fff;
}

.check-marks li{
	list-style-image:url(images/common/check.png);
	
}
/**********Bottom Styles(styles for formating textlinks, address, and disclaimer/credit to webline)*********/	

.text-links {
	color: #333;
	font-size:10px;
	margin:0;
	padding:10px 0 10px 10px; 
	background-color:#fff;
	margin:0 25px 0 0;
	
}

.text-links a{
	color: #3366cc;
	text-decoration:underline;
}

.text-links a:hover{
	color:#000;
	text-decoration:none;
}

.credit {
	font-size: 11px;
	line-height:14px;
	color: #000;
	padding:5px 10px 5px 10px; 
	background-color:#fff;
	text-align:left;	
	padding:5px 0 5px 10px; 
	background-color:#fff;
	margin:0 25px 0 0;
	
}

.credit a{
	color: #3366cc;
	text-decoration:underline;
}

.credit a:hover{
	color:#000;
	text-decoration:none;
}

.address{
	font-size: 11px;
	line-height:14px;
	color: #000;
	padding:5px 0 5px 10px; 
	background-color:#fff;
	margin:0 25px 0 0;	
}

.social-media{
	float:right;
	margin-right:40px;	
}

.subscribe{
	padding:0 0 0 30px;
	color:#fff;
	font-weight:bold;	
}

.subscribe a{
	color:#fff;
	text-decoration:none;
}

/***********Special Style for dropshadow on menu***********************/
li.menu-dropshadow{
	line-height:10px;
	background-image:url(images/template/shadow-menu-bar-darker.jpg);
	background-repeat:repeat-x;
	background-position:top;
	cursor:default;!important
}



.menu-dropshadow span{
	display:block;
	cursor:default;
	background-color: #426caa;
	padding: 5px 0 5px 5px;
	margin:0 0 0 23px;
	color: #FFF;
	border-left:1px solid #fff;
	text-decoration: none;
	font-size:14px;
	background-image:url(images/template/shadow-menu-bar.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


