*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}

body{
	background: #2e3640;
	font-family: verdana, arial, sans-serif;
}

.fl{float:left;}
.fr{float:right;}
.cb{clear: both;}

h1{
	text-align:left;
	font-size:1.2em;
	color:#ef792f;
}

h2{	
	text-align:left;
	font-size:1em;
	color:#ef792f;
}

p{
	text-align:justify;
	font-size:.9em;
	color:#2e3640;
	padding:10px 0;
}

a:link{
	color:#76923c;
	text-decoration: none;
}

a:visited{
	color:#efb32f;
	text-decoration: none;
}



/* Navigation */


.nav1{
	width: 270px;
	text-align:right;
	float:left;
}

.nav1 ul{
	list-style-type: none;
}

.nav1 li{
	height:40px;
	font-size: 1.1em;
}

.nav1 a:link{
	color:#efb32f;
}

.nav1 a:visited{
	color:#efb32f;
}

.current{
	color:#ef792f;
	font-weight: bolder;
}


/*Header & Footer*/

.bg1{
	background: url(images/top_bg.png) repeat-x top right;
	width: 100%;
	height:82px;
}

.header{
	background: url(images/top.png) no-repeat top right;
	width: 800px;
	height: 154px;
	position:absolute;
	top:0;
	right:-1px;
}

.header p{
	color:#ef792f;
	font-size: 14px;
	text-align: right;
	padding: 75px 10px 0 0;
	font-weight: bold;
}


.bg2{
	background: url(images/bottom_bg.png) repeat-x bottom left;
	width: 100%;
	height: 81px;
}

.footer{
	background: url(images/bottom.png) no-repeat bottom left;
	width:800px;
	height: 155px;
	margin-top: -155px;
}

.footer p{
	color: #fff;
	font-size: 12px;
	padding:35px 0 20px 10px;
}

.pi{
	font-size:.6em;
	float:right;
	padding: 15px 10px;
}



/* Content */
	

.main{
	background: #fff;
	padding: 70px 40px 80px 0px;
}

.content {
	min-height:330px;
	margin-left: 300px;
}

.picr{
	border: 1px solid #ef792f;
	padding: 10px;
	margin: .4em 0 .4em 15px;
	float: right;
}
	

.picl{
	border: 1px solid #ef792f;
	padding: 10px;
	margin: .4em 15px .4em 0;
	float: left;
}

.box{ 
	width: 200px;
	border: 4px double #ef792f;
	margin: 5px 0 5px 15px;
	padding: 10px;
	float:right;
}

.box p, .box li{
	font-size: .8em;
	text-align: left;
}

.blockquote{
	margin: 0 50px;
}

.icon{
	margin: 0 10px 1.8em 0;
	float: left;
}

ul.bullets{
	list-style-type: square;
	margin-left: 50px;
	color: #2e3640;
}

ul.quotes{
	margin-left: 50px;
	list-style-type: none;
}

ul.quotes li{
	text-align:left;
	font-size:.9em;
	color:#2e3640;
	padding:10px 0;
}

.spacer{
	background:none;
	width: 1px;
	height: 260px;
}

	


/* Form */


#contact{
	width: 425px;
	border: 1px solid #D0D7E1;
	padding: 35px;
	margin: 0 auto;
}

label{
	font-size:.8em;
	text-align: left;
}

textarea{
	border: 1px solid #2e3640;
}

.text{
	background: #E1E5EA;
	border-bottom:1px solid #D0D7E1;
}

.button{
	border: 1px solid #ef792f;
	color: #2e3640;
	font-size:1em;
	font-weight:bold;
	padding: 0 .4em;
	margin: .9em 0;
}

