@charset "UTF-8";
body  {
	color: #000000;
	text-align: center;
	background: url(images/glcl_background.jpg) repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body {
        margin: 0;
        padding: 0;
        min-height: 100%;
}

* html, * html body {
        height: 100%;
}
/* links */
a, a:visited {
	color: #669999;
	text-decoration: underline;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
	color: #003333;
	letter-spacing: 8px;
}
h2 {
	font-size: 100%;
	color: #FFCC33;
}
h3 {
	font-size: 100%;
	color: #FFFFFF;
}
h1, h2, h3, p  {
	padding: 10px;
	margin: 0;

}
.twoColFixRtHdr #container {
	width: 860px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-image: url(images/glcl_body_background.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #expand {
	background-image: url(images/top_expand.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 38px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
} 
.twoColFixRtHdr #header {
	background-image: url(images/glcl_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 345px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	background-color: #537170;
	margin: 0 0 0 0;
	border-top: solid #000000 1PX;
	border-left: solid #000000 1PX;
	height: 304px;
	background-image: url(images/glcl_hometext_background.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.twoColFixRtHdr #sidebar1 a{
	text-decoration: underline;
	color: #FFCC33;
}
.twoColFixRtHdr #sidebar1 a:hover{
	text-decoration: underline;
	color: #FFFFFF;	
}	
.twoColFixRtHdr #subSidebar{
	float: right; /* since this element is floated, a width must be given */
	width: 22%;
	background-color: #537170;
	border: solid #000000 1px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	text-align: left;
}
.twoColFixRtHdr #subContentfooter {
	float: left; /* since this element is floated, a width must be given */
	width: 527px;
	background-color: #000000;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	background-image: url(images/GLCS_subright_bottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	max-height: 16px;
	height: 16px;
}
.oneColFixCtrHdr #bodyContainer {
	margin: 10px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 758px;
	clear: both;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	width: 403px;
	height: 303px;
	background-image: url(images/glcl_homeimage.jpg);
	background-repeat: no-repeat;
	border: solid #000000 1px;
	padding: 0 0 0 0;
}
.twoColFixRtHdr #mainBody {
	clear: both;
	margin: 10px auto;
	padding: 0 0 0 0;
	width: 740px;
}
.twoColFixRtHdr #homeUnder {
	margin: 10px auto;
	padding: 0 0 0 0;
}
.twoColFixRtHdr #newsletter {
	top: 35px;
	color: #FFFFFF;
	font-size: 9px;
	width: 98px;
	height: 48px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.twoColFixRtHdr #industry {
	top: 35px;
	color: #FFFFFF;
	font-size: 9px;
	width: 126px;
	height: 120px;
	float: right;
	position: relative;
	margin-right: 55px;
} 
.twoColFixRtHdr #subContent {
	margin: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	border: solid #669999 1px;
	width: 525px;
	float: left;
	padding: 10px 10px 20px 10px;
	background-image: url(images/up_arrow.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
	.twoColFixRtHdr #subSidebar1 ul li {
	padding: 5px 1px;
	margin: 0 0 0 10px;
}
	.twoColFixRtHdr #subContent ul li {
	padding: 5px 1px;
	margin: 0 0 0 10px;
}
	.twoColFixRtHdr #subSidebar ul li {
	list-style-image: url(images/arrow.jpg);
	padding: 5px 0px;
	margin: 0 0 0 -10px;
}
	.twoColFixRtHdr #subSidebar hr {
	color: #000000;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/glcs_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #subfooter {
	padding: 0 10px 0 20px;
	background-image: url(images/glcl_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
} 
.twoColFixRtHdr #subfooter 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 */
}
.twoColFixRtHdr #bottominfo {
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	padding: 5px 0 5px 0;
	margin: 10px 60px 40px 40px;
}
.twoColFixRtHdr #bottominfo a{
	text-decoration: underline;
	color: #000000;
}
.twoColFixRtHdr #bottominfo a:hover{
	text-decoration: underline;
	color: #669999;
}
.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;
}

/* Navigation */
#halfmoon{
	height: 36px;
	width: 800px;
	background-repeat: repeat-x;
	background-position: 0 0;
	position: absolute;
	top: 288px;
	left: 30px;
}
#halfmoon ul{
	padding: 11px 9px 2px 5px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	letter-spacing: 0pt;
	text-align: center;
}
#halfmoon li{
	display: inline;
}
#halfmoon li a{
	text-decoration: none;
	padding: 1px 8px 1px 8px;
	margin: 0;
	margin-right: 1px;
	color: #000000;
	font-size: 11px;
	border-right: solid #011F34 1px;
}
#halfmoon li a:hover{
	color: #FFFFFF;
}
.twoColFixRtHdr #subContact {
	margin: 0 auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	border: solid #336666 1px;
	float: left;
	padding: 0 0 20px 20px;
	background-image: url(images/up_arrow.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	width: 718px;
}
.twoColFixRtHdr #subContactfooter {
	float: left; /* since this element is floated, a width must be given */
	width: 704px;
	background-color: #000000;
	margin: 0 auto;
	padding: 0 10px 0 25px;
	height: 16px;
	background-image: url(images/GLCS_subright_bottom.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
h4 {
	font-size: 100%;
	color: #011F34;
}
h5 {
	font-size: 190%;
	font-weight: normal;
	text-transform: uppercase;
	color: #003333;
	letter-spacing: 7px;
	padding: 10px;
}
.homepoints {
	color: #FFCC33;
	font-size: 11px;
}
