/* CSS Document */

body {
	background: #f6e6cd;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#about #content .wrapper {
	/*height: 975px;*/
	}
	
#products #content .wrapper, #programs #content .wrapper {
	height: 680px;
	}
	
#contact #content .wrapper {
	height: 575px;
	}
	
#media #content .wrapper {
	height: 775px;
	}
	
img {
	border: none;
	}

	
h1 {
	margin-top: 0;
	font-size: 36px;
	text-transform: uppercase;
	color: #DD5B07;
	line-height: 44px;
	}

h2 {
	font-size: 20px;
	color: #0099CC;
	line-height: 110%;
	}

a:link {
	color: #0099CC;
	}
	
a:visited {
	color: #444444;
	}
	
a:active {
	color: #0099CC;
	}
	
a:hover {
	color: #FE4700;
	}
	
.wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	}
	
#header .wrapper {
	width: 890px;
}
	
#header {
	margin: 0;
	padding: 0;
 	height: 114px;
	width: 100%;
	background-image: url(images/header-bg.jpg);
	background-repeat:repeat-x;
}

#header img {
	float:left;
	border: none;
	width:206px;
	}




#content {
	clear: both;
	text-align: left;
	color: #333333;
	background: url(images/bg.jpg);
	}
	
#content p {
	width: 385px;
	line-height: 150%;
	}
	
#content .wrapper {
	background: #FFFFFF;
	padding: 20px;
	border-left: solid 1px #DD5B07;
	border-right: solid 1px #DD5B07;
	}
	
.indent {
	margin-left: 50px;
	}
	
	
.biggie {
	color: #0099CC;
	font-size: 20px;
	margin: 20px 0 20px 0;
	line-height: 125%;
	font-weight: bold;
	width: 385px;
	}
	
	
#rightcol {
	width: 385px;
	padding-left: 20px;
	float: right;
	line-height: 125%;
	z-index: 12;
	}
	

	
#footer {
	clear:both;
	background-color: #FE4700;
	padding: 10px;
	text-align:center;
	color: #FFFFFF;
	}
	
#footer a {
	color:#FFFFFF;
	}

#legal {
	text-align:center;
	margin: 10px;
	}
	
	

form {
	width:250px;
	}


.cssform p {
	width: 275px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray;*/
	height: 1%;
}

.cssform label {
	color: #461D02;
	float: left;
	margin-left: -200px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea {
	width: 250px;
	height: 150px;
}

.signed {
	font-weight: bold;
	text-align: right;
	width:385px;
	margin-bottom: 20px;
	}
	
.callout {
	background-color: #EFDDC7;
	padding: 5px;
	width: 385px;
	}
	
.callout img {
	margin-right: 5px;
	}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

.tag {
	background-color: #FDEEE4;
	padding: 3px;
}

.homeimages{
	
}

#content .homeimages p{
	width: 100%;
}

.homeimages img{
	padding: 0 5px;
}




#vdividermenu{
	
}

#vdividermenu ul { /* all lists */
	margin: 30px 0 0 0px;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 670px;
}

#vdividermenu ul li {
	float: right;
	list-style-type: none;
}

#vdividermenu a {
	display: block;
	/* width: 10em; */
}

#vdividermenu li ul li a:hover{
	color: #cf3801;

}

#vdividermenu li { /* all list items */
	float: left;
}

#vdividermenu li ul { /* second-level lists */
	position: absolute;
	background-repeat: repeat-x;
	background-position: bottom;	
	left: -999em; 
	padding: 0;	
	margin: 0 0 0 0;
	width: 150px;
	background: #FFFFFF;
	border: 1px solid #FE4700;
	font-size: 12px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#vdividermenu li a {
	display: block;
	color: #FFFFFF;
	padding: 7px 18px 7px 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0em;
}


#vdividermenu ul li ul a{
	width: 150px;
	text-decoration: none;
	color: #FE4700;
	text-align: left;
	margin: 2px 5px 2px 5px;
}


#vdividermenu li:hover ul, #vdividermenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




