/* 
MAIN SITE STRUCTURE CSS
*/
h1,h2,h3,h4,h5
{
	margin:0px;
	padding:0px;
}


BODY
{
	background: url('../img/gcts_background.jpg') repeat-y 50% 0%;
	background-attachment: fixed;
	background-color: #000000;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
#container
{
	width: 896px;
	margin:10px auto;
	min-height: 892px;
	background: url('../img/gcts_content_background.png') no-repeat;	
}

#header
{
	position: relative;
	z-index: 500;
}

.logo
{
	float: left;
	position: relative;
	top: 10px;
	left: 50px;
	width: 340px;

}
.navigation
{
	float: left;
	position: relative;
	top: 50px;
	left: 2px;
	width: 500px;
}

.menu ul
{
	list-style-type: none;
}
.menu li
{
	float: left;
	list-style-type: none;	
}
.menu a
{
	float: left;
	width: 90px;
	height: 30px;	
	color: #FFFFFF;
	font-size: 14px;
	background:url('../img/sprite.png') no-repeat -4px 0px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	text-decoration:none;
}
.menu a:hover
{
	background-position: -4px -41px;
}
.menu #current a
{
	background-position: -4px -41px;
}
#marquee
{
	width: 774px;
	margin: 0px auto;
	float: none; 
	clear: both;
	position: relative;
	top: -16px;
	left: -7px;
	height: 313px;	
}

#anc_marquee
{
	width: 774px;
	margin: 0px auto;
	float: none; 
	clear: both;
	position: relative;
	top: -16px;
	left: -7px;	
	height: 111px;	
}
#marquee_ani
{
	list-style-type: none;
	margin:0px;
	padding:0px;
	height: 310px;
	overflow: hidden;
}
#content
{
	width: 780px;
	margin: 0px auto;
}
#left_col
{
	float: left;
	width: 240px;
	height: 255px;
	background:url('../img/sprite.png') no-repeat -180px -8px;	
}
#location-left_col
{
	float: left;
	width: 240px;
	height: 435px;
	background:url('../img/sprite.png') no-repeat -530px -8px;	
}

.left_col_content
{
	padding: 15px;
	padding-left: 25px;
}
.services_box_header
{
	color: #FFF;
	font-size: 18px;
	width: 180px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfc896;
}
.left_col_content P
{
	color: #FFF;
	font-size: 12px;
}
.service_list
{
	margin: 0px;
	padding:0px;	
	margin-top: 8px;	
	margin-left: 15px;
	list-style-type: none;
	line-height: 18px;	
}

.service_list a
{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
.service_list a:hover
{
	color: #ead39f;
	font-size: 14px;
	text-decoration: none;
}
#right_col
{
	float: left;
	width: 480px;
	padding-left: 25px;
	padding-right: 15px;
}
#right_col h1
{
	font-size: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#right_col P
{
	font-size: 12px;
}


.form_els
{
	padding-top: 6px;
}

.label
{
	float: left;
	color: #1c0d00;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	padding-right: 10px;
	text-align: right;
	width: 100px;
}

.form_text
{
	border: 1px solid #711b00;
	font-size: 14px;
	margin: 0;
	-moz-border-radius: 3px;
	padding: 4px;
	-webkit-border-radius: 3px;
	width: 250px;
	color: #1c0d00;
}
.textarea
{
	border: 1px solid #711b00;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	padding: 4px;
	-webkit-border-radius: 3px;
	width: 350px;
	height: 150px;
	color: #1c0d00;
}


/* SCROLL PANE STYLE */

.scroll-pane 
{
	width: 500px;
	height: 580px;
	overflow: auto;
	float: left;
}

#footer
{
	float: none;
	clear: both;
	width: 896px;
	margin:0px auto;
}

#footer P
{
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}
#footer A
{
	color: #e3ca92;
	text-decoration: none;
}
#footer A:HOVER
{
	color: #FFFFFF;
	text-decoration: none;
}


#contact-error-label
{
	width: 200px;
	float: left;
	font-size: 9pt;
	color: red;
	padding-top: 2px;
	padding-left: 10px;
	display: none;
}