/* ---------------------------------------

Client: Santesys
Version: 1.0
Author: Rock Creek Strategic Marketing
Website: http://www.rockcreeksm.com

Colors:

Light Grey:				#ccc;
Med Grey:				#666;

Dark Blue:				#072D3D;
Light Blue:				#74949D;
Red:					#6C1220;



------------------------------------------*/



/* GLOBAL
-------------------------------------------------------------------*/

body {
	background:#333;
	border-top:8px solid #333;
	font-family:'Lucida grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a, a:link {
	color: #6C1220;
	}
	
p {
	font-size:12px;
	line-height:18px;
	margin-bottom:8px;
}

h1, h2, h3, h4 {
	margin: 20px 0 5px 0px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#6c1220;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

h3 {
	font-size:12px;
	color:#6c1220;
	margin:0 0 10px 0;
	font-weight:bold;
}

strong {
	color: #072D3D;
	font-weight:bold;
}

span.highlight {background:yellow;}
	




/* Carousel -------------------------------------------------------------------*/
#carousel{ width: 710px; height: 388px; background-color: #eee; z-index:1; position:relative;}
#carousel div { width: 710px; height: 388px;padding: 0px; text-align: left; font-size: 16px; position:relative;}
#carousel div img { float: left; width: 710px; height: 388px;padding: 0px; background: #fff } 

#carousel_nav{
bottom:25px;
margin:0 0 0 100px;
position:absolute;
right:30px;
width:120px;
z-index:1000;
}
#carousel_nav a { margin: 0 5px; padding: 3px 5px; color:#999; background: #333; text-decoration: none;  }
#carousel_nav a.activeSlide { background: #fff; color:#333; }
#carousel_nav a:focus { outline: none; }
#carouselWrap {
	position:relative;
	 width: 710px; height: 388px;
}
#output { text-align: left; }

#carousel .message {
	background:transparent url(/images/gray_transparency.png) repeat 0 0;
	bottom:85px;
	color:#FFFFFF;
	height:100px;
	position:absolute;
	right:0;
	width:390px;

}
#carousel .message h1 {
	padding:0 20px;
	font-size:17px;
	color:#fff;
line-height:25px;
}


#carousel .message p {
	padding:0 20px;
	color:#dedede;
}

/* LAYOUT
-------------------------------------------------------------------*/

#wrapper {
	background:#fff;
	padding:0 0 30px 0;
	}
	
#container {
	width:950px;
	margin:0 auto 0;
	}
	
/* Header */
	
#header {
	background:url(../images/tagline.gif) 100% 120px no-repeat;
	position:relative;
	height:150px;
	}
	
#logo {
	position:absolute;
	top:45px;
	left:20px;
	}

#subscribe {
	position:absolute;
	right:0px;
	top:0px;
	width:300px;
	padding-top:35px;
	}
	
#subscribe p {
	color:#000;
	font-size:11px;
	}
	
	
#subscribe input {
	width:130px;
	font-size:10px;
	color:#666;
	padding:3px 3px;
	margin-top:5px;
	}

#subscribe input.submit {
	height:21px;
	width:71px;
	position:absolute;
	top:44px;
	right:0px;
	}

#contactForm input.submit {
	 width: 71px;
        cursor: pointer;
margin-top:0;
border:none;
padding:0;
	}

#main {position:relative;}
	
#content {
	float:left;
	width:710px;
	padding:0 0 0 40px;
	}
	
#blog #content {
	float:left;
	width:450px;
}

/* Content Styles*/

#content p {
	color:#000;
	padding:0 80px 0 0;
}

#content p.leadin {
	color:#000;
	font-size:13px;
	font-weight:bold;
}

#content p.nav_breadcrumb {
	font-size:10px;
	margin:5px 0 20px;
}

#content ul, #content li {
	color:#000;
	margin:10px 20px;
	}
	
#content li {line-height:18px;}
	
#content ol li {
	list-style:decimal;
	padding-left:20px;
	}
	
#content ul li {list-style:disc;}
	
#content img {
	float:left;
	margin:0 20px 10px 0;
}

/* related content */

#related_content {
	border-top:6px solid #701826;
	background: #eee;
	float:right;
	margin: 0 0 15px 20px;
	width:170px;
	padding: 0 15px 30px 15px;
}

#related_content p {
	padding:0 0 5px 0;
}

#related_content h3 {
	margin:20px 0 3px;
}

/* BLOG STYLES*/

#blog #related_content {
	position:absolute;
	right:0px;
	top:150px;
	width:180px;
	border:none;
	background:#fff;
	margin:0;
	padding:0;
}



#blog #related_content ul,
#blog #related_content li {
	margin:0;
	padding:0;
}

#blog #related_content li {
	list-style:none;
	padding-bottom:10px;
}

#blog #content p {padding-right:0px;}

#blog textarea {
	width:400px;
	height:150px;
}



/* homepage callouts */
	
#callout_wrapper {padding-top:35px;}

.callout {
	float:left;
	width:210px;
	padding: 0 20px 0 0;
	}
	
.callout p {line-height:20px;}
	
