body {
    background: #5C832F url(/images/greentexture.jpg) repeat;
/* 	background-color: #5C832F;*/
    font-size: 62.5%;
    margin: auto;
    font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
}

h1, .h1_link {
    font-size: 2.3em;
    font-family: 'Times';
}

h2 {
    font: 1.3em "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
    padding: 5px 5px 0 5px;
	background-color: #436022;
    color: white;
}

h3 {
    font: 0.9em "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
    padding: 0 5px 5px 5px;
	background-color: #436022;
    color: white;
    margin-bottom: 5px;
}

.clear {
    clear: both;
	padding: 0px;
	margin: 0px;
}

.content a, a:visited {
/*	color: white;*/
	color: black;
}

.text_link:hover {
	background-color: #FBB03B;
}

#master_wrapper {
    width: 780px;
    margin: 0px auto 0px auto;	
}

#container {
    padding: 15px 0 5px 0;
    background-color: #E6E1B6;
}

body#about #container {
    #padding: 15px 0 18px 0; /* IE Only */
}
                  
#slideshow {
    text-align: center;
}

#header {
   /* padding: 10px 0 10px 0; */
/*	background: url(/images/header_back_shadow.png) repeat-x;*/
		background-color: #E6E1B6;
}

#wrapper {
/*	margin-top: -10px;*/
}

.shadow {
	background: url(/images/bottom_shadow.png) repeat-x bottom;
	height: 87px;
    margin: 20px auto 20px auto;
}

.body_shadow {
	background: url(/images/bottom_shadow.png) repeat-x bottom;	
	height: 10px;
}

div#header div#wrapper {
    width: 750px;
    margin: 0 auto;
}


.content {
    text-align: left;
    font-size: 1.5em;
	margin: -3px 15px 18px 15px;
    color: black;
}

body#contact .content {
	margin: -3px 15px 0px 15px;
}

body#home .content {
    margin: 12px 15px 12px 15px;
}

.message, body#about #work_list {
    float: right;
	width: 220px;
    font-size: 0.8em;
	color: white;
	background-color: #436022;
	margin: 15px 0 15px 15px;
	position: relative;
}

.message a {
	color: white;
}

.tan {
    /*background-color: #E6E1B6;*/
    color: black;
}

.message p, .message h1, .message li {
    padding: 5px 0px 0px 10px;
}

.message table {
	margin: 0 0 10px 0;
}

.message img {
    margin: 5px 0px 0px 10px;
}

.content p, fieldset {
    padding: 10px;
}

.highlight {
	background-color: #FBB03B;
}

#footer {
    margin: 10px 0 10px 0;
    text-align: center;
    vertical-align: middle;
    color: #A8A8A8;
    clear: both;
	#height: 30px;
}

/************* Menu *************/

#menu {
    list-style: none;
    float: right;
    height: 78px;
}

#menu li {
    display: inline;
    font-size: 2.2em;
    margin: 0 10px;;
    line-height: 78px;
}

#menu li a {
    text-decoration: none;
    color: #382513;
    padding: 0 0 2px 0;
}

#menu a:hover, .selected {
    border-bottom: 3px solid #382513;
}

/************* Home *************/

body#home .message a {
    text-decoration:  none;
    color: white;
    font-weight: normal;
}

/************* About *************/

body#about .content img {
    margin: 10px 10px 0px 10px;
    border: 2px solid #284907;
    float: left;
}

body#about .content img:hover {
    border: 2px solid #FBB03B;
}

body#about .about_text {
   width: 480px;

}

body#about #work_list {
    padding: 10px 10px 10px 25px;
}

#work_list h1 {
    margin-left: -10px;
    margin-bottom: 8px;
    font-size: 2.0em;
}

#work_list h4 {
	font-size: 1.2em;
}

#work_list ul {
    margin: 0 0 10px 20px;
    font-size: 1.2em;
}

#work_list li {
    list-style-type: square;
}


/************* Projects *************/

.project {
    margin: 15px 0px 15px 0px;
}

.project img {
    padding: 3px 5px 5px 0;
}
      
.project table {
    width: 100%;
}

.project table td {
	width: 130px;
    text-align: center;
}

/************* Contact Us *************/

body#contact fieldset {
    padding: 10px;
    width: 450px;
}

.left_label {
    width: 9em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

.radio {
    font-size: 0.8em;
    margin-right: 10px;
}

.radio_button {
    margin-right: 4px;
}

body#contact .positive {
    /*margin-left: 11.9em;*/
    position: relative;
    left: 12em;
}

.form_element {
    padding: 5px 0 5px 0;
}

#alert {
    text-align: center;
    background-color: #FBB03B;
    padding: 5px;
    margin: 5px;
}

body#contact table {
    margin-left: 10px;
}

td.label {
	padding-right: 5px;
}

/************* Buttons *************/

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#436022;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 0.8em;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:white;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

/*button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}*/

/* POSITIVE */

button.positive, .buttons a.positive{
    color: white;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#5C832F;
    border:1px solid #C6D880;
    color:white;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

/*.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}*/
