/*
Theme Fairview Insurnace
Theme URI: http://www.fairviewinsurance.com
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ul {
	list-style: none;
}

ol{
	padding:3px 0 3px 30px;	
}

ol li{
	float:left;
	width:100%;
}

blockquote {
	quotes: none;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

body{
	font-family: Georgia, "Bitstream Charter", serif;
	font-size:12px;
	color:#272727;
	background:#6e6f71 url('images/site_bg.jpg') repeat-x;
	text-align:left;
}

#wrapper{
	margin:0;
	width: 916px;
	text-align:left;
}

#container{
	text-align:left;
	float:left;
}

.small{
	font-size:11px;
}

/* class below is used to assist with screen readers */
.screen-reader{
	display:block;
	position:absolute;
	left:-999em;
}

/*  BEGIN HEADER STYLES  */

#header{
	width:916px;
	height:90px;
	float:left;
}

#logo{
	width:230px;
	height:60px;
	background:#fff url('images/site_images.png') -10px -10px no-repeat;
	float:left;
	margin:15px 0 0 20px;
	_margin:15px 0 0 10px;
}

#search-social-bar{
	width:470px;
	height:25px;
	float:left;
	margin: 15px 0 0 195px;
	_margin:15px 0 0 205px;
}

#search-social-bar .socialIcons{
	font-family:Arial, san-serif;
	width:147px;
	height:25px;
	float:left;
}

#search-social-bar .socialIcons span{
	display:block;
	float:left;
	margin:4px 0 0 0;
}

#search-social-bar .fb-icon{
	width:20px;
	height:25px;
	float:left;
	margin:0 0 0 4px;
	_margin:0 0 0 2px;
	background:#fff url('images/site_images.png') -10px -80px no-repeat;
}

#search-social-bar .twtr-icon{
	width:20px;
	height:25px;
	float:left;
	margin:0 0 0 4px;
	_margin:0 0 0 2px;
	background:#fff url('images/site_images.png') -40px -80px no-repeat;
}

#search-social-bar .linked-icon{
	width:20px;
	height:25px;
	float:left;
	margin:0 0 0 4px;
	_margin:0 0 0 2px;
	background:#fff url('images/site_images.png') -70px -80px no-repeat;
}

#search-social-bar .search{
	width:315px;
	height:25px;
	float:left;
	margin:0 0 0 0;
}

#search-social-bar .search span{
	font-size:10px;
	font-family:Arial;
	display:block;
	float:left;
	margin:12px 0 0 0;
}

#search-social-bar .searchInput{
	width:228px;
	height:25px;
	border:none;
	background:url('images/site_images.png') -9px -110px no-repeat;
	float:left;
	padding: 0px 0 0 10px;
}

#search-social-bar .searchsubmit{
	width:30px;
	height:25px;
	background:#fff url('images/site_images.png') -249px -109px no-repeat;
	border:none;
	float:left;
	cursor:pointer;
}

#content-outer{
	width:916px;
	background:#555;
	float:left;
	margin:0 0 30px 0;
}

#content-inner{
	width:890px;
	margin:13px 0 13px 13px;
	_margin:13px 0 13px 6px;
	background:none;
	float:left;
}

/* END HEADER STYLES */

/* BEING MAIN NAV STYLES */

#main-nav{
	width:890px;
	height:40px;
	float:left;
	background:#fff url('images/site_images.png') -10px -140px no-repeat;
	margin:0 0 5px 0;
}

#main-nav ul{
	display:block;
	list-style:none;
	float:left;
	margin:0px 0 0 14px;
	_margin:0px 0 0 7px;
}

#main-nav ul li{
	display:block;
	float:left;
	font-size:14px;
	margin:0px 0 0 0;
	height:40px;
}

#main-nav ul li:hover{
	background:#fff url('images/site_images.png') -10px -190px no-repeat;
}

#main-nav ul li a{
	text-decoration:none;
	color:#000;
	padding:10px 8px 0px 8px;
	height:40px;
	display:block;
	float:left;
}

