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

html
{
	background-image:url(images/background-pixel.png);
	background-repeat: repeat-x repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

a
{
	color: #377F0B;
}

a:hover
{
	color: #294F12;
}

blockquote
{
	margin: 0px 50px 0px 50px;
}

em
{
	font-style:italic;
}


h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: 0.83em 0 0 0 }
h4, p, blockquote,ul     { margin: 0 0 1.12em 0 }

strong
{
	font-weight: bold;
}

ul.none
{
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	margin: 0;
}

ul.none li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul li ul, ul li ul li
{
	padding-top: 0px;
	margin-top: 0px;
}

.center
{
	text-align: center;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 8px 0px 8px 8px;
	}

.alignleft {
	float: left
	margin: 8px 8px 8px 0px;
	}
	
div.wp-caption 
{
	border: #C7C7C7 solid 1px;
	background-color:#EBEBEB;
	padding: 10px 5px 5px 5px;
	text-align:center;
}
	
p.wp-caption-text
{
	text-align: right;
	font-style:italic;
	margin: 5px 8px 0 8px;
	font-size: 10pt;
}
/* End Images */

#page-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#page {
	
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width:1000px;
	height:93px;
}

#header-home-link-wrapper
{
	position: relative;
}

#header-home-link
{
	position: relative;
	left: 50px;
	top: 0px;
	font-size: 56pt;
	text-align:center;
	width: 500px;
}

#header-home-link a
{
	text-decoration: none;
}

#header-home-link a:hover;
{
	text-decoration: none;
}

#header-home-link a i
{
	visibility: hidden;
}

#nav-top
{
	width: 1000px;
	
}

#nav-top-left {
	background-image: url(images/nav-header-left.png);
	width:20px;
	height:45px;
	float: left;
	
}

#nav-top-links
{
	width:731px;
	float: left;
	
}

#nav-top-right
{
	background-image: url(images/nav-header-right.png);
	width: 249px;
	height: 45px;
	float: left;
}
#nav-top-link-list {
	width: 731px;
	height: 45px;
	position:relative;
	background:url(images/Nav-Top.png);
	
}
#nav-top-link-list li
{
	position: absolute;
	list-style:none;
	top:0;
}

#nav-top-link-list li, #nav-top-link-list a
{
    height: 45px;
	display: block;
}

#nav-top-link-list-home
{
	left:0;
	width:125px;
}

#nav-top-link-list-home a:hover
{
	background: transparent url(images/Nav-Top.png) 0 -45px no-repeat;
}

#nav-top-link-list-home a.selected
{
	background: transparent url(images/Nav-Top.png) 0 -45px no-repeat;
}

#nav-top-link-list-about
{
	left:126px;
	width:152px;
}

#nav-top-link-list-about a:hover
{
	background: transparent url(images/Nav-Top.png) -126px -45px no-repeat;
}

#nav-top-link-list-about a.selected
{
	background: transparent url(images/Nav-Top.png) -126px -45px no-repeat;
}

#nav-top-link-list-co
{
	left: 278px;
	width: 131px;
}

#nav-top-link-list-co a:hover
{
	background: transparent url(images/Nav-Top.png) -278px -45px no-repeat;
}

#nav-top-link-list-co a.selected
{
	background: transparent url(images/Nav-Top.png) -278px -45px no-repeat;
}

#nav-top-link-list-va
{
	left: 409px;
	width: 178px;
}

#nav-top-link-list-va a:hover
{
	background: transparent url(images/Nav-Top.png) -409px -45px no-repeat;
}

#nav-top-link-list-va a.selected
{
	background: transparent url(images/Nav-Top.png) -409px -45px no-repeat;
}

#nav-top-link-list-register
{
	left: 587px;
	width: 141px;
	
}

#nav-top-link-list-register a:hover
{
	background: transparent url(images/Nav-Top.png) -587px -45px no-repeat;
}

#nav-top-link-list-register a.selected
{
	background: transparent url(images/Nav-Top.png) -587px -45px no-repeat;
}

#content-wrapper
{
	background-image: url(images/content-background-sliver.png);
	width: 1000px;
	background-repeat: repeat-y;
	display:block;
	
}

#content
{
	padding: 0px 20px 0px 20px;
	height: 100%;
	position: relative;
}

div.post
{
	padding: 0px 20px 20px 50px;	
	line-height: 1.5;
}


#banner-generic
{
	margin: 0px 20px 0px 20px;	
}

div.widecolumn
{
	float: left;
	width: 625px;
}

#sidebar
{
/*	width: 	315px;*/
	float:right;
	padding-bottom: 50px;
	padding-right: 50px;
}

