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

body {
	margin: 20px 0;
	padding: 0;
	background: #EFFCF0 url(/images/img01.gif);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #235324;
}
img{
border:none;
}

h2 {
font-size:1.3em;
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	background: #F8F6C0 ;
	border: 10px solid #0d4467;
}

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

#menu li {
	display: inline;
	height: 32px;
	overflow:hidden;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #0d4467;
	text-decoration: none;
	font-weight: bold;
	color: #115f92;
}

#menu a:hover {
	background: #DAEBDB;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url(/images/img02.gif) no-repeat 10px 50%;
	border: none;
}

#menu #rss a:hover {
	background-color: #DAEBDB;
}

/* Header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
	border: 10px solid #0d4467;
	border-top: none;
	overflow:hidden;
}

#header h1 {
	padding: 75px 0 0 20px;
	font-size: 1.8em;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

.phone{
margin:20px 20px 0 0;float:right; color:#115F92; font-weight:bold;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #F8F6C0 url(/images/img04.gif) repeat-y;
	border: 10px solid #0d4467;
	border-top: none;
}

/* Latest Post */

#latest-post {
	padding: 20px 0;
	background: #F8F6C0 ;
	border-bottom: 10px solid #0d4467;
}

#latest-post .title {
	float: left;
	width: 230px;
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 2em;
	color:#0D4467;
}

#latest-post .story {
	float: right;
	width: 389px;
	padding: 0 20px;
	border-left: 1px solid #C6DAC7;
}

#latest-post .meta {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	width: 390px;
	padding: 20px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	widt: 270px;
	background-color:#C2DBFB;
	text-align:center;
}

#links ul {
	margin:10px 0pt 30px;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}
#links img{
padding:0px;
}

.border2{
border:3px solid #0d4467;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


/* form elements */

form {

	margin:10px; padding: 10px;

	border: 1px solid #f2f2f2; 

	background-color: #C2DBFB; 

}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}

input {

	padding: 2px;

	border:1px solid #eee;

	font: normal 1em Verdana, sans-serif;

	color:#777;

}

textarea {

	width:300px;

	padding:2px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #eee;

	height:100px;

	display:block;

	color:#777;

}

input.button { 

	margin: 0; 

	font: bold 1em Arial, Sans-serif; 

	border: 1px solid #CCC;

	background: #FFF; 

	padding: 2px 3px; 

	color: #4284B0;	

}



/* search form */

/* gallery */

.bottomButton{
margin:0 20px;
}