#main-nav ul li a:hover{
	text-decoration:none;
	color:#a80057;
	padding:10px 8px 0px 8px;
	height:40px;
	display:block;
	float:left;
}

/*---drop-down nav-----*/
#main-nav ul li ul{
	display: none;
	position: absolute;
	top: 143px;
	left: auto;
	float: left;
	width: 230px;
	z-index: 99999;
	margin:0 0 0 -7px;
	_margin:0 0 0 -4px;
	padding:0 0 20px 0;
}

#main-nav ul li ul li{
	display:block;
	float:left;
	width:200px;
	margin:0 0 0 7px;
	height:auto;
}

#main-nav ul li ul li:hover{
	background:#fafafa;
	height:auto;
	float:left;
	width:200px;
	margin:0 0 0 7px;
	_margin:0 0 0 3px;
}

#main-nav ul li ul li a{
	font-size:12px;
	width:180px;
	height:auto;
	float:left;
	padding:0;
	margin:8px 0 5px 10px;
	_margin:8px 0 5px 5px;
}

#main-nav ul li ul li a:hover{
	font-size:12px;
	width:180px;
	height:auto;
	float:left;
	padding:0;
	margin:8px 0 5px 10px;
	_margin:8px 0 5px 5px;
}

#main-nav ul li:hover ul, #main-nav ul li li:hover ul, #main-nav ul li.sfhover ul, #main-nav ul li li.sfhover ul { /* lists nested under hovered list items */
	display:block;
}

/*hack to offset news and contact us dropdown to fit within container*/

#main-nav ul li #about-dropdown{
	background: url('images/site_images.png') -690px -532px no-repeat;
}

#main-nav ul li #business-dropdown{
	background: url('images/site_images.png') -690px -335px no-repeat;
}

#main-nav ul li #personal-dropdown{
	background: url('images/site_images.png') -690px -405px no-repeat;
}

#main-nav ul li #life-dropdown{
	background: url('images/site_images.png') -690px -475px no-repeat;
}

#main-nav ul li #equipment-dropdown{
	background: url('images/site_images.png') -690px -490px no-repeat;
}

#main-nav ul li #contact-dropdown{
	margin-left:-122px;
	_margin-left:-61px;
	background: url('images/site_images.png') -690px -532px no-repeat;
}

#main-nav ul li #news-dropdown{
	margin-left:-157px;
	_margin-left:-78px;
	background: url('images/site_images.png') -690px -505px no-repeat;
}

.main-nav-current{
	color:#a80057;
	background:#fff url('images/site_images.png') -700px -190px no-repeat;
}

.crumbHome{
	font-size:12px;
	font-weight:bold;
}


/* END MAIN NAV STYLES */


/*----------- being home only styles-------------*/

#home-header-content{
	width:890px;
	height:273px;
	float:left;
}

#home-header-content a, #home-header-content a:visited{
	color:#a90057;
	text-decoration:none;
}

#home-header-content strong{
	font-weight:bold;
}

#home-header-content a:hover{
	color:#a90057;
	text-decoration:underline;
}

#home-header-callout{
	float:right;
	width:310px;
	height:273px;
	background:url('images/site_images.png') -10px -250px no-repeat;
}

.home-quote{
	width:285px;
	height:80px;
	float:left;
	margin:12px 0 0 12px;
	_margin:12px 0 0 6px;
	font-size:14px;
	color:#6e6f71
}

.home-quote h3{
	font-family:Arial, san-serif;
	font-size:18px;
	font-weight:bold;
	color:#a90057;
	display:block;
	float:left;
	width:100%;
}

.home-quote p{
	width:275px;
	height:37px;
	line-height:14px;
	margin:2px 0 0 0px;
	_margin:2px 0 0 0px;
	padding:0 0 0 12px;
	float:left;
	background:url('images/site_images.png') -190px -526px no-repeat;
}
.home-quote #insuranceType{
	font-family:Arial, san-serif;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	float:left;
}

.home-quote #get-started-btn{
	display:block;
	width:90px;
	height:20px;
	float:left;
	margin:0 0 0 6px;
	_margin:0 0 0 6px;	
	background:url('images/site_images.png') -280px -110px no-repeat;
}