#callout_wrapper .expertise h2 {
	background:url(../images/icon_expertise.gif) 0px 0px no-repeat;
	}
	
#callout_wrapper .case_studies h2 {
	background:url(../images/icon_caseStudies.gif) 0px 0px no-repeat;
	}
	
#callout_wrapper .blog h2 {
	/* background:url(../images/icon_feed.gif) 0px 0px no-repeat; */
padding-left:0px;

	}
	
.callout h2 {
	color:#000;
	font-weight:bold;
	margin-bottom: 5px;
	text-transform:uppercase;
	padding:5px 0 5px 27px;
	}
	
#content .callout p {
	padding: 0 0px 5px 0px;
}
	
.callout .post {}

.callout .post p.date {
	color:#999;
	font-size:10px;
	line-height:12px;
	margin-bottom:0px;
	}
	
.callout .post p {
	color:#999;
	font-size:12px;
	margin-bottom:7px;
	}
	
.callout .post p a {text-decoration:none;}

#sidebar {
	float:left;
	width:200px;
	}
	
/* Global Nav */

#nav_global {}

#nav_global ul {}

#nav_global li {line-height:18px;}

#nav_global a {
	border:1px solid #ccc;
	border-bottom:0px;
	background:#fff url(../images/bkgd_nav_global.gif) 0px 100% repeat-x;
	color:#072D3D;
	display:block;
	font-weight:bold;
	padding:10px 15px 10px 10px;
	text-decoration:none;
	}

#nav_global a:hover {
	color: #6C1220;
	}
	
#nav_global li.last a {
	border-bottom:1px solid #ccc;
	}
	
#nav_global li ul li a {
	background:none;
	border:none;
	color:#072D3D;
	display:block;
	font-weight:normal;
	font-size:10px;
	padding:10px 15px 0px 10px;
	text-decoration:none;
}

#nav_global li ul li.disabled {
		font-size:10px;
		padding:10px 15px 0px 10px;
		color:#666;
}

#nav_global li ul {
	padding:10px 0 20px;
}

#nav_global li.active  {
	color:#6c1220;
	border:1px solid #ccc;
	border-bottom:1px;
	background:#fff url(../images/bkgd_nav_global.gif) 0px 100% repeat-x;
	display:block;
	font-weight:bold;
	padding:10px 15px 10px 10px;
	text-decoration:none;
}

	
/* Testimonial */

#testimonial {
	background:url(../images/bkgd_openQuote.gif) 0px 0px no-repeat;
	padding:30px 0 0 0;
	margin-top:30px;
	}
	
#testimonial blockquote {
	background:url(../images/bkgd_closeQuote.gif) 100% 100% no-repeat;
	line-height:18px;
	margin: 0 0 5px 0;
	padding-bottom:30px;
	}
	
#testimonial cite {
	color:#74949D;
	display:block;
	margin-top:-18px;
	padding-right:31px;
}
	
/* Social Media */

#social_media {padding-top:40px;}
	
#social_media ul {padding-top:10px;}
	
#social_media li {
	float:left;
	margin-right:5px;
	}
	
#social_media li a {
	display:block;
	width:22px;
	height:21px;
	text-indent:-9999px;
	}
	
#social_media li.twitter {
	background:url(../images/icon_twitter.gif) 0px 0px no-repeat;
	}
	
#social_media li.facebook {
	background:url(../images/icon_facebook.gif) 0px 0px no-repeat;
	}
	
#social_media li.linkedin {
	background:url(../images/icon_linkedin.gif) 0px 0px no-repeat;
	}
	
/* Contact Page */

.contactfield {padding-bottom:20px;}

.contactfield input,
.contactfield textarea {
	width:300px;
	border:1px solid #ccc;
	padding: 3px 0px 3px 3px;
	margin-top:5px;
}

.contactfield label {
	color:#6C1220;
	font-weight:bold;
	margin-bottom:5px;
}

.contactfield span {font-weight:normal;}	

p.disclaimer {font-size:10px;}



	
/* Footer */

#footer_wrap {background:#333;}
	
#footer {
	width:950px;
	margin:0 auto;
	padding: 30px 0 0 0;
	}
	
#footer address {
	color:#EFEFEF;
	font-size:12px;
	font-style:normal;
	line-height:20px;
	padding:0 0 30px;
	}
	
#footer address a {
	color:#95A3A7;
	text-decoration:underline;
	}
	
#footer address strong {
	color:#fff;
	font-weight:bold;
	}
	
#footer p.copyright {
	float:right;
	font-size:11px;
	color:#fff;
	margin-bottom:10px;
	}
	
#footer p.nav_footer {
	clear:both;
	float:right;
	}
	
#footer p.nav_footer a {
	color:#95A3A7;
	font-size:10px;
	text-decoration:none;
	}
	
#footer p.nav_footer a:hover {color:#fff;}
	


/* UTILITY
-------------------------------------------------------------------*/

.clearfix {clear:both;}

/* SECTIONS
-------------------------------------------------------------------*/


#nav_global li ul li a.current {color:#6C1220;}