/* Start of CMSMS style sheet 'Layout: Bredenbecks All' */
/* CSS Document */

* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

a {
   outline: none;
}


p {
	font-size: 85%;	
	}
	
	
	
/*relative divs*/	
	
#container {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	}



#bottom {
	position:relative;
padding-top:12px;
	height:60px;
clear:both;
	}	
	
	
	
/*absolute divs*/




/* text styles */	
			

#footer p {
font-family: "Trebuchet MS", Tahoma, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:70%;
padding-bottom:12px;
line-height: 1.3em;
}

#footer h3 {color: #6ea1c9;}


#bottom p {
line-height:2em;
font-size: 70%;
color:#999;
font-family: "Trebuchet MS", Tahoma, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
		


/* link styles */

#locate a {color: #762231}

#locate a:hover {
color: #430112;
	}	


#footer a {
	text-decoration: none;
	color: #430112;
	}	

#footer a:hover {color: #762231;}

	
#bottom a {
	text-decoration: none;
	color: #999;
	}	

/* image styles */
#searchbox img {
float:right;
}

#footer img {padding: 1px;}

#searchbox input {
font-size:9pt;
float: left;
margin-right: 0.5em;
display: block;
}

#footer input {
font-size:9pt;
float: left;
margin-right: 0.5em;
display: block;
}


/* navigation styles */	


dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}




/* End of 'Layout: Bredenbecks All' */

