/* =======================================
   DEFAULTS
======================================= */
* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	background: url(../images/bg-body.jpg);
	color: #595959;
	font: 14px/24px Tahoma, Geneva, sans-serif;
}
input, select, textarea {
	font: 12px/14px Tahoma, Geneva, sans-serif;
}
table {
	border-collapse: collapse;
}
ul, ol {
	list-style: none;
}
a img {
	border: none;
}
a {
	color: #2769d6;
	text-decoration: none;
}

/* =======================================
   CLEARS
======================================= */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* close commented backslash hack */
.clear {
	clear: both;
}

/* =======================================
   FONTS
======================================= */
@font-face {
    font-family: 'Min';
    src: url('../fonts/minionpro-regular-webfont.eot?') format('eot'),
         url('../fonts/minionpro-regular-webfont.woff') format('woff'),
         url('../fonts/minionpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/minionpro-regular-webfont.svg#min') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =======================================
   PAGE OUTLINE
======================================= */
#container {
	margin: 0 auto;
	width: 970px;
}
#main {
	background: url(../images/bg-main.png) repeat-y;
	margin: 0 -14px 36px -14px;
	padding: 0 42px 0 44px;
	position: relative;
}
#main .main-bot {
	background: url(../images/bg-main-bot.png) repeat-y;
	display: block;
	position: absolute;
	bottom: -29px;
	left: 0;
	width: 998px;
	height: 29px;
}

/* =======================================
   HEADER
======================================= */
#header {
	border-bottom: 6px solid #a82c31;
	height: 95px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.home #header {
	border-bottom: none;
}
#header .logo a {
	background: url(../images/logo-r-computer.png) no-repeat;
	float: left;
	text-indent: -9009px;
	width: 292px;
	height: 95px;
	z-index: 98;
}
#header .subnav {
	clear: both;
	float: right;
	padding-top: 16px;
}
#header .subnav li {
	background: url(../images/divider-subnav.png) no-repeat 8px 2px;
	float: left;
	font: small-caps 14px Min, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding-left: 15px;
	position: relative;
}
#header .subnav li:first-child {
	background: none;
	padding-left: 0;
}
#header .subnav a {
	color: #938f87;
}
#header .contact-tab {
	background: url(../images/bg-contact-tab.png) no-repeat;
	padding-top: 2px;
	position: absolute;
	top: 101px;
	right: 0;
	width: 382px;
	height: 32px;
}
#header .contact-tab .phone {
	background: url(../images/icon-call.png) no-repeat 9px 0;
	color: #decab3;
	font: 18px Min, "Times New Roman", Times, serif;
	padding-left: 37px;
}
#header .contact-tab .email {
	background: url(../images/icon-email.png) no-repeat 22px 0;
	color: #decab3;
	font: italic 18px Min, "Times New Roman", Times, serif;
	padding-left: 48px;
}
#header .contact-tab .email a {
	color: #decab3;
}

/* =======================================
   NAV
======================================= */
#nav {
	padding-top: 35px;
	position: relative;
	z-index: 99;
}
#nav li {
	background: url(../images/divider-nav.png) no-repeat 13px 2px;
	float: left;
	font: 18px Min, "Times New Roman", Times, serif;
	padding-left: 25px;
	position: relative;
}
#nav li:first-child {
	background: none;
	padding-left: 0;
}
#nav a {
	color: #8d7564;
	display: block;
	padding: 0 0 5px 0;
}
#nav li:hover a, #nav li.current-menu-item a {
	color: #a82c31;
}
#nav li ul {
	display: none;
	padding-top: 5px;
	position: absolute;
	top: 20px;
	left: 23px;
	width: 150px;
}
#nav li ul li {
	float: none;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
}
#nav li ul li a, #nav li.current-menu-item ul li a, #nav li ul li.current-menu-item a, #nav li:hover ul li a {
	background: #e2ddc9;
	color: #a17f71;
	display: block;
	padding: 5px 10px;
}
#nav li ul li a:hover {
	color: #a82c31;
}