.home-resources{
	width:225px;
	height:115px;
	float:left;
	margin:55px 0 0 72px;
	_margin:55px 0 0 36px;
	font-size:12px;
}

.resource-login{
	width:225px;
	height:81px;
	float:left;
}

.resource-login span{
	display:block;
	float:left;
	margin:7px 0 0 0;
}

.home-copy{
	width:890px;
	height:175px;
	float:left;
	margin:5px 0 0 0;
	background:#6e6f71;
}

.home-copy-img{
	width:196px;
	height:90px;
	float:right;
	margin:30px 50px 0 0;
	_margin:30px 25px 0 0;
	background:url('images/site_images.png') -140px -570px no-repeat;
}

.home-copy p{
	font-family:Georgia, serif;
	width:580px;
	height:120px;
	float:left;
	margin:20px 0 0 20px;
	_margin:20px 0 0 10px;
	color:#fff;
	line-height:18px;
	font-size:11px;
}

.home-copy p em{
	font-size:17px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:-0.05em;
}

.home-copy a, .home-copy a:visited{
	text-decoration:underline;
	color:#fff;
}
.home-copy a:hover{
	text-decoration:underline;
}

#home-bottom-content{
	width:890px;
	height:175px;
	float:left;
	background:#fff;
	margin:0 0 0 0;
}

#home-testimonials{
	width:340px;
	height:158px;
	float:left;
	background:url('images/site_images.png') -340px -300px no-repeat;
}

#home-newsfeed{
	width:550px;
	height:158px;
	float:left;
	background:#fff;
	
}

#home-newsfeed h3{
	width:550px;
	height:40px;
	float:left;
	background:url('images/site_images.png') -340px -250px no-repeat;
}

#home-newsfeed ul{
	width:260px;
	height:100px;
	float:left;
	margin:10px 0 0 0;
}

#home-newsfeed ul li{
	width:250px;
	float:left;
	margin:0px 0px 12px 14px;
	_margin:0px 0px 12px 7px;
}
#home-newsfeed ul li .bullet{
	width:10px;
	height:14px;
	float:left;
	background:url('images/site_images.png') -340px -503px no-repeat;
}

#home-newsfeed ul li a, #home-newsfeed ul li a:visited{
	width:235px;
	color:#a90057;
	text-decoration:none;
	display:block;
	float:left;
	line-height:14px;
}

/*----------- end home only styles-------------*/


/*----------- begin scroller styles-------------*/

#scroller{
	float:left;
	width:577px;
	height:265px;
	border-bottom:8px solid #a50055;
}
.scrollable{
	position:relative;
	overflow:hidden;
	width: 577px;
	height:265px;
	margin:0 0 0 0px;
	float:left;
}

.items div{
	width: 577px;
	height:265px;
	float:left;
}

.scrollable .items{
	width:20000em;
	position:absolute;
}

.scrollNav{
	width:325px;
	height:15px;
	text-align:left;
	float:left;
	position:absolute;
	margin:240px 0 0 10px;
	_margin:240px 0 0 5px;
}

.scrollNav .btns{
	height:15px;
	float:left;
	margin:0 26px 0 0;
	_margin:0 13px 0 0;
}

.scrollNav a.left{
	width:15px;
	height:15px;
	float:left;
	background:url('images/site_images.png') -100px -530px no-repeat;
	cursor:pointer;
}
.scrollNav a.right{
	width:17px;
	height:15px;
	float:left;
	background:url('images/site_images.png') -160px -530px no-repeat;
	cursor:pointer;
}

.navi{
	margin:0 6px 0 6px;
	_margin:0 3px 0 3px;
	height:15px;
	float:left;
}

.navi a{
	width:15px;
	height:15px;
	float:left;
	margin:0px 3px 0px 3px;
	_margin:0 3px 0 3px;
	background:#fff;
	display:block;
	border:1px solid #ccc;
}

.navi a:hover{
	background:#b5378b;    
}

.navi a.active {
	background:#b5378b;    
}

/* testimonial scroller */

