﻿html {
	font-size: 100%;
}
html, body {
	height: 100%;
}
body {
	color: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
}


/*
################################################ Generic typography styles ##################################################
*/
h1 {
    margin: 0 0 23px;
	font: normal 2.7em/27px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    color: #fff;
}

h2 {
    margin: 0 0 17px;
    font: normal 1.7em/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    color: #2a609d;
}

h3 {
    margin: 11px 0 21px;
    font: normal 1.5em/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
}

h4 {
    margin: 24px 0 0;
    font: bold 1.4em/20px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
}

p {
	font-size:1.4em;
	line-height:18px;
	margin:0 0 6px;
}

address {
	font-size:1.4em;
	line-height:18px;
	margin:0 0 6px;
	font-style:normal
}

ul {
	margin:0 0 24px;
}

li {
	font-size:1.4em;
	line-height:20px;
	padding:0 0 0 15px;
	background:url(../images/bullet.gif) no-repeat 3px 7px;
}

a {
	text-decoration:underline;
	color:#8d8c8b;
}

a:hover {
	text-decoration:none;
}

blockquote { 
	color:#8d8c8b;
	text-align:center;
	font-size:1.4em;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
	padding:19px 22px 2px
}

/* slightly more specific overides to generic styles created by additional classes */
.larger-paragraph { 
	font-size:1.7em;
	line-height:24px;
	margin:20px 195px 20px 0;
}

.boxed-text { 
	border:solid 1px;
	font-size:1.1em;
	line-height:15px;
	padding:9px 8px;
	float:left
}


.blue-text { 
	color:#2a609d;
	border-color:#2a609d;
}

.grey-text {
	color:#8d8c8b;
	border-color:#8d8c8b;
}

.white-text { 
	color:#fff;
	border-color:#fff;
}

.meta { 
	font-size:1.1em;
	line-height:14px;
	padding:5px 42px;
	margin:0;
}

.source { 
	font-size:1.1em;
	color:#8d8c8b;
	text-align:center;
	line-height:14px;
	padding:0 30px 7px;
	margin:0;
}

#rightColumn img { 
	margin:0 auto;
}

/*####################### Extras styles ###############################*/
.extras {
	border:solid 1px #fff;
	background:#8d8c8b;
	padding:14px 15px 0;
	margin:0 0 30px;
	min-height:1px;
}
.extras:after { content:"."; clear:left; display:block; height:0; visibility:hidden; } /* :hack:float enclosing */

	.extras h4 { 
		color:#081b3c;
		margin:0 0 4px;
		width:250px;
		line-height:17px;
	}
	
	.extras ul {
		float:left;
		width:245px;
		margin:0 0 16px;
		
	}
	
	.extras li {
		font-weight:bold;
		background-image:url(../images/bullet.blue.gif);
		padding:0 0 2px 15px;	
	}
	 .extras p {
	 	float:left;
		width:280px;
		margin:6px 0;
	}

/*################################### How to find us styles ########################################*/
#findContent h2 { 
	background:url(../images/bg.headings.jpg) no-repeat;
	font-size:1.5em;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	margin:0 -14px 30px;
	padding:6px 14px;
	letter-spacing:6px
}

#findContent h3 {
	font-size:1.1em;
	line-height:14px;
	margin:0 0 15px
}
#findContent h4 {
	font-size:1.1em;
	line-height:14px;
	margin:0
}

#findContent p { 
	font-size:1.1em;
	line-height:15px;
	margin:0 0 15px;
}

#findContent address { 
	font-size:1.1em;
	line-height:15px;
	margin:0 0 15px;
}


/*
########################################################### header styles ##################################################
*/
#header p { 
	font: 1.4em/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#header a { 
	color:#fff;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}

/*##################### FOOTER ###########################*/

#footer p {
    color:#fff;
    font-size: 1.1em;
	line-height:15px;
	font-weight:bold;
}

#footer a {
    color:#fff;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

#designby p {
    font-size: 11px;
	line-height:15px;
    color: #636467;
}

#designby img { 
	display:inline;
}

#designby a {
    color: #636467;
    text-decoration: none;
}    

#designby a:hover {
    text-decoration: underline;
}


/*################################################################################################
########################### FORM ELEMENTS STYLING ###############################################*/

#formContainer p  {
    height: 35px;
    padding: 0px 0px 0px 0px;
    text-align: left;
	font-size:1em;
}

#formContainer p.formText{
    padding: 0px 0px 20px 0px;
    height: auto;
    font-weight: bold;
	font-size:1.4em;
}

.textBox  {
    margin: 0px 0px 0px 0px;
    float: right;
    border: 0px;
    height: 20px;
    width: 426px;
    padding: 2px 2px 2px 2px;
    background-color: #c1c1c1;
	border:solid 1px #fff;
}

.textboxLabel  {
    float: left;
    width: 120px;
	font-size:1.4em;
}

span.small {
font-size: 0.786em;
}


textarea  {
    float: right;
    width: 426px;
    border: 0px;
    padding: 2px;
    font-family: arial;
    font-size: 1em;
    background-color: #c1c1c1;
	border:solid 1px #fff;
}

#tickBoxes p {
    height: auto;
    background: none;
    padding:  10px 0px 0px 0px;
    margin: 0px;
	font-size:1.1em;
}

.dropdown{
     background-color: #c1c1c1;
     width: 140px;
     margin-left: 3px;
	 border:solid 1px #fff;
}

.checkBox {
    padding: 0px 2px 0px 0px;
    margin-left:-4px;
}

#submitContainer {
    width: 100%;
    font-size: 0.8em;
    color: Gray;
    text-align: right;
    padding-top: 20px;
    float:right;
}

.tickboxlabel{
     font-size: 1.1em;
}


/*
########################################################### christmas styles ##################################################
*/

p span.package 
{
    color:#2a609d;
    font-weight:bold;
    font-size:1.2em;
    }
    
/*used on xmas pages only*/
.boxed-text { 
	border:solid 1px;
	font-size:1.1em;
	line-height:15px;
	padding:9px 8px;
	float:left;
	margin:10px 0 15px 0;
}

p.xmas-contact 
{
    margin: 0 13px;
    font-weight:bold;
    }
    
p.xmas-contact a
{
    color:#2a609d;
    }

span.menuHeading
{
    color:#2a609d;
    text-transform:uppercase;
    float:left;
    margin:6px 0;
    clear:both;
    width:100%;
    }
    
body p span.menuHead
{
    font-weight:bold;
    color:#2a609d;
    text-transform:uppercase;
    font-size:1.2em;
    margin:20px 0 5px 0;
    float:left;
    clear:both;
    width:100%;
    border-bottom:solid 1px #ccc;
    padding-bottom:5px;

    }

/*
########################################################### gallery styles ##################################################
*/



	.gallery ul {
		float:left;
		width:245px;
		margin:0;
		
	}
	
	.gallery li {
		font-weight:bold;
		background-image:none;
		padding:0;	
		height:30px;
	}
