
/*

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Ariel, sans-serif;
	font-size: 13px;
	color: #4A3C2F;
}

h1, h2, h3 {
}

h1 {
}

h2 {
}

h3 {
}




p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.5em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #CC9999;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 880px;
	height: 105px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 140px;
	margin: 0px;
        border: none;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	border: none;
}

/* Menu */

#menu {
	width: 100%;
	height: 47px;
	margin-top: 47px;
	background: #CBEAE2;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left:auto;
        margin-right:auto;
        width:940px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 2px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #4A3C2F;
}

#menu a:hover, #menu .active a {
	background: #4A3C2F;
	color: #FFFFFF;
}

#splash {
	width: 940px;
	height: 255px;
	margin: 0 auto;
}

/* Search */
#service 
ul li {
background: #EAEAAE;
margin:10px 10px 10px 10px;
border:solid 1px #cccc99;
padding:10px 10px 10px 10px;
}


/* Page */



#page {
	width: 940px;
	margin: 0 auto;
        margin-top:30px;
	padding-top: 30px;
        background:#FFFFFF;
        border-style:solid;
        border-width:2px;
        border-color:#C8BBBE
}

#page-bgtop {
}

/* Content */

#content {
	float: left;
	width: 740px;
}
.post {
	margin: 0px 0px 30px 30px;
	
}

.post .title {
	margin: 10px;
        text-align: left;
	padding: 0px 0px 5px 0px;
	color: #515151;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #ffffff;
	text-decoration: none;
	font-weight: normal;
        text-align: left;
	color: #4A3C2F;
}

.post .entry {
	padding: 0px 0px 0px 25px;
}

.post img {
	float: left;
	padding: 15px 0px;
}
img.floatleft1 { 
    float: left; 
    margin: 8px; 
}
img.floatright1 { 
    float: right; 
    margin: 8px; 
}

.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
}

/* Sidebar */


/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	margin-bottom:95px;
	padding: 20px 0px;
	background: #FFFFFF;
	color: #A1A1A1;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #A1A1A1;
}

#footer a:hover {
	text-decoration: none;
}



/* ----------- My Form ----------- */
.myform{
margin:250px 10px 80px 90px;
width:400px;
height:500px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #cccc99;
background:#EAEAAE;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #cccc99;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized_comment label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccc99;
width:200px;
margin:2px 0 20px 10px;
}
#stylized_comment input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #cccc99;
width:200px;
height:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
