html, body {
margin: 0;
padding: 0;
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background: #f7ecd4;
background-image: url("images/heading.gif");
background-repeat: repeat-x;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}

body {
font-size: 70%;
}

h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0;
display: inline;
}

h2 {
color: #001630;
font-size: 1.5em;
}

h3 {
color: #c23d00;
font-size: 1.4em;
}

#layout {
position: relative; /* needed for footer positioning*/
width: 990px;
margin: 0 auto; /* Centers the design */
height: auto !important; /* real browsers */
height: 100%; /* IE6: treated as min-height*/
min-height: 100%; /* real browsers */
background: url("images/page_back.gif") repeat-y;
}

#wrap {
width: 990px;
margin: 0 auto; /* Centers the design */
text-align: left;
}

#header {
width: 990px;
height: 230px;
background: url("images/heading.gif") repeat-x;
}

#heading {
padding: 25px 0 0 75px;
width: 915px;
height: 55px;
background: url("images/header.gif");
}

#heading h1 {
color: #f7ecd4;
font-size: 1.6em;
margin: 0;
display: inline;
}

#logo {
height: 68px;
padding-top: 54px;
}

#menu_top {
width: 510px;
height: 28px;
margin-left: 480px;
}

#content {
padding: 4px 80px 10px 80px;
}

#footer {
position: absolute;
margin-left: 30px;
width: 930px;
text-align: center;
height: 100px;
bottom: 0; /* stick to bottom */
background: #c23d00;
}

#footer_wrap {
width: 930px;
padding: 0;
margin: 0 auto;
}

#footer_left {
float: left;
width: 432px;
color: #001630;
}

#footer_left a {
color: #f7ecd4;
font-family: Arial, Helvetica;
font-size: 1.3em;
font-weight: bold;
}

#footer_left a:hover {
color: #757562;
text-decoration: none;
}

#footer_mid {
float: left;
width: 66px;
}

#footer_right {
float: left;
padding-left: 60px;
width: 372px;
text-align: left;
color: #001630;
font-family: Arial, Helvetica;
font-size: 1.3em;
font-weight: bold;
}

#copyright {
padding-top: 12px;
color: #f7ecd4;
font-size: 0.8em;
}

#fpad {
height: 100px; /* equals footer height */
}

a.imgServ {
display: block;
float:left;
width: 117px;
height: 28px;
background: transparent url(images/services.gif) 0 0 no-repeat;
}

a.imgServ:hover {
background-position: 0 -28px;
}

a.imgPort {
display: block;
float:left;
width: 129px;
height: 28px;
background: transparent url(images/portfolio.gif) 0 0 no-repeat;
}

a.imgPort:hover {
background-position: 0 -28px;
}

a.imgCont {
display: block;
float:left;
width: 113px;
height: 28px;
background: transparent url(images/contact.gif) 0 0 no-repeat;
}

a.imgCont:hover {
background-position: 0 -28px;
}

a.imgHome {
display: block;
float:left;
width: 75px;
height: 28px;
background: transparent url(images/home.gif) 0 0 no-repeat;
}

a.imgHome:hover {
background-position: 0 -28px;
}

a.imgQuote {
display: block;
float:left;
width: 132px;
height: 20px;
background: transparent url(images/quote.gif) 0 0 no-repeat;
}

a.imgQuote:hover {
background-position: 0 -20px;
}

a.imgCont2 {
display: block;
float:left;
width: 97px;
height: 20px;
background: transparent url(images/contactus.gif) 0 0 no-repeat;
}

a.imgCont2:hover {
background-position: 0 -20px;
}

.clear {
clear: both;
}

img {
border: 0;
}

