@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.twoColFixLt #sidebar1 {
	width: 100px;
	text-align: left;
	padding-left: 20px;
	height: 562px;
	position: fixed;
	padding-top: 0px;
	background-color: #03F;
	float: left;
}
.nav_fixed {
	position: fixed;
}

.socialmedia {
	position: static;
	clear: left;
	float: left;
	width: 100px;
	margin-top: 125px;
	left: 127px;
}
.copyright {
	font-size: 9px;
	color: #999;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	position: static;
	clear: left;
	float: left;
	width: 100px;
	/*margin-top: 160px;*/
	margin-top: 0px;
	left: 127px;
}
.nav2 {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	clear: left;
	float: left;
	background-color: #FFF;
	position: static;
	margin-top: 25px;
	font-weight: normal;
	height: 150px;
}

.logo {
	float: left;
	height: 100px;
	width: 100px;
	position: static;
	color: #FFF;
}
.twoColFixLt #mainContent {
	margin-left: 175px;
	background-color: #FFF;
	width: 750px;
	height: auto;
} 
.content_container {
	text-align: left;
	width: 750px;
	position: relative;
	height: auto;
	display: inline-block;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nav1 {
	font-size: 13px;
	color: #000;
	background-color: #FFF;
	width: 100px;
	text-transform: uppercase;
	float: left;
	position: static;
	clear: left;
	margin-top: 10px;
	height: 100px;
}
ul#nav1 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	text-transform:none;
	float: left;
	list-style-type: none;
	left: 0px;
	top: 0px;
	text-align: left;
	text-indent: 0px;
	padding-top: 0px;
	padding-left: 0px;
	color: #FFF;
}

a:link{
	/*color: #CCC;*/
	color: #999;
	text-decoration: none;
	}
	
a:visited{
	/*color: #CCC;*/
	color: #999;
	text-decoration: none;
	}
	

a,a:hover,.nav1 a:hover,ul#nav a:hover,a.on,.color,ul#nav a.on,ul#nav ul li a.on,ul#nav a.open,ul#nav ul li a.open,
div.archive_item.header a:hover,div.archive_item.header a.on,.color a{color:#000;}

.image_thumbnail {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.mainContent_textHeader {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin-top: 40px;
	line-height: normal;
	float: left;
	position: absolute;
}
.image_left {
	position: relative;
	height: auto;
	width: 373px;
	padding-right: 15px;
	float: left;
}
.image_left_text_header {
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.image_left_text_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 21px;
}
.image_left_text_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #CCC;*/
	color: #999;
}
.image_left_text {
	font-family: Arial, Helvetica, sans-serif;
	height: 562px;
	width: 270px;
	line-height: 18px;
	position: relative;
	float: left;
	margin-left: 15px;
	font-size: 13px;
}
.image_btn {
	float: left;
	margin-right: 7px;
	background-image: url(Graphics/NEXTimage_btn_off.png);
	height: 10px;
	width: 10px;
}
.image_btn.hover {
	float: left;
	margin-right: 7px;
	background-image: url(Graphics/NEXTimage_btn_over.png);
	height: 10px;
	width: 10px;
}
.project_nextIMAGE_container img {
	height: 10px;
	width: 10px;
	margin-right: 7px;
}
.project_nextIMAGE_container img:hover {
	height: 10px;
	width: 10px;
	margin-right: 7px;
	background-image: url(Graphics/NEXTimage_btn_over.png);
}
.twoColFixLt #container {
	text-align: left;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 925px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	height: auto;
	padding-bottom: 50px;
}

ul#nav {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	text-transform:none;
	float: left;
	list-style-type: none;
	left: 0px;
	top: 0px;
	text-align: left;
	text-indent: 0px;
	padding-top: 0px;
	padding-left: 0px;
	/*color: #CCC;*/
	color: #999;
	}
	
#nav_container{
	float: left;
	height: 150px;
	width: 100px;
	clear: left;
}
