/* CSS Document */

body {	
	background: #fff;
	color: #555;
	margin: 0;
	padding: 0;
	font-family: arial,tahoma,sans-serif;
	font-size:70%;
	font-smooth: always;
}
html { min-height: 100%; margin-bottom: 1px;	margin: 0;
	padding: 0; }
	
html {
     overflow: -moz-scrollbars-vertical;
}

h1 {
	font-size: 1.3em;
	font-weight: bolder;
	margin: 0;
	padding: 0.6em 0 0.2em 0;
	color: #000;
}

h2 {
	font-size: 1.2em;
	font-weight: bolder;
	margin: 0.2em 0.2em 0 0;
	padding: 0.2em 0;
	color: #04113d;
}


h3 {
	font-size: 1.1em;
	margin: 0.2em 0.2em 0 0;
	padding: 0.2em 0;
	color: #04113d;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 0.3em 0;
	clear: both;
	color: #04113d;
}

/* Image Styles */
img {
	border: 1px solid #04113d;
	margin: 0;
	padding: 3px;
}

img.right {
	margin-left: 0.5em;
	color: inherit;
	float: right;
	vertical-align: top;
}

img.left {
	margin-right: 0.5em;
	color: inherit;
	float: left;
	vertical-align: top;
}

img.center{
	margin: 0px;
}

legend {
color: #04113d;
margin-top: 15px;
margin-bottom: 15px;
font-size: 1.1em;
}


fieldset br{
margin-bottom: 5px;
}

input {
	color: #000;
	font-size: 12px;
}

.inputsubmit {
	background: #555555;
	border: 0px;
	color: #fff;
	font-size: 10px;
	padding:2px;
	margin: 1px
}
cite{
	font-size: 0.7em;
}

SUB, SUP { line-height: 0; font-size: 0.8em; font-weight: bold} 

em { font-style: italic;}
strong {font-weight: bold;}

p {
	margin: 0.4em 0 0.4em 0;
	padding: 0.5em 0;
}
li p {
	margin: 0 0 2em 0;
	padding: 0;
}
hr {
  border: 0;
  width: 100%;
color: #000;
background-color: #000;
height: 1px;
}
.labelwrapper{
	clear: both;
	float: left;
	font-size: 10px;
	padding-right: 10px;
	text-align: right;
	width: 125px;
}
/* These styles define the columns that appear within the body of the page */
/* These are the wrappers */
div#wrapper {
	background: #ffffff url(/images/design/wrapperback.gif) 0px 0px repeat;
	width: 760px;	
	margin: 20px auto 0 auto;
	text-align: left;
	padding: 0;
}

div.logo
{
	display: block;
	height: 161px;
	width: 760px;
	padding:0;	
	margin:0 0 0 0;
}

#greig {
	background: transparent url(/images/design/header.jpg) 0px 0px no-repeat;
}
#hall {
	background: transparent url(/images/design/headerhall.jpg) 0px 0px no-repeat;
}
#lifestyle {
	background: transparent url(/images/design/headerlifestyle.jpg) 0px 0px no-repeat;
}
div#strap
{
	height: 50px;
	width: 120px;
	position: absolute;
	color: white;
	top:0;
	padding:30px 0 0 600px;	
	margin:0;
	font-size: 1.1em;
	letter-spacing: 1px
}

#breadcrumb {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border: none;
	position:absolute;
	top: 60px;
	left: 235px;
	width: 400px;
}

div#subnav{
position: relative;
top: -20px;
width: 124px;
padding: 0;
margin: 0;
float: left;
}

div#content {
color: #333;
width: 626px;
padding-left:10px;	
background: transparent url(/images/design/contentback.jpg) 0px 0px no-repeat;
margin:0px 0px 0px 0px;
height: 400px;
font-size: 1.1em;
float: left;
}

div#rightcol {
color: #333;
width: 140px;
padding:0;	
margin:0 0 0 10px;
font-size: 1.1em;
float: right;
height: 400px;
	border: 0px solid #04113d;
}
div#rightcol h1{
font-size: 0.8em;
margin: 10px 0 0 0;
padding: 0 2px;
}
div#rightcol p{
font-size: 0.9em;
margin: 0 0 0 0;
padding: 0 2px;

}
div#rightcol a {
text-decoration: none;
color: #555;
}


html>body div#content {
  height: auto; 
  min-height: 400px;
 }
 
div#footer {
	display: block;
	padding: 0;
	height: 40px;
	clear: both;
}
span#copyright {
position: relative;
top: 14px;
text-align: center;
width: 124px;
border: 0px solid red;
display: block;
}
span#copyright a, span#copyright a:visited, span#copyright a:hover {
color: #000;
text-decoration: none;
font-size: 10px;
}

span#footertext {
	text-align: center;
	padding: 0;
	display: block;
	margin: 0 0 4px 124px;
}

