/*Layout and styles*/
* {
	padding:0px;
	margin:0px;
}
html {
	background-color:#a6cbe5;/*lightblue*/
	padding:0px;
	margin:0px;
	background-image:url(images/tilebg.jpg);
	background-repeat:repeat-x;
	background-position:0 -34px;
}
#background {
	margin:0 auto;
	width:1000px;
	height:1000px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background-position:0 -9px;
}
#container {
	margin-left: 15%;
	margin-right: 10%;
	background-color:transparent;
	color: #000;
}
#HeaderName {
	width:572px;
	height:123px;
	float:left;
	clear:right;
	margin-top:51px;
	border-left: 1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
#Logo {
	width:132px;
	height:124px;
	float:left;
	margin-top:51px;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
/*Navigation, rollover, activity*/
#navigation {
	position:relative;
	background-image:url(images/DSLSC_07.jpg);
	float:left;
	width:199px;
	max-width:199px;
	height:735px;
	max-height:735px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:right;
	border-left: 1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
#active {
	background-color: #06a202;/*dslsc green*/
	color: #e7c310;/*dslsc yellow*/
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#navigation li {
	margin: 0 0 0 0;
}
#navigation a {
	display: block;
	color: #000;
	width: 176px;
	padding: 4px 12px;
	text-decoration: none;
	border-bottom:1px #FFFFFF solid;
	margin:0px;
}
#navigation a:hover {
	background-color: #06a202;
	color: #e7c310;
}
#navigation li ul {
	border-bottom:1px #FFFFFF solid;
	text-align:left;
}
/*End Navigation*/

/*TextArea placement formatting*/
#textArea {
	padding:0px;
	position:relative;
	background-image:url(images/DSLSC_08.jpg);
	float:left;
	width:505px;
	height:735px;
	min-height:735px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	overflow: auto;
}
#textArea img {
	border-bottom:1px solid #FFFFFF;
}

#text ul{
	margin-left:15px;
	list-style-image:url(images/bullet.gif);
}

/*End TextArea placement formatting*/


/*Footer*/
#footer {
	padding:0px;
	background-image:url(images/DSLSC_10.jpg);
	float:left;
	width:704px;
	height:49px;
	margin-top:0px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color:#FFFFFF;
}
#footer a:hover {
	background-color:#FFFFFF;
	color:#000000;
}
#footer ul {
	margin-left:204px;
}
#footer ul li {
	display:inline;
	list-style-type: none;
	text-align:center;
}
#footer p {
	color:#1880ac;
	margin:0;
	padding:0;
	font-size:xx-small;
	text-align:center;
}
/*End Footer*/

/*Text Formatting*/
#text {
	padding-top:16px;
	padding-bottom:20px;
	padding-left:29px;
	padding-right:29px;
	overflow: auto;
}
#text h1 {
	color:#009900;
	text-align:center;
	padding-bottom:10px;
}
#text h2 {
	font-size:14px;
	color: #009900;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-bottom:10px;
}
	
#text h3{
	font-size:12px;
	color:#009900;
}

/*End Text Formatting*/

/*General Selectors*/
.clear {
	clear:left;
	margin:0;
}
.img {
	padding:0;
	margin:0;
}
h3 {
	padding-top:10px;
}
dt {
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#009900;
}
dd {
	margin:0px;
	margin-bottom:15px;
	padding:0px;
}
p {
	padding-top:4px;
	padding-bottom:5px;
}

/*End General Selectors*/

/*Venue Specific*/
#calendar {
	padding:30px 0 0 0;
	overflow:auto;
	height:465px;
}
#calendar table {
	border-collapse:collapse;
	border-style:groove;
	border-top:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	margin-left:10px;
	float:left;
}
#calendar caption {
	color: #06a202;
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:3px;
}

#calendar td, th{
	padding:4px;
}

#calendar td {
	background-color:#FFFFFF;
	text-align:center;
}
#calendar th {
	background-color:#6699CC;
	color:#FFFFFF;
}
/*Venue Classes*/

ol.venueOrderedList {
	margin-bottom:10px;
}
#calendar td.booked {
	background: #06a202;
	color:#fff;
}

#calendar td:hover{
	background-color:#999999;
	color:#000;
}
/*End Venue Classes*/
/*End Venue Specific*/

/*Member Pages Specific*/
a.breadcrumb {
	font-weight:bolder;
	text-decoration:none;
}
p.memNav {
	text-align:center;
}
#memberDocs {
	padding-top:30px;
}

h3 span{
color:#CC0000;
}
/*End Member Pages Specific*/
#text a:link, a:visited{
color:#0000ee;
}

#text a:hover{
color:#0099FF;
}
