body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(../images/pg_bg.png);
	margin: 0px;
	padding: 0;
}

/*------MAIN SECTIONS-----------------------------------*/

#top {
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
	height: 56px;
	margin: 0 0 24px 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#masthead {
	background-image: url(../images/masthead_bg.png);
	background-repeat: no-repeat;
	height: 190px;
	padding: 0px;
	margin: 0;
}
#column_wrapper {
	background-image: url(../images/colwrapper_bg.png);
	background-repeat: repeat-y;
}
#center {
	width: 650px;
	float: left;
}
#left {
	width: 310px;
	float: left;
}
#footer {
	margin: 0;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	font-size: 0.7em;
	clear: both;
}
#menu {
		padding: 114px 24px 0 380px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*------CONTENT STYLING-----------------------------------*/

#top .content {
	padding: 12px 60px;
	color: #FFF;
	font-size: .7em;
	text-align: right;
}
#center .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 20px 24px 70px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#footer .content {
	padding: 12px 0px 12px 50px;
}

/*------LINKS-----------------------------------*/

#left a:link, #left a:visited, #left a:hover {
	color: #599942;
	font-weight: bold;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
	border-bottom: dotted 1px #F90;
}
#center a:link, #center a:visited, #center a:hover {
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}
#center a:hover {
	color: #000000;
	border-bottom: dotted 1px #F90;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	border-bottom: dotted 1px #F90;
}
#top a:link, #top a:visited {
	color: #FFF;
	text-decoration: none;
}
#top a:hover {
	color: #F90;
	text-decoration: none;
}
#top a:link:visited {
	color: #EEE;
}

/*------SPECIAL LINK STYLES--------------------------------*/

.linkarrow {
	padding: 0 0 0 14px;
	background: url(../v2/images/linkarrow.png) no-repeat 0 50%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#left a:link.readmore, #left a:hover.readmore, #left a:visited.readmore {
	background-image: url(../images/readmore.png);
	height: 17px;
	width: 70px;
	background-position: 0 0;
	display: block;
	text-decoration: none;
	border: none;
	margin-bottom: 24px;
}
#left a:hover.readmore {
	background-position: 0 -17px;
	display: block;
}

/*------TYPOGRAPHY-----------------------------------*/

h1 {
	font-size: 1.8em;
	margin: 0;
}
#left h1 {
	background-image: url(../images/lefth1_bg.png);
	background-repeat: no-repeat;
	height: 26px;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: .2em;
	padding: 7px 6px 0 32px;
	margin-bottom: 6px;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
#left h2 {
	margin-top: 0;
	font-size: 1em;
	color: #000;
	border-top: #CCC solid 1px;
}
#left p {
	margin-top: 3px;
	color: #1A739D;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

/*------IMAGE STYLES---------------------*/

.imgleft {
	float: left;
	margin: 6px 9px 6px 0;
}
.imgleftborder {
	float: left;
	margin: 6px 9px 6px 0;
	border: 1px solid #000;
	padding: 2px;
}
.imgright{
	float: right;
	margin: 6px 0 6px 9px;
}
.imgrightborder {
	float: right;
	margin: 6px 0 6px 9px;
	border: 1px solid #000;
	background-color: #FFF;
}
.imgss, .imgsslast {
	float: left;
	margin: 0px 6px 6px 0px;
	border: 1px solid #000;
	padding: 2px;
}
.imgsslast {
	margin: 0px 0px 6px 0px;
}


/*------SPONSORS--------------------------------*/

#sponsors {
	padding: 12px 24px 12px 70px;
}

/*------FORMS-----------------------------------*/
#contact form {
	line-height: normal;
}
label { 
	font-size: .9em;
	font-style: italic;
}
input, textarea, select { 
	padding: 5px; 
	color: #666; 
	background: #f5f5f5; 
	border: 1px solid #ccc; 
	font-size: 1em; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}   
input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff;
	color: #333; 
}
input.submit { 
	cursor: pointer; 
	border: 1px solid #222; 
	background: #333; 
	color: #fff;
}
input.submit:hover { 
	background: #444; 
}
input[type="submit"][disabled] { 
	background: #888;
}
fieldset { 
	padding: 20px; 
	border: 1px solid #eee; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000;
}
span.required { 
	font-size: 13px; 
	color: #ff0000; 
}
#message { 
	margin: 10px 0; 
	padding: 0; 
}
.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background-color: #FBE3E4;
	background-image: url('../v2/assets/error.gif');
	background-repeat: no-repeat;
	background-position: 10px center; 
	padding: 3px 10px 3px 35px; 
	color: #8a1f11;
	border: 1px solid #FBC2C4; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.loader { padding: 0 10px;
}
#success_page h1 { background: url('../v2/assets/success.gif') left no-repeat; padding-left:22px; 
}

/*-----CALLOUT BOX----------------------------*/

.callout {
	width: 220px;
	padding: 0 9px;
	float: right;
	margin: 6px 0 6px 12px;
	background-color: #F90;
	border: 1px #DEDEDE solid;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	color: #000;
	line-height: normal;
	text-align: center;
}
.callout h4 {
	color: #FFF;
}
.callout p {
	margin-top: 0;
}

/*------CALENDAR ITEM-----------------------*/

.calendar-date {
	float: left;
	display:inline;
	width: 40px;	
	margin-right:6px;
	background:#FFF;
	border:1px solid #000;
}
.calendar-month {
	background-color: #000;
	color:#fff;
	text-align:center;
	padding:0 5px;
}
.calendar-day {
	background-color: #F60;
	color: #000;
	text-align:center;
}
.calendar-title {
	font-weight:bold;
}
.calendar-item {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;	
}
span.dateposted {
	font-style: italic;
	font-size: .9em;
	color: #999;
	margin-bottom: 0;
}

/*-----SPONSOR AREA-----------------------------------*/

.sponsorListHolder{
	margin-bottom:30px;
}
.sponsor{
	width:170px;
	height:100px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}
.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background-image: url(../UserFiles/sponsors/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f9f9f9;
}
.sponsorFlip:hover{
	border:1px solid #999;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #DDDDDD inset;
}
.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -85px;
}
.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}
.sponsorDescription{
	font-size: 9px;
	text-align: center;
	padding:10px;
	font-style:italic;
}
.sponsorURL{
	font-size:9px;
	font-weight:bold;
	text-align: center;
}
.clear{
	/* This class clears the floats */
	clear:both;
}

/*-----TAB SLIDEOUT--------------------------------------*/

.slide-out-div {
	padding: 3px 12px;
	width: 136px;
	background: #FFF;
	border: 1px solid #666;
	z-index: 1000;
	color: #666
}
.slide-out-div p {
	font-size: 11px;
	line-height: 16px;
}

