/*
Theme Name: CMS

*/


* { padding: 0; margin: 0; }

body {
	font-family: "Century Gothic";
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #636363;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #636363;
}
a:hover{
	text-decoration: underline;
}

.imgfloat{
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

img{border:0px;}
h1{
	color: #005bab;
	font-size: 18px;
	line-height: 26px;
}
h2 {
	display:none;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-image: url(images/bgwrapper.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 139px;
}
#navigation {
	height: 28px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
	padding-top: 10px;
}
#navigation li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #53b47c;
	padding-left: 10px;
	text-transform: lowercase;
}
#navigation li a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation li a:hover
{
	color: #115C47;
}
#content {
	min-height:250px;
	height:auto !important;
	height:250px;
	padding-right: 35px;
	padding-left: 35px;
	text-align: justify;
}
#footer {
	background-image: url(images/bgfooter.jpg);
	height: 235px;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	color: #226240;
	clear: both;

}
#footer a{
	color: #226240;
}
#footer .details{
	height: 121px;
	padding-top: 55px;
}

#footernav{
	text-align: right;
	height: 21px;
	padding-top: 3px;
}

#footernav li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 10px;
	text-transform: lowercase;
}
#footernav li a 
{
	text-decoration: none;
	font-weight: bold;
	color: #46906F;
}

#footernav li a:hover
{
	color: #666666;
}
.title{
	font-size: 14px;
	font-weight: bold;
}
.date{
	font-size: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.post{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70D093;
	margin-bottom: 15px;
}
.boxfloat{
	width: 300px;
	float: right;
	background-color: #87D9A8;
	padding: 10px;
	margin-bottom: 5px;
	clear: right;
}
.boxfloat a{
	display: block;
	text-align: right;
}
.titlehd{
	font-weight: bold;
}
.homecont{
	width: 490px;
	float: left;
}
ul{
	list-style-position: inside;
}
li{}


.galimage{
	float: left;
	display: inline;
	padding: 10px;
}
.standard{
	margin: 0 auto;
	width: 800px;
}

.standard table{
	margin: 0px;
	padding: 0px;
}
.standard td {
	height: 15px;
	vertical-align:top;
	text-align: left;
	padding-left: 10px;
}
.standard   .greytbl  {
	background-color: #CCCCCC;
}
.redp{
	color: #FF0033;
}
.bluep{
	color: #0066FF;
}
