/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Altered by Anne Pennington
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #91a5a8 url(images/img01.gif) repeat-x;
	font: normal 12px Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #013976;
}

h1, h2, h3 {
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #013976;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
	color: #013976;
}

blockquote {
	margin-left: 2em;
}

ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 140%;
	font-size: 92%;
}

ol {
	margin-left: 1em;
}

ul {
	margin-left: 1em;
	list-style: disc;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #225588;
}

a:hover {
	text-decoration: underline;
	color: #e70837;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #e70837;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #dae9ea;
	text-decoration: none;
	color: #e70837;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #000000 url(images/Banner.jpg)	}

#logo h1 {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: left;
	letter-spacing: -1px;
	font-size: 200%;
}

#logo h2 {
	margin: 0;
	padding: 30 20 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

#page li {
	padding: 5px 0;
}
	
/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#content2 {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
	background: #FFFFFF url(images/PageWaterBackground.jpg) no-repeat;
}

#content3 {
	float: left;
	width: 680px;
	padding: 20px 30px 20px 50px;
	background: #FFFFFF url(images/PageWaterBackground2.jpg) no-repeat;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 0px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p {
	line-height: 144%;
	font-size: 100%;
	color: #000000;
}

.floating-box h3 {
	line-height: 144%;
	font-size: 100%;
	color: #000000;
}

.floating-box img {
	border: 5px solid #000000;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	list-style: none;
}

#sidebar img {
	border: 5px solid #000000;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #225588;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#sidebar2 {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar2 p {
	text-align: left;
	font-size: 92%;
}

#links {
	font-size: 100%;
}

#links ul {
	list-style: none;
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #225588;
}
#links a:hover {
	color: #e70837;
}

/* Footer */

#footer {
	height: 50px;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 54px;
	padding: 16px 30px 0 30px;
	background: #91a5a8;
	border-left: 20px solid #e70837;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #225588;
}
#footer a:hover {
	color: #e70837;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 54px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #91a5a8;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}
