/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2010
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 181px;
}

#header_left {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 518px;
	height: 16px;
	z-index: 3;
	text-align: center;
	color: #FAF0CE;
	font-size: 12px;
}

#header_right {
	position: absolute;
	top: 155px;
	left: 520px;
	width: 438px;
	height: 16px;
	z-index: 3;
	text-align: center;
	color: #FAF0CE;
	font-size: 12px;
}

#header_right a {
	padding-left: 25px;
}

#header_right a:link, #header_right a:visited {
	color: #012E0D
}

#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#content_container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

a:link {
	color: #00F;
	text-decoration:none;
}

a:visited {
	color: #00C;
	text-decoration:none;
}

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

a:active {
	color: #006;
	text-decoration:none;
}

hr {
	color: #ccc;
	background-color: #fff;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/*End Design Layout*/

/*Begin Content*/

#content {
	min-height: 400px;
	font-size: .8em;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 265px;
}

#sidebar {
	width:275px;
	float:left;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
}

img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#666666;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#999999;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

/*End Content*/

/*Begin Nav*/
  
#navigation { margin-top: 0px; position: relative; z-index: 99; }
#navigation .shell { position: relative;  }
#navigation ul.main { list-style-type: none; padding: 0; margin-top:0px; position: relative; height: 40px; top: 0px; left: 0px; z-index: 100;}
#navigation ul li { font-weight: bold; letter-spacing: 2px; float: left; display: block; width: 265px; position: relative;background-color: #FAF0CE;   }
#navigation ul li a.nav_active { color: #012E0D; background-color: #C5DACB}
#navigation ul li a { float: left; display: block; text-align: center; width: 265px; line-height: 42px; color: #012E0D; font-family: Arial; font-size: 14px; text-transform: capitalize; text-decoration: none;}
#navigation ul li a:hover, #navigation ul li a.hover { text-decoration: none; color: #012E0D;background-color: #C5DACB }
#navigation ul li .dd { position: absolute; top: 30px; left: -5px; width: 170px; background-color: #561228; display: none; }
#navigation ul li .dd ul { list-style-type: none; margin:0; padding: 5px 0 5px; border: 1px #26070B solid;}
#navigation ul li .dd ul li { float: none; display: block; padding: 0; height: 100%; }
#navigation ul li .dd ul li a { float: none; display: block; line-height: 21px; padding-left: 7px; }
  
/*End Nav*/

/*Begin Forms*/

.sc_table_form {
	margin: auto;
	padding: 2px;
	border: 1px #B5B9B0 solid;
}

.sc_table_tr_td_label_form {
	text-align:right
}

.sc_table_tr_td_value_form {
	text-align:left;
}

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 150px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #B5B9B0;
	background-color: #B5B9B0;
	height: 1px;
} 

#sc_form_textbox_address_street {
	width: 200px;
}

#sc_form_textbox_city {
	width: 160px;
}

#sc_form_textbox_State {
	width: 40px;
}

#sc_form_textbox_Zip {
	width: 70px;
}

#sc_form_textarea_Questions_or_Comments {
width: 150px;
height: 100px;
text-indent: 0px;
}

/*End Forms*/

/*Footer*/
#footer {
	width: 900px;
	height: auto;
	padding:15px;
	text-align:center;
	font-size: 9px;
	color:#012E0D;
}

#footer a {
	color:#012E0D;
	text-decoration:none;
}

#footer a:hover {
	color:#012E0D;
	text-decoration:none;
}