/* CSS Document */

body {
	margin: 0;
	padding:0;
	background:#98C2DF;
	color:#454545;
	font: small Arial, Helvetica, sans-serif;
}
#container {
	width:810px;
	background: transparent url(images/bg-mid.gif) top left repeat-y;
}
#header {
	background: transparent url(images/bg-top.gif) top left no-repeat; 
	padding:0px;
	height:105px;
	text-align:left;
}
#breadcrumb {
	width:450px;
	color: #999999;
}
#breadcrumb a {
	color:#E82E5C;
	text-decoration:none;
}
#headerNavigation {
	padding-left:33px; 
	text-align:	left; 
	padding:0;
	color:#415890;
}
ul#navlist {
	list-style: none; 
	padding: 0; 
	margin: 0px; 
	font-size: 12px;
}
ul#navlist li {
	text-align: left;
	float: left; 
	height: 53px; 
	padding: 0; 
	margin: 0 10px 0 0; 
}
ul#navlist li { width: 134px; voice-family: "\"}\""; voice-family:inherit; width: 133px; } 
html>body ul#navlist li { width: 133px; }
ul#navlist li a {
	display: block; 
	text-align:center;
	padding-top: 10px; 
	font-size: 15px;
	text-decoration: none;
	font-weight:bold;
	height:53px;
}
#navbox>ul#navlist li a { width: auto; height: auto; } 
ul#navlist li.orange a {
	background: transparent url(images/nav-orange.gif) top left no-repeat; 
	color: #E77924; 
}
ul#navlist li.orange a.selected,
ul#navlist li.orange a:hover {
	background: transparent url(images/nav-orange2.gif) top left no-repeat; 
	color: #FFFFFF; 
}
ul#navlist li.blue a {
	background: transparent url(images/nav-blue.gif) top left no-repeat; 
	color: #4895C8; 
}
ul#navlist li.blue a.selected, 
ul#navlist li.blue a:hover {
	background: transparent url(images/nav-blue2.gif) top left no-repeat; 
	color: #FFFFFF; 
}
ul#navlist li.pink a {
	background: transparent url(images/nav-pink.gif) top left no-repeat; 
	color: #E82E5C; 
}
ul#navlist li.pink a.selected,
ul#navlist li.pink a:hover {
	background: transparent url(images/nav-pink2.gif) top left no-repeat; 
	color: #FFFFFF; 
}
ul#navlist li.green a {
	background: transparent url(images/nav-green.gif) top left no-repeat; 
	color: #96B02B; 
}
ul#navlist li.green a.selected,
ul#navlist li.green a:hover {
	background: transparent url(images/nav-green2.gif) top left no-repeat; 
	color: #FFFFFF; 
}
#main {
	background: transparent url(images/bg-flowers.gif) bottom left no-repeat !important;
}
#content {
	text-align:	justify; 
	margin-left:205px; 
	background:transparent; 
	padding: 14px 25px 20px 25px ;
}
#content p {
	margin: 0px 0px 10px 0px;
}
#content h1 {
	font-size: medium;
	font-weight: bold;
	color: #222222;
	margin:0px 0px 10px 0px;
}
#content h2 {
	font-size: small;
	font-weight: bold;
	color: #EA2E5E;
	margin:0px 0px 5px 0px;
}
#content h3 {
	font-size: small;
	font-weight: bold;
	color: #CA8CA8;
	margin:20px 0px 9px 0px;
}
#content a {
	color: #E98025;
}
.listhead {
	margin-bottom:5px;
}
#content ul {
	margin-top: 0px;
}
#content li {
	margin-bottom:8px;
	margin-top:0px;
}
#content .divider {
	height:40px; 
	background: #FFFFFF url(images/divider.gif) center center no-repeat; 
	border:0; 
	margin:10px 0;
}
ul.homepage {
	margin-bottom:0;
	padding-bottom:2px;
}
ul.homepage li {
	list-style-image:url(images/tick.gif);
	color: #5198C9;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px !important;
}
#content p.boxed {
	border: 1px solid #415890;
	padding: 8px;
	color: #082050;
	line-height:1.4;
}
.pink { color: #EA2E5E; }
.blue { color: #4895C8 }
.orange { color: #E77924 }
.green { color: #96B02B }
#footer {
	background: #98C2DF url(images/bg-bottom.gif) top left no-repeat;
	height:85px;
	clear:left;
	text-align:left;
}
#footer p {
	margin:0;
	padding: 30px 25px 18px 215px;
}
#footer p.second {
	margin:0;
	text-align:right;
	padding: 0px 25px 0 215px;
}
#footer a {
	color: #E97D25;
	font-weight:bold;
	text-decoration:none;
}
.glassraven {
	font-size:small;
	color: #444444 !important;
}
#sidebar {
	padding: 0 0 120px 20px;
	float:left; 
	width: 185px; 
	text-align:left; 
	background: transparent;
	color:#5E5E5E;
}
#sidebar p {
	margin: 0 0 10px 0;
	padding:0;
}
#sidebar .quote {
	color: #E82E5C;
	font-size:14px;
	font-weight:bold;
	background:transparent url(images/quote.gif) top left no-repeat;
	height:36px;
	padding: 10px 10px 0 11px;
	margin: 8px 0 0 0;
}
#sidebar .quoteref {
	padding: 0 0 0 10px;
	margin:-5px 0 0 0;
}


