﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #DEDEDE url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66665E;
}

p  {
	margin-top: 0;
	text-align: left;
}


ol {
	margin-top: 0;
	text-align: justify;
}

blockquote { }

a { color: #4B8749; }

a:hover { text-decoration: none; }

a img {
	border: none;
}


hr { display: none; }


#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

/** LOGO */

#logo {
	width: 900px;
	height: 300px;
	margin: 0px auto;
	float: left;
}


/* Header */

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
	clear: both;
}


/* Menu */

#menu {
	float: left; 
	width: 640px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	height: 50px;
	list-style: none;
	line-height: normal;
	text-align: justify;
}

#menu li {
	height: 50px;
	display: block;
	float: left;
	background: url(images/img04.gif) no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover { 
 	text-decoration: underline;
	color: #002157;
	background: #ffff8c;
	 }

#menu .current_page_item a {
	height: 20px;
	background: #6ecff6;
	color: #FFFFFF;
}


/* Menu2 */

#menu2 {
	float: right; 
	width: 260px;
	height: 50px;
}

#menu2 ul {
	margin: 0px auto;
	padding: 10px 40px;
	height: 30px;
	list-style: none;
	line-height: normal;
	text-align: justify;



}

#menu2 li {
	height: 40px;
	width: 40px;

	float: left;
	vertical-align:middle;
	text-align:center;

}


/* Page */

#page {
	width: 840px;
	margin: 0px auto;
	padding: 20px 30px 30px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
	overflow:auto;
}


/* Content */

#content {
	float: left;
	width: 570px;
	padding: 0px;
}

#content h1 {
	margin: 5px auto;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	font-family: Sanford;
}


#content h2 {
	margin: 5px auto;
	text-transform:none;
	font-weight: normal;
	color:	#0066CC;
	font-size: 14px;
	font-family:Sanford;
}


#content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content li {
	margin-bottom: 0px;
	padding: 0px 0px 5px 15px;
	list-style: none;
	background: url(images/img05.jpg) no-repeat left 5px;
	font-style: italic;	
}

#indent {
	margin: 0px 20px;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 0 0 8px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img05.jpg) no-repeat left 5px;
}

#sidebar p {
	margin: 0;
	line-height: 125%;
}

#sidebar h1 {
	border-bottom: 1px #BDBDBB dotted;
	font-weight: bold;
	height: 20px;
	color: #42423E;
	margin: 0;
	text-transform: uppercase;
	font-size:13px

}

#sidebar h2 {
	font-style: italic;
	height: 25px;
	margin: 0px;
	padding: 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}

.date {
	margin-top: -10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #6699FF;
}

.address {
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	color: #0000CC;
	line-height:150%;	 
}


/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	background: ;
}

#footer p {
	margin: 0;
	padding: 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}

