* { margin: 0; padding: 0; border: none; }

body {
	background: #ecd8b1 url(/img/bg.png) repeat top left;	
	color: #625535;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #196773;	
}

a:hover {
	color: #000;
}

.maincontain {
	background: url(/img/bigbg.png) no-repeat top center;
	margin: 0 auto;
}	

.contentarea {
	width: 750px;
	margin: 0 auto;
}	

p {
	margin-bottom: 20px;	
}

p.intro {
	font: normal 30px/1.25em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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

.clear {
	clear: both;
	border-bottom: 1px solid #d8c193;
	margin: 0 0 20px 0;
}

.col_float {
	float: left;	
}

.col_3 {
	width: 230px;
	margin: 0 20px 0 0;
}

.col_2 {
	width: 480px;
	margin: 0 20px 0 0;
}

.subtitle {
	font: normal 30px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform:lowercase;
	color: #625535;
	padding: 62px 0 0 0;
}

strong {
	font-weight: normal;
	color: #000;
}

h1 {
	font: normal 60px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #196773;
}

h2 {
	font: normal 18px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #14899b;
	margin-bottom: 10px;	
}

h3 {
	font: bold 13px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom:5px;
}
	
		
ul.portfolio {
	list-style: none;
	font-size: 0;
}

	ul.portfolio li {
		display: inline;
		float: left;
		margin: 0 20px 20px 0;
	}	
	
	ul.portfolio li img {
		border: 3px solid #625535;	
		width: 224px;
	}

.contactmethod {
	display: block;
	float: left;
	width: 85px;
}

.contactmethod img {
	float: left;
	margin-right: 3px;
}

/* PDF document links */
a[href$='.pdf'] {
background:transparent url(/img/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(/img/word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
a[href^="http://"] {
background:transparent url(/img/external.png) center right no-repeat;
display:inline-block;
padding-right:18px;
}

#knowledge_info {
	list-style: none;
	margin: 0 0 20px 0;
}
#knowledge_info ul {
list-style: none;
margin: 0;
padding: 0;
}

#knowledge_info ul li {
width:120px;
font-size: 85%;
}

#knowledge_info ul ul {
padding-left:130px;
margin-top:-18px;
list-style:none;
}

#knowledge_info ul ul li {
width:85px;
}

form {
	margin: 28px 0 20px 0;	
}

form input {
	margin: 2px 0;	
	padding: 4px;
	width: 200px;
	border: 1px solid #625535;
	color: #625535;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

form textarea {
	width: 200px;
	padding: 4px;
	height: 100px;
	border: 1px solid #625535;
	color: #625535;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#submit {
	width: 100px;
	color: #fff;
	font-weight: bold;
	background: #14899b;
}

#submit:hover {
	cursor: pointer;
	background: #625535;
}