body {
font-size: 10px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #FFF;
color: #333;
text-align: center;
margin: 0 0 20px 0;
padding: 10px 0 0 0;
}
a:link, a:visited, a:active {
color: #CE9C2B;
}
a:hover {
color: #000;
}
h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
margin: 0px 0px 0px 0px;
display:inline;
}
h1 {
font-size: 1.6em;
}
h2 {
margin-bottom:0px;	
}
h3 {
font-size: 1.3em;
}
#page {
background-color: #FFF;
text-align: left;
width: 978px;
padding:0px 10px 10px 10px;
border:1px solid #CCC;
background-position: top;
background-repeat: no-repeat;
margin: 0 auto;
}
#header {
background: #FFF;
margin: 0px;
padding: 0px;
height: 109px;
width: 100%;
}
#headerimg 	{
margin: 0px;
height: 136px;
width: 978px;
background-color: #fff;
}
#header a:link, #header a:visited, #header a:active {
text-decoration:none;
font-size:14px;
}
#header a:hover {
text-decoration:underline;
}
#navbar {
background-color:#CE9C2B;
height:28px;
padding-left:20px;
}
#navbar a:link, #navbar a:visited, #navbar a:active {
color:#FFF;
text-decoration:none;
font-size:17px;
font-weight:bold;
display:inline-block;
padding:5px 8px 5px 8px;
letter-spacing:1px;
font-family: Arial, "Trebuchet MS", "Courier New";
}
#navbar a:hover {
color:#000;
}
#content {
}
.main {
margin-top:0px;
padding:20px 20px 10px 20px;
display:block;
font-size: 1.2em;
}

.main ul, .main ol {
margin-left:0px;	
padding-left:18px;
display:block;
/*min-width:370px;*/
float:left;
}
.main ul li, .main ol li{
position:relative;
left:30px;
}
.alignright {
float:right;
margin-left:30px;
margin-bottom:10px;
}
#footnav {
background-color:#333;
height:34px;
padding-left:20px;
}
#footnav a:link, #footnav a:visited, #footnav a:active {
color:#999;
text-decoration:none;
font-size:17px;
font-weight:bold;
display:inline-block;
padding:8px 15px 8px 15px;
letter-spacing:1px;
font-family: Arial, "Trebuchet MS", "Courier New";
}
#footnav a:hover {
color:#FFF;
}
#footer {
color:#999;	
}
#footer a:link, #footer a:visited, #footer a:active {
color: #CE9C2B;
text-decoration:none;
}
#footer a:hover {
color: #000;
text-decoration:underline;
}
#footer {
border: none;
width: 978px;
padding: 0;
margin: 0 auto;
clear: both;
background-color: #FFF;
}
.clear {
clear:both;
display:block;	
height:0px;
overflow:hidden;
}
a img {
border: none;
}
div.tagline {
text-align:center;	
margin-top:30px;
margin-bottom:20px;
}
div.tagline h2 {
color:#CCC;	
font-size:30px;
text-transform:uppercase;
}
#contactForm form {
text-align: left !important;
}
#contactForm p {
margin: 3px 0 7px 0;
}
#contactForm label {
float: left;
display: inline-block;
width: 200px;
text-align: left;
}
#contactForm input, #contactForm textarea {
background: #eee;
border: 1px solid #666;
width: 185px;
float:left;
}
#contactForm textarea {
height: 60px;
overflow: auto;
}
#contactSubmit {
width: auto !important;
cursor: pointer;
background: #ccc !important;
margin-left:0px;
margin-top:20px;
}
/* carousel */
.infiniteCarousel {
float: left;
width: 472px;
height: 273px;
position: relative;
margin-left: 0px;
margin-top:0px;
margin-bottom:20px;
overflow:hidden;
}

.infiniteCarousel .wrapper {
width: 472px;
height: 273px;
overflow: hidden;
margin: 0;
position: absolute;
top: 0;
background: #FFF;
}

.infiniteCarousel .wrapper ul {
width: 9999px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position: absolute;
top: 0;
}

.infiniteCarousel ul li {
display:block;
float:left;
width: 472px;
height: 273px;
margin: 0 !important;
padding-left:0px;
position:relative;
left:0px;
}
.infiniteCarousel ul li div {
background-repeat: no-repeat;
background-position: center center;
width: 472px;
height: 273px;
}

.infiniteCarousel ul li div a {
display: block;
width: 472px;
height: 273px;
}

.infiniteCarousel .arrow {
display: block;
width: 20px;
height: 88px;
text-indent: -999px;
position: absolute;
top: 100px;
cursor: pointer;
}

.infiniteCarousel .forward {
background: url(images/arrowright.png) no-repeat;
right: 7px;
}

.infiniteCarousel .back {
background: url(images/arrowleft.png) no-repeat;
left: 7px;
}
/* end carousel */

ul.compact li {
margin-top: 0 !important;
margin-bottom: 0 !important;
}