/* Start of CMSMS style sheet 'Layout: Bredenbecks Home Only' */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	background-image:url(uploads/images/homerpt.jpg);
	}

h1 {
	font-size:2.2em;
	font-weight: normal;
	color:#430112;
	padding:30px 0 18px 0;
	line-height:1.2em;
	}

h2 {
	font-size:1.1em;
	padding-bottom:9px;
	color: #6ea1c9;
	}
	
h3 {
	font-size:1.0em;
	padding-bottom: 6px;
	}	


#header {
	position: relative;
	padding-left:3px;
	height:460px;
	background-repeat: no-repeat;
	background-position: top;
	background-image:url(uploads/images/homeimgs.jpg);
	}


#content{
	position: relative;
	padding:18px 0;
	height:230px;
	}


#footer {
	position:relative;
	color: #430112;
	line-height:1.4em;
	clear:both;
	}
	


/*absolute divs*/


#main {
	position: absolute;
	left: 321px;
	top:67px;
	width: 576px;
	}

#locate {
	position: absolute;
	top:383px;
	left:3px;
	width: 293px;
}

#searchbox {
	position: absolute;
	left: 645px;
	top:25px;
	width: 266px;
}




#historic {
	position: absolute;
	top:0px;
	left:0px;
}
	



/*float divs*/	


#middle {
	float:left;
	width:256px;
	padding: 0 18pt;
	border-left: #c5b0a8 2pt solid;
	border-right: #c5b0a8 2pt solid;
}

#middle #middleinner {
	overflow:hidden;
	padding-top: 3px;
	width:250px;
}




#left {float:left;
	width:256px;
	padding: 0 18px;
	}


#leftinner {
	padding-top:3px;
	overflow:hidden;
	width:250px;}


#right {float:left;
	top:0px;
	width:256px;
	padding: 0 18px;
	}	

#rightinner {
	padding-top:3px;
	overflow:hidden;
	width:250px;
	}


/* text styles */	
		
#main p {line-height:1.5em;
padding-bottom:12px;
}

#locate p {font-size:80%;
text-align:right;
line-height:1.5em;}

#content p {
	line-height:1.3em;
	font-size:80%;
	color:#fff;
	padding-bottom:6px;
		}
		
#content h3 {color: #6ea1c9;}	



/* link styles */

#content a {
color: #6ea1c9;
text-decoration: none;
	}
	
#content a:hover {
color: #ccc;
}	

/* navigation styles */

#nav{
	padding-top:9px;
	position: relative;
	text-align:left;
	font-size:120%;
	height:40px;
z-index: 1;
	}

/* Adjusted for Bredenbecks */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}

#primary-nav li a:hover { /*this is for horiz menu hover color*/
  color:#5f9bc9;
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

#primary-nav li li a:hover { /*this is for dropdown hover color*/
  background-color:#762231;
color:#fff;
}



/* Styling the basic appearance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 4px 18px; 
   text-decoration: none; 
font-weight:normal;
font-size: .9em;
}


#primary-nav li a { /*this is the horiz menu font color*/
color:#430112;  
}


#primary-nav li li a { /*this is the drop menu font color and style*/
background-color:#5f9bc9;
border: #fff 1pt solid;
color:#fff;
padding: 6pt 9pt;
font-size: .8em;
}	

#primary-nav li, #primary-nav li.menuparent { 
 /*background-image: url(uploads/images/arrow.jpg); 
   background-position: center right; 
   background-repeat: no-repeat;  */
color:#fff}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */



#primary-nav li.menuparent li a {color:#fff;}




#primary-nav li.menuactive a.menuparent { /*font color for horiz menu active but not dd color*/
color:#fff;
}



/* Styling the basic appearance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 

}


#primary-nav li.menuactive ul li.menuactive a {color:#5f9bc9;}


/* Styling the appearance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
color:#fff;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

	
/* End of 'Layout: Bredenbecks Home Only' */

