/** SWATCHES **/
/** Place any hex codes for branded colors here for quick reference. **/
/** Green:	#387c2c  **/
/** Blue:	#007ec4  **/

/** TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/
aside {
	width: 320px;
	margin-left: 635px;
	font-size: 14px;
	padding-bottom: 60px;
}
#content .container {
	margin-top: 0px;
	padding: 30px 8px 0 8px;		
}
#additional {
	background: none;
}
#aside {
	background: none;
}

/** TYPOGRAPHY **/
/** Place any CSS code in this section that changes or modifies the headlines, paragraphs or links. **/


/** NAVIGATION **/
/** Place any CSS code in this section that changes or modifies the main navigation bar including Nav, or .Nav **/
nav {
	background-image: none!important;
	margin: 0 auto;
	width: 960px;
	padding: 0 0 10px 0;	
}
nav ul {
	font-size: 10px;
}
nav #homeButton{
	margin-right: 0;
}

/** ROTATOR **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/
#hero {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #387c2c;
}
#hero .wrapper {
	padding: 0 10px 0 7px;
}

/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
.header {
	margin: 0;
	padding: 0; 
}

.backgroundImage { 
	width: 960px; 
	height: 40px;
}
.fauxLogoImageMap { 
	float: left; 
	height: 100px; 
	width: 250px;
	margin-top: 0px;
	margin-bottom: 5px; 
}
.clientContact { 
	color: #fff; 
	padding-top: 5px;
	text-align: left; 
	width: 960px;
	height: 30px;
}
.clientContact p {
	font-family: Open Sans Condensed, sans-serif;
	text-transform: uppercase!important; 
	font-size: 13px; 
	line-height: 20px; 
}
.clientContact a {
	font-family: Open Sans Condensed, sans-serif;
	color: #fff; 
	font-weight: bold; 
} 
.clientContact a:hover { 
	color: #fff; 
	text-decoration: underline; 
} 


/** FOOTER **/
/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/
footer {
}
.container .wrapper .contact a{
display:none;
} 

/** SIDEBAR WIDGET **/
/** Place any CSS code in this section that changes or modifies the Sidebar Widgets, both default and custom **/

/* CLASSES */
/** Place any CSS code in this section that relates to universal CSS classes **/
.image-float{
	float:right;
	margin-left:5px;
}

/** Contact **/
.page-contact .container article a{ 
	display:none;
}

/**ABOUT**/
#content .container #agentContent a{
	display:none;
}