
body{
	background:#026536;
	text-align:center;
	font-family:sans-serif;
	line-height:1.5em;
}

#pageWrap{
background:white;
width:950px;
padding:10px;
margin:10px auto;
text-align:left;
}


#contract_request_form p{
margin:0;
}

#contract_request_form h3{
line-height:1.2em;
}

/***********************

Styles for the header bar

************************/

#header{
background:white url(../images/banner_background.jpg) 0 0 repeat-x;
margin:-10px;
}        
        

        

/***********************

Styles for the top menu

************************/

#menu{ 
margin-top:0px;
width:970px;
margin-bottom:2em; 
background:#006634;
margin-left:-10px;
margin-right:-10px;
}

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

        #menu ul li{
        float:left;
        padding:0px;
	margin:0px;
        }

	
        #menu li a{
        text-decoration:none;
        display:block;
        margin:2px 15px;
        padding:5px;
        color:#fff;
        }

	#menu li.current a{
		text-decoration:underline;
	}

        #menu li a:hover{
        color:#333;
        background:#9acc99;
        }




/***********************

Styles for the other top menu

************************/

#menu2{ 
margin-top:0px;
width:970px;
margin-bottom:0em; 
background:#9acc99;
margin-left:-10px;
margin-right:-10px;
}

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

        #menu2 ul li{
        float:left;
        padding:0px;
	margin:0px;
        }

	
        #menu2 li a{
        text-decoration:none;
        display:block;
        margin:2px 15px;
        padding:5px;
        color:#006634;
        }

	#menu2 li.current a{
		text-decoration:underline;
	}

        #menu2 li a:hover{
        color:white;
        background:#006634;
        }




/*********************

Styles for the footer

 ********************/


#footer{
border-top:1px solid #dfdfdf;
margin-top:20px;
}


/***********************
* Paginiation, for blogs
* and tags
************************/

.pagination{
background:#eee;
padding:10px;
border:1px solid #ccc;
border-left:0px;
border-right:0px;
text-align:center;
margin:10px 0px;
}

.pagination a{
border:1px solid #ccc;
padding:3px 8px;
margin:3px;
}

.pagination a:hover{
background:#ccc;
color:black !important;
}


/*************************
* Tag cloud
**************************/

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

/*********************************
*Coments
**********************************/

.comment{
border-bottom:1px solid #eee;
padding:10px 0px;
width:100%;
}

.comment .author{
float:left;
width:200px;
margin:10px;
}

.comment .author_name{
margin-bottom:10px;
}

.comment .date{
margin-top:10px;
}

.comment .content{
margin-left:220px;
}

/*****************************
* Blog layout
******************************/

#blogMainArea{
width:600px;
float:left;
}

#blogSidebar{
margin-left:40px;
float:left;
}

.post{
background: transparent url(../images/shadow_line.gif) 0 100% no-repeat;
padding-bottom:30px;
margin-bottom:10px;
}

.post .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.post .body{
clear:left;
}

.postInfo h3, .postInfo h5{
border-bottom:0px;
margin:0px;
}

.postInfo .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.postBody{
clear:left;
}


/***********************
**Some general form stuff
************************/


ul.form_errors{ 
                border:1px solid red;
                background:#fdd;
                padding:10px;
                padding-left:30px;
                }

.submitted_ok{ 
                border:1px solid green;
                background:#dfd;
                padding:10px;
                padding-left:30px;  
                margin:10px;
 }

input.form_error,textarea.form_error,select.form_error{ 
                  border:2px inset red;
                  background:#fdd;
                  }

            
/*********************
*This allows fluid images
***********************/
img.full{
max-width:100%;
}

table td img.full{
width:100%;
}
            
            
    /***********************
    * Clearfix rules
    ************************/
        .clearfix {
	 display:inline-block;
	}
	.clearfix:after {
	 display:block; 
	 visibility:hidden; 
	 clear:both; 
	 height:0; 
	 content: "."; 
	}

              
              /*Small rule to hide robot decoy elements*/
              .decoyEmail{display:none;}
              
              
