/*
	Title:		Exactive Website
	Author:		Andrew Lacey
*/

html, body
{
   margin:0;
   padding:0;
   height:100%;
   background-color:#FFFFFF;    
   font-family:Arial, Verdana, Sans-Serif;
   font-size: 12px;
   color: #000;
}

#container
{
   min-height:100%;
   position:relative;
}


a:link, a:visited, a:active { color: #353637; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

a img { border: 0; }
.small { font-size: 10px; }
.large { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.dark { color: #000; }
h1 { color: #FFF; font-size: 20px; font-weight: normal; }
h2 { color: #000; font-size: 14px; font-weight: bold; text-transform: uppercase; }
h3 { color: #E1980D; font-size: 1.2em; }
.bannerStyleBlack { color: #000; font-size: 1.2em; font-weight: bold; }
.bannerStyleGrey { color: #9B9B9B; font-size: 1.2em; font-weight: bold; }

.headertext { color: #FFF; font-size: 20px; font-weight: normal; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table; min-height:1%;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*================================
HEADER STYLES 
================================*/

#header
{
    width: 932px;
    padding: 20px 0px 0px 0px;
    margin: 0 auto;
    height: 57px;
}

#header .leftSection
{
    padding: 0px 0px 0px 12px;
	width: 688px;
	height: 100%;
	float: left;
}
 
#header .rightSection
{
    padding: 0px 0px 0px 0px;
	width: 232px;
	height: 100%;
	float: right;
}
   
#header .headerLinks
{
	padding: 0px 0px 0px 0px;
    width: 100%;
    height: 20px;
    text-align: right;
}

#header .headerLinks ul
{
	padding: 0;
	margin: 0 auto;
    list-style-type: none;
}

#header .headerLinks li
{
    display: inline;
}

#header .searchArea
{
    width: 232px;
    height: 37px;
    float: right;
}

#header .searchBoxArea
{
	border: 1px solid #CCC;
    width: 200px;
    height: 23px;
    float: right;
}
 
#header .searchBox
{
	border: 0;
	margin: 1px;
	width: 160px;
	float: left;
	height: 19px; 
}
 

#header .searchBoxImage
{
	margin: 1px;
    float: right;
}

/*================================
NAV STYLES 
================================*/

#nav
{
	width: 930px;
	margin:0 auto;
	height: 30px;
	border: 1px solid #d6d6d6;
	position: relative;
}

#nav .leftSection
{
	width: 640px;
	float: left;
	height: 30px;	
}

#nav .rightSection
{
	width: 280px;
	float: right;
	height: 30px;
	text-align: right;
    display: table;
    padding: 0px 5px 0px 5px;	
}

#nav .rightSection .rightSectionText
{
	width: 100%;
	height: 30px;
    display: table-cell;
    vertical-align: middle;
    line-height: 30px;

}

/*================================
BODY STYLES 
================================*/
#body
{
    width: 932px;
	margin: 0 auto;
	padding-top: 4px;
    height: 565px;
}

#banner
{
	height: 300px;
	width: 100%;
	margin-bottom: 8px;
}

/*================================
HOME CONTENT AREAS STYLES
================================*/
#contentQuadrant
{ 
	height: 265px;
	position: relative;
}

.cols
{
	float:left;
	width: 300px;  
	border: 1px solid #CCC;
}

.colsSecond
{
	margin-left: 13px;
}

.colsThird
{
	margin-left: 13px;
}

.header
{
	height: 33px;
	background-image: url('../images/Exactive/content_bar_bg.jpg');
	position: relative;
    display: table;
    vertical-align: middle;
    width: 300px;
}

.headerTitle
{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
	font-size: 14px;
	height: 33px;
    line-height: 33px;
}

.photo
{
	height: 135px;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	display: inline-block;
	padding: 3px 5px 5px 5px;
	width: 290px;
}

.linksWrapper
{
	height: 23px;
	border-bottom: 1px solid #CCC;
	/*margin-top: 2px;*/
}

.smallLinks
{	
	height: 23px;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
    display: table;
}

.smallLinks ul
{
	margin: 0 auto;
	padding: 0 auto;
	padding-left: 7px;	
    display: table-cell;
    vertical-align: middle;
    height: 23px;    
    line-height: 23px;
}

.smallLinks li
{
	list-style-type: none;
	background: url(/images/Exactive/arrow_new.jpg) no-repeat 0px center;
	padding-left: 12px;
}

.mainlinksWrapper
{
	height: 65px;
	display: table;
}

.mainLinks
{
	height: 65px;
	font-size: 11px;    
    width: 100%;    
    display: table-cell;
    vertical-align: middle;
    line-height: 65px; 
}

.mainLinks ul
{
	margin: 0 auto;
	padding: 0 auto;
	padding-left: 7px;
	line-height: 65px;	 
}

.mainLinks li
{
	list-style-type: none;
	background: url(/images/Exactive/arrow_new.jpg) no-repeat 0px center;
	padding-left: 12px;
    line-height: 150%;
}

 

/*================================
FOOTER STYLES 
================================*/

#footer
{
	background-image: url('../images/Exactive/content_footer.jpg');
    width: 932px;
    margin: 0 auto;
    margin-top: 18px;
    height: 300px;
}

#quadrantArea
{
	height: 200px;
	width: 932px;
}

/*================================
LOWER MENU STYLES
================================*/

.quadrant
{
	float:left;
	width: 233px; 
	height: 100%; 
	display: inline-block;
}

.quadrantTitle
{
	height: 25px; 
	font-size: 14px; 
	font-weight: bold;  
	padding-top: 35px;
	padding-left: 40px;
}

.quadrantListLinks
{
	font-size: 11px;
    display: table;
    width: 100%;
}

.quadrantListLinks ul
{
	margin: 0 auto;
	padding: 0 auto;
	padding-left: 40px;	
    display: table-cell;
    vertical-align: middle;   
}

.quadrantListLinks li
{
	list-style-type: none;
	background: url(/images/Exactive/arrow_new.jpg) no-repeat 0px 4px;
	padding-left: 12px;
    line-height: 150%;
}

#footer .footer-upper
{
	height: 70px;
	width: 100%;    
}

#footer .footer-upper .leftUpperSection
{
	padding-left: 15px;
	width: 406px;
	float: left;
	height: 70px;	
}

#footer .footer-upper .leftUpperSection .banner
{
	vertical-align: middle;
	line-height: 70px;
}

#footer .rightUpperSection
{
	height: 70px;
	width: 50%;
	float: right;
    display: table;	
}

#footer .rightUpperSection img
{
	display: table-cell;
	vertical-align: middle;	
	float: right;
}


#footer .footer-lower
{
	/*padding-top: 3px;*/
	height: 20px;
	width: 100%;
	margin-top: 10px;	
}

#footer .footer-lower .leftLowerSection
{
	width: 600px;
	float: left;
	height: 100%;
	text-align: left;
}

#footer .footer-lower .leftLowerSection ul
{
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

#footer .footer-lower .leftLowerSection li
{
	display: inline;
}

#footer .footer-lower .rightLowerSection
{
	width: 332px;
	float: right;
	height: 100%;
	text-align: right;	
}

/*==========================
SINGLE CONTENT STYLES
==========================*/

#contentcontainer
{
	width: 918px;
	height: 568px;
	border: 1px solid #CCC;
	padding: 6px 6px 6px 6px;
	
}

#singlecontent
{
	height: 100%;
	width: 918px;
}
    
#singlecontent .leftSection
{
	width: 620px;
	height: 100%;
	float: left;
	
}

#singlecontent .rightSection
{
	width: 288px;
	height: 100%;
	float: right;
} 

#singlecontent .leftSection .sectionheader
{
	width: 620px;
	height: 92px;
	border: 1px solid #CCC;	
}

#singlecontent .leftSection .sectionheader .shcontainer
{
	margin: 1px auto;
	width: 618px;
	height: 90px;
	background: url(/images/Exactive/section_header_bg.jpg) repeat-x;
}

#singlecontent .leftSection .sectionheader .headerdetail
{
	padding-top: 50px;
	padding-left: 20px;
	width: 598px;
	height: 42px;
	
}
   
#singlecontent .leftSection .breadcrumb
{
	width: 620px;
	height: 23px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;	 
}

#singlecontent .leftSection .breadcrumb .bccontainer
{
	margin: 1px auto;	
	width: 618px;
	height: 21px;
	background: #FFF url(/images/Exactive/breadcrumb_bg.jpg) repeat-x;
} 

#singlecontent .leftSection .breadcrumb .bccontainer ul
{
	padding-left: 20px;
	list-style-type: none;
	display: inline;
    line-height: 21px;
} 

#singlecontent .leftSection .breadcrumb .bccontainer li 
{
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
        

#singlecontent .leftSection .contentarea
{
	width: 620px;
	height: 446px;
	border: 1px solid #CCC;
}

#singlecontent .leftSection .contentarea .cacontainer
{
	margin: 1px auto;
	width: 578px;
	height: 404px;
	background: #FFF url(/images/Exactive/content_body_bg.jpg) repeat-x;
	overflow: auto;
	padding: 20px 20px 20px 20px;
} 

#singlecontent .rightSection .top
{
	width: 100%;
	height: 278px;
	border: 1px solid #CCC;
	margin-bottom: 6px;	
}

.contentImage
{
	padding: 6px 6px 6px 6px;	
}


#singlecontent .rightSection .bottom
{
	width: 100%;
	height: 278px;	
	border: 1px solid #CCC;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
