@charset "utf-8";
body  {
	margin: 0 0px;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFF url(images/gtc-background-gradient.png) repeat-x;
}
/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
a:link,#wrapper
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	background: repeat-y center;
} 
#wrapper #header #logo {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#wrapper #mainTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.03em;
	text-align: left;
	padding: 20px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	width: 940px;
	margin: 0px auto 20px;
	background: #FFF;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#wrapper #mainTxt p img {
	padding-right: 10px;
}
#wrapper #mainTxt p a {
	color: #666;
	margin: 0px;
	display: inline-block;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#wrapper #mainTxt p a:hover {
	color: #F29322;
	text-decoration: underline;
}

.gtcTitle {
	color: #73B84B;
	background: #fff;
	font-size: 24px;
	letter-spacing: 0.01em;
	word-spacing: .01em;
}
/* ------- HEADER STYLES ----------*/
#header {
	padding: 0;
	height: 120px;
	margin: 0 auto;
	position: relative;
	background: url(images/header_bg.jpg) no-repeat 0px 0px;
	width: 980px;
}

#header h1 {
	text-indent: -3000em;
	margin: 0;
}


#header #mainNav {
	position: absolute;
	left: 206px;
	width: 720px;
	bottom: -1px;
}
#wrapper #mainContent p a.current {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	margin: 5px 0px;
	font-size: 12px;
}
#wrapper #mainContent p a {
	color: #333;
}
#wrapper #mainContent p a:hover {
	color: #333;
	text-decoration: underline;
}
#wrapper #mainContent p .current:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background: #603A17;
	text-decoration: none;
	margin: 5px 0px;
	padding: 5px 10px;
}

/* --------- MAIN CONTENT STYLES -------------*/
#mainContent {
	width: 730px;
	float: left;
	left: 229px;
	top: 262px;
	border-top: 1px solid #CCC;
} 
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	padding: 0px 20px;
	margin: 0px 0px 1.4em 5px;
}



/* ---------- FOOTER STYLES ------------*/
#footer {
	position: relative;
	width: 980px;
	background: #F29327 center center;
	font-size: 12px;
	left: 0;
	margin: 0px auto 30px;
	border: 1px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 30px;
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
} 
#footer p .footer a {
	padding: 5px;
	color: #FFF;
}
#footer p .footer a:hover {
	padding: 5px;
	color: #FFF;
	text-decoration: underline;
}
.applicationLink {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}

