/** SWATCHES **/
/** Place any hex codes for branded colors here for quick reference.
lt gold: 	#e2bb34
dk gold: 	#a38405;
 **/


/** TEMPLATE **/
/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/
body {
	background: #333 url(http://static.contentres.com/media/images/0ebf7e9e-2c77-4d85-adce-f3a8c983a192.png);
}
#content {
	margin: 10px 0;
}
#content .container {
	background: #FFF;
	-webkit-box-shadow: 0 0 10px 3px #222;
	box-shadow: 0 0 10px 3px #222;
}
#additional {
	background: none;
}
#additional .wrapper {
	text-align: center;
	width: 920px;
}
#additional .content {
	width: 410px;
	float: left;
	text-align: left;
}
h4.viewAll {
	text-align: left;
}
body.homepage .rule {
	display: none;
}
/** TYPOGRAPHY **/
/** Place any CSS code in this section that changes or modifies the headlines, paragraphs or links. **/
#content .container h1, #content .container h2, #content .container h3 {
	color: #a38405;
}
body.homepage article {
	width: 960px;
}
body.homepage #suggested .content {
	width: 260px;
	float: left;
	padding: 0px 30px 30px 10px;
}
#suggested {
	background: #000;
}
.videoContentL {
	padding: 25px 25px 20px 10px;
	width: 250px;
}
.videoContentC {
	padding: 25px 25px 20px 15px;
	width: 250px;	
}
.videoContentR {
	padding: 25px 10px 20px 30px;
	width: 250px;	
}
table.presentationTable {
	margin: 0 auto;
	width: 940px;
	background: #d5d5d5;
	border-radius: 12px!important;
	padding-top: 20px;
}
/** NAVIGATION **/
/** Place any CSS code in this section that changes or modifies the main navigation bar including Nav, or .Nav **/
nav {
	background: #000;
	height: 30px;
	border-bottom: 1px solid #464646;
}
nav {
	text-align: left;
}
/** ROTATOR **/
/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/
#hero {
	background-color: #262626;
	height: 300px;
}
#hero a {
	color: #e2bb34;
}


/** HEADER **/
/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/
.header {
	background: #000 url(http://static.contentres.com/media/images/d4a22066-8aac-4a67-9d35-a95ae086e287.jpg) top center no-repeat;
	padding: 0;
}
.backgroundImage {
	width: 960px;
}
.clientBranding {
	float: left;
	width: 400px;
	padding: 30px 0;
}
.clientContact {
	float: right;
	width: 250px;
	text-align: left;
	margin-top: 90px;
	padding-left: 10px;
	border-left: 1px solid #666;
}
.clientContact p {
	font-family: Quattrocento, serif !important;
}
.clientNumber {
	color: #e2bb34;
	font-size: 30px;
}
.clientAddress {
	color: #fff;
	font-size: 12px;
}
.clearFloat {
	clear: both;
}

/** FOOTER **/
/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/
footer {
	border-top: 2px solid #e2bb34;
	background-image: 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 **/

.button {
   background: #2788c6;
   padding: 5px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #FFF;
   text-decoration: none;
   }

.button:hover {
   background: #005477;
   color: #FFF;
   text-decoration: none;
   }

.precess {
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a38405+0,f8e56f+50,a38405+100 */  
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a38405+0,f7d720+50,a38405+100 */  background: #a38405; /* Old browsers */  background: -moz-linear-gradient(left,  #a38405 0%, #f7d720 50%, #a38405 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a38405), color-stop(50%,#f7d720), color-stop(100%,#a38405)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(left,  #a38405 0%,#f7d720 50%,#a38405 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(left,  #a38405 0%,#f7d720 50%,#a38405 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(left,  #a38405 0%,#f7d720 50%,#a38405 100%); /* IE10+ */  
    background: linear-gradient(to right,  #A38405 0%,#E2BB34 50%,#A38405 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38405', endColorstr='#a38405',GradientType=1 ); /* IE6-9 */; /* Old browsers */   /* FF3.6+ */   /* Chrome,Safari4+ */   /* Chrome10+,Safari5.1+ */   /* Opera 11.10+ */   /* IE10+ */   /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38405', endColorstr='#a38405',GradientType=1 ); /* IE6-9 */;
    border-radius: 30px;
    padding: 1px;
    margin-bottom: 20px;
}

.precess h2 {
    font-family: 'helvetica', sans-serif;
    color: #F2F2F2 !important;
    text-shadow: 0 1px 1px #333;
    font-size: 38px !important;
    padding: 0 30px;
    font-weight: bold;
}

.precess a {
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e5e5e5+100 */  background: #f4f4f4; /* Old browsers */  background: -moz-linear-gradient(top,  #f4f4f4 0%, #e5e5e5 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%); /* IE10+ */  background: linear-gradient(to bottom,  #f4f4f4 0%,#e5e5e5 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */;
    margin: 30px 80px 35px;
    padding: 17px 10px;
    border-radius: 7px;
    font-size: 24px;
    text-transform: uppercase;
    box-shadow: inset 0 0 5px #FFF, 0 1px 1px #A0A0A0;
    line-height: 1em;
    text-shadow: 0 1px 1px #fff;
}

.precess a:hover {
    background: #EAEAEA;
    text-decoration: none;
}