body {
	margin: 0px;
	padding: 0px;
	background: #b4b4b4 url(../images/mainbg.jpg) repeat-x;
}

img {
	border: none;
}


#topwrapper {
	width: 820px;
	margin: 0px auto;
	position: relative;

}


#wrapper {
	width: 842px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;	
}

#homewrapper {
	width: 842px;
	margin: 0px auto;
	height: 660px;
	background-color: #ffffff;
}


#ctop {
	position: relative;
	margin: 0px auto;
	background: url(../images/ctop-bg.jpg) no-repeat bottom;
	width: 842px;
	height: 6px;
	padding: 0px;
}

#cbot {
	position: relative;
	margin: 0px auto;
	background: url(../images/cbot-bg.jpg) no-repeat top;
	width: 842px;
	height: 6px;
	padding: 0px;
}

.logo  {
	position: relative;
	float: left;
	height: 78px;
	width: 110px;
	border: 0;
	margin: 0 0 0 0;
}


#header {
	height: 80px;
	width: 840px;
}




/* search form */
#searchform {
	position: relative;
	float: right;
	top: 25px;
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #ffffff url(../images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(../images/search-btn.png) no-repeat left top;
	height: 20px;
	width: 20px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}



p {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
}


h1 {
	color: #FF8800;
	margin: 5px 0 2px;
	padding-bottom: 2px;
	font: bold 1.2em/100% Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}

h2 {
	color: #366cb4;
    margin: 3px 0 2px;
	padding-bottom: 4px;
    font: bold 0.9em/100% "Lucida Grande", Arial, sans-serif;
}

#homecontent {
	position: relative;
	margin: 345px 0 0 0;
	width: 820px;
	height: 270px;	
}

#contactwrap {
	position: relative;
	margin: 10px 0 0 0;
	width: 820px;
	height: 270px;	
}

.content {
	font: normal 1em/100% Arial, helvetica, sans-serif;
	position: relative;
	margin: 0 10px 0 10px
}

.contactus {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 390px;
}

.profile {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 422px;
	height: auto;
	background: #F6F7F9 url(../images/profile-bg.jpg) no-repeat;
}

.profilebot {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 422px;
	background: url(../images/profile-bot.jpg) no-repeat bottom;
}

.profiletext {
	position: relative;
	width: 400px;
	margin: 40px 0 0 5px;
	padding: 5px;
	font-family:verdana,arial,Helvetica,sans-serif;
	font-size: 0.7em;
	color:grey
}


#socialb {
	position: relative;
	float: right;
	width: 420px;
	margin-left: 360px;
	margin-top: 0;
	height: 20px;
}

li {
	list-style-type: none;
	display: inline;
}
	
#slider {
	position: absolute;
	float: left;
	width: 820px;
	margin: 5px 10px 0 10px;
	height: 630px;
	overflow: hidden;
	background: #ffffff;
}
	
#slider .slide {
	position: absolute;
	height: 333px;
	width: 500px;
	background: #000;
	overflow: hidden;
	border-left: #000 solid 1px;
	cursor: default;
}

.title   {
	color: #F80;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;
}

.ctitle   {
	font-family: arial,Helvetica,sans-serif;
	color: #F80;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 8px;
}
	

a {
	color: #F80;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;	
}
	
a.hmlink, a.hmlink:visited {
	font-family:verdana,arial,Helvetica,sans-serif;
	color: #F80;
	font-weight: normal;
	font-size: 0.7em;
	text-decoration: none;	
	margin: 0 3px 0 0;
}


a.hmlink:hover {
	font-family:verdana,arial,Helvetica,sans-serif;
	color: #F80;
	font-weight: normal;
	font-size: 0.7em;
	text-decoration: underline;	
	margin: 0 3px 0 0;
}



#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#slider .text {
	position: absolute;
	top: 1%;
	top: 100%;
	color: #FFF;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	width: 470px;
	left: 10px;
}
	
#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}




#cForm {
font-size:12px;
color:#FFFFFF;
padding-top:10px;
padding-left:10px;
}

.cFormleft {
position: relative;
float: left;
width: 300px;
}

.cFormright {
position: relative;
float: left;
width: 200px;
}


#cForm .line {
clear:both;
padding-top:3px;
padding-bottom:3px;
}

#cForm .input {
border:1px solid #b4b4b4;
float:left;
width:230px;
padding:4px;
height:14px;
}

#cForm .line2 { 
	position: relative;
	width: 100px;
	float: left;
}

.textarea {
border:1px solid #b4b4b4;
float:left;
width:230px;
padding:4px;
}

.input_caption {
float:left;
width:100px;
text-align:right;
padding-top:5px;
padding-bottom:5px;
padding-right:6px;
font-family:Tahoma, sans-serif;
color: #000;
}

.input_caption2 {
float:left;
width:100px;
text-align:left;
padding-top:2px;
font-family:Tahoma, sans-serif;
color: #000;
}

#sendContactEmail {
background-color:#FF8800;
border:1px solid #ffffff;
color:#FFFFFF;
width:110px;
font-family:Arial;
font-size:12px;
padding:4px;
margin-top:5px;
float:right;
margin-right:32px;
}

#sendContactEmail:hover {
background-color:#FF8800;
border:1px solid #666666;
color:#ffffff;
}

#sendContactEmail2 {
background-color:#FF8800;
border:1px solid #ffffff;
color:#FFFFFF;
width:60px;
font-family:Arial;
font-size:12px;
padding:4px;
margin-top:3px;
float:left;
}

#sendContactEmail2:hover {
background-color:#FF8800;
border:1px solid #666666;
color:#ffffff;
}


/* main menu */

#nav {
	background: #E8ECF0;
	width: 842px;
	margin: 0 0 5px 0;
}

#nav ul{
	list-style: none;
	height: 23px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 0.9em/100% Arial, Helvetica, sans-serif;
}

#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}

#nav ul li a{
	padding: 5px 7px 4px 7px;
	font-size: 80%;
	text-decoration: none;
	color: #000000;
	display: block;
}

#nav li a:visited{
	text-decoration: none;
}

#nav .current_page_item a{
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
}

#nav li a:hover {
	text-decoration: none;
	background: #D4DBE3;
	color: #000000;
}

.sectionbanner {
	width: 820px;
	margin: 10px 10px 10px 10px;
}


