* {
	margin: 0;
}

body {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 12px;
color: #333333;
background-image:url(images/BG.png);
background-repeat: repeat-x;
background-attachment: fixed;
background-position:top center;
}
table, tr, td, th {
font-size: 15px;
font-weight: normal;
}
form {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 12px;
}
a {
text-decoration: none;
color: #A6A573;
}
a:hover {
text-decoration: underline;
color: #666;
}
ul { list-style-type: none; margin: 0; padding-left: 0px; }
ul li { padding: 0 0 3px 0; border-bottom: 1px dotted #000; }
ul li a { }
ul li a:hover { text-decoration: none; color: #000; }
img { border: none; }

#wrap {
margin: 0px auto;
width: 1000px;
background: #fff;
padding: 10px;
}

/* Header */

#header {
padding-left: 85px;
background-image:url(images/HeaderBG.png);
height: 60px;
position: relative;
}
#header h1 { 
font-size: 24px;
font-weight: normal;
line-height: 60px;
letter-spacing: -1px;
color: #333333;
margin: 0;
display: inline;
}
#header h1 a { 
color: #A6A573;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #aaa;
}
.phone_tag {
font-size: 21px;
font-weight: normal;
}

/* Menu */

#menu {
margin-top: 10px;
padding-left: 7px;
line-height: 20px;
background: #FFFFFF;
font-weight: normal;
font-size: 15px;
text-align: center;
}
#menu ul {
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
border: none;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
color: #333333;
}
#menu ul li a:hover {
color: #A5A472;
}

/* Rotator */

#rotator {
width: 962px;
height: 407px;
margin: auto;
}

/* Content */

#right {
float: right;
}

#left {
padding: 20px;
text-align: left;
}
#left h2 { 
margin-top: 30px;
color: #000;
font-size: 17px;
font-weight: normal;
letter-spacing: -1px;
margin-bottom: 10px;
}
#left h2 a {
}
#main h2 { 
margin-top: 10px;
color: #000;
font-size: 17px;
font-weight: normal;
letter-spacing: 0px;
margin-bottom: 10px;
}
/* Bottom */

#bottom {
width: 960px;
margin: auto;
}
.column {
float: left;
padding-left: 5px;
padding-right: 5px;
width: 230px;
}	
.column h2 {
margin: 0;
color: #333333;
font-size: 15px;
}

/* Footer */

#footer { 
padding: 20px;
margin: auto;
text-align: center;
line-height: 24px;
color: #333333;
font-size: 11px;
}

#footer a { 
color: #A5A472;
}

/* Misc */

#hr {
height: 1px;
background: #333333;
margin-top: 10px;
margin-bottom: 10px;
}

#main ul li { padding: 0 0 3px 25px; border-bottom: none; }

p {
margin-bottom: 15px;
text-align: justify;
font-size: 15px;
line-height: 26px;
}
#spacer {
height: 15px;
}

/* HighSlide */

.highslide-container div {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 500px;
    padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}


