/*
	File: 		css.css
	Author: 		Tom Ashton (www.simplestuff.co.uk)
	Copyright:	(c) Tom Ashton
	Info:			If you use any part of this Style Sheet, please inform the Author for permission.
*/


/* Layout Code */

*, body, html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4c4c4c;
	background: #fff url(images/body.gif) no-repeat right top fixed;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#navigation {
	width: 800px;
	height: 133px;
	background: transparent url(images/navigation_old.gif) no-repeat;
}

#title {
	width: 800px;
	height: 86px;
	background: transparent url(images/message_old.gif) no-repeat;
}

#content {
	width: 800px;
	padding: 10px 0;
	background: transparent url(images/content.gif) repeat-y;
}

#footer {
	width: 800px;
	height: 25px;
	margin: 0 0 50px 0;
	background: transparent url(images/footer.gif) no-repeat;
}

/* Navigation Tabs */

#navigation ul {
	font-size: 1.1em;
	float: right;
	list-style: none;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin-top: 109px;
	margin-right: 35px;
}

#navigation li {
	display: inline;
}

#navigation li a, #navigation li a:link, #navigation li a:visited {
	background: #4b69a6;
	color: #fff;
	font-weight: bold;
	float: left;
	line-height: 18px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	border: 2px solid #8299c9;
	border-bottom: none;
}

#navigation li a:hover {
	color: #fff;
	background: #63a64b;
	border: 2px solid #92cd7d;
	border-bottom: none;
}

#navigation li a#active {
   color: #fff;
	background: #63a64b;
	text-transform: uppercase;
	border: 2px solid #92cd7d;
	border-bottom: none;
}

/* Link Styles */

#content a, #content a:link, #content a:visited {
	color: #c23336;
}

#content a:hover {
	color: #63a64b;
}

#documents a, #documents a:link, #documents a:visited {
	color: #63a64b;
	text-decoration: none;
}

#documents a:hover {
	color: #c23336;
}

#footer a, #footer a:link, #footer a:visited {
	color: #9A9A9A;
	text-decoration: none;
}

#footer a:hover {
	color: #c23336;
}

/* Contact Form */

label {
	width: 170px;
	font-weight: bold;
	float: left;
	text-transform: capitalize;
}

input {
	width: 180px;
	padding: 1px;
}

select {
	width: 186px;
	padding: 1px;
}

textarea {
	width: 300px;
	height: 160px;
	background: #fff;
}

p.buttons {
	padding: 0 0 0 168px;
}

p.buttons input {
	width: 70px;
}

/* Text and Paragraph Styles */

#content p {
	margin: 0px 30px 10px 103px;
	font-size: 1.2em;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.5em;
}

#content p.center {
	text-align: center;
}

#content p.small {
	font-size: 0.7em;
	color: #ccc;
	padding: 10px 0 0 5px;
}

#footer p {
	color: #ccc;
	font-size: 0.9em;
	padding: 30px 0 0 103px;
	letter-spacing: 1px;
	text-align: center;
}

h1 {
	color: #fff;
	font-family: Georgia;
	font-size: 2.5em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	letter-spacing: 2px;
	margin: 0 30px 0 0;
	padding: 15px 0 0 0;
}

h2 {
	color: #fff;
	font-family: Georgia;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 3px 33px 0 0;
}

h3 {
	background: #fdfdfd url(images/h1.gif) no-repeat left;
	color: #c23336;
	font-family: Georgia;
	font-size: 2.2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px 30px 10px 102px;
	padding: 14px 0 10px 40px;
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
}

h4 {
	color: #4b69a6;
	font-family: Georgia;
	font-size: 1.8em;
	font-weight: normal;
	margin: 5px 33px 15px 102px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ddd;
}

h5 {
	color: #4b69a6;
	font-family: Georgia;
	font-size: 1.8em;
	font-weight: normal;
	margin: 5px 33px 15px 102px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ddd;
}

/* Misc Styling */

img.frame {
	background: #fff;
	padding: 3px;
	margin: 0 13px 0 0;
	border: 1px solid #ccc;
	float: left;
}

img.framecenter {
	background: #fff;
	padding: 3px;
	margin: 0 13px 0 0;
	border: 1px solid #ccc;
}

div.clear {
	clear: both;
}

.float {
	float: left;
}

/* List Styles */

#content ul.list {
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.5em;
	list-style: square;
	margin: 0 30px 10px 130px;
}

#content ul.list li {
	padding: 2px 0;
}

#content ul.list li a, #content ul.list li a:link, #content ul.list li a:visited {
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}

#content ul.list li a:hover {
	color: #63a64b;
	font-weight: bold;
}

#content ul.committee {
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.5em;
	list-style: none;
}

#content ul.committee li {
	list-style: none;
	padding: 0 0 2px 0;
}

a.external {
	background: transparent url(images/external.gif) no-repeat right;
	padding: 0 25px 0 0;
}

ul#documents {
	font-family: Georgia;
	font-size: 1.8em;
	list-style: none;
	margin: 10px 30px 10px 105px;
	border-top: 1px dashed #ccc;
}

ul#documents li {
	list-style: none;
	padding: 3px 0;
	margin: 0;
	border-bottom: 1px dashed #ccc;
}

ul#documents ul {
	list-style: square;
	margin: 5px 0 5px 40px;
}

ul#documents li li {
	font-family: Lucida Grande;
	font-size: 0.7em;
	border: none;
	list-style: square;
	letter-spacing: 1px;
}
