/* ----------------- Williamsburg Hospice Styles ------------------------- */

/* ----------------- Main Elements---*/
* { margin: 0; padding: 0; }
option{ padding-right: 7px;}
body{
	background: #fff;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
hr{
	border: 0;
	background: #fff url(../images/line.gif) repeat-x left bottom;
	margin: 20px 0;
	height: 1px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl{
	margin: 0 0 10px 0;
}
h3.newsletter a{
	padding-right: 20px;
	background: #fff url(../images/icon_pdf.gif) 100% 50% no-repeat;
}
a img{
	border: 0;
}
a{
	color: #003366;
}
h4{
	font-size: 17px;
	float: left;
	margin-right: 5px;
	display: inline;
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366; 
}

#container{ 
 width: 750px; 
 border: 1px solid #000; 
 border-top: 0;
 text-align: left;
 background: #fff;
 margin: 0 auto;
 }
#header{ border-bottom: 5px solid #004D80;}


/* ----------------- Nav---*/
#nav{ 
	width: 180px; 
	background: #fff; 
	margin: 20px 0; 
	float: left; 
	font: bold 12px Georgia, "Times New Roman", Times, serif; 
	color: #003366;
}
#nav li{
	list-style: none;
	display: inline;
	width: 180px;
	margin: 0;
	padding: 0;
}
#nav li ul{
	margin: 0;
}
#nav a{ 
	color: #003366; 
	padding: 5px 5px 5px 25px;   
	margin: 0;
	display: block;
	text-decoration: none;
}
/*
#nav .current a:link, #nav .current a:visited, #nav a:hover{ background: #fff url(../images/icon-arrow.gif) no-repeat 15px center; color: #006699;}
*/
#nav a.current, #nav a:hover{
	background: url(../images/icon-arrow.gif) no-repeat 15px center;
	color: #006699;
}
#nav li li a{
	font-weight: normal;
	margin-left: 10px;
	font-size: 11px;
}

/* ----------------- Content---*/
#content { width: 555px; float: right;}

#home #content { margin: 20px 0 0 5px; background: #fff url(../images/b-home.jpg) no-repeat right bottom; padding-bottom: 30px;}
#home #content h2{
	font: italic 24px/22px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003366;
}
#home #content p{
	width: auto;
	margin-right: 20px;
	margin-top: 15px;
	font: 17px/22px Georgia, "Times New Roman", Times, serif;
	color: #006699;
}

#home #content #donateNow{
	width: auto;
	margin-right: 250px;
	text-indent: 0;
	margin: 30px 250px 30px 0;
	text-align: center;
}
#home #content p.homeCallouts{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	margin-right: 250px;
	margin-bottom: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 18px;
	color: #006699;
	/*font-weight: bold;*/
	border: 3px double #EEE;
	text-align: center;
}

#interior #content { width: 540px; margin: 20px 15px 20px 0;  display: inline;}
#interior h2{ 
 margin: 0  15px; 
 clear: both; 
 font: bold 24px "Times New Roman", Times, serif;
 color: #003366;
 padding: 20px 15px;
 background: #fff url(../images/dottedLine.gif) repeat-x left bottom;
 }
#interior h3{ 
 margin: 0 0 10px 0;
 Font: bold 14px Georgia, "Times New Roman", Times, serif;
 color: #006600;
 }
#interior #content p {
 margin: 0 10px 10px 0;
 color: #333;
 line-height: 20px;
}
#content ul li{
	list-style: none;
	padding: 0 10px 5px 15px;
	background: url("../images/icon-arrow.gif") 5px 5px no-repeat;
}
#interior #content .photo{
 float:left;
 display: block;
 margin: 2px;
 padding: 4px;
 width: 104px;
 height: 104px;
 text-align: center;
 vertical-align: middle;
}

#content #photos li{
	margin: 0;
	padding: 0;
	background: none;
	float: left;
	width: 130px;
	height: 100px;
	text-align: center;
}
#photos li a img{
	padding: 3px;
	border: 1px solid #EEEEEE;
}
.photoLarge img{
	margin: 5px;
	padding: 5px;
	border: 1px solid #EEEEEE;
}

div.imgContainer{
	margin-left: 10px;
	float: right;
}
div.imgContainer img{
	padding: 3px;
	border: 1px solid #EEEEEE;
}
div.imgContainer p{
	font-size: 10px;
}


#home #content ul.buttons li{
	margin: 12px 18px 0 0;
	list-style: none;
	float: left;
	background: none;
	padding: 0;
}

div.tab dt {
    margin-bottom: 4px;
}

#content div.tab dl dt.field{
 clear:left;
}
.checkbox 
{
 margin-top:10px;
}

.fieldRequired {
   padding-left: 20px;
   background: url(../images/icon_star.gif) 5px 50% no-repeat;
}

.pdfDownload {
    padding-left: 20px;
	background: url(../images/icon_pdf.gif) 4px 50% no-repeat;
}

div.tab dd {
    margin-bottom: 4px;
}

div.tab dd input
{
    margin-right: 7px;
}

div.tab dd.checkbox
{
float: left;
}

div.tab dd textarea {
    width: 400px;
    height: 75px;
}

div.tab h3 {
    font-size: 105% !important;
    margin-top: 25px !important;
}

dl.faq{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #060;
}
dl.faq dt , dl.faq dt a { 
	Font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #006600;
}
dl.faq dt{
	margin-bottom: 10px;
}
dl.faq dd{
	margin: 0px 0 20px 20px;
}
.hidden{
	visibility: hidden;
	display: none;
}


/*
------------------------------------------------------------
	Site Map
------------------------------------------------------------
*/
#content ul#sitemap li{
	background: none;
	font-weight: bold;
}
#sitemap a{
	text-decoration: none;
}
#sitemap a:hover{
	text-decoration: underline;
}
#content ul#sitemap li ul{
	margin-top: 10px;
}
#content ul#sitemap li ul li{
	font-weight: normal;
}
/* ----------------- Footer---*/
#footer{
	dislay: block;
	width: 750px;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	clear: both;
	background: #004D80;
	font: 10px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer li{
	display: inline;
	list-style: none;
	border-left: 1px solid #fff;
	padding: 0 7px;
}
#footer .first {
	border-left: none;
}
#footer a{
	color: #fff;
}
