/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0 0 0;
	padding: 0;
	background-color: #000;
	background-image:url(../images/backgrnd.jpg);
	font: normal 14px Tahoma, Geneva, sans-serif;
	color: #FFF;
}
#wrap {
	margin: 0px 0px 0px 0px;
	background-image:url(../images/fade.png);
	background-repeat:repeat-x;
}

h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #666;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight:bold;
	letter-spacing: 1px;
	color: #00AE32;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 1px;
	color: #FFF;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
}

h4 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	color: #00AE32;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 1.75em;
	padding-left:15px;
}

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

a:hover {
	text-decoration: underline;
	color: #00AE32;
}
a.links:link {
	list-style-type: none;
	text-decoration: none;
	padding: 0px 0 10px 0px;
	color: #00AE32;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align:center;
}
a.links:visited 	{
	text-decoration: none;
	color: #00AE32;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align:center;
}
a.links:active 	{
	color: #00AE32;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align:center;
}
a.links:hover 	{
	text-decoration:underline;
	color:#cccccc;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align:center;
}
/* Header */

#header {
	width: 1010px;
	height: 50px;
	margin: 0 auto;
	padding-top: 55px;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;

}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 1010px;
	height: 55px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 135px;
	height: 30px;
	padding: 7px 0px 0px 0px;
	background: url(../images/img3b.gif) center;
	background-repeat:no-repeat;
	background-position:top;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	margin-right:3px;
	margin-left: 3px;
	font-family:Tahoma, Geneva, sans-serif;
}

#menu a:hover, #menu .active a {
	background-image: url(../images/img4b.gif);
	color: #00AE32;
}

/* Content */

#content {
	width: 1010px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 180px;
	margin: 10px 10px 10px 10px;
	/*background-image:url(../images/gpctnlogo.png);*/
	background-repeat:no-repeat;
	background-position:top;
}

#colTwo {
	float: left;
	width: 245px;
	height: 525px;
	margin: 10px 8px;
	background-image:url(../images/treatmentpanel.png);
	background-repeat:no-repeat;
	background-position:top;
}

#colThree {
	float: left;
	width: 245px;
	height: 525px;
	margin: 10px 8px;
	background-image:url(../images/servingmtnpanel.png);
	background-repeat:no-repeat;
	background-position:top;
}

#colFour {
	float: left;
	width: 241px;
	height: 525px;
	margin: 10px 8px;
	background-image:url(../images/k9panel.png);
	background-repeat:no-repeat;
	background-position:top;
}

#colFive {
	float: left;
	width: 540px;
	height: auto;
	margin: 10px 15px 0px 10px;
	padding: 5px;
}

#colSix {
	float: left;
	width: 180px;
	margin: 10px 10px 10px 10px;
}

.colThree_a{
	float: left;
	width: 180px;
	margin: 0;
	height:370px;
	background-image:url(../images/rightimage1.png);
	background-repeat:no-repeat;
	margin-bottom:35px;
}
.colThree_b{
	float: left;
	width: 180px;
	height:400px;
	background-image:url(../images/rightimage2.png);
	background-repeat:no-repeat;
}	

/* Content Elements */
#moreinfo{
	background-image:url(../images/whitebox.gif);
	background-repeat:no-repeat;
	}


#content h2 {
	height: 21px;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	font-size: 1.5em;
	color:#093;
	padding-left:10px;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	color: #FFFFFF;
}

.content ul {
	margin-left: 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.2em;
	line-height:17px;
}

.spacerline {
	clear: both;
	margin-bottom: 7px;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.spacerline2 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
.spacerline3 {
	clear: both;
	margin-bottom: 7px;
	border-bottom: 2px solid #00AE32;
	padding-bottom: 10px;
}


#content {
	width: 1010px;
	margin: 0 auto;
}

.boldh2 {
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 1px;
	color: #00AE32;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
}
/*<![CDATA[*/
div.10 {clear: both;}
div.c1 {height:25px}
div.c2 {height:10px}
div.c3 {text-align:center; padding-top:220px}
div.c3b {text-align:center;}
div.c4 {clear: both;}
 
p.c2 {
	padding:5px 10px 5px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
p.c1 {padding-bottom:30px; line-height:1.75em}
 
img.c4 {
	padding-top:15px;
	padding-bottom: 25px;
}
img.c5 {padding-top:25px}
img.c6 {
	padding-top:35px
}

input.c3 {border-width:0px;}

a.c2 {visibility:hidden}
 
/*]]>*/
.boldh3 {
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 1px;
	color: #00AE32;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content ul {
	margin-left: 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.875em;
	line-height:17px;
}

#moreinfo{
	background-image:url(../images/whitebox.png);
	background-repeat:no-repeat;
	text-align: center;
	}
	
/*  Form style sheet */

form {
	margin: 25px 0 0 29px;
	width: 455px;
	padding-bottom: 30px;
	font-family: Tahoma, Geneva, sans-serif;
}
/*form * { vertical-align: middle; }*/

fieldset { margin: 0 0 22px 0; border: 0; }
legend {
	font-size: 16px;
	color: #00AE32;
	font-weight: bold;
}

label {
	float: left;
	display: block;
	width: 100px;
	margin-top: 0px;
	clear: left;
	color: #999;
	font-size:14px;
	margin-right: 10px;
}
label.choose {
	width: 145px;
}
label.spam-protection { display: inline; width: auto; }

input.text, textarea, input.choose, input.answer { border: 1px solid #909090; padding: 3px; }
input.text { width: 300px; margin: 0 0 8px 0; }
textarea {
	width: 300px;
	margin: 0 0 12px 0;
	display: block;
}

select {
	width: 230px;
	border: 1px solid #909090;
	padding: 2px;
	margin: 0 0 8px 0;
	text-align: right;
}

input.choose { margin: 0; }
input.answer { width: 40px; margin: 0 0 0 10px; }
input.submit-text {
	font: 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;
	margin: 23px 0 0 0;
	color: #999;
}

hr.formik {
	height: 1px;
	color: #666;
	background-color: #666;
	border: 0 solid gray;
	margin: 3px 0 20px 0;
}
/*form br { display: none; }*/

/*  Form style sheet END */	


/* Footer */

#footer {
	height: 100px;
	padding: 7px 0 0 0;
}

#footer * {
	color: #666;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color:#666;
}
#footer h1 {
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
}
#footer a .active a {
	color: #666;
}
#footer a:hover, {
	color: #00AE32;
}
