@font-face {
	font-family: 'ColaborateThin';
	src: url('../fonts/ColabThi.eot');
	src: local('Colaborate-Thin Regular'), local('Colaborate-Thin'), url('../fonts/ColabThi.ttf') format('truetype');
}

@font-face {
	font-family: 'ColaborateReg';
	src: url('../fonts/ColabReg.eot');
	src: local('Colaborate-Regular Regular'), local('Colaborate-Regular'), url('../fonts/ColabReg.ttf') format('truetype');
}

body{	
	width:100%;     
	background: #ffffff;
	font-family:Verdana, sans-serif, Arial, Helvetica;
	font-size: 62.5%;
	line-height:1.8em;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background:#ffffff url("../images/page_tile.jpg") repeat-y center center;
}

.clearit{
	overflow:hidden;
	height:0px;
	width:100%;
	clear:both;        
}

p,form,div{
	padding:0px;
	margin:0px;        
}

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

hr{
	margin-top:5px;
	border: none 0; 
	border-top: 1px solid #ff6060;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

h1,h2,h3,h4{
	margin:0;
	padding:0;
	font-family:ColaborateThin,Arial,Helvetica;
	font-weight:normal;
}

div.full_width{
	width:100%;
	font-size:1.1em;
	position:relative;
}
div.width_950{
	width:950px;
	margin:0 auto;
	position:relative;
}
div.left_side{
	width:262px;
	float:left;
	clear:left;
}
div.right_side{
	float:right;
	width:688px;
}

#outerMain{
}
#innerMain{
	display:block;
}

/*HEADER START*/
#header{
	width:100%;
	height:239px;
	border-bottom:1px solid #ff0500;
}
#logoHolder{
	background:#ffffff url("../images/header_back.jpg") no-repeat;
	height:100%;
	width:100%;
	position:relative;
}
#logoHolder a{
	display:block;
	padding-left:19px;
	margin-top:87px;
}
#logoHolder h1{
	font-size:4em;
	line-height:1em;
	color:#9f0000;
	position:absolute;
	left:262px;
	bottom:133px;
	width:57%;
	padding-left:35px;
}
/*HEADER END*/

/*CONTENT START*/
#contentBody{

}
#content{
	color:#333333;
	font-size:1.2em;
	padding:0px 0px 10px 35px;
	width:653px;
}
#content h2{
	font-family:ColaborateReg,Arial,Helvetica;
	font-size:1.8em;
	line-height:1.1em;
	margin:0px 0px 10px 0px;
}
#content h3{
	font-family:ColaborateReg,Arial,Helvetica;
	font-size:1.6em;
	line-height:1em;
	margin:0px 0px 10px 0px;
}
#content h4{
	font-family:ColaborateReg,Arial,Helvetica;
	font-size:1.2em;
	line-height:1em;
	margin:0px 0px 10px 0px;
}

#content p{
	line-height:1.6em;
	margin:0px 0px 10px 0px;
}
#testimonials{
	width:224px;
	float:right;
	color:#660000;
	margin-left:40px;
}
#testimonials h2{
	padding-left:25px;
}
#testimonials div.testimonial{
	font-size:0.85em;
	margin:10px 0px 20px 0px;
	padding:0px 10px 20px 25px;
	border-bottom:1px solid #ff0500;
}
#testimonials div.testimonial .quote{
	font-size:0.95em;
	line-height:1.7em;
}
#testimonials div.testimonial .name{
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
}
#testimonials div.testimonial .jobtitle{
	
}
#actualContent{
	width:82%;
}
/*CONTENT END*/

/*MENU START*/
#mainMenu{
	display:block;
	width:688px;
	color:#ffffff;
	font-size:1em;
	background:url("../images/menu_item_tile.jpg") repeat-x;
	padding:0px;
	margin:0;
	margin-bottom:18px;
	margin-left:-35px;
	padding-left:0px;
}
#mainMenu li{
	list-style: none;
	float:right;
	margin:0px;
	padding:5px 0px;
	border-left:1px solid #ff0500;
	position:relative;
	zoom:1;
	z-index:5;
}
#mainMenu li a:link,#mainMenu li a:visited{
	color:#ffffff;
	text-decoration:none;
	padding:0px 37px 0px 37px;
	display:block;
	text-align:center;
}
#mainMenu li a:hover{
	color:#e3e3e3;
}

#menuHolder li.active{
	color:#e3e3e3;
}
#menuHolder li.active a:link,#menuHolder li.active a:visited,#menuHolder li.active a:hover{
	color:#cccccc;
}
#menuHolder li.active li a:link,#menuHolder li.active li a:visited,#menuHolder li.active li a:hover{
	color:#ffffff;
}
#menuHolder li.active li.active a:link,#menuHolder li.active li.active a:visited,#menuHolder li.active li.active a:hover{
	color:#cccccc;
}
#mainMenu li ul{
	position:absolute;
	background:#cf110d;
	border:1px solid #970d0b;
	padding:5px 0px;
	left:0px;
	margin-top:5px;
	width:182px;
	display:none;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#444444, Direction=120,Strength=3);
	-moz-box-shadow: 1px 1px 3px #444444;
	-webkit-box-shadow: 1px 1px 3px #444444;
	-o-box-shadow: 1px 1px 3px #444444;
	box-shadow: 1px 1px 3px #444444;
}
#mainMenu li ul li{
	float:left;
	clear:left;
	display:block;
	padding:0;
	width:100%;
}
#mainMenu li ul li a:link,#mainMenu li ul li a:visited{
	background-color:transparent;
	display:block;
	padding:3px 5px;
	text-align:left;
}
#mainMenu li ul li a:hover{
	background:url("../images/menu_item_tile.jpg") repeat-x left bottom;
}
/*MENU END*/

/*ANCHORS MENU START*/
#anchorsMenu{
	margin:0px 0px 10px 0px;
	padding:45px 0px 20px 30px;
	color:#ffffff;
	font-size:1.15em;
}
#anchorsMenu li{
	list-style: none;
	margin:5px 0px;
	zoom:1;
	background:url("../images/chevron.jpg") no-repeat left 9px;
}
#anchorsMenu li a:link,#anchorsMenu li a:visited{
	color:#ffffff;
	text-decoration:none;
	background:#d5120e;
	display:block;
	padding:5px 10px 5px 3px;
/*	outline:none;*/
}
#anchorsMenu li a:hover{
	color:#cccccc;
}

#anchorsHolder li.active{
	padding-left:10px;
}
#anchorsHolder li.active a:link,#anchorsHolder li.active a:visited,#anchorsHolder li.active a:hover{
	color:#cccccc;
}
/*ANCHORS MENU END*/

/*FOOTER START*/
#footerOuter{
	margin-top:25px;
}
#footer{
	padding:0px 35px;
	color:#666666;
	font-size:1em;
}
#footer a:link,#footer a:visited{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#credit{
	font-size:0.8em;
	color:#996666;
	margin-top:20px;
}
#credit a:link,#credit a:visited{
	color:#996666;
}
#footerLogo{
	clear:right;
	float:right;
	width:90px;
	display:none;
}
/*FOOTER END*/
/*MISC START*/
.red_text{
	color:#d5120e;
}
img{
	-ms-interpolation-mode: bicubic;
}
#map{
	width:50%;height:300px;float:right;;z-index:3;

	-moz-box-shadow: 1px 1px 3px #444444;
	-webkit-box-shadow: 1px 1px 3px #444444;
	-o-box-shadow: 1px 1px 3px #444444;
	box-shadow: 1px 1px 3px #444444;
}
/*MISC END*/
