body
{ background: #FFF url(../images/BG.gif) repeat-x;
  color: #D5D2D6;
}

blockquote{border-color: #8AAF55;}

#main
{ background: #414141 url(../images/main.png) repeat-y;
  color: #D5D2D6;
}

#links, #footer
{ background: #545454;
  color: #D5D2D6;
  border-color: #8AAF55;
}
#links a, #footer a
{  color: #CCCCCC;
text-decoration: none;
}
#links a:hover, #footer a:hover
{  color: #CC66FF;
text-decoration: none;
}
#logo
{ background: #FFF url(../images/logo.jpg) no-repeat;
  color: #D5D2D6;
  border-color: #8AAF55;
}

h1, #column1 h1, #column2 h1
{ background: transparent;
  color: #8AAF55;
  border-color: #787878;
}

#menu
{ background: transparent;
  color: #D5D2D6;
}

#menu li a, .sidebaritem
{ background: #545454;
  color: #D5D2D6;
  border-color: #787878;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #8AAF55;
  color: #FFF;
} 

#content, #column2, #column2 a
{ background: #414141;
  color: #D5D2D6;
  border-color: #D5D2D6;
}

#column2 a:hover
{ background: #414141;
  color: #8AAF55;
  border-color: #8AAF55;
}

.sbilinks li a, .sidebaritem a 
{ color: #8AAF55;
  text-decoration: none;
}

.sbilinks li a:hover, .sidebaritem a:hover
{ color: #CC66FF;
  text-decoration: underline;
} 

.phone
{ color: #CC66FF;
font-size: 18px;
font-weight: bold;
}

/* HighSlide */

.highslide-container div {
    font-family: "Lucida Sans", Arial, Helvetica, san-serif;
    font-size: 12px;
	color:#333333;
}
.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;
}
.indent p{
margin: -5px 0 12px 11px;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 300px;
	height: auto;
    padding: 2px;
}
.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;
}
.highslide-dimming {
	background: black;
}
