/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande",
             "Lucida Sans",
             "Lucida Sans Unicode",
             Helvetica,
             Arial,
             sans-serif;

	font-size: 80%; /*Use this setting to set overall body type size and use ems to change individual type sizes proportionally.*/
}

/* MAIN STYLES */
#header {
	margin: 0px auto;
	text-align: center;
	width: 100%;
	padding: 0px;
	height: 140px;
	background: #6c96a8 url(images/header_bg.gif) repeat-x left top;
}

#header_img {
	margin: 15px auto 14px;
	}

#container {
	width: 100%;
}

#navigation {
	margin: 0px auto;
	text-align: center;
	width: 100%;
	padding: 8px 0 0 0;
	background: url(images/nav_bg.gif) repeat-x left top;
}
#content_holder {
	margin: 5px auto;
	width: 75%;
	text-align: left;
	max-width: 850px;
	padding: 0px;
}

#footer {
	font-size: x-small;
	margin: 0px auto;
	width: 75%;
	clear: both;
	padding: 10px 0px;
	color: #999999;
	text-align: center;
}

#index_content {
	text-align: left;
}



h1, h2, h4, h5, h6 {
	font-family: Georgia,
             "Georgia Ref",
             "Century Schoolbook",
             "New Century Schoolbook",
             "Lucida Bright",
             LucidaBright,
             Palatino,
             Times,
             "Times New Roman",
             serif;

	font-weight: normal;
	}


h1 {
	margin: 0.25em 0em;
	color: #3b525c;
	font-size: 1.7em;
	border-bottom: 1px solid #ACCEDD;
	padding: 0em 0em 0.1em;
	}
	
h2 {
	margin: 1em 0em 0.25em;
	color: #3b525c;
	font-style: italic;
	font-size: 1.7em;
}

h3 {
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	color:#333333;
	margin: 1em 0em 0.25em;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h4 {
	font-size: 1.5em;
	color:#333333;
	}
	
p {
	font-size: 1em;
	margin: 0px 0px 1em 0em;
	line-height: 1.5em;
}

#index_content a:link, #footer a:link, #portfolio_desc_text a:link {
	color: #8F0000;
	text-decoration: none;
	border-bottom: 1px dashed #587A89;
	}

#index_content a:visited, #footer a:visited, #portfolio_desc_text a:visited {
	color: #3b525c;
	text-decoration: none;
	border-bottom: 1px dashed #496571;
	}
	
#index_content a:hover, #footer a:hover, #portfolio_desc_text a:hover {
	text-decoration: none;
	background-color: #FFFFCC;
	}
	
#index_content a:active, #footer a:active, #portfolio_desc_text a:active {
	color: #8F0000;
	text-decoration: none;
	border: none;
	}



.indent {
	margin: 0px 0px 0px 20px;
}
.icon-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.icon-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

/* QUOTE STYLES */
#quote h1 {
	border-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #333333;
	margin: 0px 0px 0.5em;
}

#quote {
	padding: 1em;
	border: 1px dashed #CCCCCC;
	margin: 0em 0em 1em;
	}

/* CONTACT STYLES */
/*input#email,input#email_confirm,input#name,input#phone,input#heard_other,input#referral_name,input#referral_company, input#heard {
	background-color: #dbf1fb;
}
textarea {
	background-color: #dbf1fb;
}*/
#questionairre_table {
	border: 1px dashed #6e97a9;
	background-color: #dbf1fb;
	margin: 0 auto;
}
#questionairre_table td {
	border-bottom: 1px dashed #6e97a9;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#questionairre_table .noborder td {
	border: none;
}

ul {
	margin: 0 0 1em 2em;
	}
#proofs .rule_row {
	border-bottom: 1px solid #ACCEDD;
}
.legal {
	font-size: 0.8em;
}

.required_field {
	color: #990000;
}
