* {
margin: 0;
padding: 0;
}

body {
background: url(../images/bg.gif) repeat-x #332410;
font-family: Georgia;
font-size: 14px;
font-weight: normal;
color: #F0EAD8;
}

a { 
color: #999966; 
text-decoration: none; 
}

table, td, th, tr {
font-weight: normal;
}

a:hover { 
color: #F0EAD8; 
text-decoration: underline; 
}

h2 a { 
color: #5980B3; 
letter-spacing: -1px;
text-decoration: none; 
}

h2 a:hover { 
color: #F0EAD8; 
letter-spacing: -1px;
text-decoration: none; 
}

h3 { 
color: #a67528;
letter-spacing: -1px;
text-decoration: none;
font-weight:normal; 
}
/*Wrapper*/

#wrap {
width: 980px;
margin-left:auto;
margin-right: auto;
padding-left:20px;
padding-right: 10px;
}

/*End Wrapper*/

/*Top Nav*/
#top_nav {
margin: 10px 0 30px 0;
text-align: right;
font-size: 11px;
padding-right: 25px;
}
/*End Top Nav*/

/*Header*/
#header {
margin: 10px 0 50px 0;
}

#header h1 {
font-size: 38px;
font-weight: normal;
letter-spacing: -1px;
}
#header h1 a {
color: #F0EAD8;
text-decoration: none;
letter-spacing: -1px;
}
#header h1 a:hover {
color: #5980B3;
text-decoration: none;
letter-spacing: -1px;
}
#header h2 {
color: #999966;
font-size: 16px;
font-weight: normal;
letter-spacing: -1px;
}

#phone {
float: right;
text-align: right;
margin-top:-60px;
padding-right: 25px;
}

#logo {
float: left;
text-align: left;
margin-top:-1px;
width:105px;
}
/*End Header*/

/*Content*/

#content {
float: right;
width: 468px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
text-align: justify;
}
#content h2 {
color: #5980B3;
font-size: 20px;
font-weight: normal;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
letter-spacing: -1px;
}
#content h2 a {
color: #5980B3;
text-decoration: none;
letter-spacing: -1px;
}
#content h2 a:hover {
color: #999966;
letter-spacing: -1px;
}

/*End Content*/

/*Rotator*/

#rotator {
width: 465px;
height: 175px;
border: 1px #999966 solid;
}

/*End Rotator*/

/*Left Menu*/

#leftmenu {
	float: left;
	width: 160px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0;
}
#leftmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #5980B3;
font-size: 20px;
font-weight: normal;
letter-spacing: -1px;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

/*End Left Menu*/

/*Right Menu*/

#rightmenu {
float: left;
width: 250px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
}
#rightmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #5980B3;
font-size: 20px;
letter-spacing: -1px;
font-weight: normal;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

/*End Right Menu*/

/*Footer*/

#footer {
margin-top: 20px;
border-top: 1px dotted #aaa;
font-size: 12px;
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 

}

#footer a:hover {

}

/*End Footer*/

.sage_text {
color: #999966;
}

/* HighSlide */

.highslide-container div {
    font-family: Georgia;
    font-size: 12px;
}
.highslide-html {
    background-color: #332410;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: Georgia;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #332410;

    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;
}
.indent p{
margin: -5px 0 12px 11px;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
background: #332410;
    width: 300px;
	height: auto;
    padding: 10px;
}
.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: #999966;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #F0EAD8;
}
.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;
}
.highslide-dimming {
	background: black;
}
