html,body {
	margin: 0;
	padding: 0;
	background-color: #D7FFAE;
	color: #6E6E6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color:#336699; /*5EAE5E*/
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

div#pageframe {
	background-color: #FFFFFF;
}

div#logobar {
	width: 960px;
	margin: 0 auto;
	padding-top: 60px;
}

div#logobar img.logo {
	border:0;
	position:relative;
	bottom:-3px;
}

div#greenbar {
	width: 100%;
	height:35px;
	/*background-color:#D7FFAE;*/
	background-image:url(../images/layout/greenbg1.gif);
	background-repeat:repeat-x;
}

div#greenbar div#menubar {
	width: 960px;
	height:30px;
	margin: 0 auto;
	text-align: right;
}

div#greenbar div#menubar img {
	border:0;
	border-left: 1px solid white;
}

div#greenbar div#menubar img.right {
	border:0;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

div#bodyframe {
	width: 960px;
	margin: 0 auto;
}

/*STYLES FOR THE MAIN BODY ON LEFT*/

div#bodyleft {
	float:left;
	width: 700px;
	padding-bottom:50px;
}

div#bodyleft img.tagline {
	padding:25px 0 15px 0;
}

div#bodyleft div#frontblurb {
	font-size:16px;
}

div#bodyleft div#spotlight {
	margin:25px 0 10px 0;
	width:700px;
	height:200px;
	border-top:1px solid #EFEFEF;
	padding-top:20px;
}

div#bodyleft img.heading {
	padding:45px 0 15px 0;
}

div#bodyleft div.subhead {
	font-size:14px;
	font-weight:bold;
	color:#5EAE5E;
	padding-top:10px;
}

/*STYLES FOR THE PORTFOLIO*/

div#portitem {
	display:block;
	height: 100px;
	clear:both;
	margin-bottom: 25px;
}

div#portitem img.thumb {
	border:1px solid #EFEFEF;
	height: 100px;
	width: 100px;
	float:left;
	margin-right: 10px;
}

div#portitem span.heading, div#portitem span.heading a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color:#6E6E6E;
	text-decoration:none;
}

div#portitem span.heading a:hover {
	color:#333333;
}

div#portitem div.portnav {
	margin-top: 7px;
}

div#portitem div.portnav span {
	padding: 0 7px;
	position:relative;
	top: -1px;
}

div#portitem div.portnav a {
	padding-right: 10px;
}

div#portsideimg {
	float:left;
	margin:0 15px 5px 0;
}

div#portsideimg img {
	border:1px solid #EFEFEF;
}

div#portsideimg div.caption {
	margin-top:3px;
	font-size:11px;
	color:#5EAE5E;
}

/*STYLES FOR THE SIDEBAR*/

div#sidebar {
	float:right;
	width:200px;
	border:1px solid #EFEFEF;
	padding:10px;
	font-size:12px;
}

div#sidebar div.heading{
	padding-bottom:10px;
	color:#333333;
	font-size:13px;
	font-weight:bold;
}

div#sidebar img.custspot {
	margin:10px 0 20px 0;
	display:block;
}

/*STYLES FOR THE MAIN LIST FORMAT*/

ul#mainlist {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

ul#mainlist li {
	margin:0;
	padding: 2px 0 0 15px;
	border-top: none;
	vertical-align: text-top;
	background-image:url(/include/media/icons/silk/gif/control_play.gif);
	background-position: 0 1px;
	background-repeat:no-repeat;
}

ul#mainlist li a {
	padding-right:5px;
}

/*STYLES FOR THE SIDEBAR NAV LIST FORMAT*/

ul#navlist {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

ul#navlist li {
	margin:0;
	padding: 2px 0 5px 20px;
	border-top: none;
	vertical-align: text-top;
	background-image:url(/include/media/icons/silk/gif/control_play.gif);
	background-position: 0 1px;
	background-repeat:no-repeat;
}

ul#navlist li a {
	padding-right:5px;
	text-decoration:none;
	color:#5EAE5E;
}

ul#navlist li a.selected {
	color:#333333;
	font-weight:bold;
}

ul#navlist li a:hover {
	text-decoration:underline;
}

/*STYLES FOR THE FOOTER*/

div#footer {
	width: 100%;
	background-color: #D7FFAE;
	border-top: 1px solid #99CC99;
}

div#footer div#footerbar {
	width: 960px;
	margin: 5px auto 40px auto;
	font-size: 11px;
}

/*OTHER STYLES*/

div#oops {
	background-color: #FFFFFF;
	margin-top: 100px;
	margin-left: auto;
	margin-right:auto;
	width: 450px;
	padding: 20px;
}