body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #fdfdfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
}
a:link, a:visited {
	font-family: arial;
	font-weight: normal;
	color: #696;
	text-decoration: none;
	font-size:14px;
	line-height: 16px;
}
a:hover, a:active {
	font-family: arial;
	font-weight: normal;
	color: #766f6f;
	text-decoration: underline;
	font-size:14px;
	line-height: 16px;
}
#logo {
	padding: 0px;
	height: 133px;
	width: 939px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center 26px;
	display: block;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 939px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #838383;
	border-bottom-color: #838383;
}
#main_wrap {
	padding: 0px;
	width: 939px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

ul#navi {
	width:939px;
	height:35px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
ul#navi li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;   
}

ul#navi li a {
	border:0;
	display:block;
	text-decoration:none;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

li#one a {
	width:137px;
	height:35px;
}

li#two a {
	width:169px;
	height:35px;
}

li#three a {
	width:153px;
	height:35px;
}  

li#four a {
	width:213px;
	height:35px;
}

li#five a {
	width:151px;
	height:35px;
}

li#six a {
	width:116px;
	height:35px;
}
 
   li#one a:link, li#one a:visited {
	background-position:0px 0px;
}     
li#one a:hover, li#one a:focus {
	background-position:0px -36px;
}

li#two a:link, li#two a:visited {
	background-position:-137px 0px;
}

li#two a:hover, li#two a:focus {
	background-position:-137px -36px;
}

li#three a:link, li#three a:visited {
	background-position: -306px 0px;
}

li#three a:hover, li#three a:focus {
	background-position: -306px -36px;
}

li#four a:link, li#four a:visited {
	background-position: -459px 0px;
}

li#four a:hover, li#four a:focus {
	background-position: -459px -36px;
}

li#five a:link, li#five a:visited {
	background-position: -672px 0px;
}

li#five a:hover, li#five a:focus {
	background-position: -672px -36px;
}

li#six a:link, li#six a:visited {
	background-position: -823px 0px;
}

li#six a:hover, li#six a:focus {
	background-position: -823px -36px;
}

.shade {
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 939px;
	background-image: url(images/shade.gif);
	background-repeat: repeat-x;
}


.ssp {
	margin: 0px;
	padding: 0px;
	height: 421px;
	width: 937px;
	border: 1px solid #CCC;
}.two_col_wrap {
	width: 940px;
}
#project_descrip_wrap {
	padding: 0px;
	width: 940px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#projects_container {
	width: 940px;
	margin-bottom: 48px;
}
.project_wrap {
	padding: 0px;
	float: left;
	height: 146px;
	width: 220px;
	margin-bottom: 20px;
	margin-left: 19px;
}
.project_wrap:hover {
	background-color: #DEE9DE;
}
.clear {
	clear: both;
}
.project_img {
	margin: 0px;
	padding: 0px;
	height: 124px;
	width: 220px;
}
.project_img img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A4A4A4;
	border-right-color: #A4A4A4;
	border-left-color: #A4A4A4;
}
.project_img img:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
	
.project_link {
}
.project_link {
	height: 23px;
	width: 208px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A4A4A4;
	border-bottom-color: #A4A4A4;
	border-left-color: #A4A4A4;
	padding-left: 10px;
}
.project_link a {
	height: 22px;
	width: 210px;
	display: block;
}
.project_link a:link, .project_link a:visited  {
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #92A192;
	text-decoration: none;
}
.two_col_right {
	margin: 0px;
	float: right;
	width: 460px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CACACA;
}
.two_col_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 460px;
}
.hr {
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 13px;
	width: 940px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 42px;
	margin-left: 0px;
}
.red {
	color: #F00;
}
#footer {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 72px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	padding-top: 22px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #92A192;
	text-decoration: none;
}
.border {
	border: 1px solid #959595;	
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}.orange {
	color: #F67E32;
}
