html {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e5e4e4 url(images/pattern_bg.jpg) repeat-x;
	color: #383838;
}


html > body {
	background-color: transparent;
	margin:0;
}
.wrapper {
	width: 800px;
	margin: 20px auto 0;
	padding:0;
}
.container {
	background: #f9f9f9;
}

div#topnav {
	margin: 0 0 0 80px;
	padding: 0;
	height: 33px;
	background: transparent;
}

div#topnav ul li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

div#topnav ul li.bigtab {
	background: transparent url(images/top_nav_large_tab.gif) no-repeat;
	height: 27px;
	width: 141px;
	padding: 6px 0 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #383838;
}

div#topnav ul li a.smalltab:link, div#topnav ul li a.smalltab:visited {
	background: transparent url(images/top_nav_small_tab.gif) no-repeat;
	height: 21px;
	width: 141px;
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 13px;
	color: #383838;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

div#topnav ul li a.smalltab:hover,div#topnav ul li a.smalltab:active {
	background: transparent url(images/top_nav_small_tab_hover.gif) no-repeat;
	color: inherit;
	height: 21px;
	width: 141px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	display: block;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	background: #285ba3;
	padding: 10px 0 10px 15px;
}

p {
	font-size: 13px;
	font-weight: normal;
	color: #383838;
	line-height: 1.4;
}

.maincontent {
	width: 770px;
	padding: 20px 15px;
}

.maincontent p {
	text-align : justify;
	margin: 0;
	padding: 10px 0 20px;
	background: transparent;
}

.maincontent h3 {
	font-weight: normal;
	font-size: 15px;
	display : block;
	margin: 0;
	padding: 3px 0 3px 3px;
	background: #dedede;
}

img {
	position: relative;
	border: none;
	background: #fff;
	margin: 0;
	padding: 0;
}

.img-porfolio {
	margin: 5px auto 15px;
	text-align:center;
}
.img-porfolio img {
	border: 2px solid #fff;
}

.img-content {
	float: right;
	margin: 14px 0 5px 15px;
	border: 2px solid #fff;
}

a:link,a:visited {
	color: #383838;
	text-decoration: underline;
}

a:hover, a:active {
	color: #383838;
	text-decoration: none;
}


div#contact {
	margin: 0 auto;
	display: block;
	width:265px;
	padding: 25px 10px 20px 20px;
	text-align: left;
}

.txtform {
	margin: 0;
	padding: 5px 0 0 0;
	
}

.stxtform {
	font-size: 9px;
	font-style: italic;
	margin: 0;
	padding: 2px 0 0 0;
}

.legend, .legend2 { text-align:center; }

.legend {
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
	padding: 0;
	text-transform: uppercase;
	color: #285ba3;
	background: #fff;
}

.legend2 {
	font-size: 10px;
	line-height: 1.5;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #818181;
}

.lineform {
	width: 250px;
	margin: 3px 0;
	background-color: #fff;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 2px;
	color: #285ba3;
}

.area1 {
	width: 254px;
	height:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #285ba3;
}

.area2 {
	width: 254px;
	height:90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #285ba3;
}

.inputButton {
	width:125px;
	margin: 25px 0 0 0;
	padding: 3px 0;
	background-color: #285ba3;
	border: none;
	font-family: 'Trebuchet-MS', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff;
}
	
a.inputButton {
	background-color: #285ba3;
}
	
a.inputButton:hover {
	background-color: #626262;
	color: #fff;
}

.clearfloats {
	clear: both;
}

p.footer {
	clear: both;
	width: 800px;
	height: 30px;
	padding: 10px 0px 0px 0px;
	background: #e5e4e4;
	font-size: 11px;
	color: #383838;
	text-align: center;
	margin: 0;
}
