@charset "UTF-8";
/* CSS Document */

SELECTOR { min-height: 0; }

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    } 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {	
	background-color: #FFF;
	font-family: "Century Gothic", AppleGothic, Arial, sans-serif;
	color:#666666;
	font-size:14px;
	line-height:18px;
	}
	
* {margin:0px; padding:0px; }

img {
	border-width: 0px; 
	}
	
#body {
	width: 1050px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	min-height:600px;
	margin-top: 10px;
	}
	
#banner {
	height: auto;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-repeat:repeat-x;
	text-align: center;
	margin-top: 40px;
	background-image:url(images/banner.gif);
	}

#footer {
	height: 46px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-repeat:repeat-x;
	text-align: center;
	background-image:url(images/banner.gif);
	}

#header {
	top:0px;
	width: 1050px;
	height: 70px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	
	}
#menu {
    float: right;
}
#text{
    float: right;
	width:340px;
	margin-top:5px;
	display: inline;
}
#logo {
    float: left;
}
#images  {
    float: left;
	display: inline; width:695px;
}
#footer-text {
	top:0px;
	width: 1050px;
	height: 70px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	padding-top:14px;
}

 td.box {
    background-image: url("images/banner.gif");
	padding: 50px 20px 20px 20px;
	height:40px;
}

/* Text */

a {
	color: #179185;
	text-decoration:none;
	}
a:hover {
	color: #3C2415;
	text-decoration:underline;
	}


td.box a{
	color: #3C2415;
	font-size:15px;
	text-decoration:none;
	}

#menu li, #menu li a, h1, h2, .footer {
    color: #3C2415;
    text-decoration: none;
	font-family: 'Italic Swosh', sans-serif;
}
#menu li:hover, #menu li.active {
    background-image: url("images/banner-hover.gif");
	background-repeat:repeat;
	display: inline;
	padding: 22px 15px 3px 15px;
	 height: 46px;
}
#menu ul {
    height: 46px;
    margin-top: 23px;
    text-align: left;
}
#menu li {
    display: inline;
    list-style-type: none;
    padding: 22px 15px 3px 15px;
	margin-left: -4px;
	font-size:17px;
}	

.footer  { 
	font-size:10px;
	text-align:right;
 }
 
h1  { 
	font-size:25px;
	line-height: 120%;
	font-weight:normal;
	margin-bottom:8px;
 }
h2  { 
	font-size:20px;
	line-height: 120%;
	font-weight:normal;
	margin-bottom:2px;
 }
 
.highlights { 
	font-size:38px;
	color: #179185;
    text-decoration: none;
	font-family: 'Italic Swosh', sans-serif;
 }
 
 @font-face {
    font-family: 'Italic Swosh';
    src: url('italic-swosh-webfont.eot');
    src: url('italic-swosh-webfont.eot?#iefix') format('embedded-opentype'),
         url('italic-swosh-webfont.woff') format('woff'),
         url('italic-swosh-webfont.ttf') format('truetype'),
         url('italic-swosh-webfont.svg#Italic Swosh') format('svg');
    font-weight: normal;
    font-style: normal;

}
