/* CSS Document */
body {
	font-family:  Arial, Helvetica, Sans-serif;
	font-size: .8em;
	background-color:white;
	margin:50px 0 0 0;
    padding:0px;
}

#border {
	margin:0px;
    padding:0px;
	width:915px;
}

#header {
	float: right;
	width: 100%;
	height:160px;
	background-image:url(images/banner.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-top: 0;
}

.clear{
	clear:both;
}

.nospace{
	margin:0;
	padding:0;
}	
	
#rightcontent1 {
	float:right;
	width:350px;
	margin-bottom:15px;
}	

#quote{
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	height:235px;
}
#quote p{
	padding:40px 40px 0 40px;
	color:#000000;
	font-style:italic;
}
#quote h3{
	color:#32326C;
	font-size:.8em;
	font-weight:bold;
	padding:5px 30px 0 0;
}
#address{
	background-image:url(images/address.gif);
	background-repeat:no-repeat;
	height:150px;
}
#address p{
	padding:5px 40px 0 40px;
	color:#ffffff;
	text-align:center;
}
#address h2{
	font-size:1.6em;
	padding:10px 40px 0 40px;
	color:#ffffff;
	text-align:center;
}
#navcontainer {
	font-size: .9em;
	position: relative; 
	width: 175px;
	float: left;
	background-image:url(images/nav.jpg);
	margin-bottom:15px;
}

#navcontainer ul {
	padding:0;
	margin: 0;
}

#navcontainer li {
	margin: 0 0 40px 0;
	padding: 0;
	font-family:arial, "Sans Serif";
	font-weight:bold;
	text-align:center;
	list-style-type:none;
	width:175px;
}

#navcontainer a {
	display: block;
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image:url(images/link.jpg);
	background-repeat:no-repeat;
	width:175px;
	text-align:center;
}

#navcontainer a:hover {
	background-image:url(images/ahover.jpg);
	background-repeat:no-repeat;
}


#activehome a{
	display: block;
	padding: 10px;
	margin: 25px 0 0 0;
	background-image:url(images/ahover.jpg);
	background-repeat:no-repeat;
}
#active a{
	display: block;
	padding: 1em;
	background-image:url(images/ahover.jpg);
	background-repeat:no-repeat;
}
#homenav a{
	margin:25px 0 0 0;
}
#content{
	width:350px;
	padding:0 20px 0 20px;
	float:left;
	margin-bottom:15px;
}
#bigcontent{
	width:680px;
	padding:0 20px 0 20px;
	float:left;
	margin-bottom:15px;
}
#address a{
	color: #EFE8E7;
}
.blue a{
	color: #25408f;
	text-decoration:none;
}

a{
	text-decoration: underline;
	color:#5e1a00;
}


h1 {
	font-size: 1.2em;
	font-weight: bold;
	color:#5e1a00;
	text-align:justify;
	margin:0 0 10px 0;
	padding:0;
	line-height:155%;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#5e1a00;
	text-align: left;
	margin:0;	
}

li{
	padding: 0 0 10px 0;
	color:#5e1a00;
	margin:0;
	text-align:justify;
}
ul{
	margin:0 0 0 15px;
	padding:0;
}
.home{
	text-align: justify;
	color:#5e1a00;
	margin-top:0;
	font-size:1em;
	font-style:italic;
	line-height:150%;
}
p{
	text-align: justify;
	color:#5e1a00;
	margin-top:0;
	font-size:1em;
	font-family:arial, Helvetica, sans-serif;
}



	
#footer { 
   width: 100%;
   clear: both;
   background-image:url(images/footer1.gif);
   background-repeat:no-repeat;
   height:75px;
}

#footer p{
	text-align: right;
	color:#5e1a00;
	padding:80px 10px 0 0;
	font-size:.7em;
	font-family:arial, Helvetica, sans-serif;
}

#footer a{
	text-align: right;
	color:#5e1a00;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	text-decoration:underline;
}
