/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	line-height: 110%;
background: #50ba48;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#background{
width: 100%;
background: url(../images/nbackground.gif) repeat-x #fff;
float:left;
}

#holder{
position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:803px;
}

#wrapper {
float:left;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:803px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#containter{
float: left;
display:inline;
width:803px;
}

#topper{
background: #ffffff url(../images/bckgrd.gif) repeat-x top left;
text-align: center;
margin:auto;
}

#header{
width:803px;
height:207px;
background:url(../images/nheader.gif) no-repeat;
float:left;
overflow: hidden;
display:inline;
}

#header a{
width:803px;
height:207px;
display:block;
text-indent:-9999px;
text-decoration:none;
}

#footback {
background: url("../images/footer.gif") repeat-x bottom ;
margin:auto;
margin-bottom: 0;
width: 100%;
float:left;
}

#topback {
background: url(../images/topbckgrd.gif) repeat-x #ffffff;
height: 100px;
width: 803px;
text-align: center;
margin:auto;
}


#contentback{
text-align: center;
background: #ffffff;
width: 800px;
padding: 0 0 5px 0;
margin: 1px 0px 10px 1px;
_margin: 0px 0px 10px 2px;
}

#maincontentcon{
border: 1px solid #8888b2;
width: 788px;
margin: 5px 5px 0 5px;
text-align: center;
background: #f9f9fc repeat-x url(../images/mainbckgrd.gif);
}

#maincontent{
text-align:left;
padding: 12px;
}

#maincontent a{
color: #1e951f;
text-decoration:underline;
}

#maincontent a:hover{
color:#000066;
text-decoration: none;
}

#maincontent h2{
font-size: 25px;
color: #000080;
margin:4px 0 20px 0;
}

#maincontent h3{
font-size: 20px;
color: #1e9724;
margin: 10px 0 0 0;
line-height: 100%;
}

#maincontent h4{
font-size: 16px;
color: #000080;
margin: 10px 0 0 0;
line-height: 110%;
}

#maincontent li{
line-height: 140%;
}

#maincontent p{
line-height: 140%;
margin: 2px 0 12px 0;
}

#maincontent hr{
height: 0;
border: 0;
border-top: 1px solid #000066;
margin: 0;
}

#maincontent img{
border: 1px solid #0d761e;
}

#copyright {
height: 20px;
width: 100%;
background: #50ba48;
}

#btmnav{
float:left;
font-size: 12px;
color:#FFFFFF;
height: 50px;
line-height: 20px;
text-align:center;
width:100%;
}

#btmnav p{
padding: 0;
margin: 10px 0 10px 0;
}

#btmnav a{
color:#FFFFFF;
text-decoration:none;
}

#btmnav a:hover{
color:#FFFFFF;
text-decoration:underline;
}

/*************banner*************/
#bannercon{
height: 190px;
width: 803px;
margin:0;
}

#imageswap{
width: 468px;
height: 190px;
float: left;
background:url(../images/ban1.jpg) no-repeat;
}

#banquote{
width: 335px;
height: 190px;
background:url(../images/nmission.gif) no-repeat;
float: left;
}


/******************** Top Navigation ***********/

#navcon{
float: left;
position:relative;
left: 0px;
height: 32px;
width: 803px;
background: url(../images/navbck3.gif) repeat-x;
background-position: 0 0;
z-index: 10000;
}

#menuh-container
	{		
	top: 0;	
	left: 0px;
	background:url(../images/bckgrdline.gif) right no-repeat;
	}

#menuh
	{
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	font-weight: normal;
	magin: 0px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	color: #ffffff;
	text-decoration:none;
	padding: 8px 0 9px 0;
	}
		
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#d3d3a9;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* controls main menu color */
	{
	background-repeat: no-repeat;
background: no-repeat url(../images/navline.gif);
	}

	
#menuh a.parent, #menuh a.parent:hover 	/* controls the button that opens the sub sub menu */
	{
	background-image: url(../images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;	
	}

#navshort{
width: 80px;
}

#navmid{
width: 103px;
}
	
#navwide{
width: 135px;
}


#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
#menuh ul li{
text-align:left;
	}
	
#menuh li ul{
float:left;
}

#menuh ul ul /*controls sub menu*/
	{ 
	background-color:#005c00;
	border-bottom: none;
	position:absolute;
	left: 2px;
	z-index:10;
	top:auto;
	display:none;
	padding: 0;
	margin: 0;
	width:200px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

#menuh ul ul a
	{
	text-align: left;
	border-bottom: 1px solid #006600;
	border-right: 1px solid #006600;
	padding: 3px 0 3px 5px;
	margin: 0;
}
#menuh ul ul ul /*controls  sub sub menu*/
	{
	background-color:#7d1a04;
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
	
#twocolumn{
width: 100%;
}

#leftcolumn{
float:left;
width: 50%;
}

#rightcolumn{
float: right;
width: 50%;
}	

	
	 
