/* TYPE SELECTORS START HERE */
body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 200px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */}

hr {border: none 0;
	border-top: 1px dashed #262016;}

p {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px 0px 24px 0px;
	margin: 0px 30px 0px 30px;
	text-align: left;}

img {border: 1px solid #262016;
	padding: 4px 4px 4px 4px;
	margin: 0px 8px 8px 8px;}	

ul {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px 0px 24px 36px;
	margin: 0px 30px 0px 36px;
	text-align: left;}

ol {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px 0px 24px 36px;
	margin: 0px 30px 0px 36px;
	text-align: left;}

h1 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #262016;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 12px 18px;
	text-align: left;
	text-transform: uppercase;}		

h3 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262016;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	text-align: left;}	
	
.highlight {background-color: #FFCC00;
	color: #000;}	
/* TYPE SELECTORS END HERE */






/* ID LAYOUT SELECTORS START HERE */
.layout #container {width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */}
	
.layout #header {width: 960px;
	height: 116px;
	background-image: url(../images/header.jpg);	
	background-repeat: no-repeat;}
	
.layout #sidebar-frame {float: left;
	width: 253px;}
	
.layout #sidebar-1 {float: left;
	width: 253px;
	height: 44px;
	padding: 0px 0px 6px 0px;
	background-image: url(../images/sidebar-top.jpg);
	background-repeat: no-repeat;
	text-align: left;}

.layout #sidebar-4 {float: left;
	width: 205px;
	height: 8px;
	padding: 0px 12px 6px 13px;
	margin: 0px 0px 0px 11px;
	background-color: #262016;}
	
#banner img{padding: 0px;
	border-top: 1px solid #262016;
	border-bottom: 1px solid #262016;}
	
.layout #body {background-color: #FFF;
	min-height: 550px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 253px; /* this can be decreased to wrap under the sidebar if desired. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;}
/* ID LAYOUT SELECTORS END HERE */
	





/* CLASS SELECTORS START HERE */
.clearfloat {/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;}
.contact-brown {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262016;
	font-weight: bold;}
.contact-white {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;}
.img-contact {border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;}	
.img-gototop {border: none;
	margin: 24px 18px 24px 0px;}		
/* CLASS SELECTORS END HERE */






/* PSEUDO-CLASS EMAIL-LINK SELECTORS START HERE */
.email a:link {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #262016;
	font-size: 10px;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	text-decoration: underline;}
.email a:visited {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #262016;
	font-size: 10px;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	text-decoration: underline;}
.email a:hover {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	background-color: #262016;
	text-decoration: underline;}
.email a:active {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #262016;
	font-size: 10px;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	text-decoration: underline;}
/* PSEUDO-CLASS EMAIL-LINK SELECTORS END HERE */
