@charset "utf-8";
/* CSS Document */

body 
{
    
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

					
#container {									/* Content holder divs */
	width: 700px;
	margin: 0 auto;
	border: 1px solid #c38f8d;
	overflow: hidden;
}

#header {
	float: left;
	width: 100%;
	height: 112px;
	background: url(../images/logo.gif) no-repeat 500px 0px;
}

#mainContent {
	width: 100%;
	clear: both;
}


#newsItem {	
	width: 88%;
	margin: 0 auto;
	border-bottom: 1px solid #801f1a;
	padding-top: 20px;
	
	}

#footer{
	position: relative;
	width: 100%;
	clear: both;
	height: 103px;
	background: url(../images/footer.gif) repeat-x;
	margin-top: 20px;
}




/* end of content holder divs */

											
#nav {											/* navigation */

	height: 35px;
	width: 700px;
	clear: both;
	background: url(../images/navbg.gif) repeat-x;
}
#nav ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 660px;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	font: bold 9pt Verdana, Geneva, sans-serif;
}
#nav ul li a {
	color: #b52019;
	display: block;
	background-color: #dddddd;
	float: left;
	height: 28px;
	line-height: 30px;
	margin-right: 1px;
	text-decoration: none;
	padding: 0 20px 0 20px;
}																	

#nav a:hover{
	color: #7d1f1a;
}


/* end of navigation */


															



#mainContent h1 {
	font-size: 150%;
}

#mainContent h2{
	font-size: 120%;
	margin-top: 50px;
}
p {
	font-size: 80%;
}											/* end of text controls */

.NewsItemTitle{
	font-size: 100%;
}
.padding {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
	}


#newsItem p{
	margin-bottom: 10px;
}


															/* Footer navigation */

.footerNav {
	 position: absolute;
	 top: 20px;
	 width: 400px;

	}
	
.footerNav li {
		 display: inline;
	}

.footerNav li a{
	font-size: 70%;
	color: #dddddd;
	text-decoration: none;
	}

.divideLine{
	color: #dddddd;
	}

														/* End of footer nav */
														
											/* Styles that control the search and results pages */
											
														
#vcardSearch {												/* vcard search */
	background: url(../images/searchbg.gif) repeat-x 0 0;
	height: 40px;
	width: 630px;
	overflow: hidden;
	margin: 0 auto;
}


span {
	color: #fff;
	font: 70% Verdana, Geneva, sans-serif;
	padding: 0 0 0 0;
}
.vcardForm {
	padding-top: 5px;
	margin-left: 20px;
	padding-bottom: 20px;
}

.vcardSubmit {
	font-size: 70%;
	margin: 5px 0 0 10px;
}													/* end of vcard search */


#vcardWrapper {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

#vcardContainer, #vmapContainer {
	width: 630px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #d58b87;
	background-color: #f6f6f6;
}
#vcardHeader {
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #d58b87;
	background-color: #dddddd;
	overflow: hidden;
	font-size: 90%;
	font-weight: bold;
}

#vcardLeft {
	width: 48%;
	float: left;
	overflow: hidden;
}
#vcardRight {
	width: 48%;
	float: right;
	overflow: hidden;
}
#vcardLeft, #vcardRight {
	padding-top: 5px;
}
#vcardLeft ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#vcardRight ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#vcardLeft, #vcardRight ul li {
	margin-left: 20px;
	font-size: 80%;
}

#vcardAddress {
	width: 48%;
	float: left;
	overflow: hidden;
}
#vcardContact {
	width: 48%;
	float: right;
	overflow: hidden;
}
#vcardAddress, #vcardContact {
	padding-top: 5px;
}
#vcardAddress ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#vcardContact ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#vcardAddress, #vcardContact ul li {
	margin-left: 20px;
	font-size: 80%;
}

#vcardFooter {
	clear: both;
	height: 18px;
	margin-top: 20px;
	background-color: #dddddd;
}

#infoWindow 
{
    font: 70% Verdana, Geneva, sans-serif;
}