body, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/bg_body.gif) repeat-x;
	color: #000;
}



h2 {
font-family: arial, sans-serif;
font-size: 14px;
color:	#00214d;
margin-bottom:-8px;
margin-top:8px;
}

h1 {
font-family: arial, sans-serif;
font-size: 14px;
color:	#00214d;

}

h3  {
margin-top: 15px;
padding-top: 5px;
margin-bottom: -15px;
text-align: center;
height: 26px;
font-family: arial, sans-serif;
font-size: 14px;
color:	#fff;
background: url(images/h3.gif) no-repeat;
}

h4 {
font-family: arial, sans-serif;
font-size: 14px;
color:	#661a19;
margin-bottom:8px;
margin-top:15px;
}

a{
	text-decoration: underline;
	color: #00214d;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

 p{ padding: 15px 0 0; }





input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #e5d8c6;
	background-color: #faf5ef;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{	
	width: 964px;
}

#pagewrapper{
	padding-top: 23px ;
	background: url(images/bg_page.gif) no-repeat left top;
}

#page{
	padding: 0 23px;
}


li {list-style:none; line-height: 24px;
}

ul { margin-left: 1em; padding-left: 1em; }


ul li ul li {line-height: 14px; list-style-type:square; margin-left: -0,7em; padding-left: -0,7em;}
ul li ul li  ul li{line-height: 15px; list-style-type: disc; margin-left: -1em; padding-left: -1em;}

.page_item a             {font-family: Arial; font-size:15px;	font-weight:bold;  color: #514129;	text-decoration: none;	font-weight:normal;}
.page_item a:hover {color: #00214d;	text-decoration: underline;	font-weight:normal; }

.page_item  ul li        a   {font-family: arial; font-size:12px;	 color: #514129;	text-decoration: none;	}
.page_item  ul li ul li ul li     a   {font-family: arial; font-size:12px;	 color: #000000;	text-decoration: none;	}


.current_page_item a,.current_page_item a:hover{
color: #00214d; text-decoration: underline;
}
.page_item .current_page_item a{
color: #00214d; text-decoration: underline;
}




.entry{
	line-height: 18px;
}

.post{
	margin: 10px 0 0;
	padding: 15px;
	background: url(images/bg_post.gif) no-repeat  top;
}



a img {
	border: none;
	}
	
	img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 5px 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.browse{
	margin: 0 15px;
	border-top: 1px solid #e5d8c6;
	padding: 15px;
	
}



#container, #header, #menu, #pagewrapper, #page, #banner, .maincol, .post, .entry, .browse, #sidebar, #comments-template{
	text-align: left;
	vertical-align:top;
}

/* Clear floats without structural markup
   courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

/* Intouch Contact Form */
		
/* just for clearing floats, IE Hack */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
.clearfix {display: block; margin: 0; padding: 0; }
p.clearfix {}
/* End hide from IE-mac */    
    
div.intouch { margin: 1em auto 2em auto; }		
div.intouch  form { float: left; width: 100%; }		
div.intouch div.inputfield { padding: 4px 0px; position: relative; }
div.intouch span { position: relative; top: 0.4em; }
div.intouch label { 
  display: block; float: left; clear: left; width: 15%; text-align: right; 
  padding-top: 0.4em; position: relative; right: 5px;
  }
div.intouch div.inputfield input, 
div.intouch div.inputfield textarea { float: left; margin-left: 10px; }
div.intouch div.inputfield input { 
  width: 40%; border: 1px solid #ccc; padding: 3px;
  }
div.intouch div.inputfield textarea { 
  width: 60%; height: 138px; padding: 5px; border: 1px solid #ccc;
  }
div.intouch div.inputfield input.submitbutton { 
  border: 3px double #ccc; background: #F0F0F0; cursor: pointer;
  width: auto !important; padding: 2px; margin-left: 10px; left: 15%;
  position: relative;
  }

div.intouch div#usermessage { margin-bottom: 10px; text-align: center; }
div.intouch div#usermessage.success {}
div.intouch .error { border: 1px solid #FF0000 !important; padding: 1px; }
