.clearme {clear:both;}

.inside, .home, .about, .portfolio, .positions, .contact{
	margin: 0;
	background: #2f2f2f url(/images/bg.jpg) repeat-x left top;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	}

.inside p {
	color: #828282;
	text-align: justify;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	letter-spacing: 0.4px;
	}

.wrapper {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #171717; 
	background: url(/images/bg_shine.jpg) no-repeat 50% top;
	}
	
.wrapper2 {
	width: 748px;
	margin: 0 auto 85px auto;
	padding: 0;
	}

.inside_header {
	width: 748px;
	position: relative;
	margin: 0 0 30px 0;
	}

.logo {
	width: 213px;
	margin: 0;
	padding: 21px 0 0 0;
	}

/*------------------*/
/* Home Navigation */
/*----------------*/

#nav {
	margin: 0;
	padding: 0;
	width: 491px;
	height: 46px;
	position: absolute;
	top: 0px;
	right: 0px;
	/*background: url(/images/home_nav_bg.jpg) repeat-x left top;*/
	}
	
.nav {
	width: 491px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/inside_nav.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
	}

.nav li {
	display: inline;
	}
	
.nav a:link, .nav a:visited {
	display: block;
	position: absolute;
	height: 46px;
	text-indent: -9000em;
	text-decoration: none;
	top: 0px;
	:-moz-any-link:focus;
	outline: none;
	}
	
/* ----- LEFT Nav Defaults ------ */
#home a:link, #home a:visited {
	width: 35px;
	left: 0;
	}
	
#about a:link, #about a:visited {
	width: 62px;
	left: 63px;
	}

#portfolio a:link, #portfolio a:visited {
	width: 67px;
	left: 153px;
	}
	
#positions a:link, #positions a:visited {
	width: 136px;
	left: 249px;
	}
	
#contact a:link, #contact a:visited {
	width: 78px;
	left: 413px;
	}
	
	
/* ----- Nav Hover ------ */
#home a:hover {
	background: url(/images/inside_nav.jpg) no-repeat 0 0;
	}
	
#about a:hover {
	background: url(/images/inside_nav.jpg) no-repeat -63px 0;
	}

#portfolio a:hover {
	background: url(/images/inside_nav.jpg) no-repeat -153px 0;
	}

#positions a:hover {
	background: url(/images/inside_nav.jpg) no-repeat -249px 0;
	}

#contact a:hover {
	background: url(/images/inside_nav.jpg) no-repeat -413px 0;
	}


/* ----- Nav Selected ------ */
.home #home a {
	background: url(/images/inside_nav.jpg) no-repeat 0 0;
	}
	
.about #about a {
	background: url(/images/inside_nav.jpg) no-repeat -63px 0;
	}

.portfolio #portfolio a {
	background: url(/images/inside_nav.jpg) no-repeat -153px 0;
	}

.positions #positions a {
	background: url(/images/inside_nav.jpg) no-repeat -249px 0;
	}

.contact #contact a {
	background: url(/images/inside_nav.jpg) no-repeat -413px 0;
	}


/*-- Body Styles --*/
.large_thumb {
	width: 740px;
	height: 416px;
	margin: 0 0 15px 0;
	}

.large_thumb img {
	width: 740px;
	}

.thumbnails {
	width: 748px;
	background: url(/images/thumbs_bg.jpg) repeat-x left top;
	padding: 9px 0;
	margin: 0 0 15px 0;
	}

.thumbnails ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.thumbnails ul li {
	display: inline;
	margin: 0;
	padding: 0 7px;
	}

.thumbnails img, .thumbnails img a {
	border: 3px solid #898989;
	width: 70px;
	}
	
.thumbnails a img:hover {
	border: 3px solid #fff;
	}

/*-- Paging --*/
.portfolio_nav {
	width: 748px;
	margin: 0 0 15px 0;
	color: #fff;
	}

.portfolio_nav a:link, .portfolio_nav a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #444;
	padding: 0 0 4px 0;
	line-height: 20px;
	}

.portfolio_nav a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid red;
	padding: 0 0 4px 0;
	}
	
.portfolio_nav p {
	margin: 0;
	padding: 0;
	float: left;
	}

.portfolio_nav dl {
	width: 150px;
	margin: 0;
	padding: 0;
	float: right;
	}

.portfolio_nav dt {
	float: left;
	margin: 0;
	padding: 0 0 4px 0;
	color: #999;
	line-height: 20px;
	}

.portfolio_nav dd {
	float: right;
	margin: 0;
	padding: 0 0 4px 0;
	color: #999;
	line-height: 20px;
	}

/*------*/
.project_wrapper {
	color: #aaa;
	padding: 18px 18px 0 18px;
	margin: 80px 0 0 0;
	background: #2f2f2f url(/images/project_description_bg.jpg) repeat-x left top;
	}

.project_wrapper a, .project_wrapper a:visited {
	color: #fff;
	}
	
.project_wrapper a:hover {
	text-decoration: none;
	}

.project_description_wrapper {
	color: #aaa;
	padding: 18px 18px 0 18px;
	margin: 0;
	background: #2f2f2f url(/images/project_description_bg.jpg) repeat-x left top;
	}

.project_description_wrapper a, .project_description a {
	color: #fff;
	}

