@charset "UTF-8";
/* CSS Document (from the next webdesigner, wow really its a css document, im surprised you knew that sice the shotty code you wrote, u even missed a open <body> tag, and tryed to open a Perl script with a .php extention, HA)*/
html {
	height:101%;
}
body {
	background: #EEE url(../images/stripe.gif) repeat;
	color: #444;
	background-color: #E8E8E8;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#logo {

	position:absolute;
	top: 120px;									/*		top: 48px;	*/

	z-index:200;
	background:url(../images/logo.png) no-repeat;
	height:71px;
	width:150px;
	margin: 0;
}
#main {
	padding:10px;
}
#main a:link {
	color: #4D99D5;
	text-decoration: none;
}
#main a:visited {
	text-decoration: none;
	color: #35709F;
}
#main a:hover {
	color: #70B723;
	font-weight: bold;
}
#main a:active {
	text-decoration: none;
	color: #70B723;
}
.table tr div {
	border: 0px;
	padding:0;
}
h1 {
	color: #70B723;
	margin:10px 0 10px 0;
	text-transform:uppercase;
	font: 200% "Arial Black", Gadget, sans-serif;
	text-align:center;
}
h2 {
	font-size: 150%;
	color: #4896D4;
	margin:0 0 10px 0;
}
h3 {
	color: #555;
	font: 100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	font-size: 120%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}


p {font-size: 120%;}


a:link {
	color: #4D99D5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #35709F;
}
a:hover {
	color: #70B723;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #70B723;
}
/********************** nav LAYOUT *********************/

#nav {
	color:#EEE;
	text-align: center;
	font-size:80%;
	padding:15px 0;
	background-color:#24306A;
	margin:0;
	width: 780px;
}
#nav a {
	color:#fff;
	font-size:150%;
	text-transform: uppercase;
}
.nav-border {
	border-right:thin solid;
	padding-right:10px;
	margin-right:10px;
}
#homes-nav {
	color: #FFF;
	padding:5px 0 10px 0;
	background-color:#70B723;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	width: 780px;
}
#homes-nav a {
	color: #FFF;
	text-transform:lowercase;
}
#homes-nav a:link {
	color: #FFF;
	text-decoration: none;
}
#homes-nav a:visited {
 color: # FFF;
	text-decoration: none;
}
#homes-nav a:hover {
	text-decoration: underline;
	color: #FFF;
}
/********************** content layout *********************/

li {
	padding:3px;
}
.style1 {
	color: #EEE;
	font-size:62.5%;
}
#content {
	width: 780px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	border: thin solid #000;
}
.image {
	margin: 0 0 10px 0;
	height: 155px;
	width: 155px;
	padding: 0;
	border: thin solid #fff;
}
.lightbox {
	margin: 10px 0 0 10px;
	height: 155px;
	width: 155px;
	padding: 10px;
	border: thin solid #AAA;
	left: 0px;
	background-color: #DDD;
}
.grant {
	margin: 0;
	height: 194px;
	width: 155px;
	padding: 0px;
	border: 0px;
	background-color: #DDD;
	left: 0px;
	text-align: left;
	top: 0px;
	float: left;
}

.packages {
	width: 175px;
	height: 345px;
	text-align:center;
	padding:10px;
	border:#888 1px solid;
	background-color:#539ED8;
	margin:0 25px 15px 30px;
	float:left;
	
}

.partners {
	width: 155px;
	height: 150px;
	text-align:center;
	padding:10px;
	border:#888 1px solid;
	background-color:#fff;
	margin:0 45px 15px 28px;
	float:left;
}
.partners a {
	color: #007;
}
.partners a:link {
	color: #F00;
	text-decoration: none;
}
.partners a:visited {
	text-decoration: none;
	color: #35709F;
}
.partners a:hover {
	color: #70B723;
	font-weight: bold;
}
.partners a:active {
	text-decoration: none;
	color: #70B723;
}

.form {
	width:60%;
	background-color: #24306A;
	border:#888 thin double;
	float:right;
	padding: 15px;
	margin:0 0 15px 15px;
}
.form1 {
	background-color: #295489;
	float:right;
	padding: 15px;
	margin: 0 0 10px 10px;
}
.form1 h1 {
	color:#fff;
	text-align: center;
	font-size: 200%;
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	text-transform: none;
}
/********************** footer LAYOUT *********************/
.footer {
	padding:10px 0;
	margin:0;
	background: #5DADED url(../images/images_04.jpg) repeat-x;
	height:12px;
	text-align: center;
	color: fff;
	width: 780px;
}
.footer, a p {
	color: #fff;
}
.clear {
	clear:both;
}


/********************** captcha LAYOUT *********************/


#recaptcha_widget {
	background-color:#fff;
	text-align:center;
	padding:10px;
	color:#4D99D5;
}
#recaptcha_image {
	background-color:#fff;
	padding-left: 10px;
	margin:0 auto;
}

.grey {
	background-color:#DDD;
	padding:5px;
	margin-top:5px;
}
.centre {
	text-align: center;
}
.specs-table {
	border: thin solid #70B723;
	background-color: #EDEDED;
}
.right {
	float:right;
	width: 400px;
}
