@CHARSET "UTF-8";

#masthead {
	top:0px;
	width:900px;
	height:82px;
}

#menubar {
	position:absolute;
	top:82px;
	width:900px;
	height:43px;
}

#homemastbar {
	position:absolute;
	top:125px;
	width:900px;
	height:230px;
}

#content {
	position:absolute;
	background: #FFFFFF;
	top:355px;
	width:850px;
	margin: 0 auto;
	
	text-align:left;
	padding: 25px;
	overflow: none;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

body {
	background-color:#018272; 
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	text-align:center;
	margin:0 auto;
	margin-top: 20px;
	
	height: 100%;
	
    font-family:Arial, Helvetica, Sans-serif;
    font-size: 14px;
	color: #4C4A41;
}

a:link {
	color:#017E6E;
	text-decoration: none;
}
a:hover {
	color:#017E6E;
	text-decoration: underline;
}
a:visited {
	color:#017E6E;
	text-decoration: none;	
}

p.headline { 
	font-family:Arial, Helvetica, Sans-serif;
	font-size: 16px;
    font-weight: bold; 
    color: #4C4A41;
}

#headline { 
	font-family:Arial, Helvetica, Sans-serif;
	font-size: 16px;
    font-weight: bold; 
    color: #4C4A41;
}

#headlineitalic { 
	font-family:Arial, Helvetica, Sans-serif;
	font-size: 16px;
    font-weight: bold; 
    font-style:italic;
    color: #000000;
}


#clearfooter {
   height: 50px;
   clear: both;
}

#clearfooterbottom {
   position: relative;
	
   height: 10px;
   clear: both;
   
    width: 850px;
    
    margin: -55px;
    padding: 20px;
}

#footer {
	position: relative;
	
	font-family:Arial, Helvetica, Sans-serif;
	font-size: 14px;
    font-weight: normal;
    text-align: center;
    
	height: 50px;
    
    color: #4C4A41;
    background: #000000;
    width: 850px;
    
    margin: -25px;
    margin-bottom: 25px;
    padding: 25px;
    
}

li.column1 { margin-left: 0em; }
li.column2 { margin-left: 20em; }
li
  {
    line-height: 1.2em;
  }

li.reset
  {
    margin-top: -7em;
  }

#wrapper {
        margin: 0 auto;
        width: 900px;
        height: 100%;
        text-align:left;
        position: relative;
}

#column1contact {
    /*
	width: 200px;
    height: 100%;
    text-align:left;
    position: relative;
    */
    float:left;
    width:300px;
}

#column2contact {
    /*
	width: 200px;
    height: 100%;
    text-align:left;
    position: relative;
    */
    margin-top: 0em;
    float:left;
    width:250px;
}
#column3contact {
    /*
	width: 200px;
    height: 100%;
    text-align:left;
    position: relative;
    */
    margin-top: -.2em;
    float:right;
    width:250px;
}


