body {
	margin: 0px;
	padding-bottom: 2em;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	height: 181px;
}

#header .strapline {
	float: right;
}

#header .logo {
	float: left;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	color: #336699;
	font-size: 10px;
	text-align: center;
}
#footer p {
	padding-top: 15px;
}

html > body #footer {
	position: fixed;
}

#footer a {
	color:#336699;
	text-decoration: none;
}

#nav {
	width: 100%;
	background-image: url(images/bg-nav.jpg);
	position: absolute;
	top: 181px;
	left: 0;
	height: 27px;
	text-align: right;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-right: 20px;
}

#nav li {
	display: inline;
	padding-left: 20px;
}

#nav li a {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	padding: 4px;
	padding-bottom: 5px;
}

#nav li a:hover {
	background-color:#003366;
	color: #ffffff;
	padding: 4px;
	paddin-bottom: 5px;
}
#indexpage {
	background-image: url(images/leftimg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-left: 250px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 100px;
	position: absolute;
	top: 208px;
	left: 0px;
}

#content {
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	margin: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 100px;
	position: absolute;
	top: 208px;
	left: 0px;
}

#content p {
	min-width: 400px;
	padding-left: 15px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}

#payment {
	padding-left: 250px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 100px;
	position: absolute;
	top: 208px;
	left: 0px;
	background-image: url(images/handshake.jpg);
	background-repeat: no-repeat;
	background-position: 30px 60px;
}

#payment input, #payment select {
	margin: 5px;
}

#payment p {
	padding-left: 15px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}

h1 {
	font-size: 22px;
	color:#006633;
	font-weight: bold;
	padding-bottom: 20px;
	background-position: 300px 300px;
}

h2 {
	padding-left: 15px;
	padding-top: 10px;
	color:#336699;
	font-size: 18px;
	font-weight: normal;
}

#indexpage p {
	padding-left: 15px;
	color:#333333;
	font-size: 14px;
	line-height: 20px;
}

#content p:hover, #indexpage p:hover {
	padding-left: 15px;
	color: #000000;
	font-size: 14px;
}

#content ul, #indexpage ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 30px;
}

#content li, #indexpage li {
	font-size: 14px;
	color:#333333;
}

#content li:hover, #indexpage li:hover {
	color: #000000;
}

.contactimg {
	float: right;
	margin: 10px;
}

.serv {
	clear: right;
}

.servimg {
	float: right;
	padding: 10px;
	margin: 10px;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #336699;
	font-size: 10px;
	width: 210px;
}

.servimg p{
	font-size: 10px;
}


.servimg img{
	padding-bottom: 10px;
}

.servimg a:hover {
	text-decoration: none;
}

/* HG Styles */

#hg-header {
	width: 715px;
	background-image: url(images/hg-header.jpg);
	height: 255px;
	margin-left: auto;
	margin-right: auto;
}

#hg-footer {
	text-align: right;
	padding-right: 25px;
	padding-top: 50px;
}

#hg-footer a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#hg-content {
	width: 715px;
	background-image: url(images/hg-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 50px;
}

#content-left {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	width: 275px;
	float: left;
	padding-left: 65px;	
	border-right: 1px solid #cccccc;
	padding-right: 30px;
	margin-bottom: 50px;
}

#content-right {
	font-size: 12px;
	color: #CC9900;
	width: 240px;
	margin-left: 400px;
	padding-top: 20px;
	padding-bottom: 45px;
}

#reqtrain {
	padding-top: 45px;
	padding-bottom: 15px;
	padding-left: 65px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	padding-top: 15px;
}

#hg-form {
	width: 440px;
	margin-left: 100px;
	font-size: 12px;
	padding-bottom: 50px;
}

.question {
	margin-left: 5px;
	padding: 2px;
	background-color: #FFFFCC;
	color:#336699;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#hg-form input.txt {
	color:#333333;
	background-color: #f1f1f1;
	border: 1px inset #666666;
	width: 200px;
}

#hg-form input.txt:focus {
	background-color: #FFFFCC;
}

#hg-form textarea.txt {
	color:#333333;
	background-color: #f1f1f1;
	border: 1px inset #666666;
	width: 200px;
	height: 100px;
}

#hg-form textarea.txt:focus {
	background-color: #FFFFCC;
}

#hg-form input.btn {
	color: #333333;
	background-color:#CCCCCC;
	border: 1px outset #666666;
	margin-left: 350px;
}

#hg-form form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

#hg-form form p label {
	float: left;
	width: 200px;
	color:#666666;
}

fieldset {
	border: 1px dotted #cccccc;
	margin-top: 16px;
	padding: 10px;
}

legend {
	font-weight: bold;
	font-size: 12px;
	color:#333333;
	background-color: #ffffff;
	line-height: 20px;
}

#hg-form form {
	padding-top: 10px;
}

#hg-form p {
	padding-left: 10px;
	color:#666666;
}

a {
	color:#336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#payment form {
	margin-left: 75px;
	width: 300px;
	padding: 10px;
}

.paymentlink p{
	padding-top: 40px;
	clear: both;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 100px;
}

.paymentlink a {
	font-size: 18px;
	padding: 5px;
	border: 1px solid #336699;
}

.paymentlink a:hover {
	font-size: 18px;
	text-align: center;
	padding: 5px;
	border: 1px solid #336699;
	background-color:#FFFFCC;
	text-decoration: none;
}