body {
	margin: 0px;
	padding: 0px;
	background: #999999 url(images/bg.gif) repeat-x top left;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}
.clear { clear: both; line-height: 0px; height: 0px; font-size: 0px; }

#splash { padding-top: 115px; }
#splash img { border: 0px; }

#header { 
	height: 83px;
}


#header_logo {
	text-align: left;
	width: 250px;
	float: left;
}
#header_logo img { border: 0px; }
#header_links {
	width: 250px;
	float: right;
	text-align: right;
	padding-right: 25px;
	line-height: 22px;
}

#header_links a {
	color: #979797;
	text-decoration: none;
	padding: 0px 7px;
	font: bold 12px arial;
}
#header_links a:hover { color: #cecece; }

#background_strip{
	margin-top: 50px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background: #666666;
	height: 268px;
}

#home_page_text {
	width: 350px;
	float: left;
	text-align: left;
}
#home_page_text_pad {
	padding: 25px;
	color: #bebcbc;
	font-size: 11px;
}
#home_page_links {
	text-align: left;
	width: 600px;
	float: right;
}
.home_page_image {
	width: 190px;
	height: 268px;
	float: left;
	margin-right: 2px;
	position: relative;
}
.home_page_image img { border: 0px; }

.home_page_link_text {
	position: absolute;
	top: -18px;
	left: 0px;
	width: 190px;
	text-align: center;
	text-transform: uppercase;
	color: #e7e7e7;
	font: bold 14px arial;
}


#main_text {
	background: transparent url(images/text-bg.gif) no-repeat top left;
	width: 40%;
	float: left;
	text-align: left;
	margin-top: -9px;
	padding-top: 75px;
}
#main_text_pad {
	padding: 25px;
	color: #3b3a3a;
}
#main_text_pad a { color: #4f4e4e; }
#main_text_pad a:hover { text-decoration:none; color: #000; }


#main_text_pad h5 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font: bold 17px arial;
}

#side_bar {
	margin-top: 45px;
	width: 60%;
	float: right;
	text-align: left;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background: #666666;
}

.horizontal_images { margin-bottom: 2px; }
.horizontal_images a { float: left; width: 280px; margin-right: 5px; }
.horizontal_images img { border: 0px; }
.horizontal_text { 
	text-transform: uppercase;
	color: #e7e7e7;
	font: bold 14px arial;
	line-height: 20px; 
	padding-top: 90px;
}

	
.team_images { margin-bottom: 4px; }
.team_images a { float: left; width: 150px; margin-right: 5px; }
.team_images img { border: 0px; }
.team_horizontal_text { 
	text-transform: uppercase;
	color: #e7e7e7;
	font: bold 14px arial;
	line-height: 20px; 
	padding-top: 90px;
}

.quote { 
	padding: 10px 25px; 
	background: #AAAAAA; 
	color: #E7E7E7; 
	font: bold italic 13px arial;
}

.quoter { font: normal 11px arial; text-align: right; margin-bottom: 15px; margin-top: 10px; padding-right: 15px; }


.footer { 
	position: fixed; 
	bottom: 0;
	left: 0;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #d7d5d6;
	padding-left: 10px;
	text-align: center;
	width: 100%;
}

.i_input {
	width: 200px;
	margin-bottom: 7px;
	border: solid 1px #ccc;
}






