/*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;
	color: #000;
}
#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;
}

#social_icons {
	position: absolute;
	top: 80px;
	left: 700px;
	width: 250px;
	height: 20px;
	text-align: right;
}

#social_icons span {
	vertical-align: top;
}

#container {
	width: 961px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a:link {
	color: #666;
	text-decoration:none;
	font-weight: bold;
	}

a:visited {
	color:  #666;
	text-decoration:none;
	font-weight: normal;
}

a:hover {
	color:#AA3136;
	text-decoration:none;
	font-weight: bold;
}

a:active {
	color: #007782;
	text-decoration:none;
	font-weight: bold;
}

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;
	color: #000;
	font-weight: normal;
}

.hidden { display: none; }

/*End Design Layout*/

/*Begin Content*/

#content_container {
	position: relative;
	top: 0px;
	padding-top: 2px;
	width: 961px;
	background: #FFFFFF;
	margin: 0 auto;
	font-size:0.85em;
	line-height: normal;
	text-align: left;
	color: #000;
	background-color: #FFFFFF;
}

#content {
	float: left;
	width: 600px;
	min-height: 350px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom:7px;
	border: 1px white solid;
}

#content_gallery {
	float: left;
	width: 908px;
	min-height: 350px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom:7px;
	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:underline;
	font-weight: bold;
}

#links_box ul li a:visited {
	color: #333;
	text-decoration:none;
	font-weight: bold;
}

#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: 20px;
	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: 5px;
	padding-bottom: 2px;
	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: #000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	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{ height:35px; background-color:#aa3929; position:relative; top:0px; z-index: 20}
#nav ul{ list-style-type: none; padding:0px; margin: auto; }
#nav li{ float: left; display: inline; font-size: 12px; padding:0px; line-height:15px; position:relative; z-index: 1; border-right:solid 1px #FFF; height:23px; margin-right:0px; }

#nav li.dbl{ padding-top:0; height:35px;}
#nav li.last { border-right:0; margin-right:0;}
#nav li a{ text-transform: uppercase; font-weight: normal;  float: left; display: inline; color:#FFF; padding-left:15px; padding-right:15px; padding-top:11px; padding-bottom:9px; border:0px; }
#nav li a:hover, #nav li a.active{ text-decoration: none; color:#FFF; background-color:#666;}

#nav li .sub-hold{ position:absolute; top: 15px; left: 0px; width:auto; z-index: 10; margin-top:20px; padding-top:0px; background-color:#aa3929; border-top:solid 1px #fff;}
#nav li .sub{ width:auto; z-index: 10;}
#nav li .sub ul{ padding:0px; float: left;}
#nav li .sub li { position:relative; white-space: nowrap; font-size: 12px; padding: 0px; float: none; line-height:15px; display:block; margin:0; border:0; height:auto; border-bottom:solid 1px #ccc; min-width:150px;}
#nav li .sub li.last { border-bottom:solid 1px #fff;}
#nav li .sub li strong{ color:#ffff66; }
#nav li .sub li a{ text-transform: none; color:#fff; float:none; display:block; margin:0px; padding-left:15px; padding-right:15px; padding-top:11px; padding-bottom:9px; background:none; border:0px;}
#nav li .sub li a:hover{ color:#FFF; font-weight: normal; background-color:#666;}


.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: #666;
	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*/

/*Begin Photo Gallery*/

#gallery_content { float: left; display: inline; width: 728px; padding: 10px;  min-height: 550px}

#photoholder {
	width: 100%;
}

#thumb_container {
	height: 450px;
	width: 250px;
	overflow: auto;
}

.hiddenPic {
display:none;
}

#photo_gallery_photo_caption {
	padding-top:10px;
	text-align:left;
	color:#333;
}

#photo_gallery_photo_img {
	padding: 5px;
	border: 1px solid #D9E0D8;
	margin-top:0px;
}

#photo_gallery_category_description {
	text-align:left;
	color:#333;
	padding-left: 15px;
	padding-right: 15px;
}

.photo_gallery_thumb_image {
	padding: 2px;
	margin: 1px;
	border: 1px solid #666;
}

.photo_gallery_category_list_image {
	padding: 0px;
	margin: 5px;
	border: 1px solid #666;
}

.photo_gallery_category_list_name {
	text-align:center;
}

.photo_gallery_category_list_text_name {
	text-align:left;
	padding-left: 5px;
}

.photo_gallery_category_list_link_a {
	text-decoration:none;
	font-size:12px;
}

/*End Photo Gallery*/


/*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;
}

