/* CSS Document */

html,body{
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image: url(images/sidebg.jpg);
	background-attachment: inherit;
	background-repeat: repeat-y;
	background-position: center;
/*	width:890px;
*/	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}

a {
	color: #002655;
	text-decoration: underline;
}

#container{
	width:895px;
	margin-top:0px;
	padding-top:0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:895px;
	height:133px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	float:left;

}
#nav{
	width:895px;
	height:50px;
	float:left;
	font-size:18px;
	color:#012756;
	padding-top:5px;
	background-color:#f0f1af;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	margin-right:auto;
	margin-left:auto;
}
#nav2{
	background-color:#f0f1af;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
}
#nav-link{
	padding:5px 10px 5px 0px;
	float:left;
	text-align:center;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #012756;
}
#nav a:hover {
	text-decoration: none;
	color: #333333;
}

#nav2{
	width:895px;
	height:40px;
	height:25px;
	float:left;
	
	font-size:14px;
	color:#012756;
	padding-top:5px;
	background-repeat: repeat-x;
	background-color: #ECEEA1;
	font-stretch: narrower;
}
#nav2-link{
	padding:5px 10px 5px 0px;
	float:left;
}
#nav2 a:link, #nav a:visited {
	text-decoration: none;
	color: #012756;
}
#nav2 a:hover {
	text-decoration: none;
	color: #333333;
}

#content, #content-home{
	width:895px;
	background-color:#ffffff;
	float:left;
	/*padding-left:20px;
	padding-right:10px;*/
	padding-top:0px;
	padding-bottom:0px;
}
#content-home{
	background-image:url(images/homecontentbg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#block-news{
	width:165px;
	padding-right:20px;
	padding-left:20px;
	float:left;
	background-image:url(images/newsbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#block-more{
	width:112px;
	padding-right:10px;
	float:left;
	padding-left:10px;/*	background-color:#f4f5e3;
	border-left:1px solid #e0e6b8;
	border-right:1px solid #e0e6b8;*/
}
#block-main{
	width:518px;
	padding-right:20px;
	padding-left:20px;
	float:left;
	background-image:url(images/inspiringbg2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#block-left{
	width:450px;
	padding-right:10px;
	float:left;
}
#block-misc{
	width:300px;
	padding-right:10px;
	float:left;
}
#block-right{
	width:325px;
	float:left;
}
#block-full{
	width:855px;
	float:left;
	padding-left:20px;
}
#featured{
	width:875px;
	height:225px;
	background-color:#0A1B56;
	float:left;
	padding-right:20px;
}
#linksattop {
	width:200px;
	float:left;
	/*margin-left: 675px;
	margin-top: 15px;*/
	font-size: 12px;
	font-style: italic;
	position:absolute;
	top:18px;
	left:65%;
}

#linksattop a:link, #linksattop a:hover, #linksattop a:visited {
	text-decoration: none;
}

#bottom{
	width:855px;
	float:left;
	background-color:#d5de9d;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	background-image: url(images/laptopbg.png);
	background-repeat: no-repeat;
}
#contactblock{
	width:680px;
	float:left;
	background-color:#CCCCCC;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	color:#333333;
	background-image: url(images/greybtm.gif);
	background-attachment: fixed;
	background-position: bottom;
}
#footer{
	width:895px;
	float:left;
	background-color:#C1C1C1;
	height:38px;
	text-align:center;
	color:#666666;
	padding-top:5px;
	background-image: url(images/footerbg.jpg);
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover{
	color: #ffffff;
	text-decoration: none;
}
.tablelistingtitle{
	font-weight:bold;
}
.tableindent1{
	padding-left:15px;
}
.tableindent2{
	padding-left:30px;
}
.tableindent3{
	padding-left:45px;
}
.tableindent4{
	padding-left:60px;
}