/**********************front page**************/
#ftmain{
font-size:14px;
}

#ftmain h1, #ftmain h2, #ftmain h3 {
font-size: 25px;
color: #000080;
line-height: 140%;
}
#ftmain img{
margin: 0 22px 0 0;
float: left;
}

#ftlnkbox{
background: url(../images/lnkbckgrd2.gif) repeat-y;
width: 343px;
float:right;
}

#ftlnkboxinside{
width: 333px;
margin: 2px;
padding:3px;
border: 1px solid #020255;
background: url(../images/lnkbckgrd.gif) no-repeat;
}

#ftlnkboxinside a img{
padding:1px;
margin: 0;
border: none;
}

#ftlnkboxitm, #ftlnkboxbtm{
width:325px;
border: 1px solid #117a2a;
padding:3px;
}

#ftlnkboxitm{
border-bottom:none;
}



#ftlft{
margin: 0 0 0 0;
padding:0;
width:389px;
float: left;
}

#ftlft p{
margin: 0 0 8px 0;
}

#ftlft hr{
border-top: 1px solid #9f9fcf;
margin: 7px 0 7px 0;
}

#ftlft h1, #ftlft h2{
font-size: 22px;
color: #000080;
line-height:100%;
margin: 5px 0 0 0;
}

#ftlft h3{
font-size: 16px;
color: #117a2a;
margin: 0;
}

#ftlft h4{
font-size: 13px;
font-weight: bold;
color: #000080;
margin: 0;
}

#fttxtbx{
width: 180px;
float: left;
}

#fttxtbx p{
font-size: 11px;
margin: 0px;
}

#fttxtbx a{
color:#000080;
}
#fttxtbx a:hover{
color:#000080;
text-decoration:none;
}

/**********************inside page****************/

#insidemarg{
margin: 10px 20px 0 20px;
}

#contentmarg {
margin: 0 20px 0 20px;
  min-height:350px;
  height:auto !important;
  height:350px;
}

#contentmarg li{
margin-top: 5px;
margin-bottom: 5px;
}

#contentmarg img{
margin: 3px;
}

#contentpiccol{
width: 210px;
float: right;
text-align:center;
font-size: 11px;
font-weight:bold;
}

/**********************testimonials*****************/

#test1{
border-top: 1px solid #8888b2;
border-bottom: 1px solid #8888b2;
background: #ededf6;
padding: 5px;

}

#test2{

padding: 5px;
}


#test3 img{
margin-left: 15px;
}



/*****************styles*******************/

.left{
float: left;
}

.right{
float: right;
}

.history{
font-size:14px;
font-weight:bold;
color:#1e9724;
line-height: 130%;
}

.center{
text-align:center;
}

.pt14{
font-size:14px;
}

.headerright{
float: right;
margin-top: 55px;
}

#vertpictxt{
text-align:center;
width: 140px;
float:right;
}

#horpictxt{
text-align:center;
width: 220px;
float: right;
}

#contentbck{
float:left;
display:inline;
width: 803px;
background:url(../images/ncontentbackgrd.gif) repeat-y;
}

#contentbtm{
float:left;
background:url(../images/ncontentbtm.gif) no-repeat;
width: 803px;
height: 10px;
}

#content{
float:left;
display:inline;
background:url(../images/ncontenttop.gif) no-repeat;
width: 703px;
text-align:left;
padding: 12px;
padding: 25px 40px 25px 60px;
}

#ftcontent{
float:left;
display:inline;
background:url(../images/ncontenttop.gif) no-repeat;
width: 753px;
text-align:left;
padding: 12px;
padding: 25px 25px 25px 25px;
}

#content a, #ftcontent a{
color:#000066;
text-decoration:underline;
}

#content a:hover, #ftcontent a:hover{
color: #1e951f;
text-decoration: none;
}

#content h2, #content h1{
font-size: 25px;
color: #000080;
margin:0 0 20px -20px;
}

#ftcontent h2, #ftcontent h1{
font-size: 25px;
color: #000080;
line-height: 140%;
margin:0 0 20px 0;
}



#content h3{
font-size: 20px;
color: #1e9724;
margin: 10px 0 0 0;
line-height: 100%;
}

#content h4{
font-size: 16px;
color: #000080;
margin: 10px 0 0 0;
line-height: 110%;
}

#content h5{
font-size: 14px;
color: #000080;
margin: 10px 0 0 0;
line-height: 110%;
}

#content li{
line-height: 140%;
}

#content p, #ftcontent p{
line-height: 140%;
margin: 2px 0 12px 0;
}

#content hr{
height: 0;
border: 0;
border-top: 1px solid #000066;
margin: 7px 0 7px 0;
padding: 0;
}

#content img, #ftcontent img{
border: 1px solid #0d761e;
}

#content img{
margin: 5px;
}

#ftcontent img{
margin: 0 10px 0 10px;
}


#contentmask{
float:left;
background:url(../images/mask.gif) no-repeat bottom;
}


