@import "footer.css";
/*********COMMON ITEMS**********/

* {
	margin: 0;
	padding: 0;
}
html {
	margin:0;
	padding:0;
}
body {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	background: #002F56 url('../images/bg-repeat.png') top center repeat-x; /*002245*/
}
h1 {
  color: #000;
  font-size: 2em;
  font-weight: bold;
  line-height: 2em;
}
li {
	list-style:none;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #75B90E;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #75B90E;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #75B90E;
  text-decoration: underline;
}
a:focus {
  color: #75B90E;
}
a:active {
  color: #75B90E;
}
#wrapper {
	margin: 0 auto;
	width: 1015px;
	min-height:710px;
	background: #002f56 url('../images/home-topff.png') top center no-repeat;
}
.tree {
	margin-top:-1px;
	margin-left:-231px;
	width:231px;
	height:151px;
	background: url('../images/tree-top.png') top left no-repeat;
	float:left;
}
#outerWrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#header {
	font-size: 18px;
	font-weight: bold;
	height: 350px;
	line-height: 15px;
	padding: 0px;
}
.clearFloat {
  clear: both;
}





/**********NAVIGATION*************/

.nav {
	margin:0;
	height:150px;
	width:1000px;
}
.nav span {
	display:none;
}
.home a {
	margin-top:0px;
	width:217px;
	height:106px;
	background: url('../images/logo.png') top center no-repeat;
	float:left;
}
.nav .text {
	padding:110px 0 0 150px;
}

.nav .pad a{
	padding-right:17px;
}
.nav ul li {
	height:32px;
	display:block;
	text-align:center;
	font-size: 1.2em;
	float:left;
}
.nav ul li a{
	display:block;
	padding:10px 0;
	height:30px;
	color:#fff;
	text-decoration:none;
	float:left;
}
.text ul li a{
	display:block;
	padding:10px 0;
	height:30px;
	color:#fff;
	text-decoration:none;
	float:left;
}

.nav ul li a:hover {
	color:#8dc63f;
}






/*********HOME PAGE**********/

.headerRight {
	
	width:320px;
	height:388px;
	color:#DFDFDF;
	float:right;
}
.headerRight p {
	margin:0 auto;
	width:230px;
}
.headerRight .quote {
	padding:50px 20px 20px 10px;
}
.headerRight .quote span {
	font-size: 6em;
	font-weight: bold;
	height: 22px;
}
.headerRight .owner {
	margin-top:10px;
	width:120px;
	float:right;
}
.headerLeft {
	float:left;
}
.headerLeft h1 {
	color:#00233F;
}
.headerLeft ul {
	width:400px;
}
.headerLeft li {
	width:170px;
	margin-left:25px;
	margin-bottom:5px;
	font-size:1.1em;
	color:#fff;
	float:left;
}

.pdf a {
	display:block;
	width:240px;
	height:280px;
	background: url('../images/pdf.png') bottom center no-repeat;
}
.pdf span {
	display:none;
}


#contentWrapper {
	padding-bottom:40px;
	color:#fff;
	background: url('../images/right-bg.png') 689px 169px repeat-y;
}
#rightColumn1 {
	margin: 0px 40px 5px 5px;
	width: 250px;
	float: right;
}
#rightColumn1 dd input {
	width:240px;
}
#rightColumn1 dd {
	margin-bottom:10px;
}
#rightColumn1 dt {
	margin-bottom:5px;
}
#rightColumn1 p {
	padding:5px;
}
#rightColumn1 h1 {
	color:#fff;
}




#content h1{
	color:#fff;
}
#content {
	margin: 0px 5px 5px 5px;
	width:570px;
	float:left;
}
#content p {
	font-size:1em;
}




