@import url("menu.css");

body {
	background-image:url(assets/bkgd.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:0;
	margin:0;
}

.links a {
	color:#750f19;
	text-decoration:underline;
}

.links a:hover {
	color:#750f19;
	text-decoration:none;
}

.links_black a {
	color:#000;
	text-decoration:underline;
}

.links_black a:hover {
	color:#000;
	text-decoration:none;
}


a {
	color:#750f19;
	text-decoration:underline;
}

a:hover {
	color:#750f19;
	text-decoration:none;
}


#wrap {
	background-image:url(assets/wrap.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#all {
	width:1062px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(assets/body_bkgd.png);
	background-repeat:repeat-y;
}

#header {
	width:1062px;
	height:120px;
	background-image:url(assets/header_bkgd.jpg);
}

#phone {
	width:180px;
	margin-left:850px;
	padding-top:14px;
}

.phone_text {
	color:#fff;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.white_link a {
	color:#fff;
	font-size:14px;
	text-decoration:underline;
}

.white_link a:hover {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

.white_link_action a {
	color:#fff;
	text-decoration:underline;
	margin-left:16px;
}

.white_link_action a:hover {
	color:#fff;
	margin-left:16px;
	text-decoration:none;
}

#main {
	width:1032px;
	padding-left:34px;
}

#banner {
	width:732px;
	height:364px;
	background-image:url(assets/banner_area_tall.jpg);
	margin-left:17px;
	float:left;
}

#actions {
	float:left;
	width:284px;
}

#action_box {
	width:284px;
	background-image:url(assets/action_bkgd.jpg);
	height:89px;
	margin-top:2px;
}

.action_text {
	padding:5px 20px 0 18px;
	color:#fff;
}

h2 {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content {
	width:443px;
	padding-top:8px;
	float:left;
}

#content_subpg {
	width:813px;
	padding-top:8px;
	float:left;
}

#bullet_points {
	width:176px;
	margin-left:15px;
	margin-top:8px;
	float:left;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#750f19;
	margin:0;
	padding:0 0 8px 0;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#750f19;
	margin:0;
	padding:0 0 8px 0;
}

hr {
	width:984px;
	margin:0;
	padding:0;
}

.bullet a {
	color:#5c5c5c;
	font-weight:bold;
	text-decoration:underline;
	line-height:1.9;
}

.bullet a:hover {
	color:#5c5c5c;
	font-weight:bold;
	text-decoration:none;
	line-height:1.9;
}

#column_container {
	width:348px;
	float:left;
	margin:8px 0 0 15px;
}

#column {
	background-image:url(assets/column_body.jpg);
	width:348px;
}

#column_text {
	margin:0 10px 0 10px;
}

.bold_title {
	color:#750f19;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clearrow {
	clear:both;
}

#footer {
	width:1062px;
	height:72px;
	background-image:url(assets/footer_bkgd.png);
	margin-left:auto;
	margin-right:auto;
}

.footer_text {
	padding:35px 0 0 72px;
	color:#fff;
	font-size:11px;
}

.footer_text a {
	color:#fff;
	text-decoration:none;
}

.footer_text a:hover {
	color:#fff;
	text-decoration:underline;
}

.bold {
	font-weight:bold;
	color:#750f19;
}
