/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787666;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 80px;
}

a{
outline:none;
color: #787666;
}
a:hover{text-decoration: none;}

#holder {
   	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}
#header {
    height: 160px;
	width: 950px;
}
#inner-header{
width: 585px;
float: left;
border-top:7px solid #e6e3d9;
}

.logo{
float: left;
}

#menu {
    overflow:hidden; /* clears the inner float  */
	float: right;
	width: 563px;
	
}
#menu ul {
    margin:0;
    list-style:none;
	padding: 0;
    
}

#menu li {
    display:inline;
}
.topmenu, .topmenudn {
	display:block;
	float:left;
	margin:0;
	padding:25px 0px 0px 0px;
	text-decoration:none;
}
.topmenudn{
	padding:5px 0px;
    border-top:20px solid #e6e3d9;
}
.topmenu:hover {
	padding:5px 0px;
    border-top:20px solid #f5f2e7;
}

#content{
	width: 880px;
	float: left;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding-bottom: 15px;
	margin-left: 0px;
	_margin-left: 35px;
}

p{
margin: 15px 0px 0px 0px;
line-height: 1.5em;

}

h1{
font-size: 45px;
}

h2{
	font-size: 20px;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	color: #94948A;
	font-weight: lighter;
}

h3{
font-size: 14px;
}

.Lcol{
float: left;
width: 380px;
}
.Rcol{
float: left;
margin-left: 18px;
padding-top: 17px;
text-align: right;
width: 482px;
}
.Lcol-port{
float: left;
width: 610px;
}
.Rcol-port{
float: left;
margin-left: 40px;
width: 230px;
}

.Rcol-port ul{
margin-left: 0;
padding-left: 15px;
_padding-left: 18px;
list-style: square;
}

.Rcol-port li{
padding: 5px;
}

.Lcol-port img{
border: 3px solid #949680;
}

.projlnk, .projlnkdn{
	color: #65a2c8;
}
.projlnk {text-decoration: none;}
.projlnk:hover, .projlnkdn{text-decoration: underline;}

.imageRight{
float: right;
margin: 5px 0 5px 10px;
border: solid 4px #787666;
}
.imageLeft{
float: left;
margin: 5px 10px 5px 0;
border: solid 4px #787666;
}
.imageBorder{
border: solid 4px #787666;
}

.contactform{
height: 330px;
}

.inputbox2{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 300px;
resize: none;
}

#footer {
	border-top:7px solid #e6e3d9;
	height: 160px;
	width: 880px;
	color: #979583;
	float: left;
	margin-left: 0px;
	_margin-left: 35px;	
}

#footL a{
	color: #979583;
	text-decoration: none;
	padding: 5px 18px 0px 0px;
	float: left;
}
#footL a:hover{text-decoration: underline;}

#footR{
	float: right;
	text-align: right;
	padding: 5px 0px 0px 0px;
}
