@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */



/*	-------------------------------------------------------------
theme
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/



a, a:link{
	color: #000000;
	}
	

#front-left h2 a {
	font-size:1.9em;
	font-weight:bold;
	margin:0;
	color: #f13809; }
	
#col-left h1 {
	color: #f13809 !important; }

#col-right h1 {
	color:#f13809 !important; }

#col-right h3 a {
	color: #f13809 !important; }
	
#col-right #span-2 span {
	color: #f13809 !important; }

.header {
	background-image: url("../../images/bg_header_orange.png"); }

.header .nav li a:hover, 
.header .nav li a.selected {
	color: #741700 !important; }
	
form.global input.submit:hover {
	background: #f13809 !important;  }

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:none;
	margin:20px 0 15px 30px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	text-align:left;
	line-height:normal;
	color:#444;
	background: #afb1b4 url("../../images/bg_body.jpg") no-repeat center top;
	font-family: baskerville, palatino, georgia, arial;
	font-size: 95%;
} 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0; 
	text-decoration: none;
	}
	 
a, a:visited, a:active {
	color: #555555;
	}
 
a:hover {
	color: #f13809; 
	/*text-decoration: none;*/}
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	text-align:left;
	line-height:20px;
	color:#444;
	font-family: palatino, georgia, arial;
	font-size: 100%;
	}

h1 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h2 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h3 {
	font-weight:bold;
	font-size:1.1em;
	margin: 20px 0 0 0;}
	
.hl {
	background: #f9fc7e;
	font-weight:bold;

	}
	

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	margin: 0 auto;
	padding:30px 0 0 0;
	width: 100%;
	background: transparent; }
 
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 998px;
	font-family: baskerville, palatino, georgia, arial;
}
 
.header {
	position: relative;
	margin: 0;
	height:91px;
	width: 998px; }

.sub-header {
	margin: 0 0 10px 0;
	height:310px;
	width: 998px;
	background:transparent url("../../images/shadow.png") no-repeat bottom center; }

.content {
	padding:0 14px 40px 14px;
	width: 998px;
	background: url("../../images/bg_content.png") no-repeat bottom left; }

.content-text {
	margin:0 auto;
	padding:0;
	width:900px; }

.footer-text {
	margin: 10px 0 10px 0;
	padding:0;
	width: 998px;
	font-size:0.9em;
	text-align:center;
	background:none; }

/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Button */
.banner .button a, .button a{
	float:left;
	padding:1px; 
	border:1px solid #ddddd7;
	text-decoration:none;
}
.banner .button a span, .button a span{
	float:left;
	display:block;
	padding:8px 14px;
	background:#de5e11;
	font-family:baskerville, palatino, georgia, arial;
	color:#fff;
	text-transform:uppercase;
}
.banner .button{
	font-size:14px;
}
.button{
	margin-bottom:10px;
	font-size:12px;
}
.button a span{
	padding:4px 14px;
}
.banner .button a:hover, .button a:hover{
	border:1px solid #a8a89b;
	cursor:pointer;
}
.banner .button a:hover span, .button a:hover span{
	background:#a8a89b;
	cursor:pointer;
}

/* ---------End Button --------- */

/* HEADER */
.header h1 {
	position:absolute;
	top:33px; /* adjust this position for your logo */
	left:48px;
	margin: 0;
	padding:0;
	width: 290px;
	height:41px;
	text-indent:-9999px;
	background:transparent url("../../images/logo.png") no-repeat 0 0;
}

.header .nav {
	position:absolute;
	top:42px;
	right:40px;
	margin:0;
	padding:0; }

.header .nav li {
	float:left;
	width:auto;
	margin:0 15px;
	background:transparent; }

.header .nav li a {
	color:#fff !important;
	font-size:1.7em;
	text-transform:uppercase;
	background:transparent; }

.header .nav li a:hover, .header .nav li a.selected {
	background:transparent; }

/* FRONTPAGE */ 
#front-left, #front-mid, #front-right {
	float:left;
	width:30%;
	margin:0;
	background:transparent url("../../images/col_sep.gif") no-repeat top right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

#front-mid h2 a, #front-right h2 a {
	font-size:1.9em;
	font-weight:bold;
	margin:0;
	color:#404040 !important; }

#front-left p, #front-mid p, #front-right p {
	padding:0 20px 0 0;}

#front-mid {
	padding:10px 20px 0 20px;  }

#front-right {
	padding:10px 0 0 20px;
	background:none;  }

/* COL-LEFT */
#col-left {
	float:left;
	width:250px;
	margin:45px 0 0 0;
	padding:40px 0 0 0;
	background:transparent url("../../images/col_sep.gif") no-repeat top right; }

#col-left h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	padding:5px 0 5px 13px;
	border-left:6px solid #ccc; }

#col-left ul {
	padding:0;
	margin:20px 0 0 0; }

#col-left ul li {
	padding:0;
	margin:5px 0 0 22px;
	color:#b4b4b4; }

#col-left ul li a {
	padding:0;
	margin:0;
	font-size:1.4em;
	color:#b4b4b4 !important; }

#col-left ul li a:hover, #col-left ul li a.selected {
	color:#404040 !important;}
			
/* COL RIGHT */ 	
#col-right {
	float:left;
	width:630px;
	margin:0;
	padding:40px 40px 0 50px; }

#col-right h1 {
	font-size:2.4em;
	letter-spacing:-2px;
	text-transform:uppercase;
	margin:30px 0 0 0; }

#col-right h2 {
	font-size:5.5em;
	color:#b4b4b4;
	font-weight:bold;
	letter-spacing:-4px;
	text-transform:uppercase;
	margin:-5px 0 20px 0; }

#col-right .span-1 {
	float:left;
	width:45%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#col-right .span-2 {
	float:left;
	width:40%;
	background:transparent url("../../images/col_sep_quote.gif") no-repeat top left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 60px;
}

#col-right .span-2 p {
	font-size:1.4em;
	line-height:1.4em;
	color:#777777;
	padding:3px 0 3px 0
}

#col-right .span-2 span {
	padding: 0 0 5px 0;
	text-transform:uppercase; }

#col-right .span-3 {
	float:left;
	width:30%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}

/* TEAM MEMBERS */
.team-block {
	width:100%;
	float:left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.team-block .box-left {
	width:105px;
	padding:0;
	float:left;
}

.team-block .box-left img {
	border: 3px solid #f1f1f1; }

.team-block .box-right {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
}

.team-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.team-block .box-right blockquote { 
	margin:0 0 20px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
.team-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/* SHOWCASE */
.showcase {
	float: left;
	width: 175px;
	margin: 15px 35px 10px 0;
	text-align: center;
}
		
.showcase h3 {
	font-weight: normal;
	font-size:1.2em;
	margin-top: 8px; }
	
.showcase h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 1px 0 0 2px;
}

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}
.bodytop {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	text-transform: none;
	color: #333;
}
/* CSS Documents for clients page */

.client-box
{
	width:600px;
	float:left;
	height:100px;
	margin-bottom:10px;
}
.client-box ul
{
width:635px;
height:100px;
list-style-type:none;
text-align:center;
margin:0px;
padding:0px;
}
.client-box ul li
{
	width:191px;
	height:85px;
	display:block;
	text-align:center;
	margin-right:18px;
	padding-top:15px;
	float:left;
}
.testimonial {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float:left;
	width:90%;
	background:transparent url("../../images/quote.png") no-repeat top left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 60px;
}

input.red {background-color: #f13809; font-weight: bold; font-size: 12px; color: white;}