body.custom {
	background-attachment: scroll;
	background-image: url(images/home-site-back.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}
.custom #the_fold {
	height: 350px;
}
/* --- Header --- */
.custom #header {
	height: 172px;
	background-color: transparent;
	padding: 0px;
	background-image: url(images/home-head-back.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-top: 1px;
}
.custom #logo, #logo a {
	display: block;
	background-attachment: scroll;
	background-image: url(images/home-main-logo.png);
	background-repeat: no-repeat;	
	height: 194px;
	width: 490px;
	text-indent: -9999px;
}
.custom #header #tagline {
	text-indent: -9999px;
}
/* ----- Menu ----- */
.custom .menu {
	border: none;
	background-color: transparent;
	color: #fff;
	margin-top: -20px;
}
.custom .menu a {
	border: none;
	background-color: transparent;
	color: #003366;
	font-size: 14px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.custom .menu a:hover {
	background-color: transparent;
	color: #94c073;
}
.custom .menu .current a {
	background-color: transparent;
	color: #003366;
}
.custom .menu ul a {
	background-color: transparent;
	color: #003366;
}
/* --- The Fold --- */
.custom #home_text_box {
	float: left;
	width: 400px;
}
.custom #home_text_box h1 {
	color: #fff;
	margin-top: 18px;
	margin-bottom: 17px;
	font-size: 32px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.custom #home_text_box h2 {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 13px;
	color: #fff;
	padding-left: 10px;
}
.custom .the_button {
	padding-left: 65px;
}
.custom #home_picture_box {
	float: left;
	width: 525px;
	margin-left: 35px;
}
/* --- Home Widget Boxes --- */

.custom h3 {
	font-size: 22px;
	color: #003366;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.custom li.widget p {
	margin-top: 10px;
	margin-bottom: 14px;
}
.custom li.widget a {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}
.custom li.widget ul {
	list-style-position: outside;
	list-style-type: disc;
}
.custom li.widget ul li {
	margin-left: 25px;
	margin-bottom: 2px;
}
.custom ul.sidebar_list {
	padding-top: 16px;
}

.home_widget_box ul.sidebar_list {
	padding: 0;
	background: url(images/shadowblock_h3.png) right top no-repeat;
}

.shadow_inner {
	padding: 15px;
}

.custom #custom_footer h3 {
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family:Arial, Helvetica, sans-serif;
}

.custom #footer_area {
	padding-top: 20px;
}
.custom #footer_area li.widget ul li  {
	margin-left: 0px;
}

#home_widgets {
	margin-bottom: 30px;
}

.home_widget {
	margin-top: 30px;
}

.col1 {
	width: 150px;
	float: left;
	overflow: hidden;
}

.col2 {
	width: 505px;
	float: left;
	overflow: hidden;
	background: url(images/shadowbox.png) right bottom no-repeat;
}

.col3 {
	width: 290px;
	float: left;
	overflow: hidden;
}

.clr {
	clear: both;
}