body {
background-color:#FFFF99;
padding: 12px 0;
margin: 0;
color: #333333;
font: small Verdana, Arial, Helvetica, sans-serif;
voice-family: "\"}\""; 
voice-family:inherit;
}

/* IE hack */
body {text-align: center;}
#wrapper {text-align: left;}


/* layout */








#wrapper {
background: #ffffff;
border-left: 6px solid #ffffff;
border-top: 6px solid #ffffff;
border-bottom: 6px solid #ffffff;
margin: 0 auto;
border-right: 6px solid #ffffff;
width: 940px;
voice-family: "\"}\""; 
voice-family:inherit;
border-right: 0;
width: 934px;
}
#masthead {
height: 121px;
background: url(assets/buttons/babstrap.gif);
width: 728px;
}
#pullnav {
float: right;
border-bottom: 4px solid #a2c3db;
height: 18px;
font: bold 11px/17px Arial, sans-serif;
padding-left: 4px;
overflow: hidden;
width: 240px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 236px;
}
#navigation {
background-color:#FF9933;
background: url(assets/copy of nav_background.gif);
font: 11px/22px Arial, sans-serif;
padding-left: 100px;
border-bottom: 6px solid #ffffff;
height: 23px;
width: 728px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 608px;
}
#sidebar {
	background-color: #FFFF99;
	color:#666666;
	float: left;
	padding: 0 10px 10px;
	margin-right: 6px;
	width: 170px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	text-align: center;
}
#maincontent {
float: left;
width: 732px;
overflow: hidden;
padding-bottom: 10px;
}

.columnWrapper {
		
		}

.columnLeft {
		float: left;
		width: 302px;
		margin-right: 10px;
		}

.columnRight {
		float: left;
		width: 200px
	;
	text-align:right;
		
		}

.columnPhotoWrapper {
		
		}

.columnPhototextLeft {
		float: left;
		width: 202px;
		margin-right: 10px;
		}

.columnPhotoRight {
		float: left;
		width: 300px
	;
	text-align:right;
		
		}

.bold {
font-weight:bold;
}

.italic {
font-style:italic;
}

.separator {
clear: both;
}
.weathericon {
float: right;
margin-top: -17px;
}
#footer {
padding: 20px 10px 10px;
background-color:#FF6633;
color: #ffffff;
border-top: 6px solid #ffffff;
width: 910px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 910px;
a href-visited: #ffffff
}
/* fonts */
#sidebar p, #sidebar li, #sidebar h1 {
font-size: 85%;
line-height: 1.3em;
}
#sidebar h1 {
margin-top: 24px;
margin-bottom: 0;
}


p {
margin-top: 0;
}
#maincontent p {
font-size: 93%;
padding-left: 10px;
}

#maincontent h1 {
font-size: 110%;
padding-left: 10px;
}

#maincontent italic {
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper p.caption {
font-size: 85%;
background: #FFFFCC;
padding: 6px 10px;
}
#footer p {
text-align: right;
font-size: 85%;
}
/* lists */
#pullnav ul {
padding: 0;
margin: 0;
list-style-type: none;
}
#pullnav li {
display: inline;
}
#navigation ul {
padding: 0;
margin: 0;
list-style-type: none;
}
#navigation li {
display: inline;
}
#sidebar ul {
padding: 0;
margin: 0 0 1em;
list-style-type: none;
}
/* links */

a {
color: #707070;
}
#sidebar a {
color: #666666;
}
a:hover, #sidebar a:hover {
color: #333333;
}
#pullnav a, #navigation a {
text-decoration: none;
}
#pullnav a:hover, #navigation a:hover {
text-decoration: underline;
}
#pullnav a {
color: #a2c3db;
margin-right: 6px;
}
#navigation a {
color: #ffffff;
margin-right: 9px;
}



/*		------	Basic Menu Style	------		*/

/* based on the drop-down menus from http://www.mywebstuff.com/02_css/css_07.html */

#dmenu { /*Menu Style*/
display: block;
background-color:FF6633;
}
#dmenu ul { /*Top Level Formatting*/
position: relative;
}
#dmenu li { /*Top Level Positioning and Display*/
margin: 0;
padding: 0;
float: left;
position: relative;
}
#dmenu li a { /*Top Level Link Formatting*/
display: block;
}
head+body #dmenu li a {
height: 23px;
}
#dmenu li a:hover { /*Hover Behavior for List Items*/
text-decoration: underline;
}

body #wrapper #dmenu ul li a {
text-transform: none;
}

#dmenu li li { /*Formats Second Level Borders*/
border-top: 1px solid #ffffff;
width:118px;
/*border-left: 1px solid #333333;
border-right: 1px solid #333333;*/
}


#dmenu li ul { /*Dropdown Formatting*/
text-align: left;
margin: 0;
background-color: #FF6633;
padding: 0 0 3px;
width: 118px;
display:none;
position: absolute;
z-index: 10;
}

#dmenu li ul {
width: 110px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 118px;
}

#dmenu ul li a { /*Format of Second Level Links */
display:block;
background-color: #FF6633;
width:110px;
padding: 0 4px;
}


#dmenu ul li a:hover{ /* Second Level Hover*/
}

#dmenu li:hover ul , #dmenu li.over ul{ /*Display Dropdown*/
display: block;
}
