/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
}
h1
{
	font-size:28px;
	color:#235C9C;
	margin-top:5px;
	margin-bottom:5px;
}
h2
{
	font-size:28px;
	color:#AD1616;
	margin-top:5px;
	margin-bottom:5px;
}
h3
{
	font-size:18px;
	color:#AD1616;
	margin-top:12px;
	margin-bottom:2px;
}
h4
{
	font-size:16px;
	color:#235C9C;
	margin-top:2px;
	margin-bottom:2px;
}
img
{
	border:0px;
}
hr
{
	border: none 0;
	border-top: 1px solid #CCB280;/*the border*/
	height: 1px;
}
#main_container
{
	margin:10px auto 0 auto;
	width:800px;
	position:relative;
}
#header
{
	width:790px;
	padding:5px 5px 0px 5px;
	height:77px;
}		
#logo
{
	width:200px;
	height:71px;
	position:absolute;
	left:0px;
	top:0px;
}
#main_menu
{
	width:200px;
	text-align:right;
	position:absolute;
	left:590px;
	top:0px;
	font-size:12px;
	color:#706A5D;
}
#main_menu a:link
{
	color:#706A5D;
	text-decoration:none;
}
#main_menu a:visited
{
	color:#706A5D;
	text-decoration:none;
}
#main_menu a:hover
{
	color:#706A5D;
	text-decoration:underline;
}	
#tabbed_menu
{
	width:350px;
	text-align:right;
	position:absolute;
	left:470px;
	top:56px;
	font-size:14px;
}
#tabbed_menu ul
{
	margin:0px;
	list-style:none;
	display:inline;
}
#tabbed_menu li
{
	margin:0px;
	list-style:none;
	background-image:url(/images/buttons/tab.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
	width:157px;
	height:21px;
	float:left;
	margin-right:5px;
	display:inline;
	text-align:center;
	color:#AD1616;
	font-weight:bold;
}
#tabbed_menu a:link
{
	color:#AD1616;
	text-decoration:none;
}
#tabbed_menu a:visited
{
	color:#AD1616;
	text-decoration:none;
}
#tabbed_menu a:hover
{
	color:#AD1616;
	text-decoration:underline;
}	
#header_bg
{
	height:27px;
	width:800px;
	background-image:url(/images/header-bg.jpg);
	background-repeat:repeat-x;
}
#main_content
{
}
#gold_box
{
	width:638px;
	margin:25px auto 0 auto;
	height:503px;
	border:1px solid #CCB280;
	background-color:#F2ECDF;
	padding:5px;
}
#gold_box_long
{
	width:618px;
	margin:25px auto 0 auto;
	border:1px solid #CCB280;
	background-color:#F2ECDF;
	padding:15px;
}
#thank_you
{
	width:638px;
	margin:25px auto 0 auto;
	border:1px solid #CCB280;
	background-color:#F2ECDF;
	padding:5px;
}
#gold_box_left
{
	width:608px;
	border:1px solid #CCB280;
	background-color:#F2ECDF;
	padding:5px;
	margin-top:10px;
	color:#540100;
	font-size:14px;
}
#errors
{
	margin-top:10px;
	border: 1px solid #AD1616;
	padding: inherit;
	background-color:#FFFFFF;
	color:#CC0000;
}
#errors li
{
}
#footer
{
	margin-top:25px;
	border-top:1px solid #D9D6D3;
	font-size:12px;
	text-align:center;
}
.red_arrow
{
	float:left;
	margin-right:8px;
	margin-bottom:5px;
}
.option
{
	width:210px;
	height:120px;
	margin-top:15px;
	text-align:center;
	float:left;
	font-size:12px;
}
.wide_input
{
	width:400px;
	height:18px;
	border:1px solid #E5D8BF;
	padding:2px;
}
.wide_input_error
{
	width:400px;
	height:18px;
	border:2px solid #AD1616;
	padding:2px;
}
.reg_input
{
	width:225px;
	height:18px;
	border:1px solid #E5D8BF;
	padding:2px;
}
.reg_input_error
{
	width:225px;
	height:18px;
	border:2px solid #AD1616;
	padding:2px;
}
/*for the new form elements*/
.span_left
{
	float:left;
	clear:none;
	margin-left:55px;
}
.span_right
{
	float:right;
	clear:none;
	margin-right:55px;
}
.reg_input_label, .reg_dd_label, .wide_textarea_label
{
	width:225px;
	display:block;
}
.reg_input_label_error, .reg_dd_label_error, .wide_textarea_label_error
{
	width:225px;
	display:block;
}
.submit
{
	float:left;
	clear:both;
	margin-left:260px;
	margin-top: 15px;
}
/*end*/
.wide_dd
{
	width:406px;
	height:24px;
	border:1px solid #E5D8BF;
	padding:2px;
}
.wide_dd_error
{
	width:406px;
	height:24px;
	border:1px solid #AD1616;
	padding:2px;
	color:#AD1616;
}
.reg_dd
{
	width:231px;
	height:24px;
	border:1px solid #E5D8BF;
	padding:2px;
}
.reg_dd_error
{
	width:231px;
	height:24px;
	border:1px solid #AD1616;
	padding:2px;
	color:#AD1616;
}
.wide_textarea
{
	width:400px;
	height:175px;
	border:1px solid #E5D8BF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.wide_textarea_error
{
	width:400px;
	height:175px;
	border:1px solid #AD1616;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.wide_textarea2
{
	width:400px;
	height:100px;
	border:1px solid #E5D8BF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.wide_textarea2_error
{
	width:400px;
	height:100px;
	border:1px solid #AD1616;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.subtitle
{
	color:#706A5D;
	font-size:12px;
}
td
{
	padding-bottom:12px;
}
#preferred_vendors
{
	width:162px;
	height:100px;
	float:right;
	margin-top:10px;
	text-align:center;
}
.vendor_title
{
	width:162px;
	height:22px;
	background-image:url(/images/vendor-title.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
}
.vendor_list
{
	width:152px;
	padding-top:8px;
	padding-bottom:8px;
	border-left:1px solid #D9D6D3;
	border-right:1px solid #D9D6D3;
	border-bottom:1px solid #D9D6D3;
	background-image:url(/images/vendor-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	padding-bottom:30px;
	font-size:14px;
	padding-left:4px;
	padding-right:4px;
}
#featuredVendors
{
	margin-top:15px;
	width:152px;
	padding-top:8px;
	padding-bottom:8px;

	border:1px solid #D9D6D3;
	background-image:url(/images/vendor-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	padding-bottom:30px;
	font-size:14px;
	padding-left:4px;
	padding-right:4px;
}
#featuredVendors img
{
	text-align:center;
	margin-top:15px;
}