.clear
{
	clear: both;
}

#locations-CO
{
	text-align: center;
	display:block;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}

#locations-VA {
	text-align: center;
	display:block;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}

#locations {
	/*width: 960px;*/
	padding-left: 49px;
	padding-right: 49px;
	display:block;
	padding-bottom: 25px;
	
}
#locations-text-wrapper
{
	position: relative;	
}

#locations-text {
	position: absolute;
	top: -40px;
	color: #6b6b6b;
	font-size: 10pt;
}

#upper-content {
	
}
#main-text {
	float: left;
	padding-top: 10px;
	padding-left: 50px;
	border-color: red;
	border-width: 0px;
	border-style: solid;
	height: 125px;
	width: 525px;
	font-size:18px;
	color: #6b6b6b;
	line-height: 1.7;
}

#main-text a
{
	color: #be6390;
	font-size: 10pt;
	text-decoration: underline;
	background-image:url(images/arrow_right.png);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 20px;
	margin-right: 5px;
}

#main-text a:hover
{
	color: #581B39;
	text-decoration:none;
}

#quote {
	float: right;
	padding-right: 40px;
	
}

#nav-top-bottom
{
	background-image: url(images/nav-header-bottom.png);
	width: 1000px;
	height: 45px;
	clear:both;
	
}

#credits
{
	text-align: center;	
	color: black;
	font-size: 9pt;
	line-height: 1.7t;
	
}

#gcm-logo
{
	vertical-align:middle;
}

#credits a
{
	color:  black;	
}

#credits a:hover
{
	color: green;	
}

#quote-line
{
	background-image:url(images/quote_line_pixel.png);
	background-repeat:repeat-x;
	position: relative;
	top: -49px;
	width: 555px;
	height: 1px;
	margin-left: 40px;
	
}
#days-left-wrapper
{
	position: absolute;	
	
}

#days-left
{
	position: relative;
	top: -105px;
	left: 655px;
}

#days-left-count
{
	font-size: 36pt;
	color: #fcf51d;
}

#days-left-heading1
{

	position: relative;
	top: -40px;
	left: 65px;
	text-transform: uppercase;
	font-size: 10pt;
	width: 150px;
	
	color: #fdf874;	
}

#days-left-heading2
{
	font-size: 10pt;
	position: relative;
	top: -25px;
	left: 0px;
	color: #fdf874;	
}

#footer
{
	background-image: url(images/footer.png);
	width: 1000px;
	height: 208px;
	overflow:hidden;
	
}

#footer li
{
	list-style:none;
}

#footer li a
{
	color: #e9bed3;
	font-size: 10pt;
	text-decoration:none;
	line-height: 1.65;
}

#footer li a:hover
{
	color: #fcf51d;
	font-size: 10pt;
	text-decoration:underline;
}

#footer ul.subpage
{
	padding-left: 5px;
}

#footer ul.subpage li
{
	
}

#footer ul.subpage a
{
	color: #c06491;
}

#footer ul.subpage a:hover
{
	color: #fcf51d;
	font-size: 10pt;
}

#footer-col-a {
	padding-left: 25px;
	width: 100px;
	float: left;
}
#footer-col-b {
	padding-left: 25px;
	width: 100px;
	float: left;
}
#footer-col-c {
	padding-left: 25px;
	width: 100px;
	float: left;
}
#footer-cols {
	padding-top: 10px;
	padding-left: 50px;
	
}

#footer-register-link-wrapper
{
	position: relative;	
	
}

#footer-register-link
{
	position:absolute;
	top: -205px;
	left: 575px;
	width: 100px;
	font-size: 18pt;
	
}

#footer-register-link a
{
height:75px;
width: 145px;
display:block;
text-decoration:none
}

#footer-register-link a:hover
{
	text-decoration:none;
}

#footer-register-link a i
{
	visibility:hidden;
}

#related_page_link
{
	visibility:hidden;
}

#sidebar-links ul li
{
	font-size: 12pt;
}

#faq_answers ol li
{
	list-style: none;
}

ol.faq li a
{
	text-decoration: none;
}

ol.faq li a:hover
{
	text-decoration: underline;
}

/* WP-TABLE */

.wptable {
 
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	border-collapse: collapse;
}

.wptable th, .wptable td
{
	padding: 5px 5px 5px 5px;
}

/* header row*/
.wptable th {
 
	/*padding:	2px 5px;*/
 	border:		1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:		default;
	background:	ButtonFace;
	
}

/* normal row*/
.wptable td {

}

/* alternative rwo */
.wptable tr.alt {
 
 	background-color: #F4F4EC; 

}
