
/* Layout Stylesheet */ 

/* Sets properties for outside the main table*/
body {
 margin:20px;
 background:#ffffff;
 color: #444444;
 text-align:center;
 padding:0;
 }

/* the main table where everything is located within*/
#main {
 text-align:left;
 border:1px solid #000000;
 width:1026px;
 margin:auto;
 }

/*header table where logo would go */
#header {
 width:1026px;
 height:120px;
 background-image:url('../images/header.gif');
 color: #444444;
 }

/* holds top navigation row for buttons etc */
#nav {
 width:1026px;
 height: 27px;  /*normally 23 changed due to drop down menu*/
 background:#ffffff;
 color: #FFFFFF; 
 border-top:solid black 1px;
 border-bottom:solid black 1px;
 }

/* where main content goes*/
#content {
 overflow:auto;
 background: #ffffff;
 color: #444444;
 padding:0;
 width:1026px;
 height:610px;
 }

/* footer bar running whole length of site */
#footer {
 width:1026px;
 height:25px;
 background:#6aa277;
 color: #444444;
 border-top:solid black 1px;
 margin:0;
 }

/*Special properties for header logo, z-index means ontop*/
.logo{
position:absolute;
z-index: 1;
}

/*Rounded corner box used to highlight specific content, must use an extra fixed width div around it to limit its size unless requires whole page length*/
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#aacab2; border-left:1px solid #ffffff; border-right:1px solid #ffffff;}
.xb1 {margin:0 5px; background:#ffffff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent ul {margin-bottom: 0; margin-top:0; }

.xboxcontent {display:block; background:#aacab2; color:#444444; border:0 solid #ffffff; border-width:0 1px;}


/* Contact Form*/
/* Error Message Style*/
.form_check, li.form_check {    
 color: red; 
 }