/****************************************\
|  CSS Style Sheet                       |
|  Solidmark Web Design                  |
|  Created: 2005-05-18                   |
|  Last Modified: 2005-05-19             |
\****************************************/

/*  Colors used in document             */
/*  Dark maroon:   #330000              */
/*  Med Gold:      #666633              */
/*  Light yellow:  #F7F4E5              */
/*  Light green:   #CCCC99              */
/*  Dark green:    #304134              */

body {
	padding: 0px;
	background-color: #330000;
	font-family: Arial, sans serif;
	font-size: 12px;
	/*line-height: 21px;*/
}

a {
	color: #304134;
	text-decoration: underline;
}

a:hover {
	color: #CCCC99;
	text-decoration: none;
}

#center_div {
	text-align: center;
}

#divider_content a {
	color: #FFFFFF;
	text-decoration: none;
}

#divider_content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#body_main {

	width: 749px;
	/*background-color: #666666;*/
}

#divider {
	border: 2px solid #FFFFFF;
	border-top: 0;
	background-color: #666666;
	width: 749px;
}

/*
this is so the content could go in the divider
with padding, yet not expand the width beyond 749px
*/
#divider_content {
	width: 735px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
	color: #FFFFFF;

}

#divider_left {
	float: left;
	clear: both;
}

#divider_right {
	float: right;
	clear: both;
}

#main_wrapper {
	border: 2px solid #FFFFFF;
	border-top: 0;
	background-color: #666666;
	width: 749px;
	position: relative;
}

#lh_col {
	position: absolute;
	left: 0;
	top: 0;
	width: 146px;
	line-height:21px;
}

#lh_col_content {
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
}

#main_col {
	background-color: #FFFFFF;
	border-left: 146px solid #666633;
	border-right: 129px solid #CCCC99;
}

#main_col_content {
	padding: 0;
	text-align: left;
}

#main_col_content_sub {
	padding: 10px;
	text-align: left;
}

#rh_col {
	position: absolute;
	right: 0;
	top: 0;
	width: 129px;
}

#rh_col_content {
	padding: 2px;
	color: #000000;
	text-align: left;
}

#footer {
	border: 0;
	border-bottom: 2px solid #FFFFFF;
	background-color: #666666;
	/*background: #666666 url(images/bot_crn_left.gif) no-repeat left top;*/
	width: 753px; /* 749px width + 2px left border + 2px right border */
	height: 47px;
	position: relative;
}

#footer_content {
	padding-top:1px;
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
	width: 754px;
	line-height: normal;
}

#footer_content a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_left_image {
	position: absolute;
	/*text-align: left;*/
	/*float: left;*/
	background: #666666 url(images/bot_crn_left.gif) no-repeat left top;
	height: 49px;
	width: 49px;
	top: 0;
	left: 0;

}

#footer_right_image {
	position: absolute;
	background: #666666 url(images/bot_crn_right.gif) no-repeat right top;
	height: 49px;
	width: 49px;
	top: 0;
	right: 0;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

/*
 * the following is the original nav list using the BR-like buttons
 * Jeremy liked the admin panel so much he wanted a similar navigation
 * look and feel
 * therefore, I am stripping the following and using the better navigation
 */
/*
#navlist {
	list-style-image: url(images/wg_bullet.gif);
	line-height: 1em;
}

#navlist li {
	padding-bottom: 30px;
	font-weight: bold;
}

#navlist a {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
*/

#navcontainer {
	margin: 0;
	padding: 0;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	width: 146px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #666633;
	width: 146px;
}

#navcontainer a {
	display: block;
	padding: 0;
	width: 146px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #777744;
	border-top: 1px solid #666633;
}

#navcontainer a:link, #navlist a:visited {
	padding-left: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #F7F4E5;
	color: #000000;
}

.header {
	color: #666633;
	font-size: 18px;
	font-weight: bold;
}

/* the following styles were defined for the table on the home page (featured items) */
.featured_table {
	margin-left: 2px;
	margin-right: 2px;
	width: 470px;
}

.featured_table td {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.featured_table th {
	padding: 0px;
	text-align: left;
	background-color: #999999;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.large_hr {
	border: 5px solid #666633;
	margin: 0;
	width: 100%;
	height: 20px;
	color: #666633;
}

.img_frame {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #666633;
	text-decoration: none;
	padding: 5px;
}

.errormsg {
	color: #FF0000;
	font-weight: bold;
}

.tabcontent {
	background-color: #CCCC99;
	margin: 0px;
	padding: 5px;
}
