/* sitewide styles */

p {
	margin-top: 2px;
	margin-bottom: 12px;
}

ul {
	padding: 0;
	margin: 12px 0 12px 40px;
}

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

a:hover {
	color: red;
}

body {
	font-family: helvetica,verdana,sans-serif;
	font-size: 12px;
	color: #606060;
	text-align: center;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #7F5917;
	margin: 10px 0 7px 0;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 7px 0;
}

h3 {
	margin: 10px 0 7px 0;
	font-size: 14px;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
}

.reset {
	clear: both;
}

.paypal_link {
	margin-top: 5px;
}

/* layout styles */

#con {
	width:900px;
	text-align: left;
	margin: 0 auto;
}

#title {
	float: left;
	width: 575px;
	height: 92px;
	margin: 0px 0 0px 0px;
	background-image: url(/images/title.jpg);
}

#top_deco {
	width: 154px;
	height: 92px;
	float: right;
	background-image: url(/images/capitol.jpg);
	margin: 0px 10px 0px 0;
}

#top_left_corner {
	height: 44px;
	width: 21px;
	background-image: url(/images/top_left.png);
	float: left;
}

#menu {
	height: 30px;
	width: 858px;
	background: url(/images/menu.png) repeat-x;
	padding: 14px 0 0 0;
	float: left;
}



#top_right_corner {
	height: 44px;
	width: 21px;
	background-image: url(/images/top_right.png);
	float: left;
}


/* menu tabs */

#menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#tab_far_left {
	width: 24px;
	height: 30px;
	float: left;
}
.tab_far_left_front {
	background-image: url(/images/tab_pieces/t_front_left.png);
}
.tab_far_left_back {
	background-image: url(/images/tab_pieces/t_back_left.png);
}

.tab_front {
	background-image: url(/images/tab_pieces/t_front.png);
	float: left;
	height: 30px;
	/*padding: 8px 0 0 0; */
}

.tab_front a {
	padding-top: 8px;
	display: block;
	color: #c5976a;
}

.tab_back {
	background-image: url(/images/tab_pieces/t_back.png);
	float: left;
	height: 30px;
	/*height: 22px;
	padding: 8px 0 0 0; */
}

.tab_back a {
	padding-top: 8px;
	display: block;
	color: #5f5f5f;
}

.tab_back a:hover {
	color: #BF9C5F;
}

.tab_between {
	width: 24px;
	height: 30px;
	float: left;
}

.tab_front_back {
	background-image: url(/images/tab_pieces/t_front_back.png);
}
.tab_back_back {
	background-image: url(/images/tab_pieces/t_back_back.png);
}
.tab_back_front {
	background-image: url(/images/tab_pieces/t_back_front.png);
}

#tab_far_right {
	width: 24px;
	height: 30px;
	float: left;
}
.tab_far_right_front {
	background-image: url(/images/tab_pieces/t_front_right.png);
}
.tab_far_right_back {
	background-image: url(/images/tab_pieces/t_back_right.png);
}

/* javascript submenu */

.js_sub_menu {
	display: none;
	position: absolute;
	z-index:2;
	top: 0;
	font-weight: bold;
	font-size: 14px;
	width: 180px;
	text-align:center;
}

.js_sub_menu div {
	width: 180px;
	height: 31px;
}

.js_sub_menu a{
	text-decoration: none;
}

.js_sub_menu span {
	padding-top:5px;
	display:block;
}

.js_sub_menu_btm div{
	display:block;
	width: 180px;
	height: 27px;
	background: url(/images/js_menu/js_button_btm.png);
}

#js_sub_menu_selected {
	color: #c5976a;
	background: url(/images/js_menu/js_button_dn.png);
}

.js_button_up {
	color: #5f5f5f;
	background: url(/images/js_menu/js_button_up.png);
}

.js_button_down {
	color: #c5976a;
	background: url(/images/js_menu/js_button_dn.png);
}

/* submenu */

#submenu {
	padding-top: 10px;
}

#submenu a{
	font-weight: bold;
	text-decoration: none;
}

.sub_tab {
	float: left;
	padding: 0 15px 0 15px;
}

.sub_tab a{
	color: #5f5f5f;
}

.sub_tab a:hover {
	color: #c5976a;
}

.sub_tab_selected {
	float: left;
	padding: 0 15px 0 15px;
	
}

.sub_tab_selected a{
	color: #c5976a;
	font-size: 18px;
}

/* main */

#main {
	background-color: white;
	margin: 15px 15px 20px 15px;
	/* 900 - margin */
	width: 870px;
}

/* footer */

#footer {
	height: 35px;
	width: 900px;
	background: url(/images/bottom.png) repeat-x;
}

#footer_left {
	height: 35px;
	width: 22px;
	background: url(/images/bottom_left.png);
	float: left;
}

#footer_right {
	height: 35px;
	width: 22px;
	background: url(/images/bottom_right.png);
	float: right;
}

#bottom_deco {
	width: 127px;
	height: 52px;
	float: left;
	/*background-image: url(/images/bottom_deco.png);*/
	margin: 1px 0 10px 0;
}

#copyright {
	width: 650px;
	text-align:center;
	font-size: 12px;
	color: gray;
	margin: 8px 0 0 0;
	float: left;
}

#logo {
	width: 102px;
	height: 45px;
	float: right;
	/*background-image: url(/images/logo2-clip.jpg);*/
	margin: 5px 10px 0 0;
}
