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


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-color: #0b0b20;
	background-image: url(images/gk-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#cccccc;
	font-family:Arial;
	font-size:13px;
}
.twoColFixLtHdr #mainContent img {
	margin-right: 15px;
}
 
.twoColFixLtHdr #container {
	width: 870px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-left: 312px;
	background-image: url(images/gk-logo.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 77px;
} 
a:visited  {
	text-decoration: none;
	color:#2bbad4;
}
a:hover  {
	text-decoration: underline;
	color:#2bbad4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2bbad4;
}
 a  {
	text-decoration: none;

}	
 a:link {
	text-decoration: none;
	color:#2bbad4;

	
}
#mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
#mainnav  a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#mainnav  a:hover  {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2bbad4;
}
#mainnav  a  {
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	text-decoration: none;
}
#mainnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	margin: 0px;
	background-image: url(images/gk-ph-main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 445px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(images/main-content-hdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 23px;
	padding-bottom: 0;
	padding-left: 18px;
	background-color: #203141;
	height: 445px;
} 
.twoColFixLtHdr  #mainContent  h1 {
	font-size: 22px;
	color: #2bbad4;
	font-weight: normal;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #8b8a84;
	font-size: 11px;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contentftr {
	background-image: url(images/main-content-ftr.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 50px;
}
#textbox-reviews {
	position: relative;
	width:520px;
	height:390px;
	z-index:1;
	overflow: auto;
	top: 10px;
padding-right: 10px;
}
#textbox {
	position: relative;
	width:520px;
	height:390px;
	z-index:1;
	overflow: auto;
	top: 10px;
	padding-right: 10px;
}
#btn {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background-color: #1f6378;
	background-image: url(images/btn-arrows.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 5px;
	float: right;
}
#btn  a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#btn  a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
#btn  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#btn a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#textbox-reviews p {
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	padding-top: 10px;
}

#btn2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background-color: #1f6378;
	background-image: url(images/btn-arrows.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	margin: 0px;
    padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#btn-submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background-color: #1f6378;
	background-image: url(images/btn-arrows.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
