/* ------------------------------------------------------------------------
CSS sheet for Hemophilia Outreach Center
Author: Chris Robinson
Date Created: 07-09-09

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS:


------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;

}
body{
	color: #000;
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url(../images/bodybg.jpg) repeat-x top left #9d7408;
}
#wrap{
	width: 992px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	width: 100%;
	height: 217px;
	background: url(../images/headerbg.png) no-repeat;
	margin-bottom: 20px;
}
#header h1 a.logo{
	display: block;
	width: 222px;
	height: 174px;
	text-indent: -9999px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
	margin: 0px 10px 0px 25px;
}
#header #flash{
	display: block;
	float: left;
	width: 730px;
	height: 175px;
	background: url(../images/headerIndex.jpg) no-repeat;
	margin-bottom: 6px;
}
body.history #header #flash{
	background: url(../images/headerHistory.jpg) no-repeat;
}
body.services #header #flash{
	background: url(../images/headerServices.jpg) no-repeat;
}
body.education #header #flash{
	background: url(../images/headerEducation.jpg) no-repeat;
}
body.community #header #flash{
	background: url(../images/headerCommunity.jpg) no-repeat;
}
body.programs #header #flash{
	background: url(../images/headerPrograms.jpg) no-repeat;
}
#header ul.nav{
	display: block;
	clear: both;
	margin: 0px 30px;
}
#header ul.nav li{
	float: left;
	margin: 0 20px;
	list-style-type: none;
	position: relative;
}
#header ul.nav li:hover{
}
#header ul.nav li a{
	font: 17px/1.5em georgia, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
}
#header ul.nav li a.active, #header ul.nav li:hover a{
	background: url(../images/navHover.jpg) repeat-x;
	border: 2px solid #763b00;
	padding: 1px 4px;
	color: #663905;
}
#header ul.nav li ul{
	display: none;
}
#header ul.nav li:hover ul, ul.nav li.hover ul{
	display: block;
	width: 185px;
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 9999;
	background: #c4a528;
	background: url(../images/navHoverAbout.jpg) top left no-repeat #c4a528;
	overflow: hidden;
	text-align: left;
	border: 2px solid #763b00;
	border-top: 0px;
	padding-top: 2px;
}
#header ul.nav li.about:hover ul{
	background: url(../images/navHoverAbout.jpg) top left no-repeat #c4a528;
}
#header ul.nav li.edu:hover ul{
	background: url(../images/navHoverEdu.jpg) top left no-repeat #c4a528;
}
#header ul.nav li.community:hover ul{
	background: url(../images/navHoverCommunity.jpg) top left no-repeat #c4a528;
}	
#header ul.nav li ul li{
	float: none;
	width: 100%;
	border-top: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#header ul.nav li:hover ul li a{
	width: 100%;
	display: block;
	font: 15px/1.5em georgia, Helvetica, sans-serif;
	background: none;
	color: #663905;
	overflow: hidden;
	border: 0px;
}
#header ul.nav li ul li a:hover{
	background-color: #e2d646;
}

/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#contentTop{ /* curved top graphic of content section */
	display: block;
	width: 100%;
	height: 18px;
	background: url(../images/contentTop.jpg) no-repeat;
}
#content{
	display: block;
	width: 100%;
	background: url(../images/contentMid.png) repeat-y;
	padding: 0px 4px;
	overflow: hidden;
}
#content #left{
	float: left;
	width: 45%;
	margin: 0px 20px;
}
#content #right{
	float: left;
	width: 45%;
	margiN: 0px 0px;
}
#content .full{
	overflow: hidden;
	padding: 0px 20px;
}
#content #eventsBorder{
	border: 2px solid #aecfef;
	width: 471px;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 20px;
}	
#content #eventsBorder #events{
	display: block;
	background: #aecfef;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
}
#content h3{
	margin: 1.5em 0px;
}
#content #events h3{
	margin: 10px 0px;
}
#content #eventsBorder #events h4{
	margin: 10px 0px 0px 0px;
}
#content #eventsBorder #events p{
	margin: 5px 0px;
	padding: 0px;
}
form.emailList label{
	font-weight: bold;
	font-size: 15px;
	display: block;
}
form.emailList{
	display: block;
	margin: 0px 0px 10px 0px;
}
form.emailList input.email{
	background: #deebf7;
	border: 1px solid #000;
	padding: 2px;
	width: 250px;
}
form.emailList input.submit{
	padding: 1px 5px;
	font-weight: bold;
	border: 1px solid #000;
	margin-left: 10px;
	background: url(../images/emailSubmit.jpg) top left repeat-x;
}
form.emailList input.submit:hover{
	background-position: bottom left;
}
#content #slideshow{
	width: 467px;
	height: 233px;
	overflow: hidden;
	display: block;
	padding: 4px;
	border: 2px solid #aecfef;
}
#content p.viewGallery{
	float: left;
}
#content p.right{
	margin-left: 200px;
}
#content p.viewGallery a{
	display: block;
	margin: 0px auto 0px auto;
	width: 232px;
	height: 100px;
	background: url(../images/viewGallery.jpg) top left no-repeat;
	text-indent: -9999px;
}
#content p.viewGallery a:hover{
	background-position: bottom left;
}
#content #mission{
	display: block;
	clear: both;
	width: 67%;
	margin: 10px 20px;
	padding: 10px;
	float: left;
	background: #f0efef;
	border: 1px solid #ccc9c9;
}
#content #mission p{
	margin: 10px 0px;
}
#content ul{
	margin-left: 20px;
}
#content img.imgRight{
	float: right;
	margin: 0px 0px 0px 10px;
}
#content img.imgLeft{
	float: left;
	margin: 0px 10px 10px 0px;
}
#content .clearBoth{
	display: block;
	clear: both;
}
#content .floatLeft{
	float: left;
}
#content p.tooltip{
	float: left;
}
#content a.toggle{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0px 5px;
}
#content span.tooltip{
	width: 300px;
	float: left;
	background: #FFF7C0;
	font: 14px/16px Georgia, 'Times New Roman', Times, serif bold;
	padding: 5px 10px;
	margin-top: 5px;
	display: block;
	border: 1px solid #C4C0A4;
}
/* -----------------------------------------------------------------------
=CALENDAR ELEMENTS
-------------------------------------------------------------------------*/
dl.calendar {
	padding: 1.5em 0px;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #000;
	float: left;
}
dl.calendar dt.date{
	background: #fff;
	width: 48px;
	height: 50px;
	display: block;
	color: #000;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	float: left;
	border: 1px solid #000;
	margin-right: 10px; 
}
dl.calendar dt.date .month{
	display: block;
	font-size: 18px;
	padding-bottom: 0px;
}
dl.calendar dt.date .day{
	font-size: 24px;
}
dl.calendar dd{
	float: left;
	width: 90%;
}
/* -----------------------------------------------------------------------
=CONTACT ELEMENTS
-------------------------------------------------------------------------*/
.map {
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0px 20px;
}
.map iframe {
	border: 1px solid #ccc;
}
/* -----------------------------------------------------------------------
=OUR COMMUNITY ELEMENTS
-------------------------------------------------------------------------*/
.event {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
}
.event p {
	margin: 0px;
}
.event a img {
	border: 1px solid #000;
	margin: 5px 10px;
}
#quarterly, #monthly {
	width: 48%;
	float: left;
	display: block;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	width: 964px;
	padding: 5px 10px;
	background: url(../images/footerbg.jpg) repeat-x #7c907d;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
	margin-top: 1.5em;
	border-top: 3px solid #7c917e
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer p, #footer h3{
	margin: 5px 0px;
	display: block;
	clear: both;
}
#footer p strong{
	display: block;
}
#footer .side{
	float: left;
	width: 45%;
	margin-right: 48px;
}
#footer .footer{
	margin: auto;
	text-align: center;
}
#footer .footer a{
	list-style-type: none;
	border-left: 1px solid #fff;
	padding: 0px 10px;
	margin: 5px 0px;
}
#footer a.home{
	border: 0px;
	padding: 0px 10px 0px 0px;
}




