/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #013366;
}

h1, h2, h3 {
	color: #013366;
}

h1 {
	font-size: 152%;
}

h2 {
	font-size: 129%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	line-height: 180%;
}
p {
	padding-bottom: 5px;
}

blockquote, ul, ol {
	margin-left: 3em;
}

a {
	color: #345BA8;
}

a:hover {
	text-decoration: none;
}

.boxed {
	margin: 10px;
	margin-right: 0px;
	/*border: 1px solid #E9EAEB;*/
	border: 1px solid #E2B208;
}

.boxed .title {
	padding: 5px 10px;
	background: #E2B208;
}

.boxed .content {
	padding: 10px;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y left top;
}

#content {
	float: right;
	width: 533px;
	/*background: url( ../images/watermark.gif) no-repeat center 200px;*/
}

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

/* Logo */

#logo {
	width: 533px;
	height: 150px;
	background: url(../images/header.jpg) no-repeat left top;
}

#logo h1 {
	padding: 80px 0 0 19px;
	letter-spacing: -1px;
	font-size: 197%;
	font-weight: normal;
}

#logo h2 {
	padding: 0px 0 0 20px;
	font-size: 85%;
}

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

/* Menu */

#menu {
	padding: 20px 0;
}

/* News */

#news {
}

#news .title {
	padding: 15px;
}

#news .content {
	padding: 0 15px;
	font-size: 85%;
}

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

#news li {
	margin-bottom: 15px;
}

/* Footer */

#footer {
	padding: 5px 0;
	background: #E2B208;
	text-align: center;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.section {
	font-family: "Edwardian Script ITC";
	font-size:24px;
	color:#E2B208;
	font-weight:bold;
	text-align:center;
}

.main {
	width: 810px;
	margin: 0 auto;
}

.cpanel {
	border: 1px solid #E2B208;
	margin-top: 10px;
	padding: 5px;
}

hr
{
	background-color: #013366;
}

/*ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}*/
#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 20px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#navcontainer2 ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: right;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: right;
border-right: 1px solid #fff;
}

#navcontainer2 ul li a:hover
{
background-color: #369;
color: #fff;
}

#homelist li {
	list-style: none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#homelist a {
	text-decoration:none;
}	

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