body{
	background: #44554f url(images/bg.gif) repeat-x;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #fff;
}
a{
	color: #f5f80f;
}
ul, ol, p{
	line-height: 18px;
}
p{
	margin: 5px 0 5px 0;
}
h1{
	color: #f5f80f;
	font-size: 14px;
	border-bottom: 1px dotted #f5f80f;
}
h2{
	font-size: 12px;
}
input, select, textarea{
	border: 1px solid #1b3061;
	font-size: 11px;
	font-family: arial, verdana;
	width: 195px;
}
label {
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
/*****************Main Elements*******************/

#container, #header, #banner, #content, #footer{
	width: 822px;
	margin: 0 auto;
	position: relative;
}
#header{
	background: url(images/hero.jpg) no-repeat;
	height: 341px;
}
#content{
	background: url(images/contentbg.gif) repeat-y;
}
#content p{
	text-align: justify;
	line-height: 18px;
}
#footer{
	background: url(images/footer.gif) no-repeat;
	height: 25px;
	font-size: 11px;
}
#footer p{
	margin: 0;
	padding: 15px 0 20px 0;
	text-align: center;
	color: #fff;
}
#footer a{
	color: #fff;
}
#quickcontact{
	padding: 10px 10px 10px 37px;
}
#quickcontact p{
	text-align: left;
}
.pad{
	margin: 10px 40px 10px 20px;
}
#contact{
	margin: 10px 40px 10px 20px;
}
#contact input, #contact textarea{
	width: 400px;
}
/****************Navigation*******************/

#navigation {
	position: absolute;
	width: 525px;
	height: 39px;
	padding: 0;
	margin: 0;
	top: 35px;
	left: 274px;
	z-index: 1000;
	}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 15px;
	font-family: arial;
	font-size: 11px;
}
#nav a {
	display: block;
	text-decoration: none;
}
#nav li { /* all list items */
	float: left;
	padding: 0;
	margin: 0;
}
a#navTop1 {height: 39px; width: 105px;   font-size: 10px;}
a#navTop2 {height: 39px; width: 128px;	 font-size: 10px;}
a#navTop3 {height: 39px; width: 161px;	 font-size: 10px;}
a#navTop4 {height: 39px; width: 131px;	 font-size: 10px;}

a#navTop1:link,#navTop1:visited {background: url(images/home.jpg) no-repeat; text-indent:-9999px;}
a#navTop2:link,#navTop2:visited {background: url(images/side.jpg) no-repeat; text-indent:-9999px;}
a#navTop3:link,#navTop3:visited {background: url(images/about.jpg) no-repeat; text-indent:-9999px;}
a#navTop4:link,#navTop4:visited {background: url(images/contact.jpg) no-repeat; text-indent:-9999px;}


a#navTop1:hover {background: url(images/home.jpg) 0 -39px no-repeat;}
a#navTop2:hover {background: url(images/side.jpg) 0 -39px no-repeat;}
a#navTop3:hover {background: url(images/about.jpg) 0 -39px no-repeat;}
a#navTop4:hover {background: url(images/contact.jpg) 0 -39px no-repeat;}


