body{
	font-family: trebuchet ms, sans-serif;
	/*background: url("../images/background.jpg") no-repeat;*/
	background-color: #ffffff;
	/*color: #464345;*/
        /*color: #3f4153;*/
        color: #333333;
}

a{
	text-decoration:none;
	color: inherit;
}

a:hover{
	/*color: #58a618;*/
        color: #3866b3;
}

a img{
	border:none;
}

#wrapper{
	margin: auto;
	width: 960px;
	/*height: 1200px;*/
	background-color: #ffffff;
}

#header{
	height: 100px;
        margin-bottom: 25px;
        margin-top: 25px;
	/*border-bottom: solid 5px #252e33;;*/
}

#icon_container{
	float:left;
}
#navigation_container{
	font-family: sans-serif;
	color: #252e33;
	font-size: 20px;
	/*float: right;*/
        float: right;
}

#home_navigation_container{
	font-family: sans-serif;
	color: #252e33;
	font-size: 20px;
	/*float: right;*/
        margin: auto;
        text-align: center;
}
#home_navigation_container a{
	font-family: arial;
	/*background: #ffffff;*/
	/*color: #464345;*/
        color: #03202f;
	text-decoration:none;
	margin-top:0px;
	padding: 9px;
	/*float: left;*/
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
#home_navigation_container a:hover{
    
    color: inherit;
}


#navigation_left{
	background: #3d3d3d;
	width:30px;
	height:36px;
	float: left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#navigation_right{
	background: #3d3d3d;
	width:34px;
	height:36px;
	float: left;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#navigation_container a{
	font-family: arial, sans serif;
	background: #ffffff;
	/*color: #464345;*/
        color: #03202f;
	text-decoration:none;
	margin-top:0px;
	padding: 9px;
	/*float: left;*/
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}


#navigation_container a:hover{
	/*color: #58a618;*/
        color: #3866b3;
	
	/*background: #ff0000;*/ /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#bf0000'); *//* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0000)); *//* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #ff0000,  #bf0000);*/ /* for firefox 3.6+ */
	
}
#slideshow_container{
	clear: both;
	width: 960px;
	height: 350px;
	margin-top: 25px;
	padding-bottom: 20px;
	/*border-bottom: solid 5px #3f4153;*/
        
}

#content_container{
	width: 960px;
}

#wide_column,#project_list{
	
	float: left;
	width: 655px;
	/*border: solid 1px;*/
}

#wide_column h3{
	font-family: georgia, serif;
}

#right_column{
	float: left;
	width: 210px;
	/*background-color: #c10000;*/
	background-color: #202096;
	padding: 25px;
	margin-top: 15px;
	margin-left: 20px;
	color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#third_column{
	/*float: left;*/
	/*clear: both;*/
	/*height: 200px;*/
	/*width: 960px;*/
	/*background-color: #c10000;*/
	/*background-color: #202096;
	padding: 25px;*/
	clear: both;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: solid 5px #464345;
        text-align: center;
	/*color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	
}

#third_column a{
	/*font-family: georgia, serif;*/
        font-family: sans-serif;
	font-size: 20px;
	background: white;
	color: #2e2c2d;
	text-decoration:none;
        /*text-align: center;*/
}

/*
#third_column a:hover{
	color: #d40005;
}
*/

#footer{
	clear: both;
	padding: 15px;
	color: #2e2c2d;
}

#project_container{
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	border-right: dotted;
	color: gray;
}

#project_container h3{
	text-align: center;
}

#project_container img{
	margin-left: auto;
	margin-right: auto;
}

#nav_column {
	clear: both;
	float: left;
	width: 300px;
	margin-top: 15px;
}

#project_navigation{
	float: left;
	width: 250px;
	/*border: solid 1px;*/
}

#project_navigation h2{
	/*color: #464345;*/
	padding: 5px;
	border-bottom: solid 1px #e9e9e9;
}

#project_navigation ul{
	list-style-type:none;
	border-bottom: solid 1px #e9e9e9;
	padding-bottom: 10px;
}

#project_list{
	
	width: 620px;
	margin-left: 75px;
	padding: 5px;
}

#project_list h2{
	padding-bottom: 5px;
	border-bottom: solid 1px #e9e9e9;
}

#project_list img{
	/*float: left;*/
}
#project{
	overflow: hidden;
}

#project h2{
	/*color: #464345;*/
	padding-bottom: 5px;
	border-bottom: solid 1px #e9e9e9;
}
/*
#project a{
	color: #464345;
	text-decoration:none;
}
*/
/*
#project a:hover{
	color: #d40005;
        color: #1e97b9;
}
*/
#project_thumbnail{
	float: left;
}
#project_summary{
	float: left;
	margin-left: 20px;
	width: 490px;
}
#project_summary a{
	text-decoration: none;
	color: #d40005;
}

#profile_main_img{
	float: left;
}

#profile_main_data{
	float: left;
	width: 320px;
}

#profile_main_data ul{
	list-style-type:none;
	padding-left: 20px;
}

#profile_main_data li{
	padding-bottom: 12px;
}
#profile_main_data a{
	text-decoration: none;
	color: #d40005;
}

#project_description{
	clear: both;
	margin-top: 280px;
}

#project_details{
	float: left;
	margin-left: 20px;
}

#sub_navigation{

    float: left;
    width: 250px;
}

#horz_border{

    border-top: 1px solid #999999;
    width: 960px;
}