/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
margin: 0px;
padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1em;
}


a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}



/* Page */

#page {
	margin: 0 auto;
	background: url(images/cent_m1.gif) repeat-y;
}

.page2 {
	background: url(images/top_m1.gif) top no-repeat;
	background-position:inherit;
	
}

/* Content */

#content {
	float: left;
	width: 670px;
}


#content .post ul, #content .post ol
{
margin-left: 30px;
}

#content .top
{
width: 490px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#content .middle_back
{
width: 450px;
padding: 10px 20px 20px 20px;
}

#content .title
{
background: url(images/tit_b.jpg) top no-repeat;
height: 28px;
padding-top: 10px;
padding-left: 30px;
}

#content .date 
{
	height: 31px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	font-size: 10px;	
}

#content .date ul
{
	list-style: none;	
}

#content .date li
{
	display: inline; 
}

#content .small_icon1
{
height: 24px;
width: 150px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

#content .small_icon2
{
height: 24px;
width: 120px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

#content .small_icon3
{
height: 24px;
width: 100px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

.post {
	padding: 13px 0px 0px 0px;
	color: #000000;
}

.post a {
	color: #034791;
}

.post a:hover {
	color: #034791;
}

.post H2
{
color: #ffffff;
text-transform: uppercase;
font-size: 12px;
font-weight: bold
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;

}

.sidebar2 {
	padding: 13px 7px 0px 11px;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	display:block;
	background:url(images/service_round_bg1.gif) 0 0 no-repeat;
	width:160px;
	margin:1px;
	line-height:15px;
	padding:0 0 0 12px;
	color:#2D2D2D;
	background-color:inherit;
}

.sidebar a {
	text-decoration: none;
	color: #034791;
	font-size: 12px;

}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 5px;
	color: #ffffff;
	background: url(images/tit_s.jpg) no-repeat;
	height: 26px;
	padding-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.bottom_small
{
height: 2px;
background: url(images/small_bottom.gif) no-repeat;
width: 183px;
}


/* Left Sidebar */

.sidebar3 {
	padding: 13px 0px 0px 8px;
}

/* Right Sidebar */

#leftbar .back, #rightbar .back
{
padding: 10px;
}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#bot_tb { 
	background:url(images/bot_m1.gif) bottom no-repeat;
	background-position:left;
	height: 17px;
}
/* Footer */




