/* Style 1 - Default CSS Document */

/* global settings */
body {
	font: 12px Arial, Helvetica, sans serif; 
	margin: 0px; 
	padding: 0px; 
	behavior: url(csshover.htc);
	background-color:#FFFCF5;
	
}
a {text-decoration: none;}
ul {
	margin: 0px; 
	padding: 0px;
}
li {
	margin: 0px; 
	padding: 0px;
}
form {
	margin: 0px; 
	padding: 0px;
}
input {
	margin: 0px; 
	padding: 0px; 
	margin: 0px 0px 4px 0px;
}
p {
	padding: 0px; 
	margin: 0px 10px 10px 0px; 
}


/* CONTAINER - Page container settings */
#container { 
	border: 1px solid black;
	height: 100%;
	margin: 10px auto 0px auto;
	width: 900px;
	min-height: auto;
	background-color:#FFFCF5;
}

/* DIV HEAD settings */
#divhead {
	
	height: 250px;
	margin: 10px; 
	padding: 0px; 
	width: 97%; 
	background-image: url(../admin/images/Logo4.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#EEDFC5
}
#divhead h1 {
	display:none;
	color: #000000; 
	font-size: 26px; 
	font-weight: bold;
	margin: 0px; 
	padding: 3px 15px 0px 0px; 
	text-align: right; 
}
#divhead h1 a {
	color: #000000; 
	text-decoration: none;
	text-align:right;
}

#divhead li  {
	color: black;
	text-align:center;
	
	list-style: none;
	font-weight:bold;
	margin-bottom: 15px;
}
	
#divhead li a {
	color: black;
	text-align:center;
	text-decoration:none;
	background-color:#FFFFFF;
	border:thin black solid;
	padding: 5px 20px 5px 20px;
	position:absolute;
	margin-top: 200px
}
	
/* CONTENT - Main content area of page - contains page heading */
#divcontent {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left; 
	width: 100%;
	height:auto;
	overflow:auto;
	clear:both
	}
	
#divcontent h1 {
	color: #000000; 
	font-size: 16px;  
	font-weight: bold;
	letter-spacing: 2px; 
	line-height: 25px; 
	margin: 10px 0px 0px 120px;
	padding: 0px 15px 0px 5px; 
	text-transform: capitalize; 
	
}
#divcontent ul {
	margin-left: 30px; 
	margin-bottom: 5px;
}
#divcontent a {
	color: #000000;
}

/* MAIN - Page content (from spaw editor) */
#divmain {
	margin: 10px 0px 0px 120px;
	padding: 10px;
	min-height: 350px;
	width: 78%	
}
#divmain a {
	text-decoration:underline;
}
#divmain h1 {
	font-size: 16px;
	font-weight: bold;
}
#divmain h2 {
	font-size: 14px;
	font-weight: bold;
}
#divmain h3 {
	font-size: 12px;
	font-style: italic;
}
#divmain hr {
	border: 1px solid #000000;
}
img {
	margin: 0px;
}
#divmain p {
	margin: 0px;
	padding: 5px 0px;
}
#divmain table {
	border-collapse: collapse;
}
#divmain ul {
	margin-top: 5px;
}

/* DIV FOOTER settings */
#divfooter {
	color: #CCCCCC  ;
	font-size: 10px; 
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: center; 
}
#divfooter a {
	color: #CCCCCC;
	text-align:right;
}

#divmenu { 
	margin: 0px 0px 0px 10px; 
	position: absolute; 
	top: 275px; 
	width: auto;
}

/*  DIV NAV settings - navigation menu */
div#divnav {
	font-size: 12px; 
	text-align: left; 
	font: Verdana, Arial, Helvetica, sans-serif;
	height:auto;
	width:auto;
	z-index: 9999;
	left:20px;
	padding: 3px 0px 3px 0px;
	
}
div#divnav ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	
}
div#divnav li {
	display: block;
	line-height: 1em;
	list-style: none; 
	margin: 0px; 
	padding: 3px; 
	position: relative; 
	width: 115px;		
}
div#divnav li:hover {
	color: black;
}
div#divnav li.submenu {
	margin: 0px;
	padding: 0px; 
	text-align:left
}
div#divnav li.submenu:hover {
	color: black;
}
div#divnav li a {
	color: black;
	display: block; 
	padding: 0.25em 0.5em 0.25em 0.5em; 
	text-decoration: none; 
	width: 80px;
	border-bottom:thin solid #B09A6B;
	
}
div#divnav li a:hover {
	color: #C5D5C9;
}
div#divnav>ul a {
	width: auto;
}
div#divnav ul ul {
	background: #C5D5C9;
	position: absolute; 
	padding: 5px 0px 5px 0px;
	font-size:12px;
	display: none;
	width:9em;
}
div#divnav ul ul li {
	color: #63948C;
	font-size:12px;
	width: 9em;
}

div#divnav ul ul li a:hover{
	color: #63948C;
	background-color:#FEEEAB;
	font-size:12px;
	
}

div#divnav ul ul ul li a:hover{
	color: #63948C;
	background:#FEEEAB ;
	font-size:12px;
}

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

.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    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-style: 'MS Sans Serif';
	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-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

