/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/body.gif) #9b9aa2 repeat-x top;
	color: #000000;
	padding: 0 0 15px;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #0242fb;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	height: 1%;
	margin: 0 auto;
	padding: 7px 15px;
	width: 956px;
}
#content{
/*	background: url(../images/content-bgr.gif) no-repeat top center; */
}
/*=== Header ===*/
#header{
	height: 84px;
	margin: 0 auto;
	padding: 48px 0 0;
	width: 988px;
	background: url(../images/headerbg.gif) no-repeat top left; 
}
#header .spacer{
	color: #ed1c24;
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	padding: 20px 15px 0;
	text-align:right;
}
#header .spacer em{
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo-t.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 220px;
}
#header h1 a{
	display: block;
	height: 67px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: #ed1c24;
	font-size: 1em;
	font-weight: bold;
	height: 2.6em;
	margin: 0 0 20px;
}
.nav1 ul{
	padding: 0 0 0 10px;
}
.nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 2.6em;
}
.nav1 li.last{
	background: none;
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 15px;
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-ico.gif) no-repeat bottom;
	color: #000000;
	text-decoration: none;
}
/*- Nav2 -*/
.nav2{
	font-weight: bold;
	margin: 0 0 1.5em;
	position: relative;
	right: 0.0001em;
}
.nav2 li{
	background: url(../images/nav2-bgr.gif) repeat-x top;
	border: 1px solid #dddddd;
	height: 44px;
	margin: 0 0 8px;
}
.nav2 li a{
	background: url(../images/nav2-ico.gif) no-repeat 15px 18px;
	color: #444444;
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 30px;
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../images/nav2-ico.gif) #444444 no-repeat 15px 18px;
	color: #ffffff;
	text-decoration: none;
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) no-repeat right bottom;
	height: 1%;
}

#columns .home h2{
	font-size: 1.3em;
	margin: 0 0 1.3em;
}
#columns .home h2 em{
	color: #ed1c24;
	font-style: normal;
}

.header2 {
	color: #fff;
	background-color:#ed1c24;
 	height: 40px;
	padding: 0 0 0 0;
	margin-top: -40px;	
}
#columns h3{
	color: #ed1c24;
	font-size: 1.1em;
	margin: 0 0 .2em;
}

#columns .col2 h3 {
	font-weight: bold;
	color:#000;
	background-color:#fff;
}

#columns p{
	line-height: 1.4em;
	padding: 0 0 1.5em;
}
#columns .list li{
	margin: 0 0 0 25px;
	padding: 3px 0 3px 5px;
	list-style:square;
}
#columns .list ul{
	padding: 0 0 15px;
}

#columns .list2 li{
	margin: 0 0 0 45px;
	padding: 3px 0 3px 5px;
	list-style:circle;

}
#columns .list2 ul{
	padding: 0 0 15px;
}

#columns a.pdf {
	color:#333333;
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 609px;
}
.col1 .spacer{
	height: 1%;
	padding: 5px 24px 20px;
}
.col2{
	float: right;
	width: 340px;
}
.col2 .spacer{
	width: 317px;
}
#columns .col2 h2{
	background: #444545;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	height: 2.8em;
	line-height: 2.8em;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
/*=== Footer ===*/
#footer{
	background: #f0f0f0;
	clear: both;
	font-size: .85em;
	height: 3.2em;
	line-height: 3.2em;
	padding: 0 20px;
}
#footer a{
	color: #ed1c24;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 0 2em;
}
/*=== Extra. ===*/
.contact{
	display:block;
	border:1px solid #dddddd;
	width:542px;
	padding:10px;
	margin-bottom:20px;
	background: url(../images/nav2-bgr.gif) repeat-x top #F6F6F6;
	
}
.contact h3{
	padding-bottom:20px;
}
.headlines{
	display:block;
	border:1px solid #dddddd;
	width:550px;
	
	margin-bottom:20px;
	background: url(../images/nav2-bgr.gif) repeat-x top #F6F6F6;
	
}
.headlines h3{
	padding-bottom:20px;
}

.testimonial{
	/*padding:15px 30px 15px 15px;*/
	padding:15px 0px 15px 0px;
}
q{
	color:#ed1c24;
	font-style:italic;
	display:block;
	margin-bottom:10px;
	padding:10px 30px 0 15px;
}
cite{

	

}
.testimonial p {
	margin:15px;
}

.clients img {
	margin-bottom: 35px;
	margin-right: 45px;
}

.partners img {
	margin-bottom: 15px;
}

.testimonial img {
	margin-right: 15px;

}
div.title_overlay {
	position: relative;
	margin-bottom: 10px;
	height: 203px;
	width: 562px;
	}
div.title_overlay img {
	display: block;
	}
	
div.title_overlay h2 {
	position: absolute; 
	font-size: 1.3em; 
	bottom: 0px; 
	background:url(../images/bg_red.png); 
	color: #fff; 
	margin: 0; 
	padding: 5px 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	}
	


.in_cols {
	display: block;
	height: 1%;
	clear:left;
}
.in_cols .in_col{
	display: block;
	float:left;
	width: 280px;
}

#columns .col1 .partners h3{
	background: url(../images/partner-bgr.gif) repeat-x left top;
 	height: 20px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 .2em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	white-space: nowrap;
	border-bottom: 1px #FF0000 solid;
}

.testimonial h3 {
	background: url(../images/partner-bgr.gif) repeat-x left top;
 	height: 20px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 .2em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	white-space: nowrap;
	border-bottom: 1px #FF0000 solid;
}