#scroller_t{
	float:left;
	width:300px;
	height:100px;
	margin:50px 0 0 20px;
	_margin:50px 0 0 10px;
}
.scrollable_t{
	position:relative;
	overflow:hidden;
	width:300px;
	height:158px;
	margin:0 0 0 0px;
	float:left;
}

.items_t div{
	width:300px;
	height:158px;
	float:left;
}

.items_t div a{
	color:#b5378b;
	text-decoration:none;
}

.scrollable_t .items_t{
	width:20000em;
	position:absolute;
}

.scrollNav_t{
	width:140px;
	height:15px;
	text-align:right;
	float:right;
	position:absolute;
	margin:15px 0 0 182px;
	_margin:15px 0 0 91px;
}

.scrollNav_t .btns_t{
	height:15px;
	float:right;
	margin:0 0px 0 0;
}

.scrollNav_t a.left{
	width:15px;
	height:15px;
	float:left;
	background:url('images/site_images.png') -10px -530px no-repeat;
	cursor:pointer;
}
.scrollNav_t a.right{
	width:17px;
	height:15px;
	float:left;
	background:url('images/site_images.png') -70px -530px no-repeat;
	cursor:pointer;
}

.navi_t{
	margin:0 6px 0 6px;
	_margin:0 3px 0 3px;
	height:15px;
	float:left;
}

.navi_t a{
	width:15px;
	height:15px;
	float:left;
	margin:0px 3px 0px 3px;
	_margin:0px 1px 0px 1px;
	background:#ebe9ea;
	display:block;
}

.navi_t a:hover{
	background:#6e6f71;    
}

.navi_t a.active {
	background:#6e6f71	;    
}



/*----------- end scroller styles-------------*/


/*--------begin page content styles---------*/

#page-content{
	width:890px;
	min-height:400px;
	background:#fff;
	float:left;
	clear:both;
}

.page{
	float:left;
	width:653px;
}

.page a, .page a:visited{
	color:#A4004C;
	text-decoration:none;
}

.header-image{
	width:653px;
	height:214px;
	float:left;
	margin:10px 0 0 0;
}

#breadcrumbs{
	width:635px;
	height:20px;
	float:left;
	margin:15px 0 0 18px;
	_margin:15px 0 0 9px;
	font-size:10px;
}

#breadcrumbs a{
	color:#a4004c; 
	text-decoration:none;
}

.fepHeader{
	width:600px;
	height:28px;
	float:left;
	background:url('images/fepCalloutbG.png') repeat-x;
	font-weight:normal;
	font-size:18px;
	margin:10px 0 0px 20px;
	_margin:20px 0 0px 10px;
}

.fepHeader p{
	float:left;
	margin:0px 0 0 5px;
}

#fepList{
	float:left;
	width:600px;
	height:460px;
	background:#f6f6f6;
	margin:20px 0 0px 20px;
	_margin:20px 0 0px 10px;
	display:none;
}

#fepList div{
	margin:8px 0 0 8px;
}

#fepList div ul, #fepList div ol{
	float:left;
	width:100%;
}
#fepList div ul li, #fepList div ul li{
	margin:6px 0 6px 10px;
	_margin:6px 0 6px 5px;
	padding:0 0 0 10px;
	_padding:0 0 0 10px;
	float:left;
	background:url('images/site_images.png') -230px -777px no-repeat;
	line-height:18px;
	color:#000;
}

.entry-content p.contentSpacer{
	clear: both; 
	height:12px; 
	margin:0px; 
	padding:0px;
}

.deptContact{
	width:100%;
	height:70px;
	float:left;
	background:url('images/deptContactBG.png') no-repeat;
}

.deptContact div{
	width:300px;
	height:50px;
	padding:0px;
	margin:20px 0 0 86px;
	_margin:20px 0 0 43px;
}

.contentBox{
	width:280px;
	height:65px;
	border-bottom:1px solid #ccc;
	float:left;
	margin:5px 4px 5px 0px;
	_margin:5px 2px 5px 0px;
}

.newsReadMoreLink{
	clear:both;
	margin:0 0 0 30px;
	_margin:0 0 0 15px;
}

