/* CSS Document */
* {
padding: 0; margin: 0;
}

body {
text-align: center;
background-image:url(images/bg.gif);
font-size: 85%;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-bottom: 50px;
}

/*......FORM on Contact Us Page.....*/

form {
margin-left: 45px;
margin-bottom: 20px;
color: #d8c9a8;
font-size: 85%;
}
span {
font-weight: bold;	
}

/*......Names on Testiomonial Page.......*/

p.orange {
color: #ff6400;
font-style: italic;
margin-top: -10px;
margin-left: 20px;
}
/*.....Quote's on Testimonial Page......*/

#Lcontent p.grey {
color: #5c8330;
margin-left: 20px;
}
/*.......Address on Contact Us Page...*/
#Lcontent p.addy {
padding-left: 210px;
margin-bottom: 20px;
}
/*////////////////////////
.........WRAPPER
////////////////////////*/

#wrapper {
text-align: left;
width: 800px;
position: relative;
margin: 10px auto 0;
background-color: #fff;
border: 1px solid #fff;
}

/*///////////////////////////////
...TOP HEADER
///////////////////////////////*/

#top_header {
background-image: url(images/top_header.gif);
width: 800px;
height: 61px;
background-repeat: no-repeat;
background-position: top left;
}
/*/////////////////////////////////////
.......MONTAGE below MENU
/////////////////////////////////////*/

#montage {
width: 800px;
height: 294px;
background-image: url(images/main_pic.jpg);
background-repeat: no-repeat;
background-color: #fff;
border-bottom: 2px solid #fff;
}


/*//////////////////////////
...........MENU
//////////////////////////*/

#menu {
text-align:center;
font-size: 90%;
background-color: #5c8330;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#menu ul {
list-style: none;
padding: 4px 0 4px 25px;
}

#menu li {
display: inline;
font-weight: bold;
}

#menu a {
color: #d8c9a8;
padding: 3px 25px 3px 20px; 
text-decoration: none;
background-image: url(images/nav_butt_h.gif);
background-repeat: no-repeat;
background-position: left center;
}

#menu a:hover {
color: #fff;
background-image: url(images/nav_butt.gif);
background-repeat: no-repeat;
background-position: left center;
}

/*/////////////////////////////
........INNER for tiling image
////////////////////////////*/

#inner {
width: 800px;
background-image: url(images/background.gif);
background-repeat: repeat-y;
}
/*.....used on Gallery Page......*/
#inner_2 {
width: 800px;
background-image: url(images/background2.gif);
background-repeat: repeat-y;
background-position: left top;
}

/*////////////////////////////
.......LEFT CONTENT
////////////////////////////*/

#Lcontent {
width: 570px;
float: left;
/*border: 1px solid #000;*/
background-color: #363942;
padding-bottom: 20px;
}
#Lcontent p {
padding: 5px 12px;
color: #d8c9a8;
line-height: 1.5em;
font-size: 85%;
}
#Lcontent h4 {
color: #d8c9a8;
padding-left: 12px;
padding-top: 10px;
padding-bottom: 10px;
}
#Lcontent h5 {
text-align: center;
color: #d8c9a8;
margin-bottom: 10px;
margin-top: 20px;
}

#Lcontent ul.list {
padding-left: 200px;
color: #d8c9a8;
line-height: 1.5em;
margin-bottom: 20px;
}
#Lcontent a {
color: #FFF;
}
#Lcontent a:hover {
color: #FFF;
text-decoration: none;
}
/*//////////////////////////////
.........GALLERY 
//////////////////////////////*/
#gallery {
width: 800px;
}
#gallery p {
padding: 5px 12px;
line-height: 1.5em;
color: #d8c9a8;
font-size: 85%;
}
#gallery h4 {
padding-left: 12px;
padding-top: 10px;
padding-bottom: 10px;
color: #d8c9a8;
}


/*/////////////////////////////////////
......RIGHT CONTENT image panel
/////////////////////////////////////*/

#Rcontent {
float: right;
padding-top: 25px;
}
#Rcontent img {
border: none;
}

/*////////////////////////////
.....CLEARONE above footer
////////////////////////////*/

#clearone {
clear: both;
}

/*///////////////////////
.......FOOTER
//////////////////////*/

#footer {
background-color: #5c8330;
margin-left: 0;
margin-right: 0;
color: #d8c9a8;
text-align: center;
border-top: 1px solid #fff;
clear: both;
}

#footer p {
padding: 0.2em 0;
font-size: 80%;
}

#footer a {
color: #fff;
text-decoration: none;
}

/*/////////////////////////////////
..........TABLES
/////////////////////////////////*/

table.links_page {
width: 100%;
/*border: 1px solid #ff0000;*/
color: #d8c9a8;
font-size: 80%; 
}
table.links_page a {
color: #fff;
text-decoration: none;
}
td.logos {
padding: 5px;
}
td.logos img {
border: none;
}

/*/////////////////////////
...TABLES PROJECTS
/////////////////////////*/

table.projects {
width: 100%;
}
table.projects td.head {
vertical-align: top;
}
table.projects h4 {
text-align: center;
margin-bottom: -15px;
}
table.projects img {
border: none;
padding: 5px;
}
table.projects td.head a {
color: #fff;
text-decoration: none;
}