/* Page Layout CSS - General */
body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family:candara; width:100%;	
}
/* set all p font characters*/
p{									
	font-size:16px;						/* set default all font sizes on the page[1em=50 pixals] */
	font-style:;						/* normal; italic; */
	font-family:candara; 				/* any suitable font */
	font-weight:;						/* bold; normal; */
	font-variant:;
	text-align: justify;
	font-color:;
	letter-spacing: 1px;						/* small-caps; normal; */
	width:95%;							/* within space provided */
	text-align: justify;
	background: #FFF;
	margin: 10px;
	padding: 20px;
	border: ;	
	
}

.date {
	font-size:16px;						/* set default all font sizes on the page[1em=50 pixals] */
	font-style:;						/* normal; italic; */
	font-family:candara;				/* any suitable font */
	font-weight:bold;					/* bold; normal; */
	font-variant:;						/* small-caps; normal; */
	width:95%;							/* within space provided */
	letter-spacing:1px;
	text-align: justify;
	margin: px;
	padding: 10px;
	border:;
	color: #66A342;
	background: #000; 
}

.formtext {
	font-family: candara;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #033;
	background-color: #eee;
}

.bg {
	font-family: ;
	font-size: ;
	font-style: ;
	font-weight: ;
	color: ;
	background-color: #f6f6f6;
}

.bgb {
	font-family: ;
	font-size: ;
	font-style: ;
	font-weight:;
	color: ;
	background-color: #fdfdee;
}

.bgc {
	font-family: ;
	font-size: ;
	font-style: ;
	font-weight: ;
	color: ;
	background-color: #d9e4f7;
}

.bgd {
	font-family: ;
	font-size: ;
	font-style: ;
	font-weight: ;
	color: ;
	background-color: #daf1d9;
}

.bge {
	font-family: ;
	font-size: ;
	font-style: ;
	font-weight: ;
	color: ;
	background-color: #f7dabb;
}
.bgf {
	font-family: ;
	font-size: ;
	font-style: ;
	font-weight: ;
	color: ;
	background-color: #fcf49d;
}




th, td, input, textarea, select, option {
	font-family: Trebuchet MS;
	color: #363;
	font-size:16px; 
}
h1, h2, h3, h4, h5{
	
	font-weight: normal;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	font-size: 3em;
	color: #FC6}

h2 {
	font-family: Arial;
	letter-spacing: -1px;
	font-size: 2em;
	color: #C30}
	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ecd176}
	
h4 {
	font-family: candara;
	font-size: 1.2em;
	color: #FC3}
}

h5 {
	font-family: candara;
	font-size: 1.2em;
	color: #69F}



.pu2 {
	font-family: Arial;
	letter-spacing: -1px;
	font-size: 25px;
	color: #FC6;}
	

.pu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ecd176}
	
	
	
ul, ol {	line-height: 150%;}

hr {display: none;}

/* Blockquotes */
blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #66A342;											/*  this the green color for text just below the heading  */
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

/* Hyperlinks  */
a {	color: #66A342; text-decoration:none;}
a:hover {color: #66F; text-decoration:none;}



/* Top Division */
#topbg {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/titlee.jpg) no-repeat left top;
}

/* Header */
#header {
	width: 900px;
	height: 220px;
	margin: 0 auto;
	background: url(../images/headers.jpg) no-repeat left top;
}

header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	padding: 190px 0 0 35px;
	color: #66A342;
}
	
#header h2 {
	font-size: 40px;
	padding: 190px 0 0 35px;
	color: #66A342;
}

#header p {
	margin-top: -20px;
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #F79F1A;								/*  this the musted color for headings  */
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	background: url(../images/img03b.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 540px;
	margin: 0;
	padding-left: 30px;
	color: #930;								/*  this the  color block text   */
	background: #;
}

/* Images */
img { border: 5px; }

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

.post {
	padding: 10px 10px 10px 10px;							/* First TOP : Then RIGHT : Then BOTTOM : Then LEFT */
}

.title {
	padding: 0 20px 5px 0px;
	font-size: 35px;
	background: url(../images/bsb.png) no-repeat right 40%;
	border-bottom: 2px #66A342 dashed;
	margin-right: 20px;
}

.title a {
	text-decoration: none;
	color: #66A342;
}

.pagetitle {
}

