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

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

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }


html { height: 100%; }
body { height: 100%; background-image:url(images/_body-bck-gradient.jpg); background-repeat: repeat-x; }

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin: 0 40px 0 15px;
}

h2.checkmark { padding-left: 35px; margin: 10px 10px 5px; background-image: url('images/checkmark.gif'); background-repeat: no-repeat; }

p.myClass {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin: 0 15px 0 45px;
}

#page-wrapper {min-height: 100%;}

/* Headers section */
#header-wrapper {
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
}

#header-content {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/home-header.jpg);
}

/* Main navigation section */
#navMain-wrapper{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

#navMain-content {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

/*Body section (entire middle section between navigation bar and footer) */
#body-wrapper {overflow:auto; padding-bottom: 250px; background-color: none;}  /* must be same height as the footer */
#body-content {
	width:960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: none;
}

/* Footer section */
#foot-wrapper {
	position: relative;
	margin-top: -250px; /* negative value of footer height */
	height: 250px;
	clear:both;
	background-image: url(images/_footer-bck-red-gradient-repeat.jpg)
	/*background-color: #2a4545;*/
	/*min-width:960px;*/	
}
 
#foot-content {
	width: 940px;
	height: 230px;
	margin:0 auto;
	padding:10px;
	background-color: none;
	
}

#home h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1em;
}

#home p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: 7px;
}

#about-glen h1 {
	line-height: 1.1em;
	font-family: Times New Roman, Times, serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-left: 15px;
}

#about-glen p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin: 0 0 7px 15px;
}

#faq h1 {
	line-height: 1.1em;
	font-family: Times New Roman, Times, serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-left: 15px;
}

#faq p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin: 0 0 7px 15px;
}

#faq p.question {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-top: 20px; 
	margin-bottom: 2px;
}

#faq p.answer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}


#navMain-wrapper{
	width: 100%;
	background-color: none;
}

#navMain-content {
	width: 960px;
	margin: 0 auto;
	background-color: none;
}

#navMain-content ul {
	text-align: center;	
}

#navMain-content ul li {
	ffont-family: Georgia, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline;
	line-height: 40px;
	border-left-style: solid;
	border-left-color: gray;
	border-left-width: 1px;
	padding: 0 0 0 4px;	
}

#lastNav {
	border-right-style: solid;
	border-right-color: gray;
	border-right-width: 1px;
}

#navMain-content ul li a:link, #navMain-content ul li a:active, #navMain-content ul li a:visited {
	text-decoration: none; /* only affect <a> tags e.g. links */
	color: black; /* text color */
	text-shadow: 0px 1px 0px white; /* embossed visual effect on text */
	padding:10px 14px; /* this changes the height of the the rollover color */
}

#navMain-content ul li a:hover, #navMain-content ul li a:active {
	color: white; /* text color on hover */
	text-shadow: 0px -1px 0px black; /* embossed visual effect on text */
	background-color: #666; /* navigation color on hover */
	
}