﻿html, body, form {
	height: 100%;
}

body, td, div, select, textarea, input, h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #000;
	margin: 0;
    background:#003466 url(../Images/Design/page_bg.jpg) top repeat-x;

}

form {
	margin:0;
	padding:0;
}

html > body #outer #main, html > body #content {
	height: auto;
	margin-bottom:4px;
}

fieldset {
    padding-bottom:10px;
    margin-bottom:10px;
}

legend {
    font-weight : bold;
    font-size : 11px;
    padding:2px 5px 2px 5px;
    border:0;
    color:#536269;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #1313C1;
	margin:0;
	text-transform:uppercase;
}

h1 {
    font-size: 14px;
	line-height:25px;
	color:#900;
}

h2 {
    font-size: 12px;
	line-height:25px;
	color: #222;
}

h3 {font-size: 11px;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 10px;}

input.fld, input.lge {
	border: 1px solid #7B9EBD;
	line-height: 16px;
	height: 16px;
}

input.fld {width: 160px;}
input.mdm {width: 240px;}
input.lge {width: 300px;}

input.btn {
	border: 1px solid #666;
	background-color: #536269;
	color: #fff;
	font-weight: bold;
}

select {width: 164px;}
select.lge {width: 454px;}

select.mdm {
	width: 244px;
	margin-right:20px;
}

select.sml {
	width: 240px;
	margin-right:20px;
}

hr {
	height: 1px;
	background-color: #ccc;
	border: none;
}

textarea.sml {
	width: 160px;
	height: 50px;
}

textarea.mdm {
	width: 241px;
	height: 100px;
}

textarea.lge {
	width: 380px;
	height: 120px;
}

a {text-decoration: underline;}
a img {border: 0px;}
a:link, a:visited, a:active {color: #1313C1;}
a:hover {color: #666;}

p {
	margin: 6px 0 12px 0;
	color: #333;
	line-height: 140%;
}

p.indent {
	margin: 5px 0 15px 10px;
}

acronym{
    cursor:help;
    color:#009;
}

li
{
    color: #337;
    margin: 0 0 .5em .5em;
}

/* -------------------------------------------------------------------------------- Page Structure Classes */
#outer, #main {
	height: 90.1%;
	min-height: 100%;
}

#main {
	text-align:left;
	background-color:#fff;
	border:4px solid #900;
	margin:0;
	background: #fff url(../Images/Design/mazebg.jpg) no-repeat;

}

#main, #footer, #headerContainer, .headerImage {
	width:780px;
}

#header, #logo, #banner{
	height: 0;
}

#clearHeader{
    height:210px;
}

.headerImage{
    height:170px;
    margin-top:14px;
    border:0;
    background-image:url(../Images/BannerImages/HarrietBurge.jpg);
}

#headerOuter{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

#headerOuter #headerContainer{
	width:100%;
	height:180px;
}

#headerOuter #header {
	width:750px;
	border-top:1px solid #fff;
	background: #fff url(../Images/Design/none.jpg) no-repeat right top;
	display:none;
}


#headerMenuBar {
	width:750px;
	height: 28px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}

#headerOuter > #header {
	width:auto;
}

#logo {
}

#banner{
	float: right;
	background: url(../Images/Design/banner.gif) no-repeat right top;
	width:350px;
}

#headerMenuBar ul {
	padding:0;
	margin:o;
	height: 28px;
	margin: 0 0 0 -12px;
}

#headerMenuBar ul li {
    display:inline;
    float:left;
	list-style-type: none;
	line-height: 25px;
	font-size:12px;
	font-weight: bold;
	font-variant:small-caps;
}

#headerMenuBar li.current a{
	color: #900;
}

#headerMenuBar a {
	color: #000;
	text-decoration: none;
	height:49px;
	padding:0 8px;
}

#headerMenuBar a:hover, #headerMenuBar a:focus {
	color: #cd5f54;
}

/* ------------------------------------------------------------------------------------ Main Menu Classes */
#mainMenu{
    float:left;
    display:none;
}

#mainMenu h2, #editPanel h2{
    border-bottom:1px solid #890E0E;
}

#mainMenu ul{
    padding:0px;
    margin:0px;
    width:20px;
}

#mainMenu li{
    list-style-type:none;
    width:20px;
}

#mainMenu li a{
    display:block;
    line-height:30px;
    width:10px;
    padding-left:10px;
    color:#000;
}

#mainMenu li a:hover{
    background:url(../Images/Design/main_menu_bg.gif) left top no-repeat;
}

#subMenu{
    height:25px;
    margin:15px 0 15px 0;
}

/* ------------------------------------------------------------------------------------- Sub Menu Classes */
#subMenu ul{
    padding:0;
    margin:0;
    font-weight:bold;
    border-bottom:1px solid #090;
    list-style-type:none;
}

#subMenu li{
    display:inline;
    margin:0 3px 0 0;
    line-height:25px;
}

#subMenu li a{
    padding:5px 5px 6px 5px;
    color:#fff;
    text-decoration:none;
    background-color:#efefef;
}

#subMenu li a:hover
{
    text-decoration:underline;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

#subMenu li.current a{
    color:#900;
    border:1px solid #090;
    border-bottom:1px solid #fff;
    background-color:#fff;
}

/* ---------------------------------------------------------------------------------- Form Layout Classes */
.frm{
    width:560px;
}

.frmCell{
	padding:8px;
	clear:both;
}

.frmCell label{
    width:100px;
    display:block;
    float:left;
	text-align:right;
}

