﻿html, body {
	margin: 0px;
	padding:0px;
	font-family: Arial,Verdana,Sans-Serif;
	text-align:justify;
	background:#fff;
	background-image:url(../images/vert_background.jpg);
	background-position:0px top;
	background-repeat:repeat-y;
}

#MastHead{
	background-image:url(../images/masthead_repeat.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:220px;
	white-space:nowrap;
	margin-bottom:0px;
	padding-bottom:0px;
}
#MastHead img{
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
}
#MastHead .Tagline{
	position:absolute;
	margin-top:90px;
	margin-left:415px;
	height:50px;
	width:450px;
	white-space:nowrap;
	font-family:Verdana,Arial,Sans-Serif;
	/*font-size:1.8em;*/
	font-size:29px;
	letter-spacing:-0.1em;
	color:#67676F;
	text-align:center;
}
#MastHead div.Tagline img{
	float:none;	
}
#MastHeadPrint{
	display:none;
}


#ContentWrapper{	
	margin:0px;
	padding:0px;
	padding-bottom:50px;
}

#Navigation{
	position:absolute;
	top:220px;
	left:85px;
}
#Navigation ul{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	margin-top:0px;
	font-size:0.9em;
}
#Navigation li{
	margin-left:0px;
	margin-top:4px;
	margin-bottom:4px;
	
}
#Navigation .selectedListItem{
	background-image:url(../images/vert_cutaway.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	width:135px;
	padding-top:5px;
	padding-bottom:5px;
	
}
#Navigation .selectItemText{
	padding-left:12px;
}
#Navigation a{
	text-decoration:none;
}
#Navigation a:link, #Navigation a:visited{
	color:#fff;
}
#Navigation a:hover, #Navigation a:active{
	color:#eb6c71;
}

#MainContent{
	margin-left:220px;
	padding-right:20px;
}
#Lamp{
	float:left;
}
#MainContent h3 {
	margin:0px 20% 0px 0px;
	padding:0px 0px 0px 20px;
	font-family:Garamond,Times New Roman,Serif;
	text-transform:uppercase;
	color: #eb6c71;
	border-bottom:dotted 2px #ccc;
	clear:right;
}
#MainContent h2.welcomePage{
	margin:0px 20% 0px 0px;
	padding:0px 0px 0px 20px;
	font-family:Garamond,Times New Roman,Serif;
	text-transform:uppercase;
	color: #eb6c71;
	clear:right;
}
#MainContent p.donationSubheading{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	font-family:Garamond,Times New Roman,Serif;
	text-transform:uppercase;
	font-size:1.2em;
	color: #eb6c71;
	clear:right;
}
/* first-letter psuedo selector does not work correctly with ie. Changed to using span's around first letter for same effect.*/
/*#MainContent h3:first-letter{
	font-size:1.5em;
}*/
#MainContent span.headerFirstLetter{
	font-size:1.5em;
}
#MainContent a{	
	text-decoration:none;
}
#MainContent a:link, #MainContent a:visited{
	color:#eb6c71;
}
#MainContent a:hover, #MainContent a:active{	
	color:#1f32e5;
	text-decoration:underline;
}
#MainContent .embeddedQuote, #MainContent .insuranceQuote{
	text-align:left;
}
#MainContent .embeddedQuote{
	width:240px;	
	float:right;
	margin-top:16px;
	margin-left:16px;
	background-image:url(../images/quoteBackground3.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#666;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:12px;
}

#MainContent p.insurancePara{
	margin-left:250px;
}
#MainContent p.insurListTitle{
	margin-left:250px;
	margin-bottom:12px;
	font-family:Garamond,Times New Roman,Serif;
	text-transform:uppercase;
	font-size:1.2em;
	color: #eb6c71;
}
#MainContent p.containsHighlights strong{
	color:#666;
	font-weight:normal;
}
#MainContent ol.insuranceList{
	margin-top:2px;
	margin-left:280px;	
}
#MainContent ol.insuranceList li{
	padding-bottom:20px;
}
p.copyright{
	color:#fff;
	font-size:12px;
	padding-left:33px;
	margin-top:0px;
	padding-bottom:15px;
}
#MainContent .insuranceQuote{
	height:130px;
	background-image:url(../images/quoteBackground3.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-top:8px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
	padding:0px;
	padding-left:16px;
	color:#666;	
}
#InsuranceImages{
	width:240px;
}
#InsuranceImages ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#InsuranceImages li{
	text-align:center;
}
#InsuranceImages img{
	border:0px;
	margin:0px;
	padding:0px;
}

#ContactForm {
	float:left;
}

#ContactForm .formRow{
	margin-bottom:8px;
	color:#666;
	clear:both;
}

#ContactForm .formLabel{
	float:left;
	width:10em;
	text-align:right;
	padding-right:8px;
	font-size:0.9em;
	padding-top:2px;
}

#ContactForm .normalTextbox{
	border:1px solid #888888;
	width:300px;
	font-family:Tahoma,Arial,SansSerif;
	padding:2px;
}

#ContactForm .errorMessage{
	color:Red;
	font-size:0.9em;
	margin-top:2px;
	margin-bottom:4px;
	margin-left:11em;
}

#ContactForm .errorMessage ul{
	margin:0px;
	margin-left:8px;
	padding:2px 0px 0px 8px;
	list-style-type:circle;
}

#ContactForm .submitButton{
	margin-left:240px;
	padding-left:8px;
	padding-right:8px;
	background-color:#eee;
	border:1px solid #999;
	color:#999;
}
#ContactForm .submitButton:hover{
	color:#333;
	background-color:#ccc;
	cursor:pointer;
}
#ContactForm .optionalLabel, p.requiredNotification{
	padding-left:2px;
	font-size:0.8em;
	color:#808091;
}
#ContactForm .validationSummary{
	margin-left:12em;
}
p.requiredNotification{
	margin:0px;
	padding-left:12em;	
}

#Footer{
	clear:both;
	margin-left:220px;
}
#Footer p{
	font-size:0.8em;
	color:#aaa;
	text-align:center;
}
#Footer a{	
	text-decoration:none;
}
#Footer a:link, #Footer a:visited {
	color: #aaa;
}
#Footer a:hover, #Footer a:active{
	color:#eb6c71;
	text-decoration:underline;
}