﻿/*
125px is the header height - replace this everywhere with your new header height
168px is the columns width
*/
/* can't use * as this will apply to textboxes and we don't want that*/

span, img, div, a, label, ol, ul, li, h1, h2, h3, h4, body {
	margin: 0; 
	padding: 0; 
}
img
{
	border: 0;
}
body {
	text-align: center; 
	min-width: 700px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-image: url(/Images/WebSite/BG/backline.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFB701;
}

#pagetop, #adminpanel {
	position: relative;
	width: 100%;
	padding-top: 1em;
	height: 25px;
	background-color: Lime;
}



.header, #subnav
{
	clear: both; 
	width: 100%;
	text-align: center;
}

.header
{
	position: absolute;
	top: 0px;
	height: 280px;
	border: 0px;
	width: 982px;
	background: url('/Images/WebSite/BG/headerbackground.jpg') no-repeat top center;
}

.footer
{
	margin-top: 280px;
	margin-bottom: 50px;
}

#wrapper {	/* also holds the left "sliding" tab */
	
	text-align: left;
	/*width: 99%;*/ /* this can fixed or fluid */
	width: 982px;
	margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
	margin-top: 10px;
	position: relative;
	z-index: 500;
	background: url(/Images/WebSite/BG/contentbackground.png) repeat-y top;
}
#contentfloatholderhost
{
	float: left;
	width: 970px;
	position: relative;
	top: 270px;
	margin-left: 6px;
}
#contentfloatholder {/* also makes the right "sliding" tab */
	/*background: url('/Images/WebSite/verticalline.gif') repeat-y;
	background-position:right;*/
}

#contentfloatholder:after {
	/* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerpad 
{
/* the center of the screen: fluid */
	margin: 0px 204px;
	padding: 0 0 5px 0;
	clear: both;
	/*background: url(/Images/WebSite/BG/back.gif) repeat-y;*/
}
#largecenterpad 
{
	margin: 20px 15px;
	padding: 0 0 5px 0;
	clear: both;
}

.center, #homepagecolumn2 {
	float: left;
	width: 100%; 
	margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
	it's empty otherwise. The difference is made up by putting a 
	negative left margin on the left float:
	Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

.left, #homepagecolumn1 {
	float:left;
	width: 204px;
	margin-left: -5%; /* the difference to make the left colum appear flush left */
}

.right, #homepagecolumn3 {
	float:right;
	width: 204px;
	height: inherit;
}

#homepagecolumn1 .cornertop
{
	/*background-image: url('/Images/WebSite/corner_top_left.gif');
	height: 36px;*/
}
#homepagecolumn3 .cornertop
{
	/*background-image: url('/Images/WebSite/corner_top_right.gif');
	height: 36px;*/
}
.left .cornerbottom
{
	/*background-image: url('/Images/WebSite/corner_bottom_left.gif');*/
	height: 0px;
}
.right .cornerbottom
{
	/*background-image: url('/Images/WebSite/corner_bottom_right.gif');*/
	height: 0px;
}
.center .mottoback
{
	/*background-image: url('/Images/WebSite/horizonalline.gif');*/
	background-repeat: repeat-x;
	background-position: bottom;
	height: 0px;
}
.center .mottoback .motto
{
	/*background-image: url('/Images/WebSite/thelastpieceofthepuzzle.jpg');*/
	background-repeat: no-repeat;
	background-position: bottom;
	height: 0px;
}









.highslide {
	cursor: url(/images/system/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;
    text-align: center;
}
.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(/images/system/graphics/controlbar4.gif);
	width: 127px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/images/system/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -90px 0;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}