
*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	width: 100%;
	font-family: Arial, "Arial", sans-serif;
	font-size: 13px;
	color: #666666;
	background: url("images/vlz_body_bg.jpg");
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

 .clearfix {display:inline-block;}
 /* Hide from IE Mac \*/
 .clearfix {display:block;}
 /* End hide from IE Mac */

#wrap {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 750px;
}

#header img{
	margin-top: 7px;
	float:left;
	display: inline;
	border: 0;
}

#header ul{
	margin-top: 90px;
	float: right;
	list-style-type: none;
	line-height:24px;
	margin-right:30px;
}

#header li{
	float: left;
}

#header a, #header a:visited, #header a:link, #header a:active {
	text-decoration: none;
	color: #F3CD42;
	font-size: 14px;
	border-top: 2px solid #FFFFFF;
	border-right: 1px dotted #999;
	padding: 5px 10px;
}

#header a:hover{
	text-decoration: underline;
	color: #DF9A23;
	border-top: 2px solid #8C8C8C;
	border-right: 1px dotted #999;
	padding: 5px 10px;
	background-color: #F6F6F6;
}

#current a, #current a:visited, #current a:link, #current a:active {
	text-decoration: none;
	color: #8C8C8C;
	border-top: 2px solid #8C8C8C;
	border-right: 1px dotted #999;
	padding: 5px 10px;
	background-color: #F6F6F6;
}

#current a:hover{
	text-decoration: underline;
}


#dropmenudiv{
	position:absolute;
	border:1px solid #999;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #fff;
}

#dropmenudiv a, #dropmenudiv a:visited, #dropmenudiv a:link, #dropmenudiv a:active {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999;
	padding: 1px 0;
	text-decoration: none;
	background-color: #fff;
	color: #F3CD42;
}

#dropmenudiv a:hover{
	background-color: #F6F6F6;
	text-decoration: underline;
	color: #8C8C8C;
}


#banner{
	position: absolute;
	top: 114px;
	width: 100%;
	background-color: #F3CD42;
	height: 90px;
}

#banner span{
	display: block;
	position: relative;
	text-align: center;
	top: 30px;
	color: white;
	font-size: 24px;
	font-style: italic;
	width: 100%;
}

#content{
	padding: 120px 0px;
	line-height: 16px;
}

#content h1{
	margin-bottom: 3px;
	font-size: 22px;
	line-height: 23px;
	font-weight: normal;
	padding-bottom: 10px;
}

#content h2{
	margin-top: 10px;
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #F3CD42;
}

#content p{
	padding-bottom: 10px;
}

#content a, #content a:visited, #content a:link, #content a:active {
	text-decoration: none;
	color: #F3CD42;
}

#content a:hover{
	text-decoration: underline;
}

#main{
	width: 492px;
	padding-right: 8px;
}

#main img{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#main ul{
	margin-left: 30px;
	margin-bottom: 10px;
}

#main li{
	padding: 5px 0px;
}




#sidebar{
	padding-left: 20px;
	width: 225px;
	border-left: 1px dotted #999;
}

#news{
	background-color: #DDD;
	padding: 15px;
}

#contactinfo{
	background-color: #DDD;
	padding: 15px;
}


#contact{
	width: 400px;
	padding-right: 8px;
}

h3{
	font-weight: normal;
	border-bottom: 2px solid white;
	padding-bottom: 4px;
	color: #666666;
}

#news p{
	padding-top: 6px;
	color: #8C8C8C;
}

#sidebar a, #sidebar a:visited, #sidebar a:link, #sidebar a:active {
	text-decoration: none;
	color: #666;
}

#sidebar a:hover{
	text-decoration: underline;
}

#footer {
	font-size: 10px;
	width: 750px;
	padding: 3px 5px;
	border-top: 1px dotted #999;
	color: #8C8C8C;
}

#footer a:visited, #footer a:link, #footer a{
	color: #8C8C8C;
	text-decoration: none;
	border: 0px;
	padding: 0px;
}

#footer a:hover{
	text-decoration: underline;
}

.contact_input {
	padding: 3px 0px;
}

.contact_input input, .contact_input textarea {
	color: #666666;
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	vertical-align: middle;
	font-size: 10pt;
	display: inline;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
.contact_input input:focus, .contact_input textarea:focus {
	color: #666666;
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	vertical-align: middle;
	font-size: 10pt;
	display: inline;
	border: 1px solid #F3CD42;
	margin: 0px;
	padding: 0px;
}


label {
	float: left;
	width: 75px;
}





#volunteerintake ul {
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
}
#volunteerintake li {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}
#volunteerintake textarea {
	width:356px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}

