@charset "utf-8";
/* CSS Document for GHCS Software Services */

/*  Clear default spacing  */
html, body, div, ul, ol, li, p, h1, h2, h3, img, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  Body has center alignment due to old IE quirks  */
body {
	background-color: #fff;
	text-align: center;
}

/*  Header is separate full-width div at top of page  */
#header {
	width: 100%;
	height: 71px;
	background-color: #653e58;
	background-image: url(../ssimage/headbg.jpg);
	background-repeat: repeat-x;
}

/*  Header logo cell (logo in f/g so can use as link)  */
#headerlogo {
	float: left;
	margin-left: 70px;
}

/*  Content DIV aligns in the middle, plus other defaults  */
#content {
	width: 700px;
	margin: 10px auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #653e58;
	background: #FFF;
}

#content p {
	margin-bottom: 6px;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #8F6C94;
	margin: 10px 0 12px 0;
	text-align: center;
}

/*  DIV for PMM2 menu  */
#menu {
}

/*  Single column framed DIV  */
.singlecol {
	width: 560px;
	margin: 20px auto;
	padding: 10px 8px;
	border: 2px solid #7d7b71;
}

.singlecol a {
	color: #845F94;
	font-weight: bold;
	text-decoration: underline;
}

.singlecol a:hover {
	color: #239178;
	text-decoration: none;
}

.bigleft {
	font-size: 200%;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	color: #239178;
}

.emphasis {
	font-weight: bold;
	font-size: 105%;
	color: #239178;
}

ul.bulletlist {
	margin-left: 20px;
	margin-bottom: 8px;
	list-style-type: circle;
	list-style-image: url(../ssimage/pbullet.png);
	list-style-position: outside;
}

ul.bulletlist li {
	margin-bottom: 4px;
}

/*  Footer  */
#footer {
	width: 100%;
	height: 24px;
	border-top: 4px solid #239178;
	background-color: #653e58;
	color: #dcd5a1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
}

#footer a {
	color: #dcd5a1 !important;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.footbullet {
	margin: 0 15px;
}

.copyright {
	float: right;
	margin-top: 2px;
	margin-right: 20px;
	font-size: 9px;
	color: #dcd5a1;
}

.errorBox {
	width: 90%;
	text-align: left;
	margin: 12px auto 12px auto;
	padding: 4px 10px;
	background-color: #eee;
	border: solid 1px;
	border-color: #205557;
	color: #F00;
}

ul.smbulletList {
	margin-left: 15px;
}

ul.smbulletList li {
	list-style-position: outside;
	list-style-type: disc;
}

.successMsg {
	color: #669966;
}

.clearing {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/*  Rules for more attractive forms  */
.hform {
	font-size: 0.9em;
}

.hform fieldset {
	display: block;
	margin: 0 0 2em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #205557;
}

.hform input, .hform select, .hform textarea {
	display: block;
}

.hform label {
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

.hform legend {
	background: #205557;
	color: #FFF;
	padding: 2px 6px;
}

.hform input.button {
	display: inline;
	color: #fff;
	background: #205557;
	border: 3px outset #d7b9c9;
	margin: 1em 0 0 2em;
}

.hform fieldset.radio
{
	margin: 1em 0 2em 0;
}

.hform fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.hform fieldset.radio label
{
	font-weight: normal;
}

#captcha {
	display: inline;
}

.captcha {
	vertical-align: middle;
}
.centered {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