.directoryListingTable{
	width:600px;
	float:left;
}

.directoryListingTable tr{
	width:600px;
	float:left;
}

.directoryListingTable tr td{
	width:300px;
	float:left;
	margin:5px 0 5px 0;
	line-height:18px;
}

/*--------end page content styles---------*/


/*--------begin sidebar styles---------*/
#sidebar{
	width:226px;
	float:left;
}

.sidebarTitle{
	float:left;
	width:190px;
	font-weight:bold;
	margin:10px 0 0 10px;
	_margin:10px 0 0 5px;
	border-bottom:1px dotted #cfcfcf;
	padding:0 0 5px 0;
	color:#4f5235;
}

.sidenav{
	width:190px;
	float:left;
	font-size:11px;
	margin:5px 0 0 10px;
	_margin:5x 0 0 0px;
}

.sidenav li{
	margin:6px 0 6px 0;
	_margin:6px 0 6px 0;
	padding:0 0 0 10px;
	_padding:0 0 0 10px;
	float:left;
	background:url('images/site_images.png') -230px -777px no-repeat;
	clear:both;
}

.sidenav li.currentSubnav{
	border-left:2px dotted #cfcfcf;
	background:none;
	font-weight:normal;
	color:#000;
}

.sidenav li ul{
	float:left;
	margin:0 0 0 8px;
	_margin:0 0 0 4px;
	width:190px;
}

.sidenav li a{
	color:#a4004c; 
	text-decoration:none;
}

.sidenav li ul li a{
	color:#550d2e; 
	text-decoration:none;
}

.sidenav li a:hover{
	text-decoration:underline;
}

.sidenav li ul li a:hover{
	text-decoration:underline;
}

.sidebar-hr{
	width:200px;
	height:12px;
	float:left;
	background:url('images/site_images.png') -340px -570px no-repeat;
	margin:15px 0 0 10px;
	_margin:15px 0 0 5px;
}

#sidebar-quote{
	width:180px;
	height:122px;
	float:left;
	margin:10px 0 0 20px;
	_margin:10px 0 0 10px;
	font-size:11px;
	color:#272727;
}

#sidebar-quote strong{
	float:left;
	width:100%;
	font-weight:bold;
	font-family:Arial, san-serif;
	font-size:14px;
	color:#a90057;
	margin:0 0 5px 0;
}

#sidebar-quote  select{
	font-family:Arial, san-serif;
	width:175px;
	color:#000;
	font-size:11px;
	float:left;
	margin:5px 0 0 0;
}

#sidebar-quote ul{
	float: left;
}

#sidebar-quote ul li{
	margin:6px 0 6px 6px;
	_margin:6px 0 6px 3px;
	padding:0 0 0 10px;
	_padding:0 0 0 10px;
	float:left;
	background:url('images/site_images.png') -230px -777px no-repeat;
	width:170px;
	line-height:18px;
	color:#959a6e;
}

#sidebar-quote a, #sidebar-quote a:visited{
	color: #A4004C;
	text-decoration: none;
}

#sidebarAddress{
	width:180px;
	float:left;
	margin:10px 0 0 20px;
	_margin:10px 0 0 10px;
	font-size:11px;
	color:#272727;
	line-height:16px;
}

#sidebarAddress strong{
	float:left;
	width:100%;
	font-weight:bold;
	font-family:Arial, san-serif;
	font-size:14px;
	color:#A4004C;
	margin:0 0 5px 0;
}

#sidebarAddress a{
	font-weight:normal;
	text-decoration:none;
	float:left;
	display:block;
	width:100%;
	padding:5px 0 5px 0;
	margin:5px 0 5px 0;
	border-bottom:1px solid #eee;
}

.sidebar-started-btn{
	width:90px;
	height:20px;
	float:left;
	margin:8px 0 0 0;
	background:url('images/site_images.png') -280px -110px no-repeat;
}

.resourceList{
	float:left;
	width:170px;
	height:auto;
}

.resourceList li{
	width:170px;
}

/* ----end sidebar styles -----*/

