/* main.css - main CSS file for MasterPress */
body
{
	font-family: /* "Arial Rounded MT Bold"; */ Verdana, Geneva, Arial, Helvetica, sans-serif; /* Tahoma, Arial, "Sans-serif"; */
	font-weight: bold;
}
img
{
	border: none;
}
h1
{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
h3, #main_page h3 a.anchor, #main_page h3 a.anchor:hover
{
	color: #641516;
	font-size: 16px;
	font-weight: bold;
}

#main_page
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#header_main
{
	position: relative;
	height: 60px;
	width: 960px;
}
#header_image
{
	position: absolute;
	left: 30px;
}
#header_text
{
	display: none;
	position: absolute;
	left: 300px;
	top: 5px;
	width: 500px;
	font-size: 11px;
}
#header_file_upload
{
	display: none;
}
#menu_bar
{
	position: relative;
	width: 960px;
	height: 48px; /* 32px; */
	background-image: url("../images/MenuHeader.gif");
}
#menu_bar ul
{
	position: relative;
	top: 16px;
	list-style: none;
	font-size: 12px;
	font-weight: 900;
}
#menu_bar li
{
	float: left;
	display: inline; /* fix ie6 bug */
	position: relative;
	margin-left: 47px;
}
#menu_bar a
{
	text-decoration: none;
	color: #757372;
}
#menu_bar a:hover
{
	color: #000;
}

#main_body
{
	width: 952px;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	background-image: url("../images/page_background.gif");
	font-size: 12px;
}
#main_bottom
{
	clear: both;
	width: 960px;
	height: 24px;
	margin-left: -4px;
	background-image: url("../images/page_bottom.gif");
}

#top_spacer
{
	background-color: #fff;
	height: 10px;
}
#title_bar
{
	background-color: #641516;
	height: 60px;
}
#title_bar h1
{
	line-height: 45px;
	margin-left: 40px;
	text-align: center;
}


#footer
{
	position: relative;
	font-size: 12px;
	color: #757372;
}
#footer a
{
	text-decoration: none;
	color: #757372;
}
#footer a:hover
{
	color: #000;
}
#left_footer
{
	width: 470px;
	float: left;
	display: inline; /* fix ie6 bug */
}
#right_footer
{
	width: 470px;
	float: right;
	display: inline; /* fix ie6 bug */
}
#copyright
{
	margin-left: 10px;
	float: left;
	display: inline; /* fix ie6 bug */
}
#privacy
{
	display: none;
	float: right;
}
#terms
{
	display: none;
	float: left;
}
#hale_logo
{
	float: right;
	display: inline; /* fix ie6 bug */
	margin-top: -1px;
	margin-right: 5px;
}
#iso_logo
{
	margin-left: 463px;
}
#iso_logo img
{
	margin-top: -15px;
}

#main_body a.text_link,
#main_body a.text_link_arrow
{
	text-decoration: none;
	color: #9e9e11;
}
#main_body a.text_link:hover,
#main_body a.text_link_arrow:hover
{
	color: #641516;
}
#main_body a.arrow_link img
{
	background: url("../images/green_red_arrow.gif") 0 0 no-repeat;
}
#main_body a.arrow_link:hover img
{
	background: url("../images/green_red_arrow.gif") 0 -31px no-repeat;
}
#button_links
{
	clear: both;
	width: 952px;
	height: 50px;
	font-size: 13px;
}
#button_links a
{
	display: block;
	margin-top: 10px;
	float: left;
	display: inline; /* fix ie6 bug */
	width: 199px;
	height: 29px;
	vertical-align: bottom;
	text-decoration: none;
}
#button_links span
{
	line-height: 27px;
	width: 199px;
	margin-left: 20px;
	vertical-align: baseline;
}

#button_links a.yellow_btn
{
	background: url("../images/brown_green_box.gif") 0 -30px no-repeat;
}
#button_links a.yellow_btn span,
#bottom_links a.yellow_btn
{
	color: #641516;
}
#button_links a.yellow_btn:hover
{
	background: url("../images/brown_green_box.gif") 0 0 no-repeat;
}
#button_links a.yellow_btn:hover span
{
	color: #9e9e11;
}

#button_links a.red_btn
{
	background: url("../images/brown_green_box.gif") 0 0 no-repeat;
}
#button_links a.red_btn span,
#bottom_links a.red_btn
{
	color: #9e9e11;
}
#button_links a.red_btn:hover
{
	background: url("../images/brown_green_box.gif") 0 -30px no-repeat;
}
#button_links a.red_btn:hover span
{
	color: #641516;
}

#right_outer
{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	border: 3px solid #7f7d7d;
	background-color: #fff;
}
#main_body h6
{
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 13px;
	margin-right: 30px;
}
#main_body h3
{
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
}
#main_body p
{
	margin: 30px;
}
/* #main_body a.text_link, */
#main_body a.text_link_arrow
{
	float: left;
	display: inline; /* fix ie6 bug */
	margin-top: 8px;
	margin-right: 5px;
}
#main_body #text_box p a.text_link
{
	display: inline;
	float: none;
	margin: 0px;
}

#main_page .edit_button
{
	position: absolute;
}
#main_page a.Create, #main_page a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}
div.clear
{
	clear: both;
}

/**********************************************************/
/* For email forms: */
#text_box
{
	position: relative;
}
#text_box form
{
	margin-top: 20px;
	margin-bottom: 20px;
}
#side_text
{
	position: absolute;
	right: 50px;
	width: 250px;
}
#text_box div.form_field
{
	margin-bottom: 8px;
}
#text_box input
{
	height: 16px;
	margin: 0;
}
#text_box input.radio
{
	display: inline;
/*	font-size: 18px; */
	height: 18px;
}
#text_box br
{
	line-height: 9px;
}
#text_box .label
{
	float: left;
	display: inline; /* fix ie6 bug */
	margin-left: 50px;
	width: 180px;
	color: #641516;
}
#text_box input,
#text_box textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Tahoma, Arial, "Sans-serif"; */
	font-size: 13px;
	display: block;
	margin-left: 230px;
}
#text_box input.radio
{
	margin-left: 30px;
}
#text_box #Submit
{
	height: 24px;
	background-color: #641516;
	color: #fff; /* #9e9e11; */
}
#captcha_image
{
	float: right;
	display: inline; /* fix ie6 bug */
	margin-right: 350px;
	border: 2px solid #888;
}
