@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
* {
	margin:0px;
	padding:0px;
}
p, ul, ol {
	line-height:20px;
	padding:8px 0px;
}
img {
	border:0px;
}
.clear {
	clear:both;
}
#wrapper {
	width:808px;
	margin:5px auto 15px auto;
}
#mainBody {
	background:#fff url(/images/interface/mainBody.png) top left repeat-y;
	width:808px;	
}
#mainTop {
	background:#fff url(/images/interface/mainTop.png) top left no-repeat;
	height:10px;
	width:808px;
}
#mainBottom {
	background:#fff url(/images/interface/mainBottom.png) top left no-repeat;
	height:10px;
	width:808px;
}
#header {
	padding:0px 15px;
}
#header #menu {
	float:right;
}
#menu a {
	text-decoration: none;
	color: #007AAD;
	padding: 0 6px;
	}
#menu a:visited {
	color: #888;
	}
#menu a:hover {
	text-decoration: underline;
	}
#header #tollfree {
	text-align:right;
}
#serviceMenu {
	margin-top:5px;
	padding:0px 4px;
}
#serviceMenu a {
	background:#3a3a3a url(/images/interface/service-menu-bg.gif) repeat-x;
	color:#fff;
	padding:3px 0px 0px 0px;
	height:21px;
	width:158px;
	display:block;
	border-right:2px solid #767676;
	float:left;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
#serviceMenu a.left {
	width:159px;	
}
#serviceMenu a.right {
	width:159px;
	border-right:0px;	
}
#serviceMenu a:hover {
	background:#3a3a3a url(/images/interface/service-menu-hover-bg.gif) repeat-x;
}
#serviceOfferings {
	padding:0px 4px;
}
#serviceOfferings .offering {
	width:158px;
	float:left;
	border:1px solid #3A3A3A;
	border-top:0px;
	height:238px;
	font-size:12px;
	font-weight:bold;
}
#serviceOfferings .individual {
	background:transparent url(/images/offerings/individual.jpg) no-repeat;
}
#serviceOfferings .family {
	background:transparent url(/images/offerings/family.jpg) no-repeat;
}
#serviceOfferings .business {
	background:transparent url(/images/offerings/business.jpg) no-repeat;
}
#serviceOfferings .college {
	background:transparent url(/images/offerings/college.jpg) no-repeat;
}
#serviceOfferings .seniors {
	background:transparent url(/images/offerings/seniors.jpg) no-repeat;
}
#serviceOfferings .offering_caption {
	padding:155px 10px 0px 10px;
}
#serviceOfferings .offering_subcaption {
	padding:155px 10px 0px 10px;
	display:none;
}
#secondaryMenu {
	background:#E8E8E8;
	margin:0px 4px;
	font-size:12px;
	padding:8px 0px;
	text-align:center;
}
#secondaryMenu a {
	padding:0px 6px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#secondaryMenu a:hover {
	text-decoration:underline;
}
#content {
	padding:0px 15px;
}
#content a {
	text-decoration: none;
	color: #007AAD;
	padding: 0;
	}
#content a:visited {
	color: #888;
	}
#content a:hover {
	text-decoration: underline;
	}
#content #right p, ul {
	margin-left:25px;
}
#content #right h3 {
	margin-top:10px;
	color:#016EA7;
}
#content #right li {
	list-style:none;
}
#content #left {
	width:438px;
	padding:8px 25px 8px 0px;
	float:left;
}
#content #left ol {
	margin-left:45px;
}
#content #left ol li {
	margin-bottom:13px;
}
#content h1, #left h1 {
	font-size:24px;
	margin-bottom:10px;
	color:#016EA7;
}
#content #left h2, #content h2 {
	font-size:20px;
	padding: 5px 0;
	color:#016EA7;
}
#content #left h3 {
	color:#016EA7;
	font-weight:normal;
	}
#content #right {
	background:#fff url(/images/interface/right-bg.gif) top left no-repeat;
	padding:8px 0px 8px 15px;
	width:300px;
	float:right;
}
#content .break {
	padding-top:10px;
	border-bottom:1px solid #cecece;
	margin-bottom:10px;
}
#iframe {
	overflow: scroll;
	min-height: 500px;
	height:auto !important;
  	height:500px;
	}










/*--------------Contact Styles-------------------*/
#contactForm {

	padding: 20px 0px 30px 0px;

	width: 450px;

	

	float: left;

}



#contactForm span {

	display: block;

	

	margin-top: 5px;

}



#contactForm span label {

	display: block;

	width: 120px;

	text-align: right;

	padding: 1px 0px;

	padding-right: 5px;

	float: left;

}



#contactForm span input, #contactForm span select, #contactForm span textarea {

	width: 200px;

	padding: 1px 2px;

}



#contactForm span textarea {

	height: 150px;

}



#contactForm .checkBox_label {

	display: inline;

	padding: 0px;

	text-align: left;

	float: none;

	width: auto;

}



#contactForm .checkBox {

	width: auto;

	float: left;

	margin: 0px 10px 0px 40px;

	padding: 0px;

}



#contactForm h2 {

	font-size: 14px;

	color: #500B1F;

	margin: 15px 5px 10px 40px;

}



#contactForm .submitBtn {

	width: 150px;

	margin: 15px 0px 0px 185px;

}

fieldset {

	padding-top: 5px;

	margin-top: 15px;

	width: 360px;

	margin-left: 40px;

	}

legend {

	font-size: 16px;

	color: #500B1F;

	margin-left: 20px;

	font-weight:bold;

	}
#error_box {

	color: #ff0000;

	border: 1px solid #FF0000;

	}

#error_box ul {margin-left: 30px}
