/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2010
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background: #948C91;
	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 */
	background-image:url(/inc/templates/current/marketplace3/images/background.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	background-image:url(/inc/templates/current/marketplace3/images/header.gif);
	background-repeat:no-repeat;
	width: 961px;
	height: 144px;
}
#container {
	width: 961px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content_container {
	position: relative;
	top: 0px;
	padding-top: 2px;
	width: 961px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

a:link {
	color: #007782;
	text-decoration:none;
	font-weight: bold;
	}

a:visited {
	color:  #333;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#AA3136;
	text-decoration:none;
}

a:active {
	color: #007782;
	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;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*End Design Layout*/

/*Begin Content*/

#content {
	float: left;
	width: 600px;
	min-height: 350px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
	color: #000;
	margin-bottom:7px;
	font-size:0.8em;
	line-height: 1.3em;
	text-align: left;
	border: 1px white solid;
}

#sidebar {
	float: right;
	width: 288px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#links_box li {
	list-style-type: none;
	font-weight:bold;
	font-size: 14px;
}

#links_box ul {
  margin-left: 0;
  padding-left: 0;
}

#links_box ul li a:link {
	color: #333;
	text-decoration:none;
}

#links_box ul li a:visited {
	color: #666;
	text-decoration:none;
}

#links_box ul li a:hover {
	color:#007782;
	text-decoration:none;
}

#links_box ul li a:active {
	color: #AA3136;
	text-decoration:none;
}

#links_box ul li .link_active a:link {
	color: #AA3136;
}

.link_active {
	color: #AA3136;
}

img{
	border-width:0px;
}
h1{
	color:#333;
	font-size:2em;
	line-height: 1em;
	font-weight:normal;
	margin-left: 30px;
	margin-right: 18px;
	margin-bottom: 12px;
	height: auto;
	padding-top: 5px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#333 /*#371A2E*/;
	font-size:1.3em;
	line-height: normal;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-left: 20px;
	margin-right: 20px;
	background-color: transparent /*#FFFFFF*/;
	color: #333;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0 5px 0 0;
	border-bottom-color: #FFF;
	}


h4{
	color:#000 /*#371A2E*/;
	font-size:18px;
	margin: 20px 40px 20px 40px;
	font-weight:normal
}

hr {
	border: 0;
	color:#213c67;
	background-color: #213c67;
	height: 7px;
}


/*End Content*/

/*Begin Nav*/
.nav_container {
	position: relative;
	top: 0px;
	height: 35px;
	width: 100%;
	padding: 0px;
	margin: auto;
	overflow:hidden;
	background-color:#AA3136;
	text-align:center;
  }

.nav a {
	position:relative;
	top: 12px;
	left: 0px;
	font-weight: normal;
}
  
.nav a span {
	font-size: 10px;
	color: #FFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:14px;
	padding-top:21px;
	background-image: url(/inc/templates/current/marketplace3/images/separator.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}

.nav a:hover span {
	text-decoration:none;
	background-color:#333;
}

.nav_active {
	text-decoration:none;
	background-color:#007782;
}

  
/*End Nav*/

/*Begin Bottom Nav*/
.bottom_nav {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	margin: auto;
	padding-bottom:5px;
  }
  
.bottom_nav a {
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
  }
  
.bottom_nav a:hover {
	color: #666666;
  text-decoration: none;
}

/*End Bottom 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;
	text-align:center;
	font-size: 10px;
	color:#333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#copyright {
	color:#000;
	width: 943px;
	text-align:center;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#copyright a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color:#666;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	color:#AA3136;
	text-decoration:none;
	font-weight: bold;
}
