/* CSS Document */
*{
	padding:0;
	margin:0;
}


body
{      
    padding:0;
	margin: 0;
    font: 0.75em sans-serif;
    background-color: rgb(0,132,63);  /* dark green  */
}

a, .contactlabel
{
    text-decoration: none;
    color: rgb(0,132,63);
    font-weight: bold;     
}

a:visited
{
    color: rgb(0,132,63);
}

a:hover
{
    color: #000;       
}

h2, h3
{
    color: rgb(0,132,63);
    font-weight:normal;
    clear: none;
    padding: 0;
    margin: 0 0 10px 0;
}

h2
{
    font-size: 1.75em;
    line-height: 1.1em;
}

h3
{
    margin-top: 60px;
}

img
{    
    border-style: none;
}


/* **************** Global Styles (End) ******************* */


/* **************** Header Nav (Begin) ******************* */

#top
{      
    background: #fff url(../img/topCorner.gif) right bottom no-repeat;
	height: 76px;
	position: relative;
	z-index: 5000;	
}

#top ul{
	margin: 0;
    text-align: right;
    list-style-type: none;   
	position: relative;
	top: 55px;
	right: 60px;
}

#top ul li{
    display: inline;
    font-size: 0.9em;
    font-weight: bold;    
}

#top ul li a{
    color: #000;
    padding: 0 5px;    
}


.nav_item{
    border-right: 1px solid rgb(224,194,151);      
}


#top ul li a:visited
{
    color: #000;
}

#top ul li a:hover
{
    color: rgb(0,132,63);
}

/* **************** Header Nav (End) ******************* */


/* **************** Image Styles (Begin) ******************* */

#header{   
    float: right;
}

#logo, .logo{   
position: absolute;
z-index: 4;
top: 15px;
left: 50%;
margin-left: -475px;
}

/* **************** Image Styles (End) ******************* */


/* **************** Main Content Styles (Begin) ******************* */

#container{   
    max-width: 100%;  
    text-align: center;    
    padding: 0;     
	margin:0 auto;                      
}

#left{
	float: left;
	background: #fff url(../img/largeChip.gif) no-repeat bottom left;
	width: 900px;
	min-height: 1000px;
	z-index: 0;
	
	/*border: 1px solid #00f;*/

}

#topLine{
	background: #fff url(../img/titlesep.gif) repeat-x bottom;
	height: 76px;
	width:900px;
}

#middle{
    min-height: 1000px;
	margin: 0 auto 0 -320px;
	padding-bottom: 90px;
	width:776px;
	background: transparent url(../img/body.png) repeat-y right;
	position: absolute;
	left: 50%;
	/*visibility: hidden;*/
	/*border: 1px solid #f00;*/
}

#right{
	float: right;
	border: 1px solid red;
	background-color: rgb(0,132,63); 
	width: 50px;
	min-width: 1000px;
}

#content
{   
   padding: 0;
   margin: 0 auto;
   font-size: 1.2em;
   line-height: 1.5em;
   text-align: left;
   width: 600px;
   position: relative;
   z-index: 2;
   top: 0;
}

#contentarea .maintext ul li{
    background: transparent url(../img/bullet.gif) no-repeat scroll top left;
    list-style-type:none; 
    margin-bottom: 10px;
    padding-left: 16px;
}

#contentarea .maintext ul li span{
	position: relative;
	top:-2px;
}

/* **************** Main Content Styles (End) ******************* */


/* **************** Footer Styles (Begin) ******************* */

#footer
{   
   text-align: center;
   font-size: 0.95em;       
   height: 50px;
   width: 780px;
   padding: 20px 0;
   color: rgb(0,132,63); 
   clear: both;
   position: absolute;
   left:0;
   bottom: 0;
}

.footerimg
{
    padding-bottom: 5px;   
}

/* **************** Footer Styles (End) ******************* */



.clear
{
    clear: both;
}

#indexcontent
{
    position:relative;    
    top: -30px;
    padding: 0 40px 10px 30px;
}


#services
{
    margin: 0;
	margin-top: 25px;
    padding: 0;
	width: 650px;
	position: relative;
	right: -63px;
}


#servicegraphics
{
    position: relative;    
    background: transparent url(../img/serviceHomeBG.gif) repeat-x scroll top left;
    text-align: center;
    margin: 0;
	.margin-top: -3px;
    padding: 0;
}

#servicegraphics img
{
   padding: 15px 6px 3px;
}




/* **************** Submenu Styles (Begin) ******************* */

.subsection
{    
    width: 33%;    
    float: right; 
    margin: 0 0 10px 25px;
    padding: 0;
	padding-left: 25px;    
    background: transparent url(../img/vertSeparator.gif) no-repeat scroll top left;
    min-height: 300px;
}

.subsection li, #content ul li
{ 
    background: transparent url(../img/bullet.gif) no-repeat scroll center left;
    list-style-type:none; 
    margin-bottom: 5px;
    padding-left: 16px;
    font-size: 0.85em;
    line-height: normal;
    text-align: left;
}

#abouttext, #servicestext, #locationstext{
    line-height: normal;
    text-align:left;
}


ol li
{
    font-size: 1.5em;
    color: rgb(0,132,63);
    font-weight: bold;
    margin-bottom: 10px;
}

ol li span
{
    font-weight: normal;
}

.subul
{
    margin: 0;
    padding: 0;
    text-align: left;
}


/* **************** Submenu Styles (End) ******************* */

/* **************** Input Styles (Begin) ******************* */

input
{
   width: 200px;     
}

input, textarea
{
    background: #fff url(../img/contactFormBG.gif) repeat-y scroll top left;
    border: 1px solid rgb(224,194,151);
    
}

/* **************** Input Styles (End) ******************* */

.attachments{
    padding: 30px 0;
}