@import url("form.css");
/**************** Page and tag styles ****************/
body
{margin:0; padding:0; color:#FFF; background:#6B3110 url('img/bodybg2.gif') top left repeat-y; font:76% Verdana,Tahoma,sans-serif;}

ul
{list-style:circle; margin:15px 0 20px 0; font-size:0.9em;}

li
{margin:0 0 8px 25px;}

a:link, a:active, a:visited{color:#fff; text-decoration: underline;}

a:hover
{text-decoration:none;}

/*img
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}

a img
{border-color:#d85d5d;}

a img:hover
{background:#d85d5d; border-color:#d85d5d;}*/

/**************** Sidebar area styles ****************/

#sidebar
{position:absolute; top:0; left:0; width:220px; height:100%; overflow:auto; background:transparent url('img/leftbar.jpg') top right repeat-y; text-align:center;}

body > #sidebar
{position:fixed;}

#sidebar  p
{margin:0 20px 18px 5px; color:#606060; font-size:0.8em;}

#sidebar a
{color:#808080}

#sidebar #address
{margin: 25px 5px 5px 5px; padding: 10px 5px; font-size: 1.2em; color: #fff;background: transparent url(img/navbg.jpg) top left repeat-y; border-top: 2px solid #184231;border-bottom: 2px solid #184231;}

/**************** Navigation menu styles ****************/

#menu {margin-top: 125px;}

#menu a
{display:block; width:198px; padding:5px 10px; color:#184231; /*background:#e0e0e0 url(img/sidebarbg.gif) top right repeat-y;*/ font-size:1.8em; font-weight:normal; text-decoration:none; letter-spacing:-2px;}

#menu a:hover 
{color:#000; /*background:#f0f0f0 url(img/sidebarbg.gif) top right repeat-y;*/}

#menu a.active
{padding:5px 10px; background:transparent url(img/navbg.jpg) top right; border-top:2px solid #184231; border-bottom:2px solid #184231; border-left:2px solid #184231;color:#000;}

#menu a.active:hover
{color:#000; background:transparent url(img/navbg.jpg) top right;}

/**************** Content area styles ****************/

#content
{width:540px; margin:0 0 0 222px; padding:15px 15px;}

#content p
{margin:0 0 20px 0; line-height:1.75em; }

#content h1
{clear:both; margin:0 0 10px 0; color:#fff; font-weight:normal; font-size:2em; letter-spacing:-2px;}

#content h2
{clear:both; margin:0 0 10px 0; color:#fff; font-weight:normal; font-size:1.5em; letter-spacing:-1px;}

#content strong
{clear:both; margin:0; color:#fff; font-weight:normal; font-size:1.2em;}

#footer { font-size:10px; }
/* Highslide Styles */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #184231;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    color: #000;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0px 0 0 4px;
	height: 29px;
	width: 34px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
