html, body{
	height: 100%;
}

body{
	background: #EFEFEF url('../images/bg.jpg') top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper{
	width: 100%;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}

.push, .spacer{
	clear: both;
}

#footer-wrap, .push{
	height: 200px;
}

#footer-wrap{
	background: #171717;
}

#main{
	width: 960px;
	margin: 0 auto;
}

#navigation{
	margin: 0;
	width: 100%;
	float: left;
	height: 74px;
}

#navigation #logo{
	width: 293px;
	float: left;
	margin: 13px 0 0;
}

#navigation ul{
	float: right;
}

#navigation ul li{
	display: inline;
	margin: 29px 0 0;
	padding: 0;
	float: left;
}

#navigation ul li a{
	padding: 28px 15px;
	color: #fff;
	font-weight: 900;
	font-size: 0.9em;
	border-right: 1px transparent solid;
	border-left: 1px transparent solid;
	position: relative;
}

#navigation ul li a:hover{
	border-right: 1px #007DAF solid;
	border-left: 1px #007DAF solid;
	background: transparent url('../images/bg-hover.png') no-repeat center center;
	color: #031C2F;
	text-shadow: 0px 1px 0px #0094CF;
}

#focal-point{
	width: 100%;
	float: left;
	height: 400px;
	margin: 1px 0 0;
}

#focal-point img{
	float: left;
}

#focal-msg{
	width: 410px;
	float: right;
	margin: 50px 0 0;
}

#focal-msg h1{
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	letter-spacing: -1px;
	padding: 0 0 15px;
	text-shadow: 0px 2px 2px #000;
}

#focal-msg p{
	color: #fff;
	font-size: 0.8em;
	line-height: 25px;
	text-align: justify;
}

#search-img{
	float: left;
	margin: 15px 20px 0;
}

#search{
	float: right;
}

#search dl{
	float: right;
	margin: 15px 0 0;
	width: 400px;
	clear: both;
}

#search .alphabet{
	width: 420px;
	margin: 8px 0 0;
}

#search dl dd{
	display: inline;
}

#search dl dd input, #search dl dd select{
	padding: 3px;
}

#search dl dd .submit{
	padding: 2px 3px;
}

#search dl dd ul{
	float: right;
}

#search dl dd ul li{
	display: inline;
	float: left;
	margin: 0 1px;
}

#search dl dd ul li a{
	color: #fff;
	font-size: 0.8em;
	padding: 2px;
	position: relative;
}

#search dl dd ul li a:hover{
	background: #0486DC;
	color: #fff;
}

#content{
	width: 960px;
	float: left;
	margin: 40px 0 20px;
}

#left-side{
	width: 620px;
	float: left;
}

