/* Worthy Construction CSS Document */

/* Global Reset*/

* {
	padding:0;
	margin:0;
}

/* Headings */

h1 {
	font-family:Trebuchet MS, Tahoma;
	font-size:1.6em;
	color:#476BB0;
	margin-top:10px;
}

h2 {
	font-family:Trebuchet MS, Tahoma;
	font-size:1.6em;
	color:#64BD2C;
	margin-top:10px;
}

h3 {
	font-family:Trebuchet MS, Tahoma;
	font-size:1.2em;
	color:#64BD2C;
	margin-top:10px;
}

/* Main DIV's */

body {
	font-family:Trebuchet MS, Tahoma;
	Font-size:0.8em;
	color:#000000;
	overflow-x: hidden;
	background-color:#FFFFFF;
}

a {
	color:#476BB0;
	font-weight:bold;
}

a:active {
	color:#64BD2C;
}

a:visited {
	color:#476BB0;
}

a:hover {
	color:#64BD2C;
	font-weight:bold;
}

img.noborder {
	border:0;
}

img.border {
	border:1px dashed #64BD2C;
	margin-bottom:10px;
	margin-right:10px;
}

ul {
	margin-left:35px;
}

li {
	list-style-image:url(../images/bullet.jpg);
}
/* Top of Site */

.topblue {
	width:100%;
	background-color:#476BB0;
	float:left;
	color:#FFFFFF;
	padding:2px 2px 2px 2px;
}

.topblue, x:-moz-any-link {
	margin-top:-5px;
}

.topbluetext {
	margin:auto auto;
	width:800px;
}

.stripes {
	width:100%;
	height:32px;
	background-image:url(../images/stripes.jpg);
	background-repeat:repeat-x;
	float:left;
}

* html .stripes {
	margin-top:-17px;
}

/* Logo and Contact */

.container {
	margin:auto auto;
	width:800px;
}

.logotop {
	width:305px;
	height:80px;
	float:left;
}
	
.contacttop {
	width:495px;
	height:23px;
	margin-top:47px;
	float:left;
	text-align:right;
}

.greenbg {
	width:100%;
	height:41px;
	float:left;
	background-color:#64BD2C;
}

.greenbgs {
	width:100%;
	height:10px;
	float:left;
	background-color:#64BD2C;
}

.footer {
	width:100%;
	height:20px;
	float:left;
	background-color:#476BB0;
}

.footertext {
	margin:auto auto;
	width:800px;
	color:#FFFFFF;
}

.footertext a {
	color:#FFFFFF;
}

.logobottom {
	width:305px;
	height:41px;
	float:left;
}

.contactbottom {
	width:495px;
	height:41px;
	float:left;
	text-align:right;
	color:#FFFFFF;
}

/* Navigation */

.navigation ul {
	color:#476BB0;
	margin:5px 5px;
	width:800px;
}

.navigation ul li {
	list-style:none;
	display:inline;
	width:150px;
	text-align:center;
	float:left;
}

.navigation ul li a {
	width:180px;
	padding:5px 0 5px 0;
	display:inline;
	color:#476BB0;
	float:left;
	cursor:pointer;
}

.navigation ul li a:hover {
	width:180px;
	padding:5px 0 5px 0;
	display:inline;
	color:#64BD2C;
	float:left;
	cursor:pointer;
}

*html .navigation ul li a {
	width:150px;
	padding:5px 0 5px 0;
	display:inline;
	color:#476BB0;
	float:left;
	cursor:pointer;
}

*html .navigation ul li a:hover {
	width:150px;
	padding:5px 0 5px 0;
	display:inline;
	color:#64BD2C;
	float:left;
	cursor:pointer;
}

/* Columns */

.leftcol {
	width:468px;
	float:left;
	margin-bottom:15px;
}

.leftcol p {
	margin-top:10px;
}

.rightcol {
	width:308px;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
}

.maincol {
	width:790px;
	float:left;
}

/* Form Details */

label {
	width: 8em;
	float: left;
	text-align: left;
	display: block;
}

input {
	color: #000000;
	background: #E7E7E5;
	border: 1px solid #000000;
}

.submit input {
	color: #FFF;
	font-weight:bold;
	background: #64BD2C;
	border:0;
	cursor:pointer;
	margin-left: 8em;
} 

textarea {
	color: #000000;
	background: #E7E7E5;
	border: 1px solid #000000;
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:1em;
}

.submitError {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
}
	