@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}


.tooltip {
	border: 2px solid #00b25a;
	background-color:white;
	padding: 5px;
	width: 200px;
}
.tooltip li {
	margin-left: -10px;
}


.greenborder {
	border: 2px solid #31B868;
}




#container {
	margin: 0px auto 0px;
	width: 923px;
}
#container h1 {
	background-image: url(../images/gs/header.gif);
	padding-bottom: 8px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
}
#content {
	width: 618px;
	float: left;
}
#content h2 {
	font-size: 18px;
}

#content #intro {
	margin: 0px;
	line-height: 21px;
}
#content #services {
	background-image: url(../images/gs/servicesHeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
}
#content #services h3 {
	margin: 0px;
	font-size: 18px;
}
#content #services h2 {
	clear: both;
	font-size: 16px;
	margin-top: 21px;
	margin-bottom: 10px;
}
#content #services h2.one {
	background-image: url(../images/oneIcon.png);
	height: 33px;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 24px;
}
#content #services h2.two {
	background-image: url(../images/twoIcon.png);
	height: 33px;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 24px;
}
#content #services h2.three {
	background-image: url(../images/threeIcon.png);
	height: 33px;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 24px;
}

#content #services img {
	float: left;
	margin-right: 10px;
}
#content #services p {
	margin-top: 0px;
}
#content #services p.numIndent {
	padding-left: 40px;
}



#sidebar {
	width: 267px;
	float: right;
}
#sidebar form {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar form .centerfield {
	width: 200px;
	margin: 0px auto 0px;
	display: block;
}


#sidebar .sidebottom {
	background-image: url(../images/gs/sidebarBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 21px;
}
#sidebar .sidetop {
	background-image: url(../images/gs/sidebarTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 10px;
}
#sidebar .sidetop h2 {
	text-align: center;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar .sidetop p {
	margin: 0px;
}
#sidebar a.button {
	display: block;
	text-align: center;
	background-image: url(../images/gs/sidebarButton.gif);
	height: 24px;
	width: 221px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px auto;
	padding-top: 8px;
}
#sidebar a.button:hover {
	background-image: url(../images/gs/sidebarButtonOn.gif);
}

#footer {
	margin-top: 20px;
	padding-top: 5px;
	font-size: 11px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7e7e7e;
	color: #7e7e7e;
	padding-bottom: 15px;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #7e7e7e;
}
#footer a:hover {
	font-weight: bold;
	color: #933c06;
}
