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

* {
margin:0;
padding:0; 
}

p {
line-height: 16px;
}

a {
color:#a0c84d;
text-decoration: none;
}

span {
color: #a0c84d;
}

h1 {
padding: 13px 0 15px 0;
color:#FFFFFF;
font: "Avant Garde", Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:normal;
}

html, body {
height:100%;
background: url(../images/BG.jpg) repeat-x #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}

#wrap {
min-height: 100%; 
width: 800px; 
margin: 0px auto;
}

html:before, #wrap:before { /* Opera and IE8 "redraw" bug fix */
content:"";
float: left;
height: 100%;
margin-top: -999em;
}

* html #wrap { /* IE6 workaround */
height: 100%; 
}

#container {
text-align: left;
padding: 0px 0px 100px; /* padding-bottom equals height of #foot */
}

/*GTC Navigation*/

#header {
height: 100px;
width: 800px;
margin: 0 auto;
}

#header_logo {
background: url(../images/GTC_logo.jpg) no-repeat;
height: 75px;
width: 280px;
margin: 12.5px 14px 0px 0px;
float:left;
z-index: 50;
}

#site_navigation {
width: 506px;
float: left;
border: 0;
}

#site_navigation #nav {
margin: 0px auto 0px;
}

.nav_menu {
clear: both;	
}

.nav_menu ul {
width: 506px;
padding: 0px;
margin: 0px auto;	
}

.nav_menu li {
padding: 0px;
display: inline;
list-style: none;	
margin: 0px 0px 0px 2px;
float: left;
font-size: 13px;
}

.nav_menu li a {
text-decoration: none;
color: #8A8A8A;
float: left;
padding: 67px 9px 16px 9px;
}

.nav_menu li a.nav_menu_on, .nav_menu li a:hover {
background: url(../images/GTC_Menu.jpg) repeat;
color: #ffffff;
float: left;
}

/*Banner*/

#banner {
background: #FFFFFF;
float: left;
padding: 10px;
width: 780px;
height: 290px;
margin: 20px auto 0;
box-shadow: 0px 0px 8px #334809;
-moz-box-shadow: 0px 0px 8px #334809;
-webkit-box-shadow: 0px 0px 8px #334809;
}

#banner .image {
width: 780px;
height: 290px;
}

/*BannerSlider*/

#slideshow {
position: relative;
height: 290px;
}

#slideshow IMG {
position: absolute;
top: 0;
left: 0;
z-index: 8;
}

#slideshow IMG.active {
z-index: 10;
}

#slideshow IMG.last-active {
z-index: 9;
}

/*Main Content*/

#content {
	float: left;
	width: 1000px;
	margin: 5px auto 0px;
}

#content .header {
width: 500px;
float: left;
margin: 40px auto 0;
}

#content .main_content {
	width: 600px;
	float: left;
	padding: 35px 0px 0px 10px;
	margin: 0px 10px;
}

#content .main_content p {
line-height: 16px;
padding-top: 15px;
}

#content .sidebar {
background: url(../images/GTC_Patch.png) top right no-repeat;
width: 310px;
float: left;
padding: 0px 0px;
margin: 0px 0px 10px 0px;
}

#content .icons {
width: 195px;
float: left;
margin: 20px 55px 0px 60px;
}

#content .follow {
width: 195px;
float: left;
margin: 0px 5px 10px 0px;
}

#content .social {
width: 60px;
float: left;
padding: 0px 0px;
margin: 0 5px 0 0;
}

#content .text {
width: 250px;
float: left;
padding: 0px;
margin: 35px 30px 0px;
}

/*Footer*/

#thank {
height: 100%;
padding: 0 0 0 20px;
margin: 0;
}

#thank p {
line-height: 16px;
padding-top: 15px;
}

#foot {
height: 100px;
width: 100%;
margin: -100px auto 0; /* negative margin-top equals height of #foot */
background: url(../images/Footer_BG.jpg) repeat-x;
}

#footer_container {
width: 800px;
margin: 0 auto;
height: 100px;
}

#footer_container p {
line-height: 16px;
padding-top: 15px;
}

.footer_trashcan {
width: 180px;
margin: 0px 15px 0 0;
float: left;
}

.footer_content {
float: left;
margin: 53px 0 0 0;
width: 520px;
font-size: 11px;
}

.footer_content a {
color: #CCCCCC;
padding-right: 5px;
}

.footer_content a:hover {
color: #999999;
text-decoration: none;
}

.footer_content span {
color: #CCCCCC;
}

.CNM a {
color: #999999;
}

.CNM a:hover {
color: #CC0000;
}

.CNM span {
color: #999999;
}

.footer_top {
margin: 25px 0 0 0;
width: 85px;
float: left;
}

.box{
			    width:100%;
			    padding:10px 0px 10px 5px;
			    margin-bottom: 8px;
			    font-weight:bold;
			}
			.green{
			    background-color:#95ca78;
			    border-bottom:solid 1px #8AA000;
			}
			.red{
			    background-color:#FDCBCA;
			    border-bottom:solid 1px #E8514A;
			}