.container{
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.container-header{
	float: left;
	background: #00488d url('../images/bg-heading.jpg') top left repeat-x;
	width: 100%;
	padding: 15px 20px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topright: 5px;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
}

.container-header h3{
	font-size: 1.3em;
	color: #fff;
	font-weight: 900;
}

.container-body{
	background: #fff;
	padding: 20px;
	float: left;
	width: 100%;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-radius-bottomright: 5px;
}

#left-side .article{
	width: 100%;
	float: left;
	margin: 0 0 20px;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.article a.read-more	{
	background: #0381D5;
	padding: 5px;
	color: #fff;
	font-size: 0.7em;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.article a.read-more:hover{
	background: #00426F;
}

.article h3{
	font-size: 1.5em;
	font-weight: 900;
	padding: 0 0 20px;
	color: #333;
	background: none !important;
}

.article h4{
	font-size: 1.2em;
	font-weight: 900;
	padding: 0 0 10px;
	color: #333;
	background: none !important;
}

.article a h3{
	font-size: 1.5em;
	font-weight: 900;
	padding: 0 0 20px;
	color: #333;
	background: none !important;
}

.article a:hover h3{
	color: #0381D5;
}

.article p, .container-body p{
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
	color: #444;
	padding: 0 0 10px;
}

.article p img, .container-body p img{
	padding: 5px;
	background: #e2e2e2;
}

.article p img.left-article-photo, .container-body p img.left-article-photo{
	float: left;
	margin: 0 15px 15px 0;
}

.article p img.right-article-photo, .container-body p img.right-article-photo{
	float: right;
	margin: 0 0 15px 15px;
}

.article p a, .container-body p a{
	color: #0381D5;
}

.article p a:hover, .container-body p a:hover{
	color: #00426F;
}

.article ul, .container-body ul{	
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 10px;
}

.article ul li, .container-body ul li{
	padding : 2px;
	font-size: 0.8em;
	color: #333;
}

.article dl, .container-body dl{
	padding: 5px 0;
	width: 100%;
	float: left;
}

.article dl dd, .article dl dt, .container-body dl dd, .container-body dl dt{
	margin: 5px 0;
	width: 100%;
	float: left;
}

.article dl dd label, .container-body dl dd label{
	font-weight: 900;
	font-size: 0.9em;
	color: #333;
	float: left;
	clear: both;
	margin: 0 0 5px;
}

.article dl dd input, .article dl dd select, .article dl dd textarea, .container-body dl dd input, .container-body dl dd select, .container-body dl dd textarea{
	float: left;
	clear: both;
	margin: 0 0 15px;
	padding: 5px;
}

.article dl dt input, .container-body dl dt input{
	float: left;
	padding: 2px;
	margin-right: 5px;
}

.color-gray{
	background: #eeefff;
	-moz-box-shadow: 0px 0px 3px #555;
	-webkit-box-shadow: 0px 0px 3px #555;
	box-shadow: 0px 0px 3px #555;
}

.gradient-gray{
	background: #fff url('../images/gradient-gray.jpg') repeat-x left -50px;
	-moz-box-shadow: 0px 0px 3px #555;
	-webkit-box-shadow: 0px 0px 3px #555;
	box-shadow: 0px 0px 3px #555;
}

.color-gray a.read-more{
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
}

.color-blue{
	background: #777;
	-moz-box-shadow: 0px 0px 3px #555;
	-webkit-box-shadow: 0px 0px 3px #555;
	box-shadow: 0px 0px 3px #555;
}

.color-blue h3, .color-blue a, .color-blue p{
	color: #fff !important;
}

.article table{
	width: 100%;
}

.article table thead{
	padding: 5px;
}

.article table thead tr th, .article table thead tr td{
	background: #0381D5;
	padding: 10px;
	font-size: 0.9em;
	font-weight: 900;
	color:#fff;
}

.article table thead tr th{
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topleft: 5px;
	border-right: 1px #6ab7f1 solid;
	border-left: none;
}

.article table thead tr td{
	border-right: 1px #6ab7f1 solid;
	border-left: 1px #185d92 solid;
}

.article table thead tr td.last-column{
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topright: 5px;
	border-right: none;
}

.article table tbody{
	padding: 5px;
}

.article table tbody tr{
	background: #fff;
}

.article table tbody tr td, .article table tbody tr th{
	
}

.article table tbody tr th, .article table tbody tr td{
	padding: 8px;
	font-size: 0.8em;
	font-weight: 90;
	color: #333;
	border-bottom: 1px #dfdfdf solid;
	border-top: 1px #dfdfdf solid;
	border-right: 1px #DFDFDF solid;
	border-left: none;
}

.article table tbody tr th a{
	
}

.article table tbody tr th{
	border-left: 1px #DFDFDF solid;
}


.article table tbody a{
	color: #0381D5;
}

.article table tbody a:hover{
	color: #005F9F;
	text-decoration: underline;
}

.odd th, .odd td{
	background: #eeefff;
	border-bottom: 1px #fff solid !important;
	border-top: 1px #fff solid !important;
}

.partners{
	width: 100%;
	margin: 20px 0;
	float: left;
}

.partners ul{
	margin: 0 auto;
	width: 60%
}

.partners ul li{
	display: inline;
}

#right-side{
	width: 280px;
	float: right;
}

.sidebar{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.sidebar h3{
	width: 100%;
	background: #efefef url('../images/bg-sidebar.jpg') no-repeat left top;
	color: #fff;
	font-size: 0.9em;
	font-weight: 900;
	padding: 8px 0 9px 10px;
}

.sidebar ul{
	margin: 10px 0 0;
}

.sidebar ul li{
	padding: 5px 0;
}

.sidebar ul li a{
	color: #333;
	font-size: 0.9em;
	padding: 5px;
	position: relative;
}

.sidebar ul li a:hover{
	background: #117ac9;
	padding: 5px;
	color: #f7f7f7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.latest-comments{
	float: left;	
	width: 100%;
	margin: 20px 0;
}

.comments-header{
	width: 281px;
	height: 23px;
	background: #efefef url('../images/comments-header.jpg') top left no-repeat;
	float:left;
}

.comments-body{
	background: #efefef url('../images/comments-body.jpg') top left repeat-y;
	float:left;
	width: 281px;
}

.comments-body h4{
	font-size: 1em;
	font-weight: 900;
	color: #05519b;
	padding: 0 20px;
}

.comments-body p{
	font-size: 0.7em;
	color: #555;
	font-style: italic;
	padding: 10px 20px;
	line-height: 1.3em;
}

.comments-body p.commenter{
	font-size: 0.9em;
	font-weight: 900;
	color: #05519b;
	text-align: right;
	padding: 5px 20px;
}

.comments-footer{
	width: 281px;
	height: 36px;
	background: #efefef url('../images/comments-footer.jpg') top left no-repeat;
	float:left;
}

#footer{
	width: 960px;
	height: 100%;
	background: #171717 url('../images/footer.jpg') no-repeat left top;
	margin: 0 auto;
}

.footer-block{
	width: 300px;
	float: left;
	margin: 20px 0 0;
}

.middle-footer{
	margin: 20px 30px 0;
}

.footer-block h4{
	font-size: 1em;
	font-weight: 900;
	text-shadow: 0px 1px 0px #000;
	color: #fff;
}

.footer-block p{
	font-size: 0.7em;
	color: #fff;
	line-height: 1.5em;
	margin: 10px;
}

.footer-block ul{
	float: left;
	margin: 10px 10px 0 0;
}

.footer-block ul li{
	margin: 0 0 5px;
}

.footer-block ul li a{
	font-size: 0.7em;
	color: #fff;
	padding: 5px;
}

.footer-block ul li a:hover{
	background: #027ab5;
}

.footer-block dl{
	margin: 10px 0 0;
}

.footer-block dl dd{
	display: inline;
}
.footer-block dl dd a{
	padding-right: 5px;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.footer-block dl dd a:hover{
	filter:alpha(opacity=100);
	opacity:1;
}

#footer p.copyright{
	width: 100%;
	float: left;
	font-size: 0.7em;
	text-align: center;
	margin: 20px 0 0;
	color: #999;
}

#footer .tertiary{
	float: left;
	margin: 20px 0 0;
}

#footer .tertiary ul{
	
}

#footer .tertiary ul li{
	display: inline;
}

#footer .tertiary ul li a{
	font-size: 0.7em;
	color: #fff;
	padding: 5px;
}

#footer .tertiary ul li a:hover{
	background: #027ab5;
}

#footer .footer-right{
	float: right;
	margin: 20px 0 0;
}

#footer .footer-right p{
	color: #fff;
	font-size: 0.7em;
}

.spacer{
	clear: both;
}
