@charset "UTF-8";
/* CSS Document with overrides for the home or index page */
/* TAGS
------------------------*/
h1 {
	margin:20px;
}

h2 {
	margin-left:20px;
}
h3 {
	margin-top:0px;
	padding-top:0px;
}
h4  {
	margin-right:25px;
	margin-left:20px;
}
p {
	margin-right:20px;
	margin-left:20px;
}

/* IDS
------------------------*/

#bg_img {
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
}
#content {
	width:100%;
	background-image:url(../images/content_bg.png);
	border-top:1px solid #474a57;
	border-bottom:1px solid #474a57;
	padding:0px 0px 20px 0px;
	float:left;
	margin-top:30px;
}

#content h3 {
	padding:10px 20px 4px 20px;
	border-bottom:1px solid #474a57;
	letter-spacing:-1px;
	font-size:22px;
}
#content h3.plain {
	border:0px;
	margin-bottom:0px;
	padding-top:8px;
	padding-bottom:0px;
}

#content div.panel h3 {
	margin:0px;
	padding:30px 10px 4px 20px;
	font-size:20px;
}

#content div.panel p {
	margin:0px 20px;
	padding:0px;
}

#left_column {
	width:255px;
	_width:255px;
}
#right_column {
	width:225px;
	_width:215px;
}
#right_column div{
	margin-bottom:15px;
}
#right_column h4{
	font-weight: normal;
	color:#CED8F8;
}
#middle_column{
	width: 520px;
	float:left;
}
#middle_column .highlight .panel h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 0px;
	color: #FF681F;
}
#breadcrumbs {
	margin-top:1em;
	padding-top: 1em;
	border-top:1px solid #474a57;
}

#reach{
padding-bottom:0;
}
/* CLASSES
------------------------*/
div.highlight {
	background-image:url(../images/contact_bg.png);
	background-color:#0e1322;
	padding:10px 0px;
	margin:0px 10px 0px 0px;
	float:left;
	/**/width:98%;
}
div.panel {
	float:left;
	width:50%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #474a57;
	min-height:160px;
	height:auto !important;
	height:160px;
}
div.last {
	border:0px;
	margin-bottom:0px;
}
