
.clear  {clear:both;}

body {
	margin:0px;
	padding:0px;
	/*background-color:white;*/
	width:100%;
	height:100%;
	overflow:auto; 
	background-image:url(/Images/skin/bgfade.gif);
	background-repeat:repeat-x;
	font-family:Arial;   }
textarea, input { font-family: Arial; font-size:inherit;}
div#center  {
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    width:900px;
    height:100%;
    background-color:White;
    position:relative;
    border-left-color:#d3d3d3;
    border-left-style:solid;
    border-left-width:thin;
    border-right-color:#d3d3d3;
    border-right-style:solid;
    border-right-width:thin;    }

/*Navigation*/
div#nav {
    text-align:left;
    width:890px;
    height:40px;
    background-color:#a0c1b9;   }
/*Navigation Links*/
#links {
	background: transparent;
	width: 800px;
	height: 24px;               }
#links ul{ 
	margin: 0;
	list-style:none; 
	padding: 2px 0 0 5px;       }
#links a { 
	display:block;
	background: #a0c1b9;
	border-bottom: 4px solid #a0c1b9;
	border-left: 2px solid #a0c1b9;
	border-right: 2px solid #a0c1b9;
	color: Black;
	padding:  0px 10px;
	font-family: Arial;
	font-size:14px;
	text-decoration:none;       }
#links a {float:none;}
#links li {
	float:left; 
	background:inherit; 
	margin:0 0 0 4px; 
	padding:0 0 0 0px;          }
#links a:hover { 
	float:left; 
	background: #a0c1b9;
	border-bottom: 4px solid #2e6e55;
	border-left: 2px solid #a0c1b9;
	border-right: 2px solid #a0c1b9;
	color:#2e6e55;
	padding: 0px 10px; 
	text-decoration:none;       }

/*Footer*/
div#footer  {
    text-align:right;
    width:900px;
    height:21px;
    background-color:#2e6e55;
    color:White;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;           }       


/*Text*/
h1 
{
    text-align:left;
    font-family:Arial;
    font-size:18pt;
    color:Black;
    padding-left:25px;          
}
    
h2 
{
    text-align:left;
    font-family:Arial;
    font-size:13pt;
    color:Black;
    padding-left:25px;         
}

h3  
{
    text-align:left;
    font-family:Arial;
    font-size:11pt;
    color:#336666;
    padding-left:25px;
}

h4
{
    text-align:left;
    font-family:Arial;
    font-size:10pt;
    color:#336666;
    padding-left:25px;
}


.g3
{
    text-align:left;
    font-family:Arial;
    font-size:small;
    color:#336666;
    padding-left:25px;          
}

.g2 
{
    text-align:left;
    font-family:Arial;
    font-size:small;
    color:#336666;             
}

a
{
	font-family:Arial;
    text-decoration:underline;
    color:#336666;              
} 

span {
    font-family:Arial;
    text-decoration:none;
    color:#336666;              
}


p, label    
{
    text-align:justify;
    font-family:Arial;
    color:#828080;
    padding-left:25px;
    padding-right:25px;         
}

p
{
    font-size:10pt;
}

/*Tables*/
.table_setting  {
    text-align:left;
    font-family:Arial;
    color:#828080;
    font-size:12px;
    padding-left:25px;          }
#tbContact td {
    text-align:left;
    font-family:Arial;
    color:#828080;
    font-size:16px;             }

/*Lists*/
ul  {
    text-align:left;
    font-family:Arial;
    color:#828080;
    font-size:12px;
    padding-left:25px;          }


/*Page Division*/
/*Left*/
div#leftside    {
    width:600px;
    background-color:white;
    float:left;
    text-align:left;            }
div#left2thirds {
    width:540px;
    background-color:white;
    float:left;
    text-align:left;            }
div#lefthalfish {
    width:410px;
    background-color:white;
    float:left;
    text-align:left;            }
/*Right*/
div#rightside   {
    width:280px;
    height:100%;
    background-color:white;
    position:relative;
    float:right;
    text-align:left;            }
div#right1third {
    width:350px;
    height:100%;
    background-color:white;
    position:relative;
    float:right;
    text-align:left;
	font-size: 10pt;
    padding-right:10px          }

/*Controls*/
/*latest Guide*/
div#latestguidescontent {
    text-align:right;
    width:270px;
    height:24px;
    background-color:#d9e5e1;   
}
div#latestguidescontent a {
	text-decoration: none;
	color: Black;
	}    
div#latestguidesheading {
    display:block;
    font-family:Arial;
    font-weight:bold;
    font-size:10pt; 
    color:Black;	
	padding-right:15px; 
	padding-top:3px;     
}


/*Google Msp*/
td#mapborder    {
	border: ridge 2px #d9e5e1;
	}

/*Contact Form*/
.watermark  {
    color: #2e6e55;
    font-size:13px; 
    font-family: Arial;                 }

.fullwidth {width: 100%;}
.tbwidth {width: 206px;}
