@import "reset.css";
@import "user.css";
@import "menu.css";
@import "slide.css";

body {
	background: #fff url(../images/header.gif) repeat-x;
	font:11px/20px Verdana, Helvetica, sans-serif;
}

h1 {
	font-size:1.7em;
	font-weight:bold;
	line-height:20px;
	margin-bottom:12px;
        letter-spacing: -0.05em;
}

h2 {
	background:#E7FFAB;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:-0.05em;
	margin-bottom:12px;
	padding:3px 10px;
	text-transform:lowercase;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 12px;
        letter-spacing: -0.05em;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.wrapperouter {
	background:url("../images/wrapper-outer-bg.gif") no-repeat scroll 0 0 transparent;
	margin:0 auto;
	width:962px;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
}

#header a img {
	float: left;
}
#header {
	padding: 15px 10px;
	height: 90px;
}

#header .contacthead {
	float: right;
	text-align: right;
	color: #FFF;
	font-weight: bold !important;
	margin-top: 22px;
    font-size: 24px;
    letter-spacing: -0.05em;
    text-transform: capitalize;
}

#header .contacthead span {
    font-size:15px;
	font-weight:normal !important;
	letter-spacing:-0.01em;
}

.pageheadimg {
	background-color: #FFF;
	padding: 7px 8px;
}

/**** slider
*****************************************/

.slide	{list-style:none; height:261px;	display:block;}

.slide li 	{
	float:left;
	display:inline;
	border: none;
	height: 261px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.slide .desc {
	background-image: url(../images/transparent_bg.png);
	background-repeat: repeat;
	height: 40px;
	width: 694px;
	position: absolute;
	left: 38px;
	bottom: 0px;
	padding: 10px;
	color: #CCCCCC;
}

.slide .desc a {
	position: absolute;
	float: right;
	top: 30px;
	right: 30px;
}

/**** end slider
*****************************************/



#container .sidebar {
	float: right;
	width: 25%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#container .maintext {
	float: left;
	width: 68%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.maintext img {
        padding: 5px;
        border: 1px solid #999;
        margin: 0 10px;
}

.maintext a {
        color: #8fa83c;
}

.maintext a:hover {
	color: #333;
}	

.maintext p {
	font-size:1.1em;
	margin-bottom:12px;
}

.maintext ul {
	margin-bottom: 15px;
}

.maintext li ul {
	margin: 0 0 10px 60px !important;
}

.maintext li {
	list-style:circle outside none;
	margin:0 0 10px 30px;
	font-weight: bold;
}

.maintext li.newsitem {
	border-bottom:1px solid #CCCCCC;
	list-style:none outside none;
	margin:10px;
	padding:5px 20px;
	width:90%;
}

.maintext li.newsitem p {
	font-weight: normal;
}

/***** Side bar ****/

.sidebar .date {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #333;
	color:#FFFFFF;
	font-size:10px;
	padding:3px;
	margin-right: 5px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

/*******************/


#footer {
	clear: both;
	border-top:1px solid #CFCFCF;
	width:100%;
        margin:10px 0;
        padding:10px 5px;
        overflow: hidden;
}

/**** Contact form
******************************************/

.input{
	background-color:#e7ffab; 
	border:1px solid #8fa83c; 
	width:257px; 
	padding:5px 5px 5px 5px; 
	margin:0 0 10px 0; 
	color:#333;
}

.input-submit{
	background-color:#FFFFFF;
	background-image:url("../images/send-button.gif");
	background-repeat:no-repeat;
	border:1px solid #8FA83C;
	cursor:pointer;
	height:28px;
	margin:0;
	padding:0;
	width:110px; 
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	padding-right:15px;
	float:left;
	width:200px;
	font-size: 12px;
	font-weight: bold;
}
input.text{
	width:290px;	
	color:#333;
	padding:3px;
	margin:1px 0;
}

.textarea{
	height:128px;
	background-color:#e7ffab; 
	border:1px solid #8fa83c;
	font-size:13px;
	width:257px; 
	padding:5px 5px 5px 5px; 
	margin:0px; 
	color:#333;
}

#emailSuccess{
	width:270px;
	color:#797979;
}

.form-box{
	width:568px;
	padding:15px 29px;
	background-color:#a7c731;
	border:2px solid #8fa83c;
	float:left;
}

#form-left{
	width:270px;
	margin-right:25px;
	float:left;
}

#form-right{
	width:270px;
	float:left;
}
