/* CSS Document */

/*Base*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	text-decoration: none;
	color: #000;
	background-color:#FFF;
	background-repeat:no-repeat;
	/*background-image:url(../images/bckgrnd1.gif);
	background-position:top center;*/
	margin: 0;
	border: 0;
	padding: 0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	border-bottom: solid 1px #8BC53F;
	color:#333;
}

a:hover {
	background-image:url(../images/star.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.a-active {
	color: #8BC53F;
	font-weight:bold;
	background-color:#FFF;
	display:block;
	padding:1px;
	margin:1px;
}

.a-footer {
	border-bottom:0;
	color:#666666;
	font-size: 9px;
}

.a-img {
	border:0px;
	color:#fff;
	border-style:none;
	border-color:#FFF;
	text-align:center;
}
a.menu{
	background-color:#8BC53F;
	color:#fff;
	font-weight:bold;
	width:100px;
	display:block;
	margin:2px;
	padding:1px;
}
a.menu:hover{
	color:#8BC53F;
	background-color:#fff;
	background-image:none;
	font-weight:bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8BC53F;
	border-bottom:solid 1px #8BC53F;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom:dotted 1px #333;
}

p {
	margin: 0 0 15px 0;
	border: 0;
	padding: 0;
}
.footer {
	color:#666666;
	border-top: 1px solid #CCCCCC;
	font-size: 9px;
	text-align:center;
}

ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
}

ul.list {
	list-style-type:disc;
}

.lb {
	border-bottom:0;
}

.gray {
	color:#999
}



/*Page*/

#wrapper {
	width: 900px;
	margin: 20px auto;
	background-color:#fff;
	border:1px dotted #CCC;
	padding: 10px;
	height:100%;
}

#logo {
	position: relative;
	top: 10px;
	margin: 0;
	border: 0;
	padding: 0;
}

#top_nav {
	position: relative;
	text-align: right;
	top:5px;
}

#header_pic {
	position: relative;
	top: 10px;
	margin: 0;
	border: 0;
	padding: 0;
	text-align:center;
}

#main_nav {
/*	float:left;
	width: 100%;
	margin-top: 33px;
	margin-left: 20px;*/
	text-align:center;
	position:relative;
	z-index:100;
}
#main_nav ul{
	float:right;
	position:relative;
	margin-right:8px;
	margin-bottom:-10px;
}
#main_nav li {
	float:left;
}

#content {
	position:relative;
	top:auto;
	width: 880px;
	margin-top: 40px;
	margin-left:10px;
	border-bottom:2px solid #8BC53F;
	padding:3px;
}
#hometop{
	width:100%;
	float: left;
	clear:both;
	top:auto;
}
#homebottom{
	width:100%;
	float: left;
	clear:both;
	/*top:auto;*/
	padding:5px;
	background-color:#8BC53F;
}
#hometopleft{
	float:left;
	width:550px;
	margin: 0 10 0 40;
}
#hometopright{
	float:right;
	width:250px;
	margin:0 10 0 40;
}
#homebottomleft{
	float:left;
	width:550px;
	margin: 0 10 0 40;
}
#homebottomright{
	float:right;
	width:250px;
	margin:0 10 0 40;
	border:1px dotted #999;
}
#footer {
	position:relative;
	top:auto;
	width: 700px;
	margin: 20px auto 5px auto;
	border-bottom:#666666;
}
.portfolio_thmb{
	text-align:center;
	border:1px dotted #8BC53F;
}
.sitemap{
	text-align:center;
	color:#CCC;
	background-color:#8BC53F;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
}
div.social_media{
	width:700px;
	margin:10px auto;
	text-align:right;
}
a.social_media{
	text-decoration:none;
	border:none;
}
