/*
John and Rachel McDonough
Created: 11/12/08
Last Updated: 11/12/08
Author: Project 15
*/

/*
=====================================
Body
 =====================================
*/

body {
	font-size: 110%;
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(../images/template/bg.jpg) repeat;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: normal;
}

h2 {
	font-size: 90%;
	font-weight: bold;
	color: #FD7414;
	text-align: left;
	font-weight: bold;
	line-height: normal;
}

p {
	font-size: 72%;
}

li {
	font-size: 72%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul li ul li {
	font-size: 100%;
}

ol li {
	font-size: 72%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

input, select, textarea {
	font-size: 100%;
	border: 1px solid #396C9F;
	background-color: #EFEFEF;
}

img {
	border: none;
}

hr {
	width: 80%;
	color: #FFFFFF;
	height: 1px;
}

acronym {
	border-bottom: 1px dotted #333333;
	cursor: help;
}

a {
	color: #4499CC;
}

a:hover {
	color: #FD7414;
}

/*
=====================================
Layout
 =====================================
*/

/* Header */

#header {
	display: none;
}

#header img {
	display: none;
}

/* Navigation */

#navigation {
	display: none;
}

#menu {
	display: none;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	font-size: 110%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/*#menu a:hover {
	text-decoration: underline;
	background: #82A4BD;
}*/

#menu .home, 
#menu .home span,
#menu .about,
#menu .about span,
#menu .news,
#menu .news span,
#menu .newsletter,
#menu .newsletter span,
#menu .gallery,
#menu .gallery span,
#menu .support,
#menu .support span,
#menu .contact,
#menu .contact span
{
	width: 95px;
	height: 55px;
}

#menu .home {
	background: url(../images/template/links/home-.gif) no-repeat;
}

#menu .home span {
	background: url(../images/template/links/home_hover-.gif) no-repeat;
}

#menu .about {
	background: url(../images/template/links/about.gif) no-repeat;
}

#menu .about span {
	background: url(../images/template/links/about_hover.gif) no-repeat;
}

#menu .news {
	background: url(../images/template/links/news.gif) no-repeat;
}

#menu .news span {
	background: url(../images/template/links/news_hover.gif) no-repeat;
}

#menu .newsletter {
	background: url(../images/template/links/newsletter.gif) no-repeat;
}

#menu .newsletter span {
	background: url(../images/template/links/newsletter_hover.gif) no-repeat;
}

#menu .gallery {
	background: url(../images/template/links/gallery.gif) no-repeat;
}

#menu .gallery span {
	background: url(../images/template/links/gallery_hover.gif) no-repeat;
}

#menu .support {
	background: url(../images/template/links/support.gif) no-repeat;
}

#menu .support span {
	background: url(../images/template/links/support_hover.gif) no-repeat;
}

#menu .contact {
	background: url(../images/template/links/contact.gif) no-repeat;
}

#menu .contact span {
	background: url(../images/template/links/contact_hover.gif) no-repeat;
}

/* Content Section */

#contentContainer {
	display: block;
	clear: both;
	width: 709px;
	padding: 0px;
	background: url(../images/template/bg_content.jpg) repeat;	
	margin: 0px auto 0px auto;
	font-size: 100%;
}

#contentSection {
	float: left;
	vertical-align: top;
	width: 700px;
	color: #FFFFFF;
	padding: 4px;
	background: url(../images/template/bg_content.jpg) repeat;
}

/*
=====================================
Pages
 =====================================
*/

/* Home*/

#homeRow1ContentColumn1 {
	float: left;
	vertical-align: middle;
	width: 400px;
	padding: 0px;
}

#homeRow1ContentColumn1 img {
	display: block;
	margin: 0px auto 0px auto;
}

#homeRow1ContentColumn2 {
	float: right;
	width: 260px;
	padding: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

#homeRow1ContentColumn2 img {
	padding: 2px;
}

#homeRow2ContentColumn1 {
	float: left;
	vertical-align: top;
	width: 500px;
	padding: 0px;
}

#homeRow2ContentColumn2 {
	float: right;
	vertical-align: top;
	width: 200px;
	padding: 0px;
}

/* About */

#aboutContentColumn1 {
	float: left;
	vertical-align: top;
	width: 55%;
	padding: 12px;
}

#aboutContentColumn2 {
	float: right;
	vertical-align: top;
	width: 35%;
	padding: 12px;
}

/* Gallery */

.photoDisclaimer {
	
}

#galleryContentColumn1 {
	float: left;
	vertical-align: top;
	width: 45%;
	padding: 5px;
}

#galleryContentColumn2 {
	float: right;
	vertical-align: top;
	width: 45%;
	padding: 5px;
}

.galleryListingDate {
	text-transform: uppercase;
	color: #999999;
	font-size: 90%;
	text-decoration: none;
	font-style: normal;
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;	
}

.galleryListingNumber {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 65%;
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;
}

.galleryThumb {
	margin: 5px;
	padding: 0px;
	border: 3px solid #999;
	display: block;
	margin: 0px auto 0px auto;
}

.galleryImage {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 3px solid #999;
}

.galleryImageText {
	text-align: center;
	font-style: italic;
	font-size: 70%;
}

/* News */

.newsArticleThumb {
	margin: 5px;
	padding: 0px;
	border: 3px solid #999;
	float: left;
}

span.newsTitle {
	text-transform: uppercase;
	color: #999999;
	font-size: 130%;
	text-decoration: none;
	font-style: normal;
}

span.newsTitle a {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}

span.newsTitle a:hover {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.newsDate {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 90%;
}

span.newsLink {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	font-style: normal;
}

span.newsLink a {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}

span.newsLink a:hover {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

/*
=====================================
Images
 =====================================
*/

.imageLeft {
	margin: 5px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	float: left;
}

.imageRight {
	margin: 5px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	float: right;
}

.imageCentre {
	display: block;
	margin: 0px auto 0px auto;
	padding: 3px;
	border: 1px solid #FFFFFF;
}

/*
=====================================
Forms
 =====================================
*/

fieldset {
	border: 1px solid #999;
	font-size: 73%;
	width: 80%;
	display: block;
	margin: 0px auto 0px auto;
	padding: 8px;
}

legend {
	font-weight: bold;
}
	  
label {
	display: block;
	margin: 3px;
	font-size: 113%;
	font-weight: bold;
}

input {
	color: #4499CC;
	font-size: 83%;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input:focus {
	background-color: #FFFFCC;
	color: #000000;
}

input.inputBox {
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
	background: #0052B2;
}

input.required_Field {
	border-left: 3px solid #FF0000;
}

textarea {
	color: #4499CC;
	font-size: 83%;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

textarea:focus {
	background-color: #FFFFCC;
	color: #000000;
}

textarea.inputBox {
	color: #000000;
	display: block;
	margin-top: 5px;
}

em {
	font-weight: bold;
	color: #FF0000;
}
