@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	background:url(/images/siteBg.gif) #000000 center center repeat-y;
	color:#333333;
	font:11px/16px Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color:#333333;
}

a:hover {
	color:#dadb56;
}

p {
	padding:5px 0px;
}

h1 {
	padding-bottom:8px;
	font-size: 18px;
	line-height: 24px;
}


h2 {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 6px;
}

h2.listHdr {
	padding-top:20px;
	padding-bottom:2px;
}

a.vendor_link:link, a.vendor_link:visited {
	padding-left:0px;
	color:#888888;
}

a.vendor_link:hover {
	color:#DADB56;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: solid 1px #CCCCCC;
	margin: 3px;
	padding: 1px;
	/*line-height: 13px;*/
}	

.star {
	color: red;
	font-weight: bold;
}

.msg {
	font-weight: bold;
	margin-bottom: 5px;
	color: red;	
}

.leftmenu {
	padding: 10px 8px 100px 6px;
	margin-right: 10px;
	width: 120px;
	border-right: 2px solid #cccccc;
}	
div.content {
	margin: 10px;
	text-align: left;
}
.infotbl {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color:#DADB56;
	margin-top: 10px;
}

.infotbl th, .infotbl td {
	font-size: 11px;
}
.infotbl tr {
	background-color: #fff;
}
.infotbl tr th {
	background-color: #DADb56;
}
#site {
	margin:0px auto;
	width:800px;
}

#intro {
	width:800px;
	height:664px;
	/*padding:525px 55px 0px;*/
	margin:auto;
	background:url(/images/introBg.gif) top center no-repeat;
	border: 1px solid #DADB56;
	position:relative;
	color:#FFFFFF;
	text-align:center;
	font:bold 14px 'Times New Roman', Times, serif;
}

	#introWelcome {
		width:415px; 
		margin:385px auto auto auto;
	}

	#enterHere {
		width:250px;
		margin:40px auto auto auto;
		font-style:italic;
		font-size:18px;
		font-weight:normal;
		color:#FFFFFF;
	}
			
	

#siteTop {
	width:690px;
	height:50px;
	padding:68px 55px 0px;
	background:url(/images/siteTopBg.gif) top center no-repeat;
}

	body.atlanta #siteTop {
		width:800px;
		padding:68px 0px 0px;
	}
	
	body.denver #siteTop {
		width:800px;
		padding:68px 0px 0px;
	}
	
		#siteNav {
			float:left;
			margin-top:10px;
			width: 925px;
		}
		
		#siteNav li {
			display:inline;
			list-style:none;
		}
		
		#siteNav li a:link, #siteNav li a:visited {
			background-position:top;
			height:30px;
			display:block;
			float:left;
		}
		
		#siteNav li a:hover, /* Set hover and current page state `BKS */
		#about #siteNavAboutUs, #vendors #siteNavServices, #locations #siteNavLocations, #blog #siteNavBlog,
		#vendorLogin #siteNavVendorLogin, #contact #siteNavContact, #classes #siteNavEvents {
			background-position:bottom!important;
			height:30px;
		}

			#siteNavAboutUs {
				background:url(/images/siteNavHowWorks.gif) no-repeat;
				width:150px;
			}
			
				#siteNavAboutUs.atlanta { 
					background:url(/atlanta/images/siteNavHowWorks.gif) no-repeat;
					width:133px; 
				}
				#siteNavAboutUs.denver { 
					background:url(/denver/images/siteNavHowWorks.gif) no-repeat;
					width:133px; 
				}
				
			#siteNavServices {
				background:url(/images/siteNavExclusive.gif) no-repeat;
				width:165px;
			}

			#siteNavLocations {
				background:url(/images/siteNavLocations.gif) no-repeat;
				width:135px;
			}

			#siteNavBlog {
				background:url(/images/siteNavChatter.gif) no-repeat;
				width:96px;
			}

			#siteNavContact {
				background:url(/images/siteNavContact.gif) no-repeat;
				width:144px;
			}
			
				#siteNavContact.atlanta { 
					background:url(/atlanta/images/siteNavContact.gif) no-repeat;
					width:124px; 
				}
				
				#siteNavContact.denver { 
					background:url(/denver/images/siteNavContact.gif) no-repeat;
					width:124px; 
				}

			#siteNavEvents {
				background:url(/images/siteNavEvents.gif) no-repeat;
				width:144px;
			}


#siteMiddle {
	width:690px;
	margin:0px auto;
	background-color:white;
}

	#contentTop {
		width:690px;
		height:20px;
		background:url(/images/contentTopBg.gif) no-repeat;
	}
	
	#contentMiddle {
		width:630px;
		padding:0px 30px;
		background:url(/images/contentMiddleBg.gif) repeat-y;
	}
	
		#contentMidRight {
			width:279px;
			padding-left:13px;
			float:right;
		}
		
		#contentMidLeft {
			padding-right:30px;
			float:left;
			width: 308px;
		}

	#contentBottom {
		width:690px;
		height:20px;
		background:url(/images/contentBottomBg.gif) no-repeat;
	}
	
#siteBottom {
color:#CCCCCC;
text-align:center;
	height:50px;
}

/* Calendar Styles - JPJ */
.event-div {
	width: 100%;
}
.event-tbl tr {
	padding: 5px 0 5px 0;
}
.calendar {
	width: 160px;
	padding-bottom:12px;
}
.calendar .row-week td a {
  display: block;
}
.calendar .row-week td a:hover, .header-week {
  background-color: #DADB56; 
  color: #fff;
}
.calendar a, .calendar a:visited {
  text-decoration: none;
  color: #000;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
}
.calendar td, .calendar th {
  text-align: center;
  vertical-align: top;
  border: 1px solid #000;
  padding: 1px;
  margin: 0;
}
.calendar th {
	color: white;
	background-color: #DADB56;
	padding-bottom: 4px;
}
a.day-selected, a:visited.day-selected {
	color: red;
	font-weight: bold;
}
.numbox, .numbox a, .numbox a:visited {
	text-align: right;
	vertical-align: top;
	color: #009933;
}
.header-day {
  background-color: #DADB56; 
  color: #000;
  text-align: center;
}
.calcell a:link, .calcell a:visited {
	text-decoration: none;
}
.calcell a:hover {
	background-color: #FFFFCC;
	color: #000;
}
.r_open {
	background-color: #00CC99;
}
.r_open a:link, .r_open a:visited {
	color: #00CC99;
}
.r_open a:hover {
	color: #000;
} 
.r_self {
	background-color: #99CCFF;
}
.r_reserved {
	background-color: #DADB56;
}
.r_past {
	background-color: #CCCCCC;
}

.caption {
	width: 311px;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	padding: 4px 10px 2px 10px;
}

li {
	margin-left:20px;
	margin-bottom:3px;
}

input, textarea {
	width:150px;
	margin-right:3px;
	padding:0px;
}

