@charset "utf-8";
@import url('http://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('http://fonts.googleapis.com/css?family=Ubuntu+Condensed');
/* CSS Document */

body {
	margin: 0px;
}
img{
	border:0;
}

.wrapper {
	margin-top: 0px;
	width: 100%;
	/*height:950px;*/
    /*background-color: black;*/
    margin-left: auto;
	margin-right: auto;
	background: url(../images/homebg.jpg);/*background-image: url(../images/testbg.jpg);*/
}
.header {
/*height: 225px;*/
}



.main {
	/*height:410px;*/
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 10px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}



#sideNavItem {
	height: 35px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 0%;
}


ul#sideNavItem li a {
	/*background: url(../images/menu.jpg) no-repeat scroll top left;*/
    background-color: #E2E2E2;
	display: block;
	height: 25px;
	position: relative;
	margin-top: 1px;
	text-decoration: none;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
ul#sideNavItem li a:hover {
	background-color: #FEF1DF;
}

.sideNavSelected{
	background-color: #FEF1DF !important;
	display: block;
	height: 25px;
	position: relative;
	margin-top: 1px;
	text-decoration: none;
	color: black;
	font-family: Arial;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.sideNav {
	width: 225px;
	float: left;
	margin-right: 10px;
}



#pageHeadImg {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}


/* text styles*/

.textPageDescBlack {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: black;
}
.textPageDescWhite {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: white;
}



.pageContent {
	width: 755px;
	float: left;
	
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color:#333;
}

.textContent {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color:#333;
}

.textContentSmall {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: black;
}

.textContentSmallNews {
	font-family: Arial;
	font-size: 13px;
	color:#333;
}

.textPageTitle {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #660000;
	
}
.textContentHeading1 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #660000;
	
}


.textContentHeading3 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color:#C90;
	font-weight:bold;
}

.footer { 
	text-align: center;
	margin-top: 680px;
	font-family: Arial;

	color: rgba(255,255,255,0.8); 
	font-size: .85em; 
	background-color: #1d99cc;
	padding: 10px 10px 10px 20px; 