body, html { margin:0; padding:0;}
body {
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	background:#e5e5e5;
}

a:link, a:visited {
	color:#808080;
	text-decoration:none;
}

.title {
	color:#faa540;
	font-size:14px;
	text-transform:uppercase;
}
.red { color:#ec1c24!important;}
.grey { color:#888;}

a.smallbutton {
	display:block;
	background:transparent url(../images/bg_button.gif) left bottom no-repeat;
	width:175px;
	height:22px;
	text-align:right;
	color:#999;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.7em;
	padding-right:10px;
}

a:hover.smallbutton {
	background-position:left top;
	color:#ec1c24;
}



h2 {
	color:#67aef0;
	margin-left:50px;
	font-size:20px;
}

h3{
	color:#67aef0;
	margin-left:50px;
	font-size:16px;
	padding-top:20px;
}


.blue {
	color:#004178;
}

.button {
	display:block;
	background:#f0f0f0;
	border:1px solid #e0e0e0;
	width:110px; height:35px;
	color:#24547a;
	text-align:center;
	padding:5px 0 0 0;
	line-height:1.1em;
	float:left;
	text-decoration:none;
	margin-left:10px;
	font-size:12px;
}

a.pinkbutton {
	display:block;
	color:white;
	background:#ec1c24;
	text-decoration:none;
	text-align:center;
	line-height:1.9em;
	width:80px;
	height:30px;
	float:right;
	margin-top:10px;
	font-size:14px;
}

.request_form th {
	color:#053c68;
	text-align:right;
	width:100px;
	padding:1px 0;
}
.request_form select { width:170px;}
.request_form input, .request_form textarea {
	border:0;
	width:170px;
	background:#f0f0f0;
}

.disclaimer {
	padding:0 10px;
	font-size:11px;
	color:#666;
	margin:20px 0 0 0;
}


.required {
	color:#e30840;
}

.request_form td { text-align:left; padding:3px 0 3px 20px;}

.error_list { 
	list-style-type:none;
	margin:0; padding:0;
	color:#F00;
}

.error_list li {
/*	display:block;
*/
}

.zebra_stripe {
	background:#f0f0f0;
}

#areas ul { list-style-type:none; margin:5px 0 5px 15px; padding:0; color:#666;}
#areas li {
	display:block;
	padding:0 0 0 15px;
	margin:5px 0 5px 0;
	background:transparent url(../images/accordion.gif) left top no-repeat;
	float:none;
	clear:both;
	border:1px solid #e5e5e5;
	font-family:Verdana,Arial,sans-serif;
}

#areas li p {
	margin-top:7px;
	line-height:1.3em;
}
.pre-title {
	font-weight:bold;
	font-size:12px;
	display:block;
	margin:0 0 3px 0;
}

.head { cursor:pointer;
	color:#777;
}
.head span {
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin:0 5px 0 0;
}

#areas div.head {
	color:#666;
	display:block;
	margin:15px 0 20px 0;
	padding:0;
}
th,  td {
	vertical-align:top;
	padding:10px;
}

#contact input[type=text], #contact textarea, #contact select {
	width:180px;
}

#contact label {
	font-weight:bold;
}

.summary { margin:10px 0 0 0;}
.summary td, .summary th { padding:2px; text-align:left;}
.summary td { color:#777!important; padding-right:30px;}
.bold { font-weight:bold;}
#contact th {
	color:#666666;
	font-weight:normal;
	text-align:left;
}
#contact  { margin:0; padding:0;}
#contact th, #contact td {
	padding:2px 3px;
}
.container { padding:10px; font-family:Verdana,Arial,sans-serif; }

#contact td input, #contact td textarea {
	border:2px solid #aaaaaa;
}

.blue {
	color:blue!important;
	text-decoration:underline!important;
}


.submit {
	display:block;
	background:transparent url(../images/bg_smallbutton.gif) left top no-repeat;
	width:93px;
	height:34px;
	color:#e92019;
	text-indent:25px;
	line-height:3em;
	text-transform:uppercase;
}

a:link.submit, a:visited.submit { color:#e92019; }
