
/* CSS Document */
 
 
/*** Element Styles ***/
 
body
 {
 background-color: #5CBC51;
 color: #005F99;
 margin: 0;
 margin-top: 5px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 }
 
h1
 {
 font-size: 20px;
 }
 
h2
 {
 font-size: 15px;
 }
 
 
/*** Layout Styles ***/
 
#container
 {
 position: relative;
 width: 950px;
 }
 
#roof
 {
 position: relative;
 margin-bottom: 5px;
 }
 
 
/*** Header Styles ***/
 
#top
 {
 display: table;
 position: relative;
 background-color: #005F99;
 color: #FFFFFF;
 width: 946px;
 border: 2px solid #006699;
 margin-bottom: 5px;
 }
 
#topLeft
 {
 display: table-cell;
 position: relative;
 background-color: #FFFFFF;
 width: 250px;
 }
 
#topRight
 {
 display: table-cell;
 position: relative;
 background-color: #005F99;
 width: 700px;
 vertical-align: middle;
 }
 
#top p
 {
 color: #FFFFFF;
 font-weight: bold;
 font-size: 12px;
 text-align: center;
 margin-right: 10px;
 }

.contact_row
 {
 display: table;
 font-size: 11px;
 font-weight: bold;
 }

.contact
 {
 display: table-cell;
 text-align: left;
 padding-right: 35px;
 }
 
 
/*** Main Area Styles ***/
 
#center
 {
 display: table;
 }
 
#middle
 {
 display: table;
 position: relative;
 width: 950px;
 background-image: url(/images/bkg4.gif);
 background-repeat: repeat-y;
 }
 
#midLeft
 {
 padding-top: 0px;
 font-size: 13px;
 display: table-cell;
 background-image:url(/images/blank.gif);
 position: relative;
 color: #FFFFFF;
 width: 250px;
 height: 460px;
 text-align: left;
 vertical-align: top;
 }
 
#midLeft li
 {
 color: #FFFFFF;
 font-size: 13px;
 margin-left: 20px;
 margin-bottom: 8px;
 }
 
#midLeft a
 {
 background-image:url(/images/bullet3.gif);
 background-repeat: no-repeat;
 display: block;
 color: #FFFFFF;
 background-color: #005F99;
 font-weight: bold;
 font-size: 12px;
 padding-top: 2px;
 padding-bottom: 5px;
 padding-left: 40px;
 width: 187px;
 text-decoration: none;
 margin-bottom: 8px;
 margin-left: 2px;
 }
 
#midLeft a:hover
 {
 background-image:url(/images/bullet4.gif);
 background-repeat: no-repeat;
 color: #005F99;
 background-color: #FFFFFF;
 font-weight: bold;
 text-decoration: underline;
 }
 
#midRight
 {
 display: table-cell;
 position: relative;
 vertical-align: top;
 background-image:url(/images/bkg3.gif);
 color: #005F99;
 width: 700px;
 border-top: 2px solid #006699;
 border-right: 2px solid #006699;
 border-left: 2px solid #006699;
 }
 
#midRight p
 {
 margin-left: 30px;
 margin-right: 20px;
 text-align: left;
 }
 
#midRight a, #midRight a:visited
 {
 color: #005F99;
 }
 
#midRight p.project
 {
 text-align: center;
 margin-bottom: 30px;
 font-weight: bold;
 }
 
#midRight p.project img
 {
 border: 2px solid #5CBC51;
 padding: 3px;
 }
 
#midRight h1
 {
 margin-left: 15px;
 margin-right: 20px;
 text-align: left;
 }
 
#midRight h2
 {
 margin-left: 30px;
 margin-right: 20px;
 text-align: left;
 }
 
#midRight li
 {
 text-align: left;
 margin-right: 20px;
 }
 
#saveContent p
 {
 text-align: center;
 }
 
#midRight td
 {
 text-align: left;
 }

.green_input
 {
 background-color: #E9F6E8;
 border: 1px solid #5CBC51;
 width: 300px;
 color: #046;
 padding: 2px;
 font-weight: bold;
 }
 
.checks
 {
 margin-bottom: 10px;
 text-align: left;
 }
 
.topper
 {
 padding-top: 10px;
 }
 
.checks input
 {
 position: relative;
 top: 1px;
 }
 
/*** Footer Styles ***/
 
#bottom
 {
 display: table;
 position: relative;
 background-image: url(/images/bkg4.gif);
 background-repeat: repeat-y;
 width: 950px;
 text-align: center;
 }
 
#botLeft
 {
 padding-top: 0px;
 font-size: 13px;
 display: table-cell;
 position: relative;
 width: 251px;
 }
 
#botRight
 {
 display: table-cell;
 position: relative;
 width: 700px;
 border-bottom: 2px solid #006699;
 border-left: 2px solid #006699;
 border-right: 2px solid #006699;
 margin-top: 20px;
 }
 
#bottom p
 {
 position: relative;
 color: #5CBC51;
 text-align: center;
 font-weight: bold;
 }
 
 
/*** Header Styles ***/
 
.logo
 {
 padding-left: 0px;
 background-color: #FFFFFF;
 }
 
 
/*** Footer Styles ***/
 
.footer
 {
 color: #FFFFFF;
 font-size: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 }
 
.footer a
 {
 color: #FFFFFF;
 font-weight: bold;
 }
 
.footer a:visited
 {
 color: #FFFFFF;
 }
 
.footer a:hover
 {
 color: #005F99;
 }

.footer p.mcw {
 color: white;
 font-size: 12px;
 margin-bottom: 5px;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 }
 
 
/*** Colors ***/
/*
#5CBC51 green
#005F99 blue
*/