.project_description_wrapper a:visited, .project_description a:visited {
	color: #999;
	}
	
.project_description_wrapper a:hover, .project_description a:hover {
	text-decoration: none;
	}

.project_description {
	margin: 0 0 22px 0;
	padding: 0 0 22px 0;
	}

.dl_wrapper {
	width: 690px;
	float: left;
	background: url(/images/awards_bg.gif) repeat-x left bottom;
	}

.project_description dl {
	width: 300px;
	float: left;
	margin: 0;
	padding: 20px 0 30px 0;
	}

.project_description dl.first {
	margin: 0 60px 0 0;
	}

.project_description dl img {
	margin: 0 0 10px 20px;
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	float: right;
	}

	.project_description dl img.larger {
		margin: 0 0 10px 0;
		border: 2px solid #fff;
		width: 310px;
		height: 100px;
		}

.project_description dl dt {
	margin: 0 0 10px 0;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f5f5f5;	
	}

.project_description dl dd {
	margin: 0 0 5px 3px;
	padding: 0 0 0 15px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/arrow.gif) no-repeat 0 3px;	
	color: #d5d5d5;
	}

.project_description dl dd a {
	text-decoration: none;
	color: #d5d5d5;
	}

.project_description dl dd a:hover {
	text-decoration: underline;
	}

.project_description p {
	color: #aaa;
	padding: 0 15px;
	margin: 0 0 15px 0;
	line-height: 1.4;
	}

p.hr {
	padding: 15px 0;
	clear: both;
	}

.project_description h1 {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0 0 27px 0;
	padding: 0;
	}

.project_description h1 span {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #aaa;
	}

.project_description h2 {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d5d5d5;
	margin: 0 0 10px 0;
	padding: 0;
	}

/*-- Site Map --*/
dl.sitemap  {
	width: 640px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	}

dl.sitemap dt {
	margin: 0 0 10px 0;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ccc;	
	}

dl.sitemap dd {
	margin: 0 0 5px 15px;
	padding: 0 0 0 15px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/arrow.gif) no-repeat 0 3px;	
	color: #d5d5d5;
	}

dl.sitemap dd a {
	text-decoration: none;
	color: #d5d5d5;
	}

dl.sitemap dd a:hover {
	text-decoration: underline;
	}

/*-- Awards --*/
.awards {
	line-height: 1.4;
	margin: 0;
	padding: 30px 0 0 0;
	background: url(/images/awards_bg.gif) repeat-x left top;
	}

.awards h1 {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0 0 27px 0;
	padding: 0;
	}

.awards ul {
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
	}

.awards ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(/images/arrow.gif) no-repeat 0 50%;
	}

/*-- About Us --*/
ul.aboutus {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
	float: left;
	clear: both;
	}

.p_about {
	width: 300px;
	float: left;
	}

.img1 {
	width: 400px;
	float: left;
	margin: 0;
	border: 3px solid #fff;
	}
	
.img2 {
	width: 400px;
	float: right;
	margin: 0;
	border: 3px solid #fff;
	}
	
/*------*/
#thumb1 {
	position: absolute;
	top: 100px;
	z-index: 1;
	}

#thumb2 {
	position: absolute;
	top: 100px;
	visibility: hidden;
	}

#thumb3 {
	position: absolute;
	top: 100px;
	visibility: hidden;
	}

#thumb4 {
	position: absolute;
	top: 100px;
	visibility: hidden;
	}

#thumb5 {
	position: absolute;
	top: 100px;
	visibility: hidden;
	}

/*-- Footer --*/
#footer {
	margin: 0;
	padding: 15px 0;
	background: #272727;
	border-top: 1px solid #494949;
	color: #7a7a7a;
	}
	
.footer_links p {
	text-align: center;
	}
	
.footer_links {
	margin: 0 auto;
	width: 748px;
	text-align: center;
	}
	
.footer_links a, .footer_links a:visited {
	color: #7a7a7a;
	}
	
.footer_links a:hover {
	text-decoration: none;
	}

/*-- Contact Us --*/
.form_wrap {
	float: left;
	width: 300px;
	margin: 0 50px 0 0;
	}

.form_wrap fieldset {
	border: 1px solid #666;
	padding: 0 20px;
	margin: 0 0 20px 0;
	}

.form_wrap legend {
	padding: 0 10px 10px 10px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	}

.form_wrap label {
	float: left;
	width: 200px;
	margin: 0 20px 3px 0;
	}

.input {
	float: left;
	margin: 0 0 20px 0;
	width: 250px;
	background: #555;
	border: 1px solid #656565;
	border-top: 1px solid #1b1b1b;
	border-left: 1px solid #1b1b1b;
	}
	
.button {
	background: #555;
	border: 1px double #1b1b1b;
	padding: 2px;
	color: #fff;
	width: 70px;
	margin: 0 0 10px 0;
	font-size: 11px;
	float: right;
	}
	
.button:hover, .button:focus {
	border: 1px double #656565;
	background: #666;
	}
	
.map_wrap {
	float: left;
	width: 350px;
	margin: 12px 0 0 0;
	}
	
.map_wrap img {
	border: 2px solid #ccc;
	margin: 0 0 20px 0;
	}
	
