/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background: #ffffff url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

h1, h2, h3 {
	margin-top: 0;
	margin-bottom:0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #696969;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header-wrapper {
	width: 100%;
	height: 135px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 110px;
	padding-top:25px;
}

/* Header */

#logo {
	width: 840px;
	/*height: 150px;*/
	margin: 0 auto;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 4.8em;
}

#logo p {
	text-transform: lowercase;
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

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

/* Menu */

#menu-wrapper {

}

#menu {
	width: 800px;
	margin: 0 auto;
	height: 54px;
	padding: 0px 20px;
	background:#FFCB03;
	border-top:solid 15px #FFFFFF;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 21px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	height: 30px;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2E0815;
}

#menu a:hover {
	color: #737C47;
}

#menu .current_page_item a {
	background: #FEE173;
	color: #737C47;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}

#page-bgtop {
	padding:0px 10px;
}

#page-bgbtm {
	padding: 0px 0px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 540px;
	margin:10px 0px 20px 20px;
	/*margin: 10px 30px 20px 20px;*/
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
	background: url(images/img04.gif) repeat-x left bottom;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.byline a {
	color: #666666;
}

.tag {`
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.entry ul {
	padding: 0px 0px;
}
.entry ul li a{
text-decoration:none;
}
.entry ul li a:hover{
text-decoration:underline;
}
.services {
	padding: 0px 0px;
}
.services ul {
	padding: 0px 0px;
}
.services ul li a{
text-decoration:none;
}
.services ul li a:hover{
text-decoration:underline;
}
.links {
	width: 80px;
	height: 33px;
	text-align: right;
	font-weight: bold;
}

.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	text-align: left;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 210px;
	height:100%;
	clear:both;
}

#sidebar2 {
	float: right;
	width: 210px;
}

.sidebar {
	float: left;
	padding-top: 24px;
	color: #595959;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right:dotted 1px #E7E7E7;
}

.sidebar li {
	padding: 0 0 20px 0;
}
.sidebar li a{
text-decoration:none;
}
.sidebar li a:hover{
text-decoration:underline;
}
.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	background: url(images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 14px 15px;
	text-transform: capitalize;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
	padding-left: 15px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar 

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
} 

 Footer */

#footer-wrapper {
	width: 100%;
	height: 100px;
}

#footer {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	padding: 0 0;
	background: #26145f;
	border-top:solid 5px #FFCB03;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer a {
	color: #EDE7DB;
}

#footer .link {
}

#footer .copyright {
}



/* Slider CSS */

	img{border:none;}
	
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:575px;
		height:200px;
		overflow:hidden; 
		}	
/*	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:271px;
		}	
	#nextBtn{ 
		left:850px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	*/

/* Slider CSS end*/


#toggle-display-content-1, #toggle-display-content-2, #toggle-display-content-3, #toggle-display-content-4, #toggle-display-content-5, #toggle-display-content-6, #toggle-display-content-7, #toggle-display-content-8, #toggle-display-content-9, #toggle-display-content-10{
	width:500px;
	padding:10px;
	border:dotted 1px #CCCCCC;
	display:none; 
	
}

.textbox{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
}

.submit-but{
	border:0px;
	background-color:#737C47;
	height:20px;
	color:#FFFFFF;
}

