@charset "UTF-8";
/* CSS Document */

body {
	background-color: #92b5c7;
	margin: 0 auto;
	padding-top: 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #92b5c7; */
	color: #51778b;
	}
	a:visited  {	color: #73a6d0;	text-decoration: none;}
a:link {	color: #73a6d0;	text-decoration: none;}
a:hover {	color: #b2bbca;	text-decoration: underline;}

#container {
	margin: 0px auto;	
	width: 830px;
	}
#head {
width: 830px;
height: 95px;
margin: 0px auto;
}
img {
	border: 0;
	}
	/*p {
	margin: 0;
	}
	*/
	.handcursor{
cursor:hand;
cursor:pointer;
}
.clearfloat {
clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#contentHolder {
width: 790px;
margin: 0 auto;
margin-top: 6px;
padding: 0px 20px 0px 20px;
background-color:#FFFFFF;
background-image:url(../images/GTR_mainBack.gif);
background-repeat:repeat-y;

}
#content {
padding: 0 20px 0px 20px;
background-image:url(../images/GTR_mainBack.gif);
background-repeat:repeat-y;
}

#headFoot {
background-color:#FFFFFF;
height: 20px;
}


#left {
float: left;
width: 240px;
padding: 0;
}
#leftBottom {
/*  border-top:1px solid #73a6d0; 
	 border-top:1px solid #034688;*/
	 padding-top: 126px;
	 }

#right {
	margin: 0 0 0 280px;
	padding: 0px; 
}


#rightHead {
background-image:url(../images/secHead_back.gif);
background-repeat:repeat-y;
padding: 10px 0 0 15px;
height: 61px;
}
#rightHead h3 {
font-size: 16pt;
color: #FFF;
font-weight:bold;
margin: 0;
}

#right h1 {
font-size: 16px;
font-weight:bold;
margin: 0 0 10px 0; 
}

#rightColNav {
margin: 0 360px 0 260px;
padding: 0px; 
}
#rightCol3 {
float: right;
width: 360px;
padding: 0px; 
}



#rightCol3 h1 {
font-size: 16px;
font-weight:bold;
margin: 0 0 10px 0; 
}
#rightCol3 h2 {
font-size: 12px;
font-weight:bold;
margin: 0 0 10px 0; 
}


#rightCol2 {
float: right;
width: 510px;
padding: 0px; 
}
#rightCol2 h1 {
font-size: 16px;
font-weight:bold;
margin: 0 0 10px 0; 
}
#rightCol2 h2 {
font-size: 12px;
font-weight:bold;
margin: 0 0 10px 0; 
}

#rightCol2 h5 {
font-size: 10px;
font-weight:bold;
margin: 0 0 0px 0; 
}

#rightCol2 h4 {
font-size: 11px;
color: #77797c;
margin: 0 auto;
display:inline; 
}

.bold { 
font-weight:bold;
}

/* middle nav */
#rightColNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#rightColNav li{
	margin:0;
	padding: 4px 0 4px 0;
}
#rightColNav a:visited  {	font-size: 9px; color: #73a6d0;	text-decoration: none; font-weight:bold; }
#rightColNav a:link {	font-size: 9px; color: #73a6d0;	text-decoration: none; font-weight:bold; }
#rightColNav a:hover {	font-size: 9px; color: #034688;	text-decoration: none; font-weight:bold; }


/* end middle nav */

#footer{	
float: right;

	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	padding: 10px 0 0 0;
	

	}
#footer a:visited  {	color: #FFFFFF;	text-decoration: none;}
#footer a:link {	color: #FFFFFF;	text-decoration: none;}
#footer a:hover {	color: #FFCC66;	text-decoration: underline;}



/* contact form */
#containerContact {
	margin: 0px auto;	
	width: 600px;
	}
#headContact {
width: 600px;
height: 82px;
margin: 0px auto;
}
#contentHolderContact {
width: 600px;
margin: 0 auto;
margin-top: 6px;
padding: 20px 0 20px 0;
background-color:#FFFFFF;

} 

#contact-area {
	width: 270px;
	margin-top: 25px;
}


label {
font-size: 10px;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 60px;
	padding-top: 5px;
	color:#034688;
}


.feedbackform{
padding: 2px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 290px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
font-size: 10px;
color:#034688;

}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float:	 left;
width: 150px; /*width of label (left column)*/
margin-right: 15px; /*spacing with right column*/
color:#034688;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 5px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 200px;

}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 200px;
height: 150px;
}


div.thefield input:focus { /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
border: 2px solid #b2bb1c;

}

div.thefield textarea:focus {
	border: 2px solid #b2bb1c;
}


div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
margin: 5px 0 0 65px;
	width: 100px;
	background-color: #034688;
color:#FFFFFF;
}

/* end contact form */



.switchgroup1 {
border: 1px solid #92b5c7;
padding: 5px;
background-color: #e0f2fb;
}