body {
	margin: 0 auto;
	padding: 0;
	background: #8dc63f;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
}
p {
	margin: 0 0 14px;
	line-height: 18px;
}
.tall {
	margin: 0 0 24px;
}
a {
	text-decoration: none;
	color: #8dc63f;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #036;
}
img {
	border: 0;
}
hr {
	margin: 5px 0 15px 0;
	color: #ebebec;
	background-color: #ebebec;
	height: 1px;
	border: 0;
}
h1 {
	margin: 2px 0 2px;
	color: #8dc63f;
	font-size: 120%;
}
h2 {
	margin: 5px 0 19px;
	color: #8dc63f;
	font-size: 140%;
}
#white {
	background: url(images/shadow-bg.png) top repeat-x #ffffff;
	border-bottom: 1px solid #6b992e;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1000px;
}
#header {
	padding: 0 5px;
	overflow: hidden;
	width: 990px;
	height: 136px;
}
#logo {
	padding: 11px 0 0;
	float: left;
}
.floatleft {
	margin: 0 0 5px 8px;
	float: left;
}
.floatright {
	margin: 0 8px 5px 0;
	float: right;
}

/* M A I N   N A V   S T Y L E S */

#nav {
	float: right;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0 0 0 22px;
	font-size: 105%;
}
#nav a {
	float: left;
	display: block;
	padding: 40px 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #6d6e71;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
	border-bottom: 2px solid #8dc63f;
}
#nav a.current {
	border-bottom: 2px solid #8dc63f;
	background: #8dc63f;
	color: #ffffff;
}
/* Portfolio Sub Nav Styles */
#subnav {
	float: right;
	width: 600px;
}
#subnav ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}
#subnav li {
	float: right;
	margin: 0 0 0 14px;
	padding-bottom: 5px;
	font-size: 90%;
}
#subnav a {
	float: left;
	text-decoration: none;
	font-weight: normal;
	color: #6d6e71;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subnav a {float:none;}
/* End IE5-Mac hack */
#subnav a:hover {
	color: #8dc63f;
}
#subnav a.current {
	color: #8dc63f;
	border-bottom: 2px solid #8dc63f;
}

/* C O N T E N T   S T Y L E S */

#content {
	padding: 0 20px;
	overflow: hidden;
}
#logos {
	margin-bottom: -10px;
}
#logos td {
	margin-bottom: 0;
	padding-bottom: 14px;
	text-align: center;
}
#logos img {
	padding: 4px;
	background: url(images/portfolio/logos/logo-bg.png);
}
#left {
	float: left;
	width: 450px;
}
#right {
	padding-top: 3px;
	float: right;
	width: 456px;
}
#quote {
	margin-top: 26px;
	padding: 23px 0 0 26px;
	background: url(images/portfolio/quote.png) top left no-repeat;
	line-height: 14px;
	float: left;
	border-top: 1px solid #ebebec;
	width: 374px;
}
#quote p {
	margin: 0 0 5px;
	line-height: 15px;
}
#quote p.sig {
	margin: 0 0 5px;
	line-height: 15px;
	font-size: 90%;
}
#action {
	margin-top: 40px;
	float: left;
	width: 440px;
}
#content ul {
	margin-top: 0;
	line-height: 20px;
}
#content ul li {
	list-style-image: url(images/green-bullet.png);
}

/* P O R T F O L I O   S T Y L E S */

#portfoliotable {
	margin-bottom: -10px;
}
#portfoliotable td {
	margin-bottom: 0;
	padding-bottom: 14px;
	vertical-align: top;
}
#portfoliotable td.port-text {
	padding-right: 30px;
	text-align: justify;
	line-height: 14px;
}
.thumb {
	margin: 0 6px 6px 0;
	padding: 5px 0 0 5px;
	background: url(images/portfolio/thumb-shadow.png) no-repeat;
	float: left;
	width: 80px;
	height: 79px;
}
.thumb a img {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #d3d3d4;
}
.thumb a:hover img {
	background-color: #f4f4f4;
	border-color: #bfbfbf;
}
.thumb a img.onpage {
	background-color: #CCC;
	border: 1px solid #999;
}

