/** SWATCHES **/
/** Place any hex codes for branded colors here for quick reference. **/
/** Blue:   #0165a8; **/
/** Tan:	#f4eed4  **/

/** TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/
body {
	background: url(http://static.contentres.com/media/images/d7f2275d-4349-4624-8640-b68880e7f45e.jpg);
}
#content {
	background-image: none;
}
.floating-broker-check, .boker-check-disclaimer {
	display: none!important;
}

/** 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 {
	color: #FFF;
}
nav a {
	color: #FFF;	
}
nav li li a {
	font-size: 13px;
	color: #FFF;	
}

/** ROTATOR **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/
#hero .container p a {
	font-family: Quattrocento, serif;
	font-size: 16px;
}

/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
.header {
	margin: 0;
	padding: 0;
	background: url(http://static.contentres.com/media/images/856f33ac-05c7-4ad5-873d-0a60d7c566b9.jpg);
}
.backgroundImage {
	text-align: center!important; 
	width: 960px;
	height: 180px;
	/** 50% **/ background: url(http://static.contentres.com/media/images/bcb2555a-286a-4a2a-9718-c45bbe2bd9b1.png) top center no-repeat;
	/** 25% background: url(http://static.contentres.com/media/images/d0727c62-0efe-4905-a00b-8f3a91d34c09.png) top center no-repeat; **/
}
.fauxLogoImageMap {
	margin-top: 15px;
}
.clientContact { 
	color: #FFF; 
	padding-top: 5px;
	text-align: center; 
	width: 960px;
	height: 30px;
}
.clientContact p {
	font-size: 12px !important; 
	line-height: 20px;
}
.clientContact a {
	font-size: 12px !important; 
	color: #f4eed4; 
} 
.clientContact a:hover { 
	color: #EEE; 
	text-decoration: underline; 
} 


/** FOOTER **/
/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/
footer {
	border-top: 5px solid #014878;
	background: url(http://static.contentres.com/media/images/856f33ac-05c7-4ad5-873d-0a60d7c566b9.jpg);
}
footer a {
	color: #FFF !important;
}


/** 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 **/

/**button**/

.button {
   border-top: 1px solid #96d1f8;
   background: #3472a2;
   background: -webkit-gradient(linear, left top, left bottom, from(#015693), to(#3472a2));
   background: -webkit-linear-gradient(top, #015693, #3472a2);
   background: -moz-linear-gradient(top, #015693, #3472a2);
   background: -ms-linear-gradient(top, #015693, #3472a2);
   background: -o-linear-gradient(top, #015693, #3472a2);
   padding: 20px 40px;
   -webkit-border-radius: 32px;
   -moz-border-radius: 32px;
   border-radius: 32px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }