body{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;/* necessary to position contained elements absolutely and use margin: 0 auto; to position wrapper in the center. */
	height: 100%;
	color: #ddd;
	background: #0f0f0f url(../images/skgPageElements/skgBackgroundPattern.jpg) repeat;
}

#wrapper{
	position: relative;
	width: 680px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #1a1a1a;
}

#innerWrapper{
	width: 650px;
	padding: 0px 15px;
	margin: 0;
}

.hidden{
	display: none;
}

#clearingDiv{
	clear: both;
}

a{
	text-decoration: none;
}

p a{
	color: #fff;
}

p a:visited{
	color: #fff;
}

p a:hover{
	color: #fff;
	text-decoration: underline;

}/*hover must be after visited to prevent cascading color*/

h2 a{
	color: #ccc;
}


h2 a:visited{
	color: #ccc;
}

h2 a:hover{
	color:#fff;
}

table a{
	text-decoration: none;
	color: #fff;
}

#directions{
	border: 2px solid #740000;
	margin-right: 5px;
}



h1{
	color: #fff;
	margin-top: 12px;
}

h2{
	color: #fff;
}

h3{
	font-size: 18px;
	color: #fff;
}

h4{
	color: #ddd;
}

h5{
	color: #ddd;
}

h6{
	color: #ddd;
}

.bold{
	font-weight: bold;
}

.quoteSource{
	font-size: 10px;
	font-weight: 100;
}

.activity{
	margin: 25px 0 0 0;
	padding: 0;
	color: #fff;
}

#exerciseArea .activityDesc{
	margin: 0;
	padding: 0;
	width: 385px;
	color: #f3f3f3;
}

.session{
	margin: 25px 0 0 0;
	padding: 0;
	color: #fff;
}

#exerciseArea .sessionTimes{
	margin: 10px 0 0 0;
	padding: 0;
	width: 385px;
	color: #f3f3f3;
}

.smallCaps{
	font-variant: small-caps;
}


a img{
	border: none;
	text-decoration: none;
}


#header{
	float: left;
	width: 100%;
	background-color: #000;
	/*margin-bottom: 0;*/ /*May be needed*/
}

#headerImages{
	float: left;
	width: 628px;/* Had to subtract 25px to accomodate the padding-left */
	padding: 3px 0px 0px 22px;
	background-color: #000;
	margin-bottom: 5px;
}

#leftHeaderImage{
	float:left;
	width: 350px;
	height: 170px;
}

#rightHeaderImage{
	width: 240px;
	height: 80px;
	margin-left: 12px;
	padding-top: 77px;
}

#nav{
	float: left;
	width: 650px;
	font-size: 18px;
	text-align: center;
	background-color: #000;
	background: url(../images/skgPageElements/skgButtonBar.jpg) no-repeat center;
}

#nav ul{
	width: 100%;
	margin: -10px 40px -15px 35px;
	padding: 0;
		
}

#nav li{
	float: left;
	list-style-type: none;
	display: inline;
	text-align: center;
	
	
}

#nav a{
	display: block;
	text-decoration: none;
	color: #c6c6c6;
	margin: 15px 30px 6px 0px;
	padding: 22px 0px 25px 0px;
	width: 90px;
	
}

#nav a:hover{
	color: #fff;
}


#home #currentPage{	
	color: #fff;
}

#info #currentPage{	
	color: #fff;
	
}

#sessions #currentPage{	
	color: #fff;
	
}


#dates #currentPage{	
	color: #fff;
}


#why #currentPage{	
	color: #fff;
}

#content{
	clear: both;
	padding: 3px 25px 25px 25px;
	margin: 0;
	background-color: #000;
	background-image: url(../images/skgPageElements/skgRKCLogoIEHack.jpg);
	background-repeat: no-repeat;
	background-position: 535px bottom;
}

#rightColumn{
	float: right;
	width: 150px;
	height: 150px;
}

#rightColumn ul.moreInfoNav{
	margin-top: 10px;
	padding: 0;
	list-style: none;
	
}

#rightColumn li{
	width: 150px;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
	margin-top: 3px;
	padding: 10px 0 7px 0;
	background: url(../images/skgPageElements/skgContentLinks.jpg) no-repeat center;
}

#rightColumn li a{
	padding: 0;
	color: #c6c6c6;
	text-decoration: none;
}

#rightColumn li:hover{
	color: #fff;
	background: url(../images/skgPageElements/skgContentLinksOn.jpg) no-repeat center;
}

