@charset "ISO-8859-5";
/* CSS Document */

body {
 	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;
	font-color: #cccccc;
	line-height: 18px;
	background-color: #EEEADF;
	margin:0;
	padding:0;
}

a:link {color: #AE9967; text-decoration: underline}
a:visited {color: #AE9967; text-decoration: none} 
a:hover {color: #070D3C; text-decoration: underline}
a:active {color: #AE9967; text-decoration: none}

#mainContainer {
	width:814px;
	margin-left: auto ;
 	margin-right: auto ;
	background-color:#FFFFFF;
}

.homePic {
	width:487px;
	height:300px;
	margin-left: 7px;
}

.homeTxtPic {
	width:306px;
	height:300px;
	margin-left: 501px;
	margin-top:-300px;
	padding-bottom:20px;
}

.topHeader {
	width:800px;
	height:136px;
	margin-left: auto ;
 	margin-right: auto ;
	padding-bottom:7px;
	background-color:#FFFFFF;
}

.navbar {
	width:800px;
	margin-left: auto ;
 	margin-right: auto ;
	padding-bottom:7px;
	background-color:#FFFFFF;
}

.topPageHeader {
	width:306px;
	margin-left: 7px ;
 	margin-right:0;
	margin-bottom: 7px ;
	background-color:#FFFFFF;
}

.topPicHeader {
	width:800px;
	margin-left: 7px ;
 	margin-right:0;
	margin-bottom: 7px ;
	background-color:#FFFFFF;
}

.topPagePic {
	width:487px;
	margin-left: 320px ;
 	margin-right: 0 ;
	margin-bottom: 7px ;
	margin-top:-157px;
	background-color:#FFFFFF;
}

.topHeaderTxt {
	width:745px;
	margin-left: 30px ;
 	margin-right: 0 ;
	margin-bottom: 0px ;
	margin-top:30px;
	background-color:#FFFFFF;
}

.content{
	width:430px;
	margin-left: 30px;
 	margin-right: 0;
	margin-bottom: 30px;
	margin-top: -310px;
	background-color:#FFFFFF;
	color: #070D3C;
}

.contentpics{
	width:305px;
	margin-left: 490px;
 	margin-right: 0;
	margin-bottom: 0px;
	margin-top: 30px;
	background-color:#FFFFFF;
	font-color: #cccccc;
}

.contact{
	width:430px;
	margin-left: 30px;
 	margin-right: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color:#FFFFFF;
	color: #070D3C;
}


#footer{
	width:800px;
	margin-left: auto ;
 	margin-right: auto ;
	padding-top:5px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	border-top:1px dotted #AE9967;
	font: 8px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;
	color: #070D3C;
	line-height: 18px;
	letter-spacing:2px;
	text-align:center;
}


li { 
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-weight: strong;
font-size: 11px;
color: #070D3C;
line-height: 17px;
font-weight: normal;
list-style-type: none;
margin-left: 0px;
padding: 0px 0px 5px 15px;
background: transparent url(_assets/arrowGold.jpg) no-repeat 0px 4px;
}

ul, ol { 
margin: 0px; /*removes indent IE and Opera*/
padding: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
