/* CSS Document */

/*main*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #333944;
	margin: 0 0 10px 0;
	text-align: center;
	background: url("../images/body_back.gif") repeat-x top left;
}
a:link, a:visited {
	text-decoration: none;
	color:#0a768d;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: none;
	color:#A7A5A5;
}

h1 {
	font-size: 130%;
	font-weight:bold;
	color:#155d05;
	padding-top: 10px;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 110%;
	margin: 20px 0px 0px 0px;
	text-align: left;

}

h3 {
	font-size: 120%;
	font-weight:bold;
	color:#474f5e;
	margin-left: 10px;
	padding: 10px 0px 5px 0px;
	margin-right: 10px;
	border-bottom: 1px solid #e2e2e2;

}

h4 {
	font-weight: bold;
	font-size: 110%;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

/*content*/

/*top*/
#topnav {
	position: relative;
	width: 820px;
	margin: auto;
	text-align:right;
	padding:10px 0px 5px 0px;
	color: #a0a2a6;
	font-size:0.85em;
	
}

#topnav a {
	color: #a0a2a6;
	padding: 5px 5px 0px 5px;
	text-decoration: none;
	font-weight: normal;
}

#topnav a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#topnav ul { margin:0px;}
#topnav li { display:inline;}

/*mainsite*/

#container {
	position: relative;
	width: 820px;
	margin: auto;
	text-align:center;
	padding: 0px;
	border-left: 2px solid #0a768d;
	border-right: 2px solid #0a768d;
	border-bottom: 2px solid #0a768d;
}

#container input {
	margin-top: 7px;
}

#container form {
	margin-bottom: 7px;
}

#header {
	height: 161px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header img {
	margin:0px;
}

#maincontent {
	margin-top: 0px;
	padding-top: 0px;
}

#maincontent form {
	margin-top: 20px;
}

#maincontent p {
	width: 550px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}

#maincontent img {
	border: none;
	margin-bottom: 15px;
}

#content {
	width: 800px;
	margin: auto;
	margin-top: 0px;
}

#content img {
	margin-left: 660px;
}

#writtencontent {
	width: 550px;
	margin: auto;

}

#writtencontent p {
	text-align: justify;
}

#writtencontent form {
	width:546px;
	background: #0a768d;
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #333944;
}

#writtencontent form p {
	margin-left: 10px;
	color: #ffffff;
}

.first {
	color: #333944;
	font-weight: bold;
	padding-top: 15px;
	
}

#footer {
	position: relative;
	width: 820px;
	margin: auto;
	text-align:center;
	padding:10px 0px 25px 0px;
	color: #555555;
	font-size:0.85em;
	margin-top: 0px;
	clear: both;
	
}

#footer p {
}


#locations {
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
}

#locations p {
	text-align: left;
	margin-left: 15px;
	margin-top: 8px;
	font-size: 0.9em;
}

#locations img {
	border: 1px solid #0a768d;
}

.list1 {
	width: 200px;
	float: left;
	margin-left: 155px;
}

.list2 {
	width: 200px;
	margin-left: 375px;
	padding-top: 1px;
	
}

.list3 {
	width: 200px;
	float: left;
	margin-left: 25px;
}

.list4 {
	width: 200px;
	margin-left: 245px;
	padding-top: 1px;
	
}


#links {
	padding-left: 10px;
}

.listing {
	width: 600px;
	border: 1px dotted #eaebeb;
	text-align: left;
	margin: auto;
	margin-top: 8px;
	padding: 0px 0px 10px 0px;
	background: #FFFFFF;
}

.listing ul {
	text-align: justify;
	margin-right: 35px;
}

.listing li {
	margin-bottom: 6px;
}

.listing p{
	text-align: left;
	padding: 0px;
	margin-left: 6px;
}

.listing img {
		margin-left: 38px;
		margin-bottom: 6px;
}