.byline {
	margin: 0px 0px 0px 0px;
	color: #66A342;
	background: #CCC;
	
}

.meta {
	text-align: left;
	color: #66A342;
	padding: 5px 20px 5px 25px;
	background: url(../images/bsb.png) no-repeat left 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 20px;
}

.meta .more {
}

.meta .comments {
	background: url(../images/bsb.png) no-repeat left 50%;
	padding-left: 25px;
}

.meta a {
	color: #66A342;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 5px;
	padding: 0px 10px 5px 10px;				/* First TOP : Then RIGHT : Then BOTTOM : Then LEFT */
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 30px;
	color: #66A342;
}

#sidebar ul {
	margin: 10;
	padding: 10;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-left: 20px;
	padding: 20px;
}

#sidebar li li {
	margin: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 35px;
	border-bottom: 1px #66A342 dotted;
}

#sidebar h2 {
	margin: 0px 0 0 20px; 
	height: 35px;
	font-size: 18px;
	color: #66A342;
	border-bottom: 2px #66A342 dashed;
}

#sidebar h3 {
	margin: 0px 0 0 20px; 
	height: 35px;
	font-size: 18px;
	color: #66A342;
	border-bottom: 2px #CCC dashed;
}

#sidebar a {
	text-decoration: none;
	color: #3CF;
	font-size: 15px;
}

#sidebar a:hover {
	text-decoration: none;
	color: #FFF;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #FFFFFF url(../../public_html/images/img05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #48AB07;
	background: url(../images/img01.jpg) no-repeat left top;
	margin-bottom: 50px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #69B536;
}

ul#css3menu1,ul#css3menu1 ul{
	margin:0;
	list-style:none;
	padding:10;
	background-color:#dedede;
	border-width:3px;
	border-style:solid;
	border-color:#5f5f5f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}
ul#css3menu1 ul{
	display:none;
	position:absolute;
	left:0;
	top:100%;
	-moz-box-shadow:3.5px 3.5px 5px #000000;
	-webkit-box-shadow:3.5px 3.5px 5px #000000;
	box-shadow:3.5px 3.5px 5px #000000;
	background-color:#FFFFFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-color:#d4d4d4;
	padding:0 10px 10px;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1{
	font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;padding:0;
	*display:inline;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:bold 14px Trebuchet MS;color:#ffaa00;text-shadow:#FFF 0 0 1px;cursor:pointer;padding:10px;background-color:#c1c1c1;background-image:url("mainbk.png");background-repeat:repeat;background-position:0 0;border-width:0 0 0 1px;border-style:solid;border-color:#C0C0C0;}
ul#css3menu1 ul li{
	float:none;margin:10px 0 0;}
ul#css3menu1 ul a{
	text-align:left;padding:4px;background-color:#FFFFFF;background-image:none;border-width:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:14px Tahoma;color:#00aa00;text-decoration:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#aaaa7f;border-color:#C0C0C0;border-style:solid;color:#00aa00;text-shadow:#FFF 0 0 1px;background-image:url("mainbk.png");background-position:0 100px;text-decoration:none;}
ul#css3menu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	background-color:#FFFFFF;background-image:none;color:#ffaa00;text-decoration:none;}
ul#css3menu1 li.toplast>a{
	border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;}

{ margin: 0; padding: 0; }
html { height: 100%; }


/* body { background: #f2f2f2 url('images/bg-tile.png'); font-size: 16px; padding-bottom: 65px; }*/


													/* FFF = white 000 = black */
.wrapper {
	margin: 47px auto;
	max-width:580px;
}

#contact_form { 
	text-shadow:0 1px 0 #000;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#FFF;
	padding:25px;
	
}

input { 
	display:block;
	width:90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:25px;
}

												/* FFF = white 000 = black */
.button {
	-moz-box-shadow: 3px 4px 0px 0px #c6f1c0;
	-webkit-box-shadow: 3px 4px 0px 0px #c6f1c0;
	box-shadow: 3px 4px 0px 0px #fce2c1;
	background-color:transparent;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:3px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#e3a564;
	font-family:Arial;
	font-size:19px;
	padding:7px 10px 0px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c6f1c0;
}
.button:hover {
	background-color: #41c92d;
	color:#480c40;
}
.button:active {
	position:relative;
	top:5px;
}

