/* Start of CMSMS style sheet 'Layout: Bredenbecks Interior Only' */
/* CSS Document */


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/intrpt.jpg);
	}

h1 {font-size:1.7em;	font-weight: normal;color:#430112;padding:0px 0 12px 0; line-height:1.2em;}

h2 {font-size:1.1em;	padding-bottom:9px;color:#430112;padding-top:9px;}
	
h3 {font-size:1.0em;	padding-bottom: 6px;padding-top:6px;}	

h4 {font-size:1.0em;padding-bottom: 12px;color:#430112;}

h5 {color: #430112; border-bottom: #6ea1c9 1pt solid; padding-bottom: 3px; margin: 6px 0; font-family: Arial, Helvetica; font-size: .9em;}

h6 {background-color: #430112; font-size: .9em; color: #fff; padding: 6px; margin-bottom: 6px; font-family: Arial, Helvetica;}	

table td {padding-right:12px;}	

#middle3 form input, #middle3 form select {margin-bottom:6px;}
#middle3 table {font-size: 85%;}
	
/*relative divs*/	
	

#header {
	position: relative;
	height:94px;
	}


#content{
	position: relative;
	padding:0;
	}
	

#footer {
	position:relative;
	color: #430112;
	line-height:1.4em;
	clear:both;
	padding-top:12px;
	border-top: #430112 1pt solid;
	}

	
	
	
/*absolute divs*/


#logo {
	position: absolute;
	left: 0px;
	top:7px;
	}

#searchbox {
	position: absolute;
	left: 684px;
	top:25px;
	width: 214px;
}


#shopping-cart {
	position: absolute;
	left: 764px;
	top:18px;
	width: 104px; font-size: 80%; font-weight: bold;
}

#shopping-cart img {float:right;}

#locate {
	position: absolute;
	top:23px;
	left:326px;
	width: 336px;
}

	

/*float divs*/	


#middle {
	float:left;
	width:450px;
	padding: 9px 18px;
}

#middle #middleinner {
	overflow:hidden;
	padding-top: 3px;
	
}


#middle2 {
	float:left;
	width:480px;
	padding: 9px 18px;
}

#middle2 #middleinner2 {
	overflow:hidden;
	padding-top: 3px;
	
}

#middle3 {
	float:left;
	width:648px;
	padding: 9px 18px;
}

#middle3 #middle3inner {
	overflow:hidden;
	padding-top: 3px;
	
}

#middle4 {
	float:left;
	padding: 9px 18px;
}

#middle4 #middle4inner {
	overflow:hidden;
	padding-top: 3px;
	
}


#left {float:left;
	width:210px;
	padding: 0 6px 0 0;
	}


#leftinner {
	padding-top:3px;
	overflow:hidden;
}


#right {float:left;
	top:0px;
	width:150px;
	padding: 18px;
	}	

#rightinner {
	padding-top:3px;
	overflow:hidden;
	}


#right2 {float:left;
	top:0px;
	width:300px;
	padding: 18px;
	}	

#rightinner2 {
	padding-top:3px;
	overflow:hidden;
	}



/* text styles */	
		

#locate p {font-size:90%;
line-height:1.5em;}

#content p {
font-size:85%;
padding-bottom:12px;
}


#middle ul, #middle ul ul, #middle2 ul, #middle2 ul ul {line-height:1.4em;
padding-bottom:9px;
padding-left:18px;
}

#middle3 ul, #middle3 ul ul {line-height:1.2em;
padding-bottom:9px;
padding-left:18px;
}

#middle li, #middle2 li, #middle3 li {font-size:85%;
}

#middle ul li, #middle2 ul li {font-size: 100%}

#left #leftinner ol {line-height:1.2em;
padding-bottom:9px;
padding-left:24px;
font-size: 85%;
font-style: italic;}


#left #leftinner p.small {font-size: 70%; line-height: 1.3em; padding-bottom: 6px;}
		
#middle #middleinner p, #middle2 #middleinner2 p, #middle3 #middle3inner p {line-height:1.5em;}

#right #rightinner p {font-style:italic;
line-height:1.3em;}

#left #leftinner p {line-height: 1.4em;
font-style:italic;
font-size:85%;}


p.person {font-weight:bold;
text-align:right;
font-style:normal;}		

p.breadcrumbs {margin-bottom:9px;
font-weight:bold;}

		

/* link styles */


#content a {
color: #762231;
	}
	

#content a:hover {
color: #430112;
	}	

#middle2 a {text-decoration:none;}

#middle a, #middle3 a {font-weight:bold;}




/* image styles */
#searchbox img {float:right;}



/* navigation styles */	

#nav{
	padding-top:12px;
	position: relative;
	text-align:left;
	font-size:120%;
	height:37px;
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 { 
color:#fff;}


/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive a {color:#fff;}

#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 { color:#fff;

}


#primary-nav li.menuactive ul li.menuactive a {color:#fff;}


/* 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%; 
}



/* Start of CMSMS style sheet left vertical menu' */


#sidenav {
position: relative;
background-color: #430112;
text-align:left;
margin-bottom: 18px;
	}
		
#sidenav a {
text-decoration: none;
font-weight:normal;
}
		
#sidenav a:link, #sidenav a:visited {
color: #fff;
}

#sidenav ul {
list-style: none;
background: none;
position: relative;
}

#sidenav ul li {
padding:6px 12px;
display: block;
line-height:1.4em;
font-weight:normal;
font-size:95%;
color:#fff;
border-bottom:#fff 1pt solid;}

#sidenav a:hover {
color:#6ea1c9;
}


#sidenav ul li.currentpage {
background-color:#762231;
padding:6px 12px;
}

/* End of 'VNACS left vertical menu' */


/* End of 'Layout: Bredenbecks Interior Only' */

