/*Layout Styles*/
html { font-family:sans-serif; }
body{
	background:#98c5e3 url('../images/flowers.jpg') 50% 260px no-repeat;
	color:#333;
}

#tinymce{background: #fff;}

#outer-wrapper{ }

#header{
	background: #a2cbe7 url('../images/header_bg2.jpg') 0 10px repeat-x;
	padding-top:10px;
	min-width:950px;
}

#header #top-wrapper{
	background:transparent;
	float:left;
	width:100%;
}

#header #middle-wrapper{
	background:#1b2c58;
	float:left;
	width:100%;
}

#header #bottom-wrapper{
	background:#0d0d0d;
	float:left;
	width:100%;
	color:#fff;
}

#header .content{
	margin:0 auto;
	width:950px;
}

#bottom-wrapper h3{ margin:0 0 0.2em 0; padding-top:20px; line-height:1.5em; float:left; clear:right; font-weight: normal; color:#C2E0EF; }
#bottom-wrapper img{ padding:1em; float:left; }
#bottom-wrapper span{ display:block; width:75%; float:left;}

#logo a{
	background: transparent url('../images/logo2.jpg') 0 50% no-repeat;
	height:200px;
	width:426px;
	padding:0;
	display:block;
	margin:0 auto;
}

div#advertisementheader{ float:left;}

div#contact{
	float:right;
	font-size:80%;
	padding:1em;
}

div#contact h3{
	margin:0;
	color:#0d0d0d;
	font-weight:normal;
}

div#contact a, div#contact a:link, div#contact a:visited{
	color:#333;
}

div#contact div#account-links a, div#contact div#intranet-links a, div#contact div#editor-links a{
	float:left;
	margin-right:0.5em;
}

div#contact div#editor-links{
	float:left;
	clear:both;
}
div#contact h4{
	display:none;
}

#inner-wrapper{
	width:950px;
	margin:0 auto;
}
.colwrap {
	background: #D7E7F4;	/* Right column background colour */
}
.colwrap .colmid {
	background: #ffffff;		/* Centre column background colour */
}

.colwrap .colleft {
	background: #fff;		/* Left column background colour */
}

.colwrap .col1{
	background:#fff;
}
.colwrap .col3{ display:none; }

.col1, .col2{
	padding-top:1em;
}

.col2 a[href$=".pdf"] { background-image:none; padding:0; }

.colwrap .col2{
	font-size:0.8em;
	left:21em;
	width:20em;
}

#footer{
	background:#1b2c58;
	min-width: 950px;
}

#footer .content{
	width:950px;
	margin:0 auto;
	color:#fff;
	padding:0.5em;
	text-align:center;
	font-size:0.8em;
}

#footer p{margin:0 10px 0 0; padding:0; display:inline;}

#footer .content a, #footer .content a:link, #footer .content a:visited{ color:#fff;}

div#footer span.copyright{}
div#account-links{}

/*Links/Navigation*/
#header .navigation{
	width:950px;
	margin:0 auto;
	clear:both;
	font-family: Times;
}

#header .navigation a:link, #header .navigation a:visited{
	text-decoration: none;
	padding:0;
}

#header .navigation li a span{
	display:block;
	margin:0.5em 0.8em;
	color:#fff;
	line-height:normal;
}

#header .navigation li a:hover span{
	color:#D7E7F4;
}


#header .navigation li.active a span{
	color:#98c5e3;
}

a:link, a:visited, span.red{
	color:#e9323c;
}

a:hover{
	color:#222222;
}

div#account-links a{
	display:block;
}

/*Text*/
h1.title, h2.title, h3.title, h4.title{
	color: #e92935;
	font-weight:normal;
	font-family:Times;
}

div#account-links h4, div#intranet-links h4, div#editor-links h4, div#category-links h4{font-weight:normal}

/*Comments*/
h3.comments{
	text-align:center;
	padding:0.4em;
	color:#444;
	border-bottom:2px solid #444;
	font-weight:normal;
	font-family: Georgia,serif;
}

div.section-divider{
	border-bottom:1px solid #efefef;
}

div.block{
	width:100%;
	overflow: hidden;
	background: transparent;
	padding-bottom:10px;
	margin-bottom:1em;
	font-size:90%;
}

div.block input, div.block textarea{
	width:170px;
	float:none;
}

div.block label{
	font-size:0.6em;
}

div.block-title{
	text-align:center;
	background:#efefef;
	border:1px solid #ccc;
	border-style:solid solid none solid;
}

div.block h4{
	text-align:center;
	margin:0;
	font-size:16px;
	line-height:normal;
	padding:2px 0;
	color:#666;
	font-weight:normal;
}

div.block-content{
	padding:10px 10px 10px 10px;
	background:#fff;
	border:1px solid #ccc;
}

div.block table, div.col2 div.block form div, div.col2 div.block form{ margin-bottom:0; }
div.block table {width:100%;}
div.block td { text-align:center; }
div.block .validation-error.valid {padding:0; background:none;}

div.previous-next-container {
	border-top:1px solid #efefef;
	font-size:0.8em;
	padding:10px 0;
}

.notice h4 {
	margin:0 0 0.5em 0;
}
