/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	background-color: #EBE5D7;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4D4D4D; 
	text-align: center;
}

#mainall {
	margin: 0px auto;
	padding: 0;
	width: 880px;
	border: none;
    text-align: center;
	background: transparent url(images/bg_main.gif) repeat-y;
	
}

#content {
    margin: 0px auto;
	padding: 0;
	width: 870px;
	border: none;
    text-align: left;
}


#logoarea {
	margin: 0px auto;
	padding: 0;
	width: 870px;
	height: 116px;
	border: none;
    text-align: left;
	background: transparent url(images/bg_top.gif) repeat-x;
	
}

#submenu {
	font-size: .7em;
	color:  #7C7C7C;
	position: relative;
	top: -10px;
	left: 380px;
	
}

/*LEFT COLUMN////////////////////////////////////*/

#leftcolumn {
	padding: 15px;
	width: 170px;
	vertical-align: top;
	float: left;
}



/*RIGHT COLUMN////////////////////////////////////*/

#rightcolumn {
	padding: 30px;
	width: 610px;
	vertical-align: top;
	float: right;
}

.container {
	margin: 0px auto;
	padding: 7px 0px 10px 0px;
	width: 610px;
	height: 120px;
	border: none;
	vertical-align: top;
	
}

containeraboutus {
	margin: 0px auto;
	padding: 0px;
	width: 610px;
	border: none;
	vertical-align: top;
	
}

.container p {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font-size: .77em;
	line-height: 1.2em;
	
}

.container h3 {
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height:1.2em;
	letter-spacing: .05em;
	color: #00A650;
}
.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}


/*RIGHT COLUMN END//////////////////////////////*/

/*FOOTER////////////////////////////////////*/

#footer {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 870px;
	height: 25px;
	border: none;
	background-color: #92825F;
	font-size: .7em;
	color: #D8CDB5; 
	text-align: center;
	clear:both;
	
}

#footer a, a:visited{ 
	color: #D8CDB5;
	text-decoration: none;
}


#footer a:hover{ 
	color: #ffffff;
	text-decoration: underline;
}

/*FOOTER END////////////////////////////////////*/

#bottom {
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	width: 880px;
	height: 8px;
	border: none;
	background: transparent url(images/bg_shadow_bttm.gif) no-repeat;
	
}

h1 {
	margin: 0px auto;
	padding: 30px 0px 0px 230px;
	width: 640px;
	height: 64px;
	border: none;
    text-align: left;
	background: transparent url(images/bg_h1.gif) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height:1.2em;
	letter-spacing: .08em;
	color: #ffffff;	
	
}

h2 {
	padding: 0px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height:1.2em;
	letter-spacing: .03em;
	color: #00A650;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height:1.2em;
	color: #00A650;
}

 p{
	padding: 0px 0px 15px 0px;
	font-size: .77em;
	line-height: 1.8em;
}

/*GLOBAL LINKS////////////////////////////////////*/
	
a, a:visited {
	color: #1188E3;
	text-decoration: none;
}

a:hover {
	color: #0092FF;
	text-decoration: underline;
}




/*top nav code//////////////////////////////   */

#mainnav {
	margin: 0px auto;
	padding: 0;
	width: 870px;
	height: 42px;
	border: none;
    text-align: left;
	background-color: #05A853;
	
}

#mainnav ul { 
	list-style:none; 
	margin:0; 
	padding: 0px 0px 0px 10px;  
	
}

#mainnav li { 
	float:left; 
	display:block;
	height:42px; 
	width:118px; 
	font-size: .65em;
	font-weight: bold;
	line-height:1.5em;
	letter-spacing: .1em;
	color: #E9B242;
	text-align: center;
	background-image:url(images/menu.gif);
	background-position:0px 42px;

}


#mainnav li span { 
	position: relative;
	top: 20px

}


#mainnav li div { 
	position: relative;
	top: 20px

}

#mainnav li a { 
	display:block;
	height:42px; 
	width:118px; 
	background-image:url(images/menu.gif);
	background-position: 0px 0px;
	color: #fff;
	text-decoration: none;
	
	
}

#mainnav li a:hover { 
	display:block;
	height:42px; 
	width:118px; 
	background-image:url(images/menu.gif); 
	background-position:0px 84px;
	color: #fff;
	text-decoration: none;
	
	
}

/*main nav code end//////////////////////////////   */

