
/*HTML styles */

body {
	background-color: #00853E ;
	background-position: top ;
	background-repeat: repeat-x ;
	
	margin: 0px 0px 10px 0px ;
	
	font-family: arial, sans-serif ;
	font-size: 12px ;
	color: #000 ;
}

p, li, div, td {
	/*line-height: 18px;*/
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #F5F0DD;
}

input, select, textarea, button {
	font-family: arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-family: arial, sans-serif ;
	font-size: 26px ;
	font-weight: bold ;
	color: #D2232A ;
	text-align: center;
	
	margin-top: 0px ;
	padding: 2px ;
}

h2 {
	text-align: center;
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	text-align: center;
	font-size: 18px ; 
	font-weight: bold ;
	color: #00853E;
}

h6 {
	padding: 0px; 
	margin: 0px;
	
	font-family: arial, sans-serif ;
	font-size: 12px ;
	font-weight: bold; 
	color: #000 ;
}

a, a:link, a:active, a:visited, a:hover {
	color: #711028 ;
}

.mceContentBody a {
	color: #711028 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:active, a:visited {
	color: #711028 ;
}

a:hover {
	color: #711028 ;
}

a:link img, a:active img, a:visited img, a:hover img {
	border-color: #711028;
}

a:hover img {
	border-color: #D2232A;
}

/*Template Styles*/

.container {
	width: 780px;
	margin: auto;
}

.page_top {
	background-color: #F5F0DD;
	margin-bottom: 0px; 
}

.page_top a img {
	border: 0px; 
}

.info_bar {
	background-color: #D2232A;
	padding: 15px;
	text-align: center;
	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

div.navigation_bar {
	background-color: #D2232A;
	padding: 0px 10px;
}

table.navigation_bar {
	width: 100%;
}

table.navigation_bar td {
	border: 0px;
	padding: 0px;
}

.page_body_div {
	background-color: #D2232A;
	padding: 0px 10px 10px 10px; 
}

.content {
	background-color: #F5F0DD;
	padding: 10px ;
}

.foot, a.foot:link, a.foot:active, a.foot:visited, a.foot:hover {
	color: #F5F0DD; 
}

/* Nav Styles */

table.navigation_bar td.tab_left {
	width: 10px;
	background-color: #F5F0DD ;
	background-image: url(/images/nav_button_left.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #D2232A ;
}

table.navigation_bar td.tab_right {
	width: 10px;
	background-color: #F5F0DD ;
	background-image: url(/images/nav_button_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D2232A ;
}

td.tab_right + td.tab_left {
	border-left: solid 1px #D2232A;
}

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	font-family: arial, sans-serif ;
	font-size: 14px ;
	font-weight: bold ;
	text-decoration: none ;
	color: #D2232A ;
	text-align: center;
	
	display: block; 
	background-color: #F5F0DD ;
	border-bottom: 1px solid #D2232A ;
	padding: 10px 0px ;
}

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



/*Misc Standard Styles*/

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #F5F0DD;
}

.good, .status1 {
	color: #456314;
}

.bad, .status0 {
	color: #711028;
}

.img_float {
	float: right;
	border: solid 1px #F5F0DD;
	margin: 0px 0px 10px 10px; 
}

table.menu {
	width: 100%; 
}

table.menu td {
	font-weight: bold;
}

td.price {
	text-align: right;
}

div.menu .description, table.menu td.description {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

div.menu h2 {
	text-align: center; 
	font-size: 20px;
	color: #D2232A;
	margin-bottom: 3px;
}

div.menu h3 {
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 17px;
	color: #D2232A;
}

div.menu h4 {
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	color: #D2232A;
}
