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

/*Begin Design Layout*/
body {
	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;
	background-color:#000;
}
#site_container {
	position: relative;
	width: 100%;
	background: #FBDF8C;
	background-image:url(/inc/templates/current/danceingreensboro/images/background.jpg);
	background-repeat:repeat-x;
}
#site_container_home {
	position: relative;
	width: 100%;
	background: #FBDF8C;
	background-image:url(/inc/templates/current/danceingreensboro/images/background_home.jpg);
	background-repeat:repeat-x;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	background-image:url(/inc/templates/current/danceingreensboro/images/header.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 83px;
}
#sub_header_home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 380px;
}
#home_flash {
	position: absolute;
	top: 27px;
	left: 502px;
	width: 426px;
	height: 250px;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#content_container {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

a:link {
	color: #656565;
	text-decoration:underline;
}

a:visited {
	color: #656565;
	text-decoration:underline;
}

a:hover {
	color:#656565;
	text-decoration:none;
}

a:active {
	color: #577fcc;
	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;
}

.staff_photos {
	margin-left: 0px;
	margin-right: 20px;
	float:left;
}

/*End Design Layout*/

/*Begin Sidebar*/

#sidebar {
	float: left;
	width: 273px;
	background-color: #FFF;
	min-height: 450px;
	font-size: .8em;
	text-align: left;
	padding-top:15px;
	padding-bottom:10px;
}

#sidebar H2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	font-weight:normal;
	margin: 0px;
}

#sidebar_header {
	background-image: url(/inc/templates/current/danceingreensboro/images/sidebar_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:0px;
	height: 57px;
}

#sidebar_pad {
	padding: 10px;
}

.sidebar_nav {
	width: 220px;
	height: auto;
	margin: auto;
	padding-top: 20px;
	padding-right: 6px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.sidebar_nav ul {
	margin: 0;
	padding: 0;
	background-color:#ECECEC;
}

.sidebar_nav ul li {
	list-style-type: none;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/inc/templates/current/danceingreensboro/images/sidebar_divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sidebar_nav ul li a {
	color: #000;
	text-decoration:none;
}

.sidebar_nav ul li a:hover {
	font-weight: bold;
}

.sidebar_nav ul li a .nav_active {
	font-weight: bold;
	text-decoration:none;
}

#sidebar_buttons {
	border:none;
	width: 241px;
	margin: auto;
	padding-top:20px;
}

/*End Sidebar*/

/*Begin Content*/

#content {
	margin-left: 283px;
	width: 676px;
	background-color: #FFF;
	min-height: 450px;
	font-size: 12px;
	color:#555555;
	text-align: left;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

#content_home {
	width: 960px;
	background-color: #FFF;
	min-height: 200px;
	font-size: 12px;
	color:#555555;
	text-align: left;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

#content_pad {
	padding: 20px;
}

img{
	border-width:0px;
}
h1{
	color:#2D353D;
	font-weight: normal;
	font-size:22px;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px 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*/
.nav_container {
	position: absolute;
	top: 18px;
	left: 285px;
	width: 675px;
	height: 50px;
	padding: 0px;
	margin: auto;
	overflow:visible;
  }
  
.nav {
	height:50px;
	width:82px;
	float: left;
	text-align:left;
	vertical-align:bottom;
	position:relative;
}

.nav a {
	top: 10px;
	left: 0px;
	text-decoration:none;
}
  
.nav a span {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	z-index: 2;
}

.nav a:hover span {
	color: #DCC058;
	cursor: pointer;
}

.nav a .nav_active {
	color: #DCC058;
}
  
/*End Nav*/

/*Begin Subnav*/

#subnav_container {
	position: absolute;
	top: 0px;
	left: 0px;
}

.subnav {
	background-image: url(/inc/templates/current/danceingreensboro/images/subnav_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	min-width: 167px;
	height: auto;
	padding-top: 20px;
	z-index: 99;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.subnav ul {
	margin: 0;
	padding: 0;
	background-color:#ECECEC;
}

.subnav ul li {
	list-style-type: none;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/inc/templates/current/danceingreensboro/images/subnav_divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.subnav ul li a {
	color: #000;
	text-decoration:none;
}

.subnav ul li a:hover {
	font-weight: bold;
}

.subnav ul li a .nav_active {
	font-weight: bold;
	text-decoration:none;
}

#sub_nav_photo_gallery {
	position: absolute;
	left: 675px;
	top: 60px;
	padding-top: 20px;
}

#sub_nav_getting_started {
	position: absolute;
	left: 345px;
	top: 60px;
	padding-top: 20px;
}

#sub_nav_dance_instructors {
	position: absolute;
	left: 595px;
	top: 60px;
	padding-top: 20px;
}

#sub_nav_event_calendar {
	position: absolute;
	left: 760px;
	top: 60px;
	padding-top: 20px;
}

#sub_nav_contact_us {
	position: absolute;
	left: 830px;
	top: 60px;
	padding-top: 20px;
}

/*End Subnav*/

/*Begin Forms*/

.sc_table_form {
	margin: auto;
	padding: 2px;
}

.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: 400px;
} 

.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_Comments {
width: 400px;
height: 100px;
text-indent: 0px;
}

/*End Forms*/

/*Begin Photo Gallery*/

#thumb_container {
	/*height: 435px;*/
	width: 330px;
	/*overflow: auto;*/
}

.hiddenPic {
display:none;
}

#photo_gallery_photo_caption {
	text-align:left;
	color:#333;
}

#photo_gallery_photo_img {
	padding: 5px;
	border: 1px solid #999;
}

#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 {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#555555;
	padding: 10px;
}

#footer a {
	color:#555555;
	text-decoration:underline;
}

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