.box_wrap_g_home { position: relative; color: #f7ecd4; }
.bl_g_home {background: url(images/box_g_bl.gif) 0 100% no-repeat #b0c036; width: 100%; }
.br_g_home {background: url(images/box_g_br.gif) 100% 100% no-repeat; }
.tl_g_home {background: url(images/box_g_tl2.gif) 0 0 no-repeat; }
.tr_g_home {background: url(images/box_g_tr2.gif) 100% 0 no-repeat; padding: 15px; text-align: center; }
.clearbox {font-size: 1px; height: 1px; }

.box_wrap_g { position: relative; color: #f7ecd4; }
.bl_g {background: url(images/box_g_bl.gif) 0 100% no-repeat #b0c036; width: 100%; }
.br_g {background: url(images/box_g_br.gif) 100% 100% no-repeat; }
.tl_g {background: url(images/box_g_tl.gif) 0 0 no-repeat; }
.tr_g {background: url(images/box_g_tr.gif) 100% 0 no-repeat; padding: 10px; }

.box_wrap_b { position: relative; color: #b0c036; }
.bl_b {background: url(images/box_b_bl.gif) 0 100% no-repeat #001630; width: 100%; }
.br_b {background: url(images/box_b_br.gif) 100% 100% no-repeat; }
.tl_b {background: url(images/box_b_tl.gif) 0 0 no-repeat; }
.tr_b {background: url(images/box_b_tr.gif) 100% 0 no-repeat; padding: 10px; }


a.fade img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

a.fade:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

.hrline {
height: 1px;
margin: 4px 0 4px 0;
background-color: #b0c036;
clear: both;
}

.hrline hr {
display: none;
}

ul {
margin: 0 0 0 1em;
padding: 0 0 0 1em;
}

li {
color: #001630;
font-size: 1.2em;
font-weight: bold;
}

a {
font-family: arial, helvetica;
font-weight: bold;
color: #c23d00;
}

a:hover {
color: #757562;
text-decoration: none;
}

a.gr_lg {
font-family: verdana;
font-size: 1.3em;
font-weight: bold;
color: #b0c036;
}

a.gr_lg:hover {
color: #757562;
text-decoration: none;
}

.gray_lg {
font-family: verdana;
font-size: 1.3em;
font-weight: bold;
color: #757562;
}

.img-shadow {
float:left;
background: url("images/shadow.png") no-repeat bottom right !important;
background: url("images/shadow.gif") no-repeat bottom right;
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
}

.img-shadow img {
display: block;
position: relative;
background-color: #fff;
margin: -6px 6px 6px -6px;
}

form {
margin: 0;
}

.formtxt {
float: left;
padding: 6px 5px 0px 0px;
width: 145px;
text-align: right;
color: #757562;
font-size: 1.2em;
font-weight: bold;
}

.forminp {
float: left;
color: #001630;
padding: 4px 0px 8px 0px;
width: 340px;
}

input.text {
font-family: Arial, Helvetica;
font-size: 1.2em;
font-weight: bold;
color: #001630;
background-color: #b0c036;
padding: 2px;
border: solid 1px #757562;
}

select {
font-family: Arial, Helvetica;
font-size: 1.2em;
font-weight: bold;
color: #001630;
background-color: #b0c036;
padding: 2px;
border: solid 1px #757562;
cursor: pointer;
}

textarea {
width: 320px;
font-family: Arial, Helvetica;
font-size: 1.2em;
font-weight: bold;
color: #001630;
background-color: #b0c036;
padding: 2px;
border: solid 1px #757562;
}

input.btn {
color: #fff;
background: #001630;
border: 2px outset #dddddd;
margin-left: 350px;
padding: 1px 2px 1px 2px;
font-size: 1.2em;
font-family: Arial, Helvetica;
font-weight: bold;
letter-spacing: 1px;
text-align: center;
overflow: visible;
cursor: pointer;
}

input.btn:hover {
	background: #b0c036;
}

.error {
margin-left: 150px;
padding: 2px;
color: #ffffff;
border: 1px dashed #990000;
background-color: #cc6666;
font-size: 1.1em;
font-weight: bold;
}

.error2 {
margin-bottom: 4px;
padding: 2px;
color: #ffffff;
border: 1px dashed #990000;
background-color: #cc6666;
font-size: 1.1em;
font-weight: bold;
}