/* PAGE LAYOUT */

/* Page Controls */
html {
 margin: 0;
 padding: 0;
}

body {
 background:#FFFFFF url(../images/menuandbackground/bgrepeat.jpg) top left repeat-y;
 color: #333333;
 margin: 0;
 padding: 0;
 font: 11px verdana, sans-serif;
}

/* Main Divs */
/* Navagation */
#topmenu{
 background: url(../images/menuandbackground/bgtop.jpg) top repeat-x;
}

#page {
 background: url(../images/menuandbackground/bgtopleft.jpg) left top no-repeat;
 border: none;
 padding: 0px;
 padding-left: 25px;
 padding-right: 10px;
 margin: 0px;
}

#bottommenu{
 clear:both;
 margin-top: 10px;
 background: url(../images/menuandbackground/bgbottom.jpg) top repeat-x;
}

#bottompage {
 background: url(../images/menuandbackground/bgbottomleft.jpg) left top no-repeat;
 border: none;
 padding: 0px;
 padding-left: 20px;
 margin: 0px;
}
		
#header {
 border: none;
 padding: 0px;
 padding-left: 65px;
 margin: 0px;
 height: 90px;
}
	
#userformheader {
 color:#FFFFFF;
 float: right;
 width: 340px;
 height: 60px;
 padding: 0px;
 margin-top: 5px;
 margin-left: 420px;
 text-align: right;
}

#userformheader a{
 color:#FFFFFF;
}
	
/* Text Areas */
#maintext {
 border: none;
 padding: 0px;
 padding-top: 15px;
 margin: 0px;
}
	
#right{
 float: right;
 width: 280px;
 padding-left: 8px;
 margin-left: 8px;
 border-left: solid 1px #CCCCCC;
 padding-bottom: 10px;
}

#left{
 float: left;
 width: 280px;
 padding-right: 8px;
 margin-right: 8px;
 border-right: solid 1px #CCCCCC;
}

#error{
 color: #FF0000;
}

/* Bottoms Navagation */
#footer{
 clear:both;
 padding: 15px;
 padding-left: 20px;
 text-align:center;
 height: 20px;
}

#footer a{
 font: 11px verdana, sans-serif;
 text-decoration:none;
 color:#333333;
}

div.menuspace {
 height: 65px; 
}

/* Text Styles */
span.hiddentext {
display:none;
color:#DDDDFF; 
font: 26px verdana, sans-serif;
}

h1{
 background: url(../images/menuandbackground/h3right.jpg) right top no-repeat;
 font: bold 16px verdana, sans-serif;
 padding: 2px;
 margin: 0px;
 margin-top: 10px;
 text-decoration:none;
 text-align:center;
 color:#FFFFFF;
 height: 26px;
/*  background-color:#000099; */
}

h2{
 background: url(../images/menuandbackground/h3right.jpg) right top no-repeat;
 font: bold 14px verdana, sans-serif;
 padding: 2px;
 margin: 0px;
 margin-top: 10px;
 text-decoration:none;
 text-align:center;
 color:#FFFFFF;
 height: 26px;
/*  background-color:#000099; */
}

h3{
 background: url(../images/menuandbackground/h3right.jpg) right top no-repeat;
 font: bold 12px verdana, sans-serif;
 padding: 2px;
 margin: 0px;
 margin-top: 10px;
 text-decoration:none;
 text-align:center;
 color:#FFFFFF;
 height: 26px;
/*  background-color:#000099; */
}

h4{
 font: bold 15px verdana, sans-serif;
}

h5{
 font: bold 12px verdana, sans-serif;
}

a {
 color: #000099;
}

.home ul {
 margin-left: 30px;
 padding-left: 30px;
}

.home li {
 display: block;
 margin-left: 100px;
}

/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 900px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; 
 margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 160px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 158px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #FFFFFF;
 border: 1px solid #666699;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}

/*
.menulist ul>li:last-child {
 margin-bottom: 1px; ''' Mozilla fix 
}
*/

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 2px;
 padding-left: 3px;
 padding-right: 3px;
 color: #333333;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFFFFF;
 background-color: #000099;
}
.menulist a.highlighted {
 color: #FFFFFF;
 background-color: #003399;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
 margin-top: 1px;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */


/* Highslide Image Styles */
.highslide {
	cursor: url(../images/hs/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	text-align: center;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}


a.highslide-full-expand {
	background: url(../images/hs/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


.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(../images/hs/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 {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 200px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.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: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../images/hs/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* End Of Highslide Image Styles */
