/* screen.css file */

body {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FBF4CB url(../images/bodyshdw.png) repeat-y center top;
}

div#Wrap1 {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/shdwtop.png) no-repeat center top;
}

div#Wrap2 {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/bodybkgd.gif) repeat-y center top;
}

div#Container {
	width: 900px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bodytop.gif) repeat-x left top;
}

div#Header {
	width: 900px;
	height: 388px;
	margin: 0;
	padding: 0;
}

div#Header h1.logo {
	float: left;
	height: 164px;
	width: 333px;
	background: transparent url(../images/logo.png) no-repeat left top;
	text-indent: -2000px;
}

div#Header h2.tagline {
	float: left;
	height: 100px;
	width: 550px;
	background: transparent url(../images/tagline.gif) no-repeat center bottom;
	text-indent: -2000px;
}

div#Headleft {
	float: left;
	width: 532px;
}

div#Headright {
	float: right;
	width: 368px;
	margin-top: 20px;
	padding: 0;
}

div#Nav {
	height: 28px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/logo.png) no-repeat left bottom;
	padding-left: 72px;
}

div#Nav span.first {
}

div#Nav a {
	float: left;
	display: block;
	height: 19px;
	text-align: center;
	padding-top: 9px;
	color: #5a1e7c;
	text-decoration: none;
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 1px dotted #d0b5fd;
	text-transform: uppercase;
}

div#Nav a:hover, div#Nav a.last:hover, div#Nav a.active {
	color: #ffffff;
	background: url(../images/menu_hover.png) no-repeat left top;
}

div#Nav a.last {
}

div#Slideshow {
	clear: both;
	width: 532px;
	margin: 0;
	padding: 0;
}

div#ReqForm {
	width: 339px;
	height: 248px;
	margin: 0;
	background-color: #ffd02b;
	-moz-box-shadow: #777777 5px 5px 5px;
	-webkit-box-shadow: #777777 5px 5px 5px;
	font-family: Helvetica,Arial,sans-serif;
	padding: 7px;
}

div#ReqForm object.reqBorder {
	border: 1px solid #ffffff;
	margin: 0;
	padding: 0;
}

div#Main {
	clear: both;
	width: 900px;
	margin: 0;
	padding: 0;
}

div#Col1 {
	float: left;
	width: 470px;
	margin: 0 20px 12px 27px;
	_margin: 0 18px 6px 16px;
	padding: 0;
}

div#Col2 {
	float: left;
	width: 161px;
	margin: 18px 20px;
	_margin: 12px 18px 12px 20px;
	padding: 0;
}

div#Col3 {
	float: left;
	width: 181px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#PayPal, div#Special {
	margin-top: 20px;
}

a.special {
	display: block;
	margin: 48px auto;
	height: 79px;
	width: 119px;
	background: transparent url(../images/specials.png) no-repeat center center;
}

a.special:hover {
	background: transparent url(../images/specials_hover.png) no-repeat center center;
}

div#Col3 a.special h3 {
	display:none;
}

div#Main h1 {
	font-size: 150%;
	font-weight: bold;
	color: #ae9acb;
}

div#Main h2 {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	color: #ae9acb;
	margin-top: 1em;
}

div#Main h3 {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #ae9acb;
}

div#Main h2 a,div#Main h3 a {
	color: #ae9acb;
}

div#Main h2 a:hover,div#Main h3 a:hover {
	color: #ae9acb;
	text-decoration:none;
}

div#Main p, div#Main ul {
	font-size: 95%;
	line-height: 130%;
	margin: 1em 0;
}

div#Main li {
	margin-left: 3em;
	list-style-position: outside;
	list-style-type: disc;
}

div#Col3 p {
	margin: 6px;
	line-height: 14px;
}

div#Col3 a {
	font-size: 12px;
	line-height: 14px;
	color: #5a1e7c;
	text-decoration: none;
}

div#Col3 a:hover {
	color: #ff6600;
	text-decoration: underline;
}

div#Footer {
	clear: both;
	font-size: 65%;
	width: 100%;
	height: 36px;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: center;
	background-color: #5a1e7c;
	color: #ffffff;
}

div#Footer p {
	padding-top: 8px;
}

div#Footer a {
	color: #f9dd3f;
}

div#Footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

div#Certs {
	padding: 12px 0 24px 0;
}

div#Certs img {
	padding: 12px 0;
}


/* --- Form --- */
#Col1 form {
	margin-bottom: 3em;
}

#Col1 form p {
	padding: 0;
	font-size: 90%;
	height: 1em;
	width: 30em;
	line-height: 125%;
	margin-bottom: 1em;
	margin-top: 1em;
}

#Col1 form p.serviceList {
	margin-top: .5em;
	margin-bottom: .5em;
}

#Col1 form h3 {
	margin-top: 2em;
}

#Col1 form label {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	display: block;
	width: 10em;
	text-align: right;
	line-height: 1.6em;
	font-size: 100%;
}

#Col1 form input[type="text"] {
	width: 18em;
	font: 1em/125% Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	margin: 0 0 0 1em;
	background-color: white;
	border: 1px solid silver;
}

#Col1 input[type="checkbox"] {
	margin: 0 0 0 4em;
	padding: 0;
	width: 1.5em;
	font: 1em Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

#Col1 input[type="submit"] {
	margin-top: 2em;
	margin-left: auto;
}

.required {
	color: red;
	font-weight: bold;
}