#port1 {
	float: left;
	width: 190px;
}
#port2 {
	float: left;
	width: 238px;
	overflow: hidden;
}
#port2-body {
	padding: 18px 28px 30px 20px;
	background: url(images/portfolio/port2-bg.png) top;
	font-size: 90%;
	line-height: 15px;
	float: left;
	width: 190px;
}
#port2-body p {
	line-height: 15px;
}
#port2-bottom {
	padding: 7px 0 0 20px;
	background: url(images/portfolio/port2-bottom.png) top no-repeat;
	float: left;
	width: 208px;
	height: 33px;
}
#port2-bottom img {
	padding-right: 7px;
}
#port3 {
	padding-top: 3px;
	float: right;
	text-align: center;
	width: 500px;
}
#port3tmd {
	margin-top: 3px;
	background: url(images/portfolio/web/rotation/tmd-bg.jpg) top center no-repeat;
	float: right;
	text-align: center;
	width: 500px;
	height: 457px;
}
#port3sci {
	margin-top: 3px;
	background: url(images/portfolio/web/rotation/sci-bg.jpg) top center no-repeat;
	float: right;
	text-align: center;
	width: 500px;
	height: 457px;
}
#port3env {
	margin-top: 3px;
	background: url(images/portfolio/web/rotation/env-bg.jpg) top center no-repeat;
	float: right;
	text-align: center;
	width: 500px;
	height: 457px;
}
#port3pc {
	margin-top: 3px;
	background: url(images/portfolio/web/rotation/pc-bg.jpg) top center no-repeat;
	float: right;
	text-align: center;
	width: 500px;
	height: 457px;
}
#port3m10 {
	margin-top: 3px;
	background: url(images/portfolio/web/rotation/m10-bg.jpg) top center no-repeat;
	float: right;
	text-align: center;
	width: 500px;
	height: 457px;
}
#port3we {
	margin-top: 3px;
	background: url(images/portfolio/web/rotation/we-bg.jpg) top center no-repeat;
	float: right;
	text-align: center;
	width: 500px;
	height: 457px;
}
#port3blair {
	margin-top: 3px;
	background: url(images/portfolio/web/rotation/blair-bg.jpg) top center no-repeat;
	float: right;
	text-align: center;
	width: 500px;
	height: 457px;
}
#port3rotate {
	padding: 18px 0 0 0;
	text-align: center;
	margin: 0 auto;
	width: 420px;
}

/* F O O T E R   S T Y L E S */
  
#footershadow {
	margin-bottom: 12px;
	background: url(images/footer-bg.png) top repeat-x;
}
#footer {
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	font-size: 85%;
	width: 990px;
}
#footer a {
	padding: 0 2px;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
}
#copyright {
	color: #ffffff;
	float: left;
}
#bottomnav {
	padding: 0;
	float: right;
	color: #F8F8F8;
}

/* F O R M   S T Y L E S */

.textfield {
	padding: 2px;
	font-size: 12px;
	color: ##666;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #666;
	width: 180px;
}
.user {
	padding: 2px 2px 2px 20px;
	background: url(images/login/user.png) no-repeat;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #F9F9F9;
	width: 146px;
}
.pass {
	padding: 2px 2px 2px 20px;
	background: url(images/login/lock.png) no-repeat;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #F9F9F9;
	width: 146px;
}
.drop {
	padding: 2px;
	font-size: 11px;
	color: #979200;
	font-weight: bold;
	border: 1px solid #98A151;
	background-color: #EAECDC;
	width: 156px;
}
.textfieldlong {
	padding: 2px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #666;
	width: 100%;
}
.button {
	margin-top: 5px;
	padding: 1px;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	font-weight: bold;
	border: none;
	background-color: #ffffff;
	cursor: pointer;
}
.redcopy {
	margin: 0 0 10px 0;
	font-size: 90%;
	color: #CC0000;
	font-weight: bold;
	border-bottom: 1px solid #CC0000;
}
.required {
	border-bottom: 1px solid #CC0000;
}



#uploadtop {
	width: 780px;
	background: url(images/upload/top.png) bottom no-repeat;
	height: 11px;
}
#uploadbody {
	margin: 0;
	padding: 1px 20px;
	background: url(images/upload/body.png) repeat-y;
	width: 740px;
}
#uploadbottom {
	width: 780px;
	background: url(images/upload/bottom.png) top no-repeat;
	height: 11px;
}