.entry-title{
	font-size:18px;
	float:left;
	color:#000;
	width:600px;
	margin:20px 0 5px 20px;
	_margin:20px 0 5px 10px;
	border-bottom:1px dotted #ddd;
	padding:0 0 10px 0;
}

.entry-content{
	float:left;
	width:600px;
	margin:10px 0 0 20px;
	_margin:10px 0 0 10px;
}

.entry-content p{
	float:left;
	width:600px;
	padding:7px 0 7px 0;
	line-height:18px;
}

.entry-content ul, .entry-content ol{
	float:left;
}

.entry-content ul li, .entry-content ul li{
	margin:6px 0 6px 10px;
	_margin:6px 0 6px 5px;
	padding:0 0 0 10px;
	_padding:0 0 0 10px;
	float:left;
	background:url('images/site_images.png') -230px -777px no-repeat;
	width:560px;
	line-height:18px;
	color:#4f5235;
}

.readMoreLink{
	float:left;
	width:100%;
	margin:5px 0 0 4px;
	_margin:3px 0 0 2px;
	padding: 3px 0 0 6px;
	border-left:2px dotted #ccc;	
}

#searchResultList{
	width:600px;
}

#searchResultList li{
	background:none;
	list-style:square;	
}

#searchResultList li p{
	width:560px;
	padding:3px 0;
}

.headerSpacer{
	width:100%;
	height:15px;
	float:left;	
}

.twoColumnList{
	
}

/*--------end sidebar styles---------*/



/*----------- begin level 3 styles-------------*/

.level3-header-bar{
	width:653px;
	height:22px;
	float:left;
	margin:10px 0 0 0;
}

.level3-bar-about{
	background:#d36aa0;
}

.level3-bar-business{
	background:#6aa3d3;
}


.level3-bar-personal{
	background:#6ad36a;
}


.level3-bar-life{
	background:#d36a80;
}


.level3-bar-equipment{
	background:#949a6e;
}

.level3-bar-claims{
	background:#d36a6a;
}

.level3-bar-news{
	background:#69a079;
}

.level3-bar-contact{
	background:#d36aa0;
}

.columnList{
	width:180px;
	height:450px;
	float:left;
	margin:0 6px 0 0;
	_margin:0 3px 0 0;
	padding:0 10px 0 0;
}

.columnList ul li{
	width:auto;
	background:none;
	padding:0px;
}

#newsList{
	width:600px;
}

#newsList ol li p{
	width:100%;
	padding:0px 0px 10px 0;
}

.post, .newsletters{
	float:left;
	width:653px;
}

.post a, .post a:visited{
	color:#A4004C;
	text-decoration:none;
}

.entry-content ul.entry-content-list{
	margin-bottom:10px;
}

.entry-content ul.entry-content-list li{
	/*width:200px;*/
}

/*----------- end level 3 styles-------------*/



/*----------- begin footer styles-------------*/

.disclaimer{
	font-style:italic;
	font-size:11px;	
}

#footer{
	width:890px;
	height:95px;
	float:left;
	margin:0 0 0 0;
	padding:30px 0 0 0;
	background:#fff;
	clear:both;
}

#footer a, #footer a:visited{
	color:#a90057;
	text-decoration:none;
}

#footer a, #footer a:hover{
	color:#a90057;
	text-decoration:underline;
}

#footer-inner{
	width:850px;
	height:85px;
	float:left;
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
	border-top:7px solid #dcdcdc;
}

#footer-inner p{
	width:615px;
	height:67px;
	float:left;
	margin:10px 0 0 0;
	font-size:9px;
	line-height:12px;
}

#footer-inner p span{
	display:block;
	float:left;
	width:100%;
	margin:0 0 3px 0;
	font-size:10px;
	color:#000;
}

.footer-logos{
	width:190px;
	height:70px;
	float:right;
	margin:10px 0 0 0;
	background:url('images/site_images.png') -10px -800px no-repeat;
}

/*----------- end footer styles-------------*/

/**-------------Contact Form Styles--------*/

.contactTable td{
	padding:12px 12px 3px 0px;
}

#contactForm{
	width:600px;
	float:left;
	margin:10px 0 0 0;
	border-top:1px dotted #ddd;
	padding-top:15px;
}

