/*
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: #eee1c6 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00304b;
}

h1, h2, h3 {
	color: #347599;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 120%;
	letter-spacing: 6px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 60px;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
	color: #00456b;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: 5px solid #e0d4ba;
	padding: 3px;
}

img.left {
	float: left;
	margin: 4px 12px 8px 0;
}

img.borderless {
	border: none;
	padding: 0px;
	background: none;
}

iframe {
	border: 5px solid #e0d4ba;
	padding: 3px;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #347599;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 45px;
	padding: 20px 15px 0px 15px;
	border-left: 1px solid #347599;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	letter-spacing:4px;
	color: #BABABA;
}

#menu a:hover {
	background: #002e40;
}

#menu .active a {
	background: #347599;
	color: #ffffff;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 317px;
	height: 120px;
	margin: 0;
	padding: 50px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 20px;
	font-style:italic;
	color:#eee1c6;
}

#header h2 {
	float: right;
	width: 433px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 5px solid #e0d4ba;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #ede0c5;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #347599;
}

.bluebox {
	background: #347599;
}

.bluebox h2 {
	background: #00456b;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

/* Form */

form {
}

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
border: 5px solid #e0d4ba;   
}

legend {  
margin-left: 10px;  
font-weight: bold;
text-transform:uppercase;
letter-spacing:3px;
color: #347599; 
}

fieldset ol {  
padding: 1em 0 0 0;  
list-style: none; 
}

fieldset li {  
padding-bottom: 1em; 
}

fieldset.submit {  
border-style: none; 
}

label {  
float: left;  
width: 130px;  
margin-right: 10px;
text-align: right;  
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #fff;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #347599;
	background: #fff;
}

/* Tables */
table {
	border-collapse: collapse;
	width:100%;
	margin-bottom:20px;
	}
table th {
text-align:left;
}
table td {
	padding: 4px 20px 4px 0px;
	-moz-border-radius: ;
}

/* Base Nav */

.basenav {
	text-align:center;
	border-top: 5px solid #e0d4ba;
	padding: 20px;
}

.basenav a {
	color:  #347599;
	text-transform:uppercase;
	letter-spacing:3px;
	text-decoration:none;
}