html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #ffffe7;
}

div#general {
	width: 100%;
	height: 100%;
	background-image: url(../images/main_top_pattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div#main {
	width: 1003px;
	margin: auto;
	position: relative;
}

div#flash_header {
	width: 1002px; 
	height: 462px; 
	position: relative;
	z-index: 3;
	float: left;
}

a {
	outline: 0 !important;
	outline-style: none !important;
}

div#main_container {
	float: left;
	width: 962px;
	padding: 7px 0 0 24px;
}

div#main_container h1 {
	padding: 0 0 0 17px;
	margin: 0px;
}

div#main_container h2 {
	padding: 0px;
	margin: 0px;
}

div#main_container p {
	padding: 8px 0 15px 17px;
	margin: 0px;
	font-size: 16px;
	color: #000000;
	width: 594px;
	line-height: 30px;
}

/* CRUMBTRAILS */
div#crumbtrail {
	float: left;
	width: 900px;
	padding: 0 0 25px 0;
}

div#crumbtrail a {
	display: block;
	width: auto;
	font-size: 12px;
	color: #ffffe7;
	text-decoration: none;
	padding: 5px 24px 5px 0px;
}

div#crumbtrail a:hover {
	text-decoration: underline;
}

div#crumbtrail span {
	display: block;
	width: auto;
	font-size: 12px;
	color: #ffffe7;
	padding: 5px 24px 5px 0px;
}

div.first_crumb {
	float: left;
	padding: 0 0 0 18px;
	background-image: url(../../assets/images/first_crumb_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #7f0d12;
}

div.last_crumb,
div.middle_crumb {
	float: left;
	padding: 0 0 0 6px;
	background-color: #7f0d12;
}

a.prev_page_crumb,
span.dead_crumb {
	background-image: url(../../assets/images/crumb_back_front.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

span.cur_page_crumb {
	background-image: url(../../assets/images/last_crumb_front.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* PAGER STYLES */
div#pager {
	width: 100%;
	height: 28px;
	background-color: #7f0d12;
}

div#pager_left {
	float: left;
	width: 19px;
	height: 28px;
	background-image: url(../../assets/images/pager_side.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

div#pager_left a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	background-image: url(../../assets/images/arrow_left.jpg);
	background-repeat: no-repeat;
	margin: 9px 0 0 9px;
}

div#pager_right {
	float: right;
	width: 20px;
	height: 28px;
	background-image: url(../../assets/images/pager_side.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#pager_right a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	background-image: url(../../assets/images/arrow_right.jpg);
	background-repeat: no-repeat;
	margin: 9px 9px 0 0;
}

div#pager_content {
	float: left;
	width: 93%;
	height: 28px;
	text-align: center;
}

div#pager_content p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 28px;
	width: 553px;
}

div#pager_content p a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 11px 0 0;
}

div#pager_content p span.current_page {
	padding: 0 4px 0 4px;
	color: #7f0d12;
	background-color: #ffffff;
}

div#pager_content p a.padded {
	padding-left: 11px;
}

div#pager_content p a.padded_b {
	padding-left: 11px;
}

div#pager_content p a:hover {
	text-decoration: underline;
}

/* INTERNAL PAGES STYLES */
div#page_content {
	float: left;
	width: 100%;
}

div#left_page_column {
	float: left;
	width: 616px;
}

div#right_page_column {
	float: left;
	width: 318px;
	padding: 17px 0 0 0;
}

/* TESTIMONIALS - OPTIONS STYLES */
div.subcontainer {
	width: 919px;
	height: 255px;
	float: left;
	background-image: url(../images/subcontainer_bg.jpg);
	background-repeat: no-repeat;
}

div#options_float {
	margin: 0 0 15px 0;
}

div#sub_info_container {
	float: left;
	padding: 40px 0 0 73px;
}

div.subcontainer_info {
	float: left;
	width: 243px;
	padding: 0 33px 0 0;
}

div.sublink_container {
	float: left;
	width: 243px;
	padding: 11px 0 0 0;
	border-top: 1px solid;
	border-color: #7f0d12;
}

div.sublink_container a.sub_text,
div.sublink_container div.sub_text {
	text-decoration: none;
	color: #070707;
	font-size: 16px;
	display: block;
	width: 243px;
	padding: 11px 0 0 0;
	float: left;
}

div.sublink_container a.sub_img,
div.sublink_container div.sub_img {
	width: 243px;
	height: 78px;
	display: block;
	float: left;
	text-indent: -9999px;
}

div#contact_us_container a.sub_img {
	background-image: url(../images/contact_us_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#telephone_container div.sub_img {
	text-indent: 0px !important;
}

div#telephone_container div.sub_text {
	color: #2d2d2d;
	font-size: 20px;
	font-weight: bold;
}

div#bookmark_container a.sub_img {
	background-image: url(../images/bookmark_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#testimonials {
	padding: 0 0 30px 0;
}

div#testimonials_wrapper {
	float: left;
	width: 712px;
	padding: 52px 95px 0 50px;
	background-image: url(../images/quote_right.jpg);
	background-repeat: no-repeat;
	background-position: 752px 125px;
	min-height: 143px;
}

div#testimonials p.testimonial_text {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 23px;
	min-height: 80px;
	margin: 0px;
	padding: 0 0 0 105px;
	background-image: url(../images/quote_left.jpg);
	background-repeat: no-repeat;
	background-position: 12px 10px;
}

div#testimonials p.testimonial_author {
	font-size: 16px;
	color: #000000;
	padding: 7px 0 0 105px;
	margin: 0px;
	text-align: right;
	width: 577px !important;
}

/* MISC STYLES */
span.uppercase {
	text-transform: uppercase;
	font-weight: bold;
}

a.common_link {
	color: #000000;
	text-decoration: none;
}

a.common_link:hover {
	text-decoration: underline;
}

a.back_link {
	display: block;
	width: 44px;
	height: 31px;
	float: right;
	margin: -6px 0 0 0;
	color: #7f0d12 !important;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/back_link_bg.jpg);
	background-repeat: no-repeat;
	padding: 12px 0 0 42px;
}

a.back_link:hover {
	text-decoration: underline;
}