@charset "UTF-8";
/* CSS Document */

html, body {
	font:13px/19px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding:0;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body { background:url(../images/top-bg-line.gif) repeat-x top left; }

#main {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#content {
	display: inline;
	float: left;
	position:relative;	
	width:630px;
	margin-right: 20px;
}

#contentHeader {
	display: inline;
	float: left;
	position:relative;
	width:630px;
	height:130px;
}

#contentText {
	display: inline;
	float: left;
	position:relative;
	width:540px;
	margin-left:90px;
}

#contentText h4 {
	width:540px;
	height:1.7em;
	color: #2d699a;
	background:url(../images/h4-hr.gif) left bottom no-repeat;
}
#contentText p {
	color: #363636;
	margin-left:20px;
}

#contentText form {
	margin-left:20px;
}

#contentText ul {
	padding-left:15px;
	margin-left:20px;
	list-style:square;
	color:#363636;
}

#rightContent {
	width:310px;
	float:left;
}

#photo {
	width: 310px;
	height:461px;
	float: left;
	background:url(photos/photoEmpty.jpg) no-repeat top left;
}

#companyLogos {
	width: 310px;
	float: left;
}

#footer {
	width:100%;
	height:100px;
	border-top: #dcdcdc 1px solid;
}
#footerContent {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-left: 215px;
}
#footerContent p {
	font:11px/14px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #363636;
}

.contacts td{
	font:13px/19px Calibri, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #363636;	
}

.calibri {
	font:12px/17px Calibri, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #363636;
}

.rightInline {
	width: 520px;
	display:inline-block;
	text-align:right;
}

.small {
	font:10px/13px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #363636;
}

a {
	color: #9e0b0f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.quote {
	text-indent:-0.4em;
}

span.amp {
	font-size: 110%;
	font-family: "Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
}

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

