/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
	background: #011547;
	margin: 0;
	padding: 0;
}
* {

	
	padding: 0;
	margin: 0;
	font-family:Tahoma, Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0 auto;
	width:950px;
	background: #fff;
	padding: 20px 0 0;
}
#Header {
	background:url(../images/header.jpg) no-repeat top left;
	
	width: 900px;
	height:250px;
	margin: 0 auto;
	position: relative;
	
}

a#branding {
	width: 390px;
	height: 30px;
	display: block;
	text-indent:-9999px;
	background: url(../images/logo.gif) no-repeat left center;
	position: absolute;
	left: 60px;
	top: 85px;
}


#Menu1 {
	position: absolute;
	top: 210px;
	left: 0;
	width: 880px;
	padding: 0 10px;
		}
			#Menu1 li {
				float:left;
				margin-left:2px;
				width: auto;
				
			}
				#Menu1 li.current,
				#Menu1 li.section {
					
				}
				#Menu1 li a {
					display:block;
					color:#fff;
					font-weight:bold;
					font-size:12px;
					text-decoration:none;
					padding: 7px 10px;
					margin: 0 2px;
					
				}
					#Menu1 li a:hover {
						background: #000c59;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background: #000c59;
						
					}

#ContentContainer {
	
	padding: 25px 25px;
	overflow: auto;
}

#Banner {
	text-align: center;
}



#Content{
	float: left;
	background: #eee url(../images/content-gradient.jpg) repeat-y left top ;
	width:550px;
	padding: 20px;
	min-height:460px;
	
}

#Content.home {
	background: #fff;
	padding: 0;
	width:590px;
}

.homebox {
	width: 550px;
	
	padding: 20px;
	margin-bottom: 20px;
	background: #eee url(../images/content-gradient.jpg) repeat-y left top;
}
#sidebar {
	width: 250px;
	
	background: #eee url(../images/sidebar-gradient.jpg) repeat-y left top;
	float: right;
	padding: 20px;
	min-height:460px;

}
#sidebar h2 {
	color: #ae0501;
	font-size: 16px;
	border-bottom: 1px solid #ae0501;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0 0 2px;
	font-weight: normal;
	text-transform: uppercase;	

}
#sidebar p {
	font-size: 12px;
	line-height: 18px;

}

#sidebar a.arrow {
	background: url(../images/menu-arrow.gif) no-repeat left center;
	padding-left: 15px;
	color: #000;
	

}

#sidebar a:hover.arrow {
	color: #021892;
	background: url(../images/menu-arrow-hover.gif) no-repeat left center;
}

#Menu2 {
	margin: 0;
	
	
}
	#Menu2 li {
		list-style-type: none;
		margin: 0;
		
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:12px;
		line-height:16px;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:none;
	}
	#Menu2 li.current a.arrow {
		color:#012377;
		background: url(../images/menu-arrow-hover.gif) no-repeat left center;
	} 
	
#contactbox{
	width: 230px;
	height: 60px;
	background: url(../images/contact-box.jpg) no-repeat left top;
	padding: 15px 10px 10px 10px;
}

#contactbox p {
	font-size: 13px;
	color:#fff;
	padding-left: 35px;
	line-height: 25px;
	
}

#contactbox p a{
	color: #fff;
	font-weight: normal;

}
#contactbox p a:hover {
	text-decoration: underline;
}

#contactbox p.phone{
	background: url(../images/phone.gif) no-repeat left center;
	
}

#contactbox p.email {
	background: url(../images/mail.gif) no-repeat left center;

}

#Footer {
	
	clear:both;
	text-align:center;
	
	border-top:1px solid #e2e2e3;
	padding-top: 15px;
	height: 60px;
	width: 900px;
	margin: 0 auto;
}
#Footer p {
	color: #9f9fa1;
	line-height: 18px;

}

	#Footer a {
		color:#9f9fa1;
		font-weight: bold;
		text-decoration:none;
	}
		#Footer a:hover {
			color: #000C59;
		}


/* LATEST NEWS SECTION */

ul#NewsList {
margin: 0;
font-size: 12px;
}

ul#NewsList li {
	list-style: none;
	margin: 0;
	
}

ul#NewsList li.newsSummary {
	padding-bottom: 10px;

}

ul#NewsList li.newsDateTitle {

color: #666666;

}

/* NEWS SECTION  */

#NewsList {


}
			
#NewsList .Article {
	border-top: 1px dashed #ccc;
	padding: 10px 0 10px 0;
	margin-right: 5px;
}

#NewsList p.newsDateTitle {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 2px;

}

#Content p.newsDetails {
	font-weight: bold;
}
#Content p#pageNav {
	color: #021892;
	padding: 5px;
	background: #ddd;

}


		
/*--------------------------------------------------------------------------------------------------------
--------------------------------------IMAGES--------------------------------------------------------------*/

img.AlignLeft {
	float: left;
	padding-right:20px;

}

img.AlignRight {
	float: right;
	padding-left:20px;

}