/* Layout Stylesheet */ 



body {
	background:#1597be url(../img/background.gif) repeat-x;
 	margin:0;
 	text-align:center;
 	padding:0;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#089CC5; 
	font-size:18px;
	letter-spacing:1px;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#496E2A;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
}

input, select{
	font-size:12px;
	color:#666666;   
	height:14px;
	line-height:14px;
}

select{	
	height:20px;
	line-height:14px;
}

#root {
	text-align:left;
	width:736px;
	margin:auto;
}

#header {
	height:80px;
	color: #333333;
}
 
#Hspacer { 
	height:9px;
	font-size:1px;
	background:#4B6F34 url(../img/topSpacer.gif) repeat-x;
}

#Hcontent{
	height:30px;
	background:#92BD84;
}

#logo{
	width:150px; 
	float:left;
	text-align:left;
}

#Hbuttons{
	width:200px;
	height:30px;
	float:right;
	margin-right:5px;
	text-align:right;
	vertical-align:middle;

}
#login{ 
	height:41px;
	text-align:right;
}

#login a{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color:#50BDD9;
	text-decoration:underline; 
}
#login a:hover{
	color:#ffffff;
}

#banner {
	position:relative;
 	background:#FFFFFF;
}
 
#spacer {
	height:12px;
	font-size:1px;
}

/*--------------------------------------------- */
/* DIVS WHERE PAGE INFORMATION IS DISPLAYED */
/*--------------------------------------------- */

#banner a{
	font-size:11px;	
	color:#125064;
	text-decoration:none;
}

#banner a:hover{
	color:#FFFFFF;
}

#container{
	/*display:table;*/
	/*height:auto;*/
	width:714px;
	background: #FFFFFF;
 	color: #333333;
	padding:11px;
	overflow:hidden;
}

#title{ 
	height:30px;
	border-bottom:1px dashed #A7A9AC;
}

#footer {
	height:52px;
 	background:#00565d;
	padding-left:5px;
	text-align:left;
 }
 
#credits{ height:40px;}


#content{
	position:relative;
	padding-top:11px;
}

#contentHome{
	position:relative;
	padding-top:1px;
}

#contArticle h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#496E2A;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:15px;
}

#content p,#contentHome p, #cont{
	font-size:12px;
	color:#58595B;
	
}
#content p{
	margin-top:0px;
}

#lcol {
	display:table-cell;
 	float:left;
 	width:223px; 
	text-align:left;
 }
 
#lcolHome {
	display:table-cell;
 	float:left;
 	width:351px; 
	text-align:left;
}
#cont,#contArticle,#contSpecial {
	width:460px;
	float:right;
	text-align:left;
	border-left:1px solid #cccccc;
	padding-left:15px;
}
 
#contHome {
	width:351px;
	float:right;
	text-align:left;
	border-left:1px solid #cccccc;
	padding-left:15px;
}

/*--------------------------------------------------
SPECIAL ISSUES LAYOUT
-----------------------------------------------------*/

#contSpecial div{
	margin-bottom:5px;
}

#contSpecial h2{
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#f8b333;
}

#specialTit:hover{
	color:#f8b333;
	text-decoration:underline;
}

#contSpecial ul,#contSpecial span{
	color:#009CC5;
	font-size:12px;
}

#contSpecial li{
	padding:0;
	margin:0 0 5px 0;
	list-style-type:disc;
}

#contSpecial span {
	color:#999999;
}

#contSpecial #si_image {
	margin:0;
}

#contSpecial #si_image img{ 
	margin:0;
	padding:3px;
	border:1px solid #CCCCCC;
}
.mailing-list{
	background-image: url(../img/mailing-list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:372px;
	height:93px;
}
#FormValue_EmailAddress{
	float:left;
	margin:54px 0 0 206px;
}
#FormButton_Subscribe{
	float:left;
	margin:35px 0 0 0;
	height:22px;
}
.bg-outlook{
	background-color:#9eb6aa !important; float:left;
}