/*
Design by Dave Yates

Title      : Wrekin Trust (www.wrekintrust.org)
Version    : 1.0c
Released   : 19th June, 2008
Description: Wrekin Trust Style Sheet (CSS).
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}


img.left {
	margin: 0 7px 2px 0;
	display: inline;
	padding: 4px;
	border: 0px;
}

img.right {
	margin: 0 0 2px 7px;
	display: inline;
	padding: 4px;
}

h4 {
	margin: 30px 0 -15px 0;
	font-size: 16px;
}

.boldtext {font-weight: bold}

.left { float: left; }

.right { float: right; }

.title1 {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	font-size: 12pt;
	color: #9933CC;
	text-decoration: none;
}

.title2 {
	padding: 10px 0 0;
	font-size: 200%;
	font-weight: normal;
	color: #9933CC;
	margin-top: 0px;
	margin-bottom: -5px;
	background: url(images/img07a.gif) repeat-x left bottom;
}

.title3 {
	margin: 0;
	padding: 10px 0 0 0;
	/* background: url(images/img11a.gif) repeat-x left bottom; */
	font-size: 129%;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.boxed {
	text-align: justify;
	margin: 0 20px 0 20px;
	padding: 0px 10px 0px 10px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 130%;
}

.quote {
	background:  #66CCFF;
	background: url(images/quote.jpg) no-repeat center center;
	font-weight: bold;
	padding: 20px 30px 30px 30px;
	text-align: justify;
	line-height: 1.25;
	margin: 0 0 20px 0;
}

.orange {
	margin: 0px 0 0 10px;
}

.orange a {
	color: #0000FF;
}

.col-one {
	float: left;
	width: 250px;
	/* margin: 0 0 0 10px; */
	background-color: #F7DDF1;
	padding: 10px 10px 10px 10px;
	text-align: center;
	height: 725px;
	margin: 0 0px 0 10px;
}

.col-two {
	float: right;
	width: 250px;
	margin: 0 20px 0 0;
	padding: 10px 10px 10px 10px;
	background-color: #F7DDF1;
	text-align: center;
	height: 725px;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
}

/* Logo */

#logo {
	height: 150px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right top;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 113px 0 0 0;
	background: url(images/wrekin_logo_temp.jpg) no-repeat center center;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 20px 20px 30px 20px;
	/* 	background: #85C329 url(images/img04.gif) repeat-x; */
	background: #CC3399;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #666666;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}


/* Login */

#login {
	padding: 5px 0px 5px 10px;
	background: #CC3399;
	color: #FFFFFF;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
/*	background: url(images/img06a.gif) repeat-x; */
}

#login form {
	margin: 0;
}

#login fieldset {
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 90px;
	margin-bottom: 0.5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}


/* Content */

#content {
	float: right;
	width: 610px;
}


/* Footer */

#footer {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img12b.jpg) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	height: 45px;
	padding: 17px 0px 18px 0px;
	background-image: url(images/img13b.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border-bottom: 1px solid #cc3399;
	border-left: 1px solid #cc3399;
	width: 189px;
}

#links a {
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}

#legal {
	float: right;
	width: 610px;
	height: 45px;
	padding: 17px 0px 18px 0px;
	text-align: center;
	border-bottom: 1px solid #cc3399;
}
