/*Layout Styles*/
body{
	background:#569ac4 url('../images/body_bg.png') 0 0 repeat-x;
	background-attachment: fixed;
	color:#27231e;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
#outer-wrapper{ background:#fff; margin:0 auto; width:940px;}

#graphic-sides{
	background:transparent url('../images/wrapper_sides.png') 50% 0 repeat-y;
	float:left;
	width:900px;
	padding:0 20px;
}

#header{
	background: #fff;
}

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

#header #middle-wrapper{
	background:transparent;
	float:left;
	width:100%;
	border-bottom:2px solid #3e3832;
}

#header #bottom-wrapper{
	background:#3e3832;
	float:left;
	width:100%;
	color:#fff;
	border-bottom:2px solid #3e3832;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}

#header .content{
	width:880px;
	padding:0 10px;
}

#header #bottom-wrapper .content {
	width:890px;
	padding:0 10px 0 0;
}

#bottom-wrapper img{ padding:0 1em 0 0; float:left; }
#bottom-wrapper p{ display:block; float:left;margin-bottom:0; text-align: justify;}
#bottom-wrapper p:first-line {font-size:1.5em; line-height:2.0em; color:#6CD8F6; font-style:italic;}
#bottom-wrapper a { color: #6CD8F6; }

#logo a{
	background: transparent url('../images/logo.png') 0 50% no-repeat;
	height:64px;
	width:200px;
	padding:0;
	float:left;
}

#inner-wrapper{
	width:900px;
	margin:0 auto;
}
.colwrap {
	background: #e1ecf1;	/* Right column background colour */
}
.colwrap .colmid {
	background: transparent;		/* Centre column background colour */
	min-height:300px;
}

.colwrap .colleft {
	background: #fff;		/* Left column background colour */
	border-right:1px solid #3e3832;
	min-height:300px;
}

.colwrap .col3{ display:none; }

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

#footer{
	background:#3e3832;
}

#footer .content{
	width:950px;
	margin:0 auto;
	color:#fff;
	padding:1em;
}

#footer span.copyright{
	display:block;
	font-size:0.8em;
	text-align:center;
	color:#666;
}

div#account-links{}

/*Links/Navigation*/
#header .navigation{
	width:100%;
	float:left;
}

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

#header .navigation li a span{
	display:block;
	padding:0.3em;
	margin:0 0.4em;
	color:#888;
	font-size:1.2em;
}

#header .navigation li a:hover span{
	color:#acd037;
}
#header .navigation li.active a span{
	color:#f47c20;
}

div#contact{
	float:right;
	font-size:0.8em;
}

#footer .navigation{
	text-align:center;
}

#footer .navigation li{
	float:none;
	display:inline;
	font-size:0.8em;
	padding:5px;
}

#footer .navigation li a{
	color:#C2E0EF;
}

#footer .navigation li.active a{
	color:#fff;
}

#footer .navigation li a:hover{
	color:#fff;
}

a:link, a:visited{
	color:#1199ee;
}

a:hover{
	color:#222222;
}

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

/*Text*/
h1.title{
	color: #1B9BD7;
	font-weight:normal;
	font-family:Times;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Times;
	font-weight:normal;
	color:#557f0c;
}

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

div.block{
	width:100%;
	overflow: hidden;
	width:244px;
	background: transparent url('../images/block_bg.png') 0 100% no-repeat;
	padding-bottom:10px;
	margin-bottom:1em;
}

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

div.block .button{
	font-size:0.9em;
}

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

div.block-title{
	text-align:center;
	background:transparent url('../images/block_title_bg.png') 0 0 no-repeat;
	height:25px;
}

div.block h4{
	text-align:center;
	margin:0;
	font-size:20px;
	line-height:normal;
	padding:0;
	color:#fff;
}

div.block-content{
	padding:10px 10px 0 10px;
	background:#fff;
	border:1px solid #569ac4;
	border-style:none solid;
}

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;}

