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

* {
	}

html {
	height:100%;
	background:url(../images/main_bg.gif) 50% 0;
	}
	
body {
	min-height:100%;
	margin:0 auto;
	padding:0;
	padding-bottom:100px;
	width:885px;
	position:relative;
	background:url(../images/body-back.png) repeat-y 0 1px;
	background-image:expression("url(../images/body-back.gif)"); /* use the GIF for the IEs, needed for IE 7 only*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	}
	
* html body {
	height:100%;
	padding-bottom:40px;
	}
	
#header {
	background:url(../images/header.gif) no-repeat;
	height:171px;
	}
	
#logo {
	position:absolute;
	background:url(../images/logo.gif) no-repeat;
	top:0;
	left:13px;
	width:289px;
	height:207px;
	}
	
#contentWrapper {
	}
	
#footer {
	position:absolute;
	bottom:0;
	background:url(../images/footer.png) repeat-y;
	width:845px;
	height:57px;
	font-size:10px;
	padding:20px;
	color:#999999;
	line-height:normal;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	height:0px;
	}
	
#testimonialBox {
	position:absolute;
	top:100px;
	left:340px;
	width:510px;
	font-style:italic;
	}
	
#imageMan {
	position:absolute;
	width:289px;
	height:355px;
	top:200px;
	left:13px;
	background:url(../images/man.png) no-repeat;
	}
	
#content {
	margin-left:317px;
	margin-right:30px;
	min-height:735px;
	}
	
* html body #content {
	height:735px;
	}	

#content ul {
	padding-left:35px;
	}
	
#colLeft {
	margin-top:415px;
	margin-left:30px;
	display:inline;
	width:260px;
	}
	
hr {
	border:1px solid #a50000;
	}

hr.black {
	border:1px solid #000000;
	}

hr.grey {
	border:1px solid #555555;
	width:95%;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	line-height:1.5em;
	}
	
h3 {
	font-size:13px;
	padding:0;
	margin:0;
	line-height:10px;
	margin-bottom:6px;
	}
	
form {
	margin:0;
	padding:5px;
	}
	
.shady {
	background:#D1D1D1;
	}
	
.pad5 {
	padding:5px;
	}
	
a {
	color:#a50000;
	}
	
a:hover {
	color:white;
	background:#a50000;
	text-decoration:none;
	}
	
#leftColBox {
	position:absolute;
	bottom:105px;
	left:30px;
	width:260px;
	line-height:1.2em;
	}
	
 * html body #leftColBox {
	bottom:43px;
	}
	
#menuWrapper {
	margin-left:302px;
	margin-right:13px;
	padding-top:32px;
	line-height:35px;
	}
	
p {
	margin:0;
	padding-top:.3em;
	}
	
.buttonLink {
	border:1px outset #a50000;
	background: #770000;
	color:white;
	text-decoration:none;
	padding:.05em;
	display:block;
	width:40px;
	margin-top:4px;
	}
	
.bigger {
	font-size:1.2em;
	letter-spacing:1px;
	}
	
.treb {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	}
	
ul {
	margin:0;
	padding:0;
	}
	
.warning {
	display:block;
	background:url(../images/warning.gif) -8px 50% no-repeat;
	margin-top:20px;
	padding-left:75px;
	display:none;
	}