/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	list-style: disc;
	line-height: 14px;
	color: #333333;
}

li {
	color: #333333;
}

h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px 0;
	color: #000000;
}

h2 {
	font-size: 14px;
	color: #333333;
}

h3 {
	font-size: 12px;
	border-bottom: 1px dotted #666666;
	color: #333333;
}

p {
	color: #333333;
}

/* Boxes */


.main_content_long {
	width: 480px;
	background-image: url(images/content-lg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	float: right;
	margin: 10px 10px 0px 0px;
	position: relative;
	background-color: cdcdcd;
}

.main_content_text_long {
	padding: 20px 20px 0 20px;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/content-lg-repeat.jpg);
	border: 1px solid #989898;
}

.main_content {
	width: 480px;
	height: 418px;
	background-image: url(images/content-lg.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 10px 10px 0px 0px;
	position: relative;
}

.main_content_text {
	padding: 20px 20px 0 20px;
	font-size: 12px;
	line-height: 16px;
}

.orange_wide {
	width: 734px;
	height: 169px;
	background-image: url(images/nav-home/img_home_06.jpg);
	background-repeat: no-repeat;
}

.orange_wide_text {
	padding: 30px 30px 30px 30px;
}

.left_combined {
	float: left;
	background-image: url(images/side-combined.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 251px;
	font-size: 10px;
	text-align: left;
	padding: 10px 20px 20px 10px;
	margin: 10px 10px 30px 10px;
	position: absolute;
}

.left_combined_text {
	padding-right: 10px;
}

.left_top_gray {
	float: left;
	background-image: url(images/small_gray_box.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	font-size: 10px;
	text-align: left;
	padding: 10px 10px 20px 10px;
	margin: 10px 0px 30px 10px;
	position: absolute;
}

.left_top_gray_text {
	padding-right: 0px;
}
.left_bottom_gray {
	float: left;
	background-image: url(images/small_gray_box.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 120px;
	font-size: 10px;
	text-align: left;
	padding: 10px;
	margin: 140px 0 10px 10px;
	position: absolute;
}

.left_bottom_gray_text {
	padding-right: 0px;
	padding-top: -10px;
}


.left_bottom_orange {
	float: left;
	background-image: url(images/orange-side-sm.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 158px;
	font-size: 10px;
	text-align: left;
	padding: 10px;
	margin: 270px 0 10px 10px;
	position: absolute;
}

.left_bottom_orange_text {
	padding-right: 20px;
	padding-top: -10px;
}



.home_content_text {
	padding: 110px 325px 10px 20px;
	font-size: 10px;
}

.home_content {
	width: 480px;
	height: 261px;
	background-image: url(images/nav-home/img_home_04.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 0 10px 10px 0px;
	position: relative;
}

.right_shadow {
	width: 10px;
	background-image: url(images/fade-right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.left_shadow {
	width: 10px;
	background-image: url(images/fade-left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* Header */

.logo {
	width: 362px;
	float: left;
}

.header {
	height: 158px;
	background-image: url(images/nav-home/img_home_01.jpg);
	background-repeat: no-repeat;
}

.header_utilities {
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 15px;
}

.header_contact {
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-top: 20px;
}

.bold_name {
	font-size: 12px;
	font-weight: bold;
}

/* --------------------------------------Links */

a {
	font-family: Helvetica, Arial;
	color: #ff6600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* --------------------------------------Bottom stuff */
.bottom_corners {
	width: 754px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/fade-bottom.jpg);
	background-repeat: no-repeat;
}


.footer {
	width: 734px;
	height: 52px;
	background-image: url(images/nav-home/img_home_07.jpg);
	background-repeat: no-repeat;
	background-color: FFFFFF;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

.footer_text {
	padding-top: 18px;
}

.siteby {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
	text-decoration: none;
}