/* @override http://www.raptstream.com/assets/css/main.css */

/* LiveMedia 2.0 CSS  */
/* CSS-P Layout	      */
/* Author: Mike Mason */

/* Clearing Selector */
input, h1, h2, h3, h4, h5, h6, p, body, form { 
	padding:0; 
	margin:0; 
}

/* -------------- */
/* Global Styles  */
/* -------------- */
body { 
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#333; 
	background-color:#F4F4F4; 
	text-align:center;
	background-image: url(../images/structural/pagebg.jpg);
	background-repeat:repeat-x;	
}
textarea, input, select { 
	font:13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333; 
	margin: 0px 0px 4px 0px;
	padding:0;
}
input.text{
	border: 2px solid #ccc;
	padding:5px 5px 5px 6px;
	background-color:#FFF;
	background-image:url(../images/structural/textInputBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
form {
	margin:0;
	padding:0;
	position:relative;
}
fieldset {
	background-color:#f4f4f4;
	border:1px solid #ccc;
	margin-top:10px;
	padding:10px;
}
legend {
	font-size:13px;
	font-weight:bold;
}
label {
	vertical-align:top;
}
p { 
	line-height: 19px; 
	color:#000; 
}

ul {
	padding-left: 20px;
	margin-left: 0;
}
li {
	line-height: 17px; 
}

a { 
	text-decoration:underline; 
	color:#333333; 
	padding: 1px 3px 1px 3px;
}
a:hover { 
	text-decoration:none;
}


h1 { 
	font-size:17px;
	font-weight:bold; 
	padding-bottom: 4px;
}
h2 { 
	font-size:16px;
	font-weight:bold; 
	padding-bottom: 4px;
}
h3 { 
	font-size:15px;
	font-weight:bold; 
	padding-bottom: 4px;
}
h4 { 
	font-size:14px;
	font-weight:bold; 
	padding-bottom: 4px;
}
h5 { 
	font-size:13px;
	padding-bottom: 4px;
}
h6 { 
	font-size:12px;
	padding-bottom: 4px;
}

/* --------- */
/* ID Styles */
/* --------- */

/* Main site wrapper and width definition */
#wrapper {
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#homeLeft {
	background: url(../images/structural/home_picture.jpg) no-repeat;
	height: 338px;
	width: 480px;
	float: left;
	position: relative;
}
#homeLeft .homeLeftForm {
	color: #fff;
	margin:80px 70px 0 40px;
	padding-left: 60px;
	background: url(../images/icons/48/16.png) no-repeat;
}
#homeLeft .homeLeftForm a {
	color: #fff;
}
#homeRight {
	background: url(../images/structural/home_text.jpg) no-repeat right top;
	width: 930px;
	height: 338px;
}
#utility {
	text-align:right;
	margin:10px 25px 10px 10px;
}
#utility a {
	color: #666666;
	font-size:10px;
	text-decoration:none;
	padding:3px 6px 3px 6px;
}
#utility a:hover {
	background-color:#CCCCCC;
	color:#333333;
}

/* Footer */
#footer {
	width:100%;
	color:#666666;
	font-size:10px;
	text-align:left;
	padding-left:20px;
	padding-top: 15px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	line-height:16px;
}
#footer a {
	padding:2px 4px 2px 4px;
}
#footer a:hover {
	text-decoration:none;
	background-color:#4CADDF;
	color:#FFFFFF;
}

/* ------------ */
/* Class Styles */
/* ------------ */

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blacktop {
	height: 23px;
	background: url(../images/structural/blacktop_stretch.jpg) repeat-x;
}
.header {
	background: url(../images/structural/home_headerstretch.jpg) repeat-x center top;
	height: 170px;
}
.headerContent {
	background: url(../images/structural/home_header.jpg) no-repeat center top;
	height: 200px;
}
.homeButtons {
	margin-left: 550px;
	padding-top: 250px;
}