/* =======================================
   BANNER
======================================= */
.banner {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 44px;
	width: 912px;
	height: 470px;
	z-index: 1;
}
.banner li {
	position: relative;
}
.banner img {
	position: absolute;
	top: 0;
	left: 0;
}
.banner .banner-text {
	position: absolute;
	top: 150px;
	left: 515px;
	width: 359px;
	height: 245px;
	z-index: 2;
}
.banner .banner-text .banner-title {
	color: #a82c31;
	font: small-caps 30px Min, "Times New Roman", Times, serif;
	text-transform: lowercase;
	display: block;
	text-align: center;
}
.banner .banner-text .banner-sub {
	background: url(../images/divider-banner.png) no-repeat center 0;
	color: #a82c31;
	font: 20px Min, "Times New Roman", Times, serif;
	display: block;
	margin-top: 2px;
	padding: 8px 0 5px 0;
	text-align: center;
}
.banner .banner-text p {
	color: #3a3a3a;
	font: 17px/24px Min, "Times New Roman", Times, serif;
	padding: 0 40px 4px 50px;
}
.banner .banner-text p.cite {
	font: italic 13px/18px Min, "Times New Roman", Times, serif;
}
.banner .contact-us {
	position: absolute;
	top: 378px;
	left: 692px;
	width: 190px;
	height: 90px;
	z-index: 3;
}
.banner .contact-us .banner-title {
	background: url(../images/divider-banner-contact.png) no-repeat center bottom;
	color: #f5e290;
	display: block;
	font: 24px/30px Min, "Times New Roman", Times, serif;
	padding-bottom: 12px;
	text-align: center;
}
.banner .contact-us .phone {
	background: url(../images/icon-call.png) no-repeat 0 0;
	color: #decab3;
	display: block;
	font: 18px Min, "Times New Roman", Times, serif;
	margin-left: -5px;
	padding: 0 0 4px 28px;
}
.banner .contact-us .email {
	background: url(../images/icon-email.png) no-repeat 0 0;
	color: #decab3;
	display: block;
	font: italic 18px Min, "Times New Roman", Times, serif;
	margin-left: -5px;
	padding-left: 28px;
}
.banner .contact-us .email a {
	color: #decab3;	
}

/* =======================================
   HIGHLIGHT BOXES
======================================= */
.highlights {
	background: url(../images/bg-highlights.png) no-repeat 0 398px;
	margin: -12px;
	padding: 408px 0 12px 12px;
}
.highlights li {
	background: url(../images/bg-highlight-red.jpg) no-repeat;
	color: #fff;
	float: left;
	font: 15px/24px Min, "Times New Roman", Times, serif;
	overflow: hidden;
	padding: 12px 10px 0 15px;
	position: relative;
	margin-left: 17px;
	width: 267px;
	height: 107px;
}

.highlights li a {
	color: #fff;	
	height: 107px;
	float: left;
}

.highlights li h2 {
	font: 18px/24px Min, "Times New Roman", Times, serif;
}
.highlights li.green {
	background: url(../images/bg-highlight-green.jpg) no-repeat;
}
.highlights li.brown {
	background: url(../images/bg-highlight-brown.jpg) no-repeat;
	margin-left: 18px;
}
.highlights li:first-child {
	margin-left: 0;
}
.highlights li img {
	position: absolute;
	top: 0;
	left: 0;
}

