@charset "utf-8";
/* CSS Document */

body
{
	width:100%;
	background-color:#9EDDE6;
	/*
	2nd June 2009 - Peter Bridger
	With the new dynamic day cycle system and changing 'tents' graphic, this will need to 
	be re-done as an dynamically created image to work with the new site systems. There's
	no time to do this for launch.

	background-image:url(/images/repeating_tents_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	margin:0px;
}

p
{
	margin:0px;
}

a
{
	color:#000;
}

a:hover
{
	color:#DE3B66;
}

a.TwitterLink
{
	color:#04CDFF;
}

a.TwitterLink:hover
{
	color:#09F;
}

a.PageButton
{
	width:285px;
	padding:10px;
	background-color:#DE3B66;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	display:block;
	float:left;
}

a.PageButton:hover
{
	width:285px;
	padding:10px;
	background-color:#FDB3D0;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	display:block;
	float:left;
}

#PageBox
{
	width:305px;
	padding:0px;
	background-color:#EED996;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	color:#000;
}

.PageBoxText
{
	padding:10px;
}


.SmallText
{
	font-size:x-small;
}


.formQuestion
{
	font-weight:bold;
}

.heading
{
	font-size:large;
	font-weight:bold;
}

.FormError
{
	background-color:#DE3B66;
	color:#FFF;
	display: block;
	padding:5px;
}

.FormSuccess
{
	background-color:#85C08A;
	padding:5px;
	display: block;
}

#TopBar
{
	width:960px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	
}

#OuterWrapper
{
	width:100%;
	position:absolute;
}

#InnerWrapper
{
	background-color:#FFF;
	width:960px;
	margin:0px auto 0px auto;

}

#StandardPageContent
{
	margin:0px 10px 0px 10px;
}

#Content
{
	width:100%;
	/*background-color:#CCC;*/
}

#RightColumnRepeat
{
	background-image:url(/images/home_page_news_repeat.gif);
	background-repeat:repeat-y;
	background-position:top right;
	margin:0px 0px 10px 0px;
	overflow:auto;
	overflow:hidden;
	width:100%;
}

#RightColumn_OLD
{
	width:280px;
	padding:10px;
	float:right;
	vertical-align:top;
	margin:0px 10px 0px 10px;
	
}

#RightColumn
{
	width:280px;
	padding:10px 20px 10px 20px;
	float:right;	
}

#Breadcrumbs
{
	border-bottom:1px dotted #000;
	margin:0px 10px 10px 10px;
	padding-bottom:5px;
	padding-top:5px;
}

#ExternalLinks
{
	padding:10px 0px 10px 0px;
	overflow:auto;
	overflow:hidden;
	border-top:1px solid #CCC;
	margin:10px 10px 0px 10px;
	
	min-height:36px;
	height:auto !important;
	height:36px;

}

#SiteMap
{
	/*background-color:#e5e5e5;*/
	margin:0px 10px 0px 10px;
	border-top:1px solid #CCC;
	padding:0px 0px 0px 0px;
	/*border-bottom:1px dashed #DE3B66;*/
}

#BottomBar
{
	padding:10px 10px 20px 10px;
	background-image:url(/images/bottom_bar.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
}

#BottomCap
{
	margin-bottom:80px;
	text-align:center;
}

#Share
{
	padding:7px 7px 7px 0px;
	width:700px;
	float:left;
}

.BlogPost
{
    border:1px solid #000000; 
    background-color:#e9f6f8; 
    margin:10px 0px 10px 0px; 
    padding:10px;
}

a.BlogSnippet
{
	font-size: small;
	color:black;
	text-decoration: none;
}

a.BlogSnippet:hover
{
	text-decoration: underline;
	color:#85B08A;
}

.BlogDateAdded
{
	font-size:x-small;
	color:Gray;
}

/* Mobile input box */
input.Mobile
{
	background-image: url(/images/Mobile.gif);
 	background-repeat: no-repeat;	
}

/* Mobile input box */
input.Email
{
	background-image: url(/images/Email.gif);
 	background-repeat: no-repeat;	
}

/* Mobile input box */
input.Question
{
	background-image: url(/images/Question.gif);
 	background-repeat: no-repeat;	
}

/* Show that a textbox action is processing - Used by AJAX actions */
.TextboxProcessing
{
	background-image: url(/images/AJAXloader_Small.gif);
 	background-repeat: no-repeat;
 	background-position:right;
 	background-color:#FBFBFB;
}

/* Couple of styles used in the gallery */
div.Photo
{
/*    border:1px solid black; */
    float:left;
    padding:0px;
    margin:0px 4px 4px 0px;
    text-align:center;
    background-color:#edf8fa; 
	height:350px;
	width:307px;
}

.PhotosForDay
{
    background-color:#87BCC4;
    font-weight:bold;
    clear:both;
    padding:5px;
	margin-bottom:5px;
}

#GreyBox
{
	background-color:#f2f2f2;
	padding:10px;
	margin-bottom:10px;
}

#GoldBox
{
	background-color:#FBF5E5;
	padding:10px;
	margin-bottom:10px;
}