#contactForm p{
	width:100%;
	float:left;
	margin:3px 0 3px 0px;
	
}

#contactForm p label{
	float:left;
	width:200px;
}

#contactForm p  input{
	border:0px;
	float:left;
	width:205px;
	height:20px;
	padding:6px 2px 2px 4px;
	color:#666;
	font-family:Georgia, serif;
	font-size:11px;
	background:url('images/site_images.png') -380px -110px no-repeat;
}

#contactForm p textarea{
	float:left;
	width:200px;
	height:150px;
	padding:2px;
	color:#666;
	font-family:Georgia, serif;
	font-size:11px;
}

.error{
	width:180px;
	height:65px;
	background:url('images/site_images.png') -610px -70px no-repeat;
}

.error span{
	font-family:Arial, san-serif;
	display:block;
	float:left;
	width:140px;
	height:40px;
	color:#fff;
	margin:15px 0 0 30px;
}

/*------ begin calculator Page styles only ----*/

.calculator-Box{
	width:605px;
	margin:3px 0 15px 0px;
	border-bottom: 1px dotted #dddddd;
	float:left;
}

.calculator-Step{
	width:55px;
	float:left;
	font-family:Georgia, serif;
	font-weight:bold;
	font-size:14px;
}

.calculator-desc{
	width:232px;
	float:left;
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:12px;
	margin:0 0 10px 0;
	line-height:18px;
}

.calculator-desc em{
	font-size:14px;
	font-weight:normal;
	font-style:none;
	color:#a90057;
}

.calculator-input{
	width:173px;
	height:28px;
	margin:5px 0 0 25px;
	background: url('images/calcFormInputBg.png') no-repeat;
	float:left;
}

.calculator-input input{
	width:168px;
	height:23px;
	margin:0px 0 0 8px;
	border:0px;
	padding:0px;
	font-family:Georgia, serif;
	font-size:16px;
	color:#3a3a3a;
	background:none;
	float:left;
}

.calculator-input-radio{
	width:173px;
	margin:5px 0 15px 25px;
	float:left;
}

.input-choice{
	width:173px;
	margin:3px 0 3px 0px;
	float:left;
	line-height:18px;
}

.input-choice input{
	float:left;
	margin-bottom:5px;
}

.calculator-submit{
	width:605px;
	margin:3px 0 15px 0px;
	border-bottom: 1px dotted #dddddd;
	float:left;
}

.submit-btn{
	width:110px;
	height:100px;
	float:left;
}

.submit-btn input{
	width:92px;
	float:left;
	margin:25px 0 0 0;
	padding:5px;
	font-family:Georgia, serif;
	font-size:18px;
}

#result-box{
	width:480px;
	height:25px;
	float:left;
	color:#000;
	font-size:14px;
	font-weight:bold;
}

#result-box span{
	font-weight:regular;
	font-size:18px;
	color:#a90057;
}

/*------ end calculator Page styles only ----*/

/*--- begin styles for Equipment Topics section only */
#ept-nav{
	width:604px;
	height:47px;
	float:left;
	border:1px solid #e3e3e3;
	margin:5px 0 10px 0;
	background:url('images/ept_nav_bg.png') no-repeat;
	color:#484848;
	font-weight:bold;
	font-size:11px;
}

#ept-nav a{
	font-weight:normal;
}

#ept-nav div{
	width:290px;
	height:27px;
}

#ept-nav div.leftnav{
	float:left;
	margin:10px 0 0 10px;
}

#ept-nav div.rightnav{
	float:right;
	margin:10px 10px 0 0;
	text-align:right;
}

#ept-search{
	width:600px;
	height:80px;
	float:left;
	background:url('images/ept_search_bg.png') no-repeat;
	font-size:14px;
	color:#2e2e2e;
	margin:0 0 0 20px;
}

#ept-search p{
	margin:28px 0 0 13px;
	width:225px;
	height:20px;
	float:left;
}

#ept-search form{
	width:288px;
	height:31px;
	margin:22px 0 0 5px;
	padding:0;
	float:left;
}

