
html,body { 
	height:100%; 
	width:100%; 
	overflow:hidden; 
} 

body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin-top:50px;
	background: url("../Templates/images/main_bg.gif") repeat-x #3c4647;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	height:560px;
	width: 800px;
	background:#fff;
	
}

#header {
	height:150px;
	background-color:#fff;
	background: url("../Templates/images/main_header.gif") top no-repeat;
}


#nav {
	width:380px;
	position: relative;
	top: 30px;
	left: 406px;
}


#sidebar_left {
	float:left;
	width:375px;
	padding:0;
	margin:0;
	background:#f6f6f6;
	margin-top:-25px;
	
}

#matrix_footer {
    background: url("../Templates/images/matrix_footer.jpg") top repeat-x #e8e8e8;
	height:62px;
	margin: -6px 0 0 0;
	padding:0;
}

#content_bg {
	background: url("../Templates/images/content_bg.gif");
	width:425px;
	height:400px;
	float:left;
}

#content a {
	color:#cc0033;
	text-decoration:none;
}

#content a:hover {
	border-bottom:1px solid #CC0033;
	color:#000;
}

#content {
	overflow:auto;
	visibility: visible;
	height: 320px;
	width: 330px;
	margin: 0px 0px 0px 50px;
	padding: 5px 25px 0px 0px;
	background-color:#CCCCCC;
	font-size:90%;
	_padding:0px 20px 0 0;
	_margin: 0px 0px 0 50px;
}

h1 {
	font:240% verdana, geneva, sans-serif;
	border-bottom: 1px solid #e8e8e8;
	font-weight:bold;
	color:#fff;
	}

h2 {
	font:140% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	border-bottom: 1px solid #e8e8e8;
	color:#fff;
}

h3 {
	font:120% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-weight:bold;
	color:#fff;
}

h4 {
	font:110% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
}

h5 {
	font:110% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-weight:bold;
	padding-left: 25px;
	color:#fff;
}

h1,h2,h3,h4 {
	margin:20px 0px 0px 0px;
	padding:0;
	line-height:15px;
}

#content p,ul,ol,blockquote {
	margin:15px 0px 0px 0px;
	padding:0 0px;
	line-height:15px;
}

#content li {
	margin:0px 0px 0px 40px;
	color:#fff;
	font-size:110%;
	}

#bullets {
	background: url("../Templates/images/bullet_bg_corner.gif") no-repeat;
	background-color: #a3a3a3;
	color: #FFFFFF;
	padding:10px ;
	font-size:90%;
}

#bullets li {
	list-style:disc;
	padding:0;
	margin:0 0 0 20px;
}

#bullets li a {
	margin:0px;
	color:#fff;
	text-decoration:underline;
}

#bullets li a:hover {
	color:#000;
	text-decoration:none;
}

#bottom {
 	background: url("../Templates/images/footer_bg.gif") repeat-x;
	margin:0 auto;
	width:800px;
	height:150px;
	padding-top:15px;
}

#footer {
	color:#666;
	padding:0;
	margin:0;
	font-size:90%;
}

#footer p {
    text-align:right;
	padding: 0;
	margin: 0;
}

#footer a {
  	color:#666;
    text-decoration:none;
}

#footer a:hover {
  	color:#666;
    text-decoration:underline;
}

.pull_quote {
	font-size:100%;
	letter-spacing:.1em;
}

.leadtext {
	color:#000;
	font-size:100%;
}

.red {
 	color: #cc0033;
	padding-right:5px;
 }

.quote {
	font-size:120%;
	font-style:italic;
	color:#777;
}

.img_left {
	margin: 5px 5px 5px 0;
}

#form {
	padding-left:0px;

}

#logo {
	width:185px;
	height:50px;
	position: relative;
	top: 37px;
	left: 37px;
	}
	
#phone {
	width:100px;
	text-align: right;
	color: #b0b0b0;
	line-height:15px;
	font-size:110%;
	position: relative;
	top: 0px;
	left: 660px;
	}
	
#strapline {
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	width:360px;
	color: #cc0033;
	font-size: 245%;
	line-height:29px;
	letter-spacing: -.05em;
	position: relative;
	top: 30px;
	left: 45px;
	}
	
#credits {
	
	float:right;
    padding: 0 25px 0 0;
	/*position: relative;
	top: -15px;
	left: 680px;*/
	}
	
#copyright {
	float:left;
	padding-left:400px;
	/*position: relative;
	top: 0px;
	left: 400px;*/
	}