@charset "utf-8";
html, body, header, footer, section, nav, div, h1, h2, h3, h4, h5, h6, p, aside, main {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
html {
	background-color: #46B749;
}
body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

header {
	width: 500px;
	height: 150px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-image: url(../images/logo/smlogo.png);
	background-position: center center;
}
aside {
	width: 130px;
	height: 600px;
	float: left;
}
nav  {
	font-size: 25px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #261853;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-align: right;
}
nav a  {
	color: #261853;
	text-decoration: none;
	display:block;
		border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	margin:1px 0;
}
nav a:active {
	border-bottom: 2px solid #46B749;
	border-top: 2px solid #46B749;
}

nav a:hover {
	color: #000000;
	text-decorsation: none;
	border-top: 2px solid #46B749;
	border-bottom: 2px solid #46B749;
}

nav .greenborder{
	color: #000000;
	text-decoration: none;
	border-top: 2px solid #46B749;
	border-bottom: 2px solid #46B749;
}
nav a {
	line-height:40px;
}
section {
	float: left;
	width: 863px;
}
.main {
	width: auto;
	height: auto;
	display: block;
	text-align: center;
	margin-left: 250px;
	margin-right: 250px;
}
footer {
	width: 1000px;
	height: 30px;
	padding:50px 0 10px 0;
	text-align:center;
	font-size:12px;
	clear: both;
}
#wufoo-zina03510pibqb {
	float: left;
	text-align: center;
	margin-left: 250px;
}
#wuf-adv {
	float: left;
	text-align: center;
	margin-left: 250px;
}
.sectiontext  {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 18px;
	float: left;
	width: 720px;
	text-align:center;
	margin-left: 60px;
	margin-top: 10px;
}
#featuredworks {
	margin-left: 25px;
}
.main p {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Table_Port img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