/* Bullets for content box */
#content ul, #errorlist {
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 0.6em;
}
#content ol {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0.6em;
}

#content ol li {
text-align: left;
margin-bottom: 0.6em;
}

#content ul li, #errorlist {
	text-align: left;
margin-bottom: 0.6em;
}

#heading {

}

form {
	margin: 0;
	padding: 0;
}

textarea {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	height: 100px;
	margin-bottom: 2px;
}

  
table {
	margin: 0;background: #fff	;
	padding: 0;
	width:auto;
	border: 1px solid #04113d;
}

caption {
	text-align: left;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 1em 0 0 0;
}

th {
	background: #04113d;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	padding: 0.3em;
  	text-align:left;
margin: 0;
border-spacing: 0px;
border: 0px solid #aaa;
}
  
th strong{
	color: #FFFFFF;
}

th a, th a:hover, th a:active, th a:visited{
color: #FFFFFF;
}

td {
	vertical-align:top;
	border: 0px solid #aaa;
	padding: 0.2em;
	white-space: no-wrap;
	margin: 0;
	border-spacing: 0px;
	font-size: 12px;
	background: #eee	;
}

td.narrowcol { width: 80px; }
td.mediumcol { width: 170px; }
td.widecol, th.widecol  { width: 240px; }
tr.selected { background: #D0D0D0; }
td.selected { background: #C6C6C6;}
td.selectedlight {background: #E6E6E6;}

td p {
padding: 0;
margin: 0;
}

dfn, abbr, acronym, .help {
cursor:help; 
border-top: 1px dotted;
}

.small {
	font-size: 0.5em;
}

.imageholder {
	text-align: center;
	background: #fff;
	padding:20px 0;
	margin:2px;
}
.imageholder img{
	padding-bottom:20px;
}
.centeralign {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

* These styles define default link behaviors */
a{
color: #333;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}

.faqback a{
margin: 0;
padding: 0;
font-size: 0.85em;
text-transform: lowercase;
}

div#footer img.right{
padding: 10px 15px 0 0;
margin: 0;
clear: both;
float: right;
}

div#footer ul{margin: 0 auto;padding-right: 20px;list-style-type:none;float:right;}
div#footer ul li{display:inline;}
div#footer li a, div#footer li a:visited {
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#333;
	background:inherit;
	font-size: 0.9em;
	}  
div#footer li a:hover {
	color:#333;
	background:inherit;
}

div.halfcolumn {
width: 45%;
float: right;
}
/* Navigation Style */
div#subnav ul{margin:0 0 0 0;padding:0;list-style-type:none;}
div#subnav ul li{display:inline;}
div#subnav .pagelevel1 a, div#subnav .folderlevel1 a, div#subnav a {
	color : #555;
	display: block;
	width: 95px;
	font-size:12px;
	padding: 1px 0px 1px 18px;
	margin:0 0 0 0;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px
}  

div#subnav .pagelevel1 a:hover, div#subnav .folderlevel1 a:hover {
	background: url("/images/design/subnav1.gif") 4px -159px no-repeat transparent;	
	color : #999999;
}

div#subnav .selected1 a, div#subnav .selected1 a:hover{
	background: url("/images/design/subnav1.gif") 4px 1px no-repeat transparent;
	color:#000;
	font-weight: 600;
}
	
div#subnav .pagelevel2 a, div#subnav .folderlevel2 a {
	background: url("");	
	color : #555;
	display: block;
	width: 85px;
	font-size:12px;
	padding: 1px 0px 1px 28px;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px solid #fff;
}  

div#subnav .pagelevel2 a:hover, div#subnav .folderlevel2 a:hover {
	background: url("/images/design/subnav2.gif") 14px -159px no-repeat transparent;	
	color : #999999;
	font-weight: normal;
}


div#subnav .selected2 a, div#subnav .selected2 a:hover{
	background: url("/images/design/subnav2.gif") 14px 1px no-repeat transparent;
	color:#000;
	font-weight: bold;
}

.endlevel1,.endlevel2 ul,.endlevel3 {display:none;border:0;}

#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:visited, #breadcrumb a:active {font-weight: normal; color: #fff;text-decoration:none;}
div#breadcrumb ul{list-style-type: none;margin: 0;padding: 0;}
div#breadcrumb ul li{display: inline;color: #fff;white-space:nowrap;font-size: 10px;}
div#breadcrumb a {
background: url("/images/design/breadarrow.gif") transparent right 3px no-repeat;
text-decoration:underline;
margin:0 5px 0 0 ;	
padding:0 10px 0 0 ;
}  

#errorlist {
text-align: left;
float:left;
}

.sendbutton input{
margin-top: 20px;
margin-left: 5px;
}
.required{font-weight: bold;}

.clear {clear: both;}
table { font-size: 100%; /* IE hack */ }
html { font-size: 100%; /* IE hack */ }