/* =======================================
   CONTENT
======================================= */
#content {
	position: relative;
}
#content h1 {
	color: #a82c31;
	font: small-caps 30px Min, "Times New Roman", Times, serif;
	padding: 8px 0 5px 0;
	text-transform: lowercase;
}
#content h2 {
	color: #a82c31;
	font: 20px Min, "Times New Roman", Times, serif;
	padding-bottom: 14px;
}
#content p {
	padding-bottom: 20px;
}
#content p a, #content li a {
	text-decoration: underline;
}
#content hr {
	background: #e2d6d1;
	border: none;
	color: #e2d6d1;
	margin-bottom: 14px;
	height: 1px;
}
#content ul {
	margin: 0 0 20px 20px;
	list-style-type: disc;
}
#content ul li ul {
	margin: 0 0 0 20px;
	list-style-type: circle;
}
#content ol {
	margin: 0 0 20px 20px;
	list-style-type: decimal;
}
#content ol li ol {
	margin: 0 0 0 20px;
	list-style-type: lower-alpha;
}
#content input[type=text], #content input[type=password], #content textarea {
	border: 1px solid #ccc;
	color: #999;
	padding: 3px;
	width: 200px;
}

input[type=image] {
	border: 1px solid #000 !important;	
	padding: 1px 15px;
	margin-top: 15px;
	float: right;
}

#content select {
	border: 1px solid #ccc;
	color: #000;
	padding: 3px;
	width: 200px;
}

#content textarea {
	height: 150px;
	width: 98%;
	resize: none;
}
#content input[type=submit] {
	background: #A82C31;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 3px 15px;
	float: right;
	font: small-caps 18px Min, "Times New Roman", Times, serif;
	border-radius: 6px;
}
#content .columns {
	clear: both;
}
#content .col-left {
	float: left;
	width: 439px;
}
#content .col-right {
	float: right;
	width: 439px;
}
#content .columns.size12 {
	font-size: 14px;
	line-height: 20px;
}

#content .team {
	width: 42%; 
	padding: 15px 2%; 
	margin: 10px 3.5% 15px 0; 
	float: left; 
	height: 103px; 
	background: #e2ddc9; 
	border: 2px solid #E2D6D1;
}

h1.team-heading {
	text-transform: none !important;
	font-variant: normal !important;
	width: 100%;
	border-bottom: 1px dotted #595959;
	margin: 20px 0 15px;
	padding-bottom: 0px !important;
	font-size: 22px !important;
	line-height: 1em !important;
	float: left;
	color: #595959 !important;
	clear: both;
}

.team h2 {
	padding-bottom: 2px !important;
	line-height: 1em !important;
	font-size: 24px !important;
	
}

.team h2 a {
	color: #A82C31;
	text-decoration: underline;
}

.team h3 {
	padding-bottom: 8px;
	font-size: 15px !important;
	line-height: 1.1em !important;	
}

.team p {
	padding-bottom: 5px !important;
	line-height: 1.1em !important; 	
}

.team img {
	float: left;
	padding: 0 15px 10px 0;
	width: 100px;
	height: 103px;
}

/* =======================================
   FOOTER
======================================= */
#footer {
	color: #737066;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	position: relative;
}
#footer p, #footer p a {
	color: #737066;
	padding: 10px 0;
}
#footer .showcases {
	border-bottom: 1px solid #c8c0b5;
	padding: 10px 0;
}
#footer .showcases li {
	float: left;
	margin-left: 14px;
}
#footer .showcases li:first-child {
	margin-left: 0;
}
#footer .footer-nav {
	border-top: 1px solid #f3ece2;
	padding-top: 10px;
}
#footer .footer-nav li {
	background: url(../images/divider-footernav.png) no-repeat 12px 4px;
	float: left;
	font: 16px/24px Min, "Times New Roman", Times, serif;
	padding-left: 23px;
}
#footer .footer-nav a {
	color: #5f5c50;
}
#footer li:first-child {
	background: none;
	padding-left: 0;
}
#footer .rotate {
	position: absolute;
	top: 120px;
	right: 0;
}

/* =======================================
   WP EDITOR
======================================= */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	float: left;
	margin: 0 20px 0 0;
}
img.alignright {
	float: right;
	margin: 0 0 0 20px;
}
.aligncenter {
	margin: 0 auto;
}
p.aligncenter, h1.aligncenter, h2.aligncenter, h3.aligncenter, h4.aligncenter {
	margin: 0;
	text-align: center;
}
span.nowrap {
	white-space: nowrap;
}