#rightColumn li#currentSubPage{	
	background: url(../images/skgPageElements/skgContentLinksOn.jpg) no-repeat center;
}

#rightColumn li#currentSubPage a{	
	color: #fff;
}

#leftColumn{
	padding: 0 250px;
}

#leftColumn p{
	width: 400px;
}

.pageTitle{
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 1px;
}

.pageSubTitle{
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 1px;
	margin-bottom: -9px;
}

#exerciseArea{
	margin: 0;
}

#exerciseArea p{
	font-size: 14px;
	font-weight: 100;
	margin-top: 20px;
	margin-left: 7px;
	padding: 0 0 3px 0;
	width: 400px;
}

#exerciseArea ol{
	margin: 0;
	padding: 0 0 0 25px;
	width: 360px;
}

#exerciseArea  ol li{
	margin: 5px 0 0 0;
	font-weight: bold;
}

#exerciseArea #quotes{
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	width: 385px;
	font-weight: bold;
	list-style: none;
}

#exerciseArea #quotes li{
	margin: 5px 0 11px 0;
	
}

#exerciseArea p.smallerType{
	font-size: 12px;
}

#exerciseArea p.exercise{
	padding: 0 0 15px 0;
	margin-bottom: 25px;
	border-bottom: 2px solid #740000; 
}	

#exerciseList{
	margin: 0 0 15px 0;
	padding: 0;
	width: 400px;
}

#exerciseList h3{
	margin: 3px 0 5px 9px;
}

#exerciseArea h3 .sessions{
	margin-top: -1px;
}

#sessions dt{
	color: #fff;
	font-weight: bold;
}

#sessions dd{
	color: #ddd;
	margin-left: 20px;
}

#exerciseList dl{
	width: 400px;
	margin: 0 15px 0 0;
	padding: 0;
	display: inline;  /*fix for IE/WIN double margin float bug*/ 
}

#exerciseList dt{
	float: right;
	width: 330px;
	padding: 0;
	font-size: 20px;
}

#exerciseList dd{
	margin: 0 0 10px 75px;
	padding: 0;
}

#exerciseList dl dd.img{
	margin: 0;
}

#exerciseList dd.img img{
	float: left;
	margin: 0;
	padding: 0;
}

#footer{
	clear: right;
	width: 650px;
	margin: 0px 0 0 15px;
	padding: 0 0 25px 0;
	text-align: left;
	background: #000 url(../images/skgPageElements/skgFooter.png) no-repeat bottom center;
}

#rkcLogo{
	float: right;
	height: 150px;
	width: 90px;
	margin: 0 25px 5px 0;
}

#infoBar{
	clear: both;
	width: 600px;
	margin: 0 0 0 25px;
	padding: 5px 0 10px 0;
	border-top: #740000 1px solid;
	color: #fff;
	font-size: 10px;
}

#infoBar p{
	display: inline;
}

#infoBar ul{
	float: right;
	margin: -3px 0 0 0;
	padding: -3px;
	list-style: none;
}

#infoBar li{
	float: right;
	margin: 0 0 0 3px;
	padding: 0;
}

#infoBar li img{
	width: 16px;
	height: 16px;
	border: none;
	padding: 2px;
	margin: 0 1px;
}

#infoBar li img:hover{
	background-color: #555;
}

#directionList{
	margin: 0 0 90px 0;
	width: 480px;
}

#infoBar a{
	color: #fff;
	text-decoration: none;
}

#infoBar a:hover{
	color: #fff;
	text-decoration: underline;
}

/*****************************************************_--PAGE SPECIFIC STYLES--_********************************************************************/
#ieSixUserNotice{
	display: none;
}

.eventContainer{
	float: left;
	width: 33em;
	margin: 20px 0;
	background-color: #000;
}

div.eventDate{
	width: 5.0em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

div.eventDate p{
	width: 70%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

p.month{
	background-color: #000;
	font-size: 18px;
}

.eventDate p.day{
	width: 65%;
	margin: 1px auto;
	padding: 4px 0;
	font-size: 26px;
	background-color: #740000;	
	border: 1px solid #eee;
}

.eventDate p.time{
	margin: -3px auto;
	padding: 0;	
}

.eventDate p.timeBox{
	padding: 0;
	font-size: 12px;
	/*border: 1px solid #fff;*/
}

div.eventDescription{
	width: 28em;
	float: right;
}

.eventDescription p{
	margin: 0;
	padding: 0;
}

	

