/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
body { 
	background: #666666 url(../img/pixel-gray.gif) repeat;
	color: #333;
	font: 12px/18px Arial, Verdana, sans-serif;
	padding: 40px 0 20px;
}
h1 { 
	color: #8b8b8d;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 20px;
}
h2 { color: #003399; font-size: 18px; font-weight: bold; line-height: 22px; margin-bottom: 10px; }
h3 { color: #cc0000; font-size: 16px; font-weight: bold; line-height: 20px; margin-bottom: 10px; }
h4 { color: #666666; font-size: 15px; }
h5 { color: #666666; font-size: 14px; }
h6 { color: #666666; font-size: 12px; }

th { text-align: left; }

a { color: #003399; }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }
img { border: 0; }
img.pic { border: 1px solid #949294; }
label { color: #949294; font-weight: bold; }

/*****Simple Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.submit { background: #003399; color: #ffffff; }
.partner { margin-bottom: 10px; }
.partner img { margin: 8px; vertical-align: top; float: left; }
.line_dashed { margin-top: 15px; margin-bottom: 15px; border-top: 1px dashed #ccc; clear: both; }
.line_dotted { margin-top: 15px; margin-bottom: 15px; border-top: 1px dotted #ccc; clear: both; }
.alert { color: #cc0000; }
.required { color: #cc0000; }
.warn { color: #ffcc00; }
.inactive { color: #cccccc; }
.small { font-size: 10px; }

#map  img{
	border: 1px solid #949294;
}

#contact_hdrText {
    font-weight: bold; 
    margin-bottom: 15px; 
}

/*****Basic Layout*****/
#container { background: #fff; margin: 0 auto; width: 750px; }
#wrapper { border: 1px dotted #333; overflow: hidden;}

/*****Header*****/
#header { 
	float: left;
	overflow: hidden;
	padding: 14px 14px 14px 14px;
	width: 720px;
}
#header #logo { 
	display: block;
	float: left;
	height: 40px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	width: 250px;
}
#header a#logo { cursor: pointer; }
#header #logo span {
	background: url(../img/iaffectWeb_logo_medium.png) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#topnav {
	float: right;
	width: 455px;
	margin-top: 20px;
	margin-left: auto;
    margin-right: auto;
}
#navigation { 
	font-size: 11px;
	line-height: 1em;
	list-style: none;
	width: 390px;
	text-align: center;
}
#navigation ul { margin: 60px 0 0 60px; }
#navigation li { float: left; margin-right: 9px; }
#navigation li:last-child, #navigation li.last { margin-right: 0; }
#navigation a {
	color: #666;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li.current a { color: #cc0000; }
#navigation a:hover { color: #cc0000; text-decoration: underline; }

/*****Sidebar*****/
#sidebar { 
	float: left; 
	margin-top: 0px;
	width: 170px; 
}
#sidebar #contentRefresher {
    background: #fff;
	margin-top: 7px; 
    margin: 10px 10px 0 10px;
	padding: 3px;
	font-size: 11px;
}
#sidebar #newsletterSignup {
    background: #fff;
    margin: 10px 10px 0 10px;
	padding: 3px;
	font-size: 11px;
}
#sidebar #addThisButton {
    background: #fff;
    margin: 10px 10px 0 10px;
	padding: 3px;
	font-size: 11px;
}
#sidebar #socialMediaIcons {
    background: #fff;
    margin: 10px 10px 0 10px;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
}
#subnav { 
	background: #003399;
	color: #fff;
	margin-left: 0px; 
	font-size: 11px; 
	list-style: none; 
	overflow: hidden; 
	width: 100%;
}
#subnav li { 
	border-bottom: 1px dotted #ccc; 
}
#subnav a {
	color: #fff;
	display: block;
	padding: 2px 0 2px 10px;
	text-decoration: none;
}
/*
#subnav a {
	background: url(../img/bullet_blue.png) no-repeat 0 50%;
	color: #666666;
	display: block;
	padding: 2px 0 2px 15px;
	text-decoration: none;
	width: 130px;
}
#subnav li.current a { 
    background: url(../img/bullet_red.png) no-repeat 0 50%;
    color: #cc0000; 
}
*/
#subnav li.current a { 
    background: #cc0000;
    color: #fff; 
}
#subnav a:hover { 
	background: #cc0000;
}

/*****Content*****/
#sendToFriend {
	float: right;
	text-align: right;
	width: 200px;
}
#quickQuoteLink {
	float: right;
	width: 100px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #ccc;
	background: #fff;
	text-align: center;
}
#content { 
	float: right; 
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 15px; 
	padding-right: 15px; 
	border-left: 1px dotted #ccc;
	width: 547px; 
}
#main_content_left { 
	float: left; 
	margin-top: 20px; 
	margin-left: 10px;
	margin-bottom: 20px;
	padding-right: 15px;
	width: 440px; 
	border-right: 1px dotted #ccc;
}
#main_content_right { 
	float: left; 
	margin-top: 20px; 
	margin-left: 10px; 
	margin-bottom: 20px;
    padding-right: 15px; 
	width: 250px; 
}
/*
border-left: 1px dotted #ccc;
padding-left: 15px;
*/
#flashJsBox { 
	float: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 748px;
	height: 200px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
#headerstrip { 
	float: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 748px;
	height: 50px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
#contentPieces {
	display: none;
}

/*****Forms******/
#quickQuoteForm {
	width: 100%;
	font-size: 11px;
}
#quickQuoteTable {
	background: #fff;
}
#quickQuoteTable td {
	padding: 3px;
}
#contactFormTable {
	background: #fff;
}
#contactFormTable td {
	padding: 3px;
}
#refer_details {
	 width: 95%; 
	 margin-bottom: 10px;
	 padding: 4px;
	 background: #fff;
	 border: 1px dotted #666;
}
#referTable {
	width: 50%;
	background: #fff;
	border: 1px solid #666;
	border-spacing: 1px;
	border-padding: 2px;
}
#referTable th {
	padding: 3px;
	background: #666;
	color: #fff;
}
#referTable td {
	padding: 3px;
	background: #ccc;
}

/*****Footer*****/
#footer { 
	overflow: hidden;
	padding: 0px;
	width: 748px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
#footernav {
	background: #cc0000;
	color: #fff;
    width: 748px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#footernav a {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
}
#footernav a:hover { 
	color: #ccc; 
	text-decoration: underline; 
}
#bottomnav {
	float: right; 
	text-align: center; 
	margin-right: 10px;
	color: #fff;
}
#bottomnav a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#bottomnav a:hover { 
	color: #ccc; 
	text-decoration: underline; 
}
#contact {
	font-size: 10px;
	color: #fff;
    text-align: center;
}
#contact a {
	color: #fff;
	text-decoration: underline;
	text-transform: none;
}
#copyright {
	font-size: 10px;
	color: #999999;
    text-align: center;
}
#copyright a { 
	color: #999999; 
	text-decoration: none; 
	text-transform: none;
}
#copyright a:hover { 
	color: #999999;
	text-decoration: underline; 
}
#contactinfo {
	margin-bottom: -4px; 
}
#contactinfo a:hover { 
	color: #ccc; 
	text-decoration: underline; 
}
#bottomdesc { 
	padding: 7px;
	width: 735px;
	color: #999;
	font: 10px/11px Arial, Verdana, sans-serif;
	text-align: center;
}