/* CSS Document */
@import "textstyles.css";

body {
	background: url(../images/layout/main_bg.jpg) repeat-x #7b8191;
	margin: 0 auto;
	}
.cl {
	clear: both;
	}
img {
	border: 0px;
	}
#framer {
	width: 996px;
	margin: 0 auto;	
	margin-top: 32px;
	}
#center_area {
	background: url(../images/layout/mainbg.png) repeat-y;
	_background: url(../images/layout/mainbg.gif);
	padding: 0px 0px 0px 5px
	}
#left_side {
	float: left;
	width: 275px;
	padding: 35px 0px 0px 25px;
	}
#left_side2 {
	float: left;
	width: 275px;
	padding: 35px 0px 0px 25px;
	margin-left: -23px;
	background: url(/assets/images/layout/sidebar_pastprojects.jpg) no-repeat;
	}
#right_side {
	float: right;
	width: 630px;
	padding: 0px 35px 0px 0px
	}
#footer {
	background: url(/assets/images/layout/footer.png) no-repeat;
	_background: url(/assets/images/layout/footer.gif) no-repeat;
	width: 964px;
	height: 50px;
	padding: 65px 0px 0px 0px;
	margin: 0px 15px 0px 18px;
	}
	.footercredit {
		float: right;
		width: 200px;
		text-align: right;
		margin: 0px 5px 0px 0px;
		color: #5d616f;
		font-weight: bold;
		height: 25px;

		}
.footbar {
	width: 954px;
	height: 20px;
	margin: 3px 5px 0px 5px;
	clear: both;
	}
.footlinks {
	width: 600px;
	float: right;
	text-align: right;
	}
.copyright {
	width: 300px;
	height: 20px;
	float: left;
	}
#dynamic_titles {
	margin: 0px 15px 5px 0px;
	}
.homecontent {
	padding: 25px 185px 0px 15px;
	height: 180px;
	}
.viewmoreprojects {
	margin: 10px 0px 10px 0px;
	width: 271px;
	height: 28px;
	display: block;
	background: url(../images/layout/sidebar_viewprevious.jpg) no-repeat;
	}
	.viewmoreprojects:hover {	
	background: url(../images/layout/sidebar_viewprevious.jpg) bottom;
		}
.project_side {
	border-bottom: 1px dotted #797e8d;
	padding: 5px 3px 5px 3px;
	margin: 3px 2px 5px 2px;
	clear: both;
	}
.proj_thum {
	width: 107px;
	height: 43px;
	margin: 0px 5px 0px 0px;
	border: 3px solid #797e8d;
	float: left;
	display: block;
	}
	.proj_thum:hover {
		border-color: #afb580;
		}
.proj_thum_future {
	width: 110px;
	height: 70px;
	margin: 0px 5px 0px 0px;
	float: left;
	display: block;
	}

.menu-item, .menu-item-over {
	display: block;
	width: 264px;
	padding: 2px 2px 2px 5px;
	margin: 2px 0px 0px 0px;
	border: 1px solid black;
	border-left: 3px solid black;
	background: #babf8e;
	}
	.menu-item:hover, .menu-item-over {
		background: #9fa1a9;
		}
.side_buttons {
	background: url(../images/pages/side_buttons.jpg) no-repeat;
	width: 216px;
	height: 20px;
	display: block;
	color: white;
	text-align: center;
	padding: 5px 0px 0px 0px;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
	}
	.side_buttons:hover {
		background: url(../images/pages/side_buttons.jpg) no-repeat bottom;
		}
	.side_buttons:link, .side_buttons:visited, .side_buttons:active {
		color: white;
		}
.project {
	width: 274px;
	height: 43px;
	margin: 5px 0px 5px 0px;
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	}
.project:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	}
.project_info {
	background: #a5ab6f;
	padding: 2px;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #37545c;
	border-top: 1px solid #37545c;
	margin-left: 10px;
	margin-bottom: 5px;
	}
	.project_info a:link, .project_info a:visited, .project_info a:visited {
	color: white;
	}
.back_future {
	background: url(../images/pages/side_futureprojects.jpg) no-repeat;
	display: block;
	width: 301px;
	height: 32px;
	position: relative;
	right: 20px;
	margin-bottom: 5px;
	}
	.back_future:hover {
		background: url(../images/pages/side_futureprojects.jpg) bottom;
		}