#ept-search form input.searchbox{
	width:226px;
	height:31px;
	background:url('images/ept_search_input_bg.png') no-repeat;
	margin:0px;
	padding:0 0 0 10px;
	float:left;
	border:0;
}

#ept-search form input.searchBtn{
	width:36px;
	height:31px;
	background:url('images/ept_search_btn.png') no-repeat;
	margin:0 0 0 5px;
	padding:0px;
	border:0;
	float:left;
	cursor:pointer
}

/*--- end styles for Equipment Topics section only */

/*----START "IMPORTANT NOTICE"-------------*/
#uberbar  { 
  border-bottom:1px solid #555555; 
  background:#a50055; 
  padding:10px 20px; 
  position:fixed; 
  top:0; 
  left:0; 
  z-index:2000; 
  width:100%;
  color:#fff;
  text-align:center;
  margin-bottom:30px;
}

#uberbar  a{
	color:#fff;
	font-weight:bold;
}

#overlayPopup{
	background:#000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width:100%;
	height:100%;
	z-index: 9998;
	position:absolute;
	display:none;
}

#alert_message_box{
	width:730px;
	min-height:250px;
	border:2px solid #6e6f71;
	background:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	margin:110px auto;
	z-index: 9999;
	position:absolute;
	float:left;
	display:none;
}

#popup_header{
	width:730px;
	height:50px;
	background:#a90057;
	float:left;
	padding:0px;
	margin:0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px; 
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#popup_header h1{
	font-family:Georgia, serif;
	font-size:20px;
	color:#fff;
	float:left;
	width:625px;
	margin:12px 0 0 18px;
}

#popup_header div.closeBtn{
	width:50px;
	height:25px;
	float:right;
	margin:12px 12px 0 0;
	font-family:Georgia, serif;
	color:#fff;
}

#popup_header div.closeBtn a{
	text-decoration:none;
	color:#fff;
}

#alert_message{
	font-family:Georgia, serif;
	color:#191919;
	font-size:18px;
	width:688px;
	float:left;
	margin:15px;
}

#alert_message a{
	font-weight:bold;
	text-decoration:underline;
	color:#a90057;
}

/*-------------Home page updates-------*/
#home-testimonials{
	width:335px;
	height:165px;
}

#home-newsfeed {
    width: 340px;
}

#home-bottom-content {
    height: 300px;
    min-height: 345px;
    width: 340px;
}

#home-newsfeed h3 {
    width:320px;
    margin:30px 0 0 5px;
}

#home-newsfeed ul li {
    margin: 0 0 12px 25px; 
}

#home-external-news{
	height: 300px;
    min-height: 345px;
    width: 550px;
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin:0;
}

#external-feed{
	float:left;
	display:block;
	width:250px;
	height:300px;
	margin: 10px 10px 0;
}

#external-feed img.news-header{
	float:left;
}

#iframe-news-feed{
	float:left;
	display:block;
	border:1px solid #ebe9ea;
	width:250px;
	height:265px;
}

#iframe-news-feed iframe{
	float:left;
	display:block;
	border:none;
	width:230px;
	height:245px;
	margin:10px 0 0 10px;
}



/*----END "IMPORTANT NOTICE"----------------*/

#logoList{
	margin:10px auto 10px;
	/*cursor:pointer;*/
}

.tooltip {
    display:none;
    background:url('images/tooltipBG.png') no-repeat;
    font-size:12px;
    height:75px;
    width:170px;
    padding:20px 25px 25px 20px;
    color:#6e6f71;
	text-align:left;
  }
 
.tooltip strong{
	color:#000;
	font-size:14px;
}

.tooltip a{
	color:#a90057;
	text-decoration:none;
}

.headerPhoneNumbers{
	font-size:18px;
	width:100%;
	text-align:right;
	float:right;
	margin: 0 15px 10px 0;
}

.headerPhoneNumbers span{
	color:#ccc;
}

/*-------Styles for Holiday Video-----------*/
.player{
	width:600px;
	height:336px;
}

.holiday-video-bg{
	background:url('images/holiday_bg.jpg') no-repeat;
}
