body {
	background-color: #970D0D;
	margin: 0px;
}
body, p, td, ul, li {
	font-family: Tahoma, Arial, 'Trebuchet MS';
	font-size: 11px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
	color: #28438F;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:14px;
	background-color: #ECF4FF;
	border-bottom: 1px solid #B6C5E6;
	padding: 3px 0px 3px 5px;
}
h6 a {
	color: #4871B3;
	text-decoration: none;
}
h6 a:hover {
	color: #708FC5;
}
a {
	color: blue;
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
p {
	margin-top: 9px;
	margin-bottom: 9px;
}
.blue_header_text {
	color: #B7F1F2;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}
.blue_header_text_white {
	color: white;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}

table.testimonial_box {
	margin: 10px;
	border: 1px solid #A82323;
	background-color: #FDF2F2;
}
table.testimonial_box td {
	border-width: 0px;
	padding: 10px;
}

.random_testimonial {
	margin-top: 2px;
	text-align: center;
}
.random_testimonial p {
	margin: 0px;
}
div.sub_header, div.sub_header p {
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div.sub_header p {
	margin: 0px;
}
/****** SPECIAL FOOTER LINKS STYLES ******/

#footer_links, #footer_links a, .custom_footer, .custom_footer a.copyright {
	color: #333333;
	font-size: 9px;
}

#menu li.oms_menu_category {
	text-align: center;
	background-color: #F3F3F3;
	color: black;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 12px;
}

/****** VERTICAL MENU STYLES ******/

#menu, #menu ul {
	width: 172px;
}
#menu li {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}


/****** COMMON MENU STYLES ******/

#menu li.first_main_menu_item, #menu li.middle_main_menu_item, #menu li.last_main_menu_item {
/*	background-image: url(tpl_images/menu_divider.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #FBE3E3;*/
	border-bottom: 1px solid #F8BEBE;
	background-color: #A82323;
}
#menu li.first_main_menu_item:hover, #menu li.middle_main_menu_item:hover, #menu li.last_main_menu_item:hover {
	background-color: #F8BEBE;
}

#menu li.first_main_menu_item:hover a, #menu li.middle_main_menu_item:hover a, #menu li.last_main_menu_item:hover a {
	color: #741818;
	text-decoration: none;
}
#menu li.first_main_menu_item:hover ul li a, #menu li.middle_main_menu_item:hover ul li a, #menu li.last_main_menu_item:hover ul li a {
	color: #741818;

}
#menu li.first_main_menu_item:hover ul li a:hover, #menu li.middle_main_menu_item:hover ul li a:hover, #menu li.last_main_menu_item:hover ul li a:hover {
	text-decoration: underline;
}
#menu li a {
	color: white;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 17px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: none;
}
#menu li ul {
	width: 160px;
	background-color: #DDDDDD;
}
#menu li ul li a {
	font-size: 11px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #333333;
}
#menu li ul li a:hover {
	text-decoration: underline;
}
#menu li ul li {
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