.frmCell input, .frmCell select, .frmCell textarea 
{
	margin-left: 20px;
    float:left;
}

.frmButtons{
    margin:10px 0;
}

/* ---------------------------------------------------------------------------------------- Copy Classes */
.highlight{
	color: #900;
}

.spacedText{
    line-height:1.5em;
}

.cImageLeft{
    float:left;
    margin:0 14px 14px 0;
}

.cImageRight{
    float:right;
    margin:0 0 14px 14px;
}

.clearBoth{clear:both;}

.pic {
    margin: 0 0 0 21px;
}

#terms
{
	font-size:.9em;
}

/* -------------------------------------------------------------------------------- Footer Layout Classes */
#clearFooter {
	height: 10px;
	clear:both;
}

#footer 
{
	z-index:99;
	height: 60px;
	color: #666;
	display:block;
	clear:both;
	background-color:#fff;
	border:4px solid #900;
	border-top:0;
	margin-top:-100px;
}


#footerBottom{
    height:120px;
}

#footerLeft, #footerRight {
	font-size: 11px;
	margin:0 12px;
}

#footerLeft {float: left;text-align:left;}
#footerRight {float: right;}

#footer a{
    color:#666;
    text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}

/* --------------------------------------------------------------------------- Content Area Layout Classes */
#content {
	margin:12px 4px 10px 4px;
	padding-bottom: 200px;
	height:auto;
	clear:both;
}

.sideBar{
    margin-top:22px;
    width:172px;
    float:left;
    border:0;
	background-color:#eee;
}

html > body .sideBar{
    margin-left:5px;
}

.colsOne
{
	width:740px;
    float:left;
}

.colsOne .columnLeft{
    float:left;
    width: 700px;
    margin-left:20px;
    display:inline;
}


.colsTwo{
    width:740px;
    float:left;    
}

.colsTwo .columnCentre{
    width:220px;
    margin-left:520px;
    line-height:1.8em;
}

.colsTwo .columnLeft{
    width:470px;
    margin-left:-720px;
}



.colsThree{
    width:550px;
    float:left;
    border: solid 1px #eaeaea;
}

.columnCentre, .columnLeft{
    float:left;
    display:inline;
}

.colsThree .columnCentre{
    width:510px;
    margin-left:20px;
    line-height:1.8em;
}

.colsThree .columnLeft{
    width:10px;
    margin-left:-520px;
}

/* -------------------------------------------------------------------------------------- contact Classes */
#contactPod
{
    padding:0 6px 20px 6px;
}

#contact1, #contact2
{
	width:320px;
	display:block;	
	float:left;
}


/* ---------------------------------------------------------------------------------------- prices Classes */
#prices
{
    padding:6px;
    background-color:#ebebfb;
    border:solid 1px #dadada;
    margin:2em 1em;
}

/* ------------------------------------------------------------------------------------ Login Form Classes */
.login{padding-top:20px;}

#loginContainer{
    width:450px;
    background-color:#F1F3F5;
    height:230px;
    border:1px solid #cccccc;
    text-align:left;
}

#loginForm{
    float:right;
    width:270px;
}

#loginForm form{
    background-color:#E9ECEF;
    padding:0px 10px 10px 10px;
    border:1px solid #cccccc;
    width:230px;
}

#loginForm label{
    height:18px;
    display:block;
    margin:15px 0px 0px 0px;
}

#loginContainer h1{margin:10px 0px 10px 0px;}
#loginContainer{color:#666666;}

#loginForm h2
{
    color:#666666;
    line-height:40px;    
}

#loginBox .fld {width: 180px;}

#loginInfo{
    float:left;
    background:url(../Images/Design/security.jpg) no-repeat center top;
    width:150px;
    padding:80px 10px 10px 10px;
    margin:10px 0;
}

/* -------------------------------------------------------------------------------- Error Summary Classes */
.errorSummary {
	border: 1px solid #c00;
	background-color: #c00;
	width: 100%;
	color:#fff;
	margin:10px 0 10px 0;
}

.errorSummary h4 {
    margin:3px 0 3px 3px;
    color:#fff;
}

.errorSummary ul {
	margin: 0;
	padding: 5px;
	background-color: #fff;
	color:#c00;
	list-style-type:none;
}

.errorIcon{
    background:url(../images/design/error.gif) center center no-repeat;
    height:16px;
    width:16px;
    float:right;
    display:block;
}

.cimages{
    width:330px;
}

.cimage{
    width:152px;
    height:100px;
    border:1px solid #ccc;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    background-position:center center;
    background-repeat:no-repeat;
}

/* ------------------------------------------------------------------------------------ Edit Panel Options */
#editPanel{
    width:100%;
    float:left;
    height:60px;
    margin-top:10px;
}

#editPanel ul{
    list-style-type:none;
    padding:0;
    margin:10px 0 0 0;
    height:25px;
}

#editPanel li{
    display:inline;
    background-position:left top;
    background-repeat:no-repeat;
    padding:4px 4px 4px 10px;
    margin:5px 0 0 2px;
}

#editPanel a{padding:8px;}
#editPanel li.edit{background:url(../Images/Design/icon_edit.gif) left no-repeat;}
#editPanel li.logout{background:url(../Images/Design/icon_logout.gif) left no-repeat;}
#editPanel li.add{background:url(../Images/Design/icon_add.gif) left no-repeat;}
#editPanel li.home{background:url(../Images/Design/icon_home.gif) left no-repeat;}
#editPanel li.list{background:url(../Images/Design/icon_list.gif) left no-repeat;}

