@charset "utf-8";
/********************************************
   HTML ELEMENTS
********************************************/ 
html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p{margin:0px;padding:0px;}table{border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

.clearfix:after {   content: ".";   display: block;   clear: both;   visibility: hidden;   line-height: 0;   height: 0;}

.clearfix { display: inline-block;}

html[xmlns] .clearfix { display: block;}

* html .clearfix {height: 1%;}


body {
	background: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

h1 {
	line-height:20px;
	font-size:20px;
	color:#000;
	margin:0;
	margin-bottom:5px;
}
h3 {
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	margin-bottom:2px;
	color:#df3940;
}
h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	color:#df3940;
}


h5 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
}

h6 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:10px;
	line-height:12px;
}

a.white {color:#fff !important;}

a {
	outline:none;
	color:#666666;
}

i, em {font-style:italic;}
strong, b {font-weight:bold;}

p {margin-top:6px; margin-bottom:6px; }

 ul {margin:10px; padding-left:10px; margin-left:15px;}

 ul li {list-style:disc; list-style-position:inside;}

 ol {margin:10px; padding-left:10px; margin-left:15px;}

 ol li {list-style:decimal; list-style-position:inside;}

table {
	clear:both;
}

/********************************************
	Custom Classes 
*********************************************/



#mainColumn {
	width:667px;
	float:left;
	min-height:500px;
}

#sideColumn {
	width:307px;
	float:left;
	margin-left:6px;
	
}	



#footer {
	clear:both;
	width:990px;
	height:70px;
	background: transparent url(../images/shell/footer_bg.png) no-repeat left top !important;	
	background: transparent url(../images/shell/footer_bg.gif) no-repeat left top;
	margin-bottom:50px;
	color:#fff;
}


#footer #companyContact {
	margin-top:10px;
	margin-left:10px;
	float:left;
	width:500px;
}

#footer #companyContact a {
	color:#fff;
	text-decoration:none;
}

#footer #poweredBy {
	margin-top:10px;
	margin-right:10px;
	text-align:right;
	float:right;
	width:400px;
}

#poweredBy a{
	line-height:27px;
	background: url(../images/shell/sv_logo.png) no-repeat left top !important;
	background: url(../images/shell/sv_logo.gif) no-repeat left top;
	width:27px;
	height:27px;
	display:inline-block;		
}
#poweredBy a span {
	display:none;
}

/* alignment classes */
.float-left  { float: left;}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.gutter-right { padding:0px 10px 0px 0px; text-align:left;}
.padRight {padding-right:8px;}
.padLeft {padding-left:8px;}
.spacer_sm {float:left; width:5px; height:5px;}
.margeLeft20 {margin-left:20px;}
.faded {opacity:.50;filter: alpha(opacity=50); -moz-opacity: .50;}

/* additional classes */
.clear { clear:both;} 
.hide  { display: none; }
.gray  { color: #CCC; }
.bold {font-weight:bold;}
.ten {font-size:10px;}
.nine {font-size:10px;}
.black {color:#000;}
.pngFix { behavior: url("/avca/web/includes/framework/includes/css/iepngfix_rc5.htc"); }

