@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px auto;
	background: #3f3f3f url(../images/site_bg.gif) no-repeat top center;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border: none;
}
p {
	color: #ccc;
	font-size: 12px;
	margin-bottom: 16px;
}
h1 {
	font-size: 20px;
	color: #f0b702;
}
h2 {
	font-size: 16px;
	color: #666;
	margin-bottom: 16px;
}
h3 {
	font-size: 14px;
	color: #000;
}
#site {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #fff;
	}
#site_inside {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #fff url(../images/greenright.gif) no-repeat bottom right;
}
#header {
	background: url(../images/index_01.jpg);
	width: 800px;
	height: 108px;
	float: left;
}
.navigation {
	float: left;
	width: 250px;
	_height: 288px;
	min-height:288px;
	background: #d0a211 url(../images/index_02.jpg) no-repeat top left;
}
.navigation ul {
	padding: 20px 20px 10px 20px;
}
.navigation ul li {
	border-bottom: 1px solid #999;
	padding: 5px 10px 5px 5px;
	text-align: right;
	list-style: none;
	display: block;
}
.navigation ul li a {
	font-weight: bold;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.navigation ul li:hover {
	background: #fff;
}
.navigation ul li a, .navigation ul li a:visited {
	text-decoration: none; 
	color: #333;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#flash {
	float: left;
	width: 550px;
	height: 288px;
}
#bottom {
	background: #fff url(../images/greenleft.gif) no-repeat bottom left;
	width: 800px;
	float: left;
}
#left {
	float: left;
	width: 250px;
	background: #100d0e;
}
#right {
	float: left;
	width: 550px;
}
#project {
	float: left;
	width: 250px;
	background: url(../images/index_04.jpg) no-repeat;
}
#project p {
	color: #000;
	padding: 0 20px;
}
#project h3 {
	padding: 0 0 0 20px;
}
#project img {
	margin: 0;
	padding: 0;
}
#project a {
	color: #333;
}
#project a:hover {
	color: #000;
}
#feature {
	border-top: 3px solid #eaeaea;
	background: #bababa url(../images/feature_project.jpg) bottom no-repeat;
	width: 244px;
	margin: 0 auto;
}
#feature img {
	margin: 11px 11px 7px 11px;
	border: 3px solid #fff;
}
#content {
	float: left;
	width: 490px;
	background: url(../images/index_05.jpg) no-repeat #0e0c0c;
	padding: 30px;
}
#inside_content {
	float: left;
	width: 490px;
	min-height: 408px;
	padding: 30px;
	background: url(../images/inside_content_bg.jpg) top repeat-x;
}
#inside_content p {
	color: #666;
}
#inside_content ul {
	font-size: 12px;
	color: #666;
	margin: 5px 20px 16px 20px;
}
#inside_content h1 {
	margin-bottom: 16px;
}
#contact {
	background: #100d0e url(../images/contact_bg.jpg) top repeat-x;
	height: 100%;
	width: 210px;
	margin: 0 auto;
	padding: 20px;
	float: left;
}
#contact h3 {
	color: #fff;
}
#contact a {
	color:#ccc;
}
#contact a:hover {
	color: #fff;
}
#footer {
	float: left;
	width: 800px;
	height: 46px;
	background: #3f3f3f url(../images/footer.gif);
	padding-top:4px;
}
#footer p {
	color: #999174;
	text-align: right;
	padding: 10px 40px 0 0;
	font-size: 12px;
}

/* PROJECT GALLERY */

.project_gallery {
	width: 245px;
	height: 85px;
	float: left;
}
.project_gallery a {
	color: #333;
	text-decoration: underline;
}
.project_gallery a:hover {
	color: #000;
	text-decoration: none;
}
.project_gallery_img {
	float: left;
	width: 125px;
}
.project_gallery_img img {
	border: 3px solid #CCC;
}
.project_gallery_info {
	float: left;
	width: 120px;
	line-height: 20px;
}
.project_detail {
	float: left;
	width: 490px;
}
.project_detail a {
	color: #333;
	text-decoration: underline;
}
.project_detail a:hover {
	color: #000;
	text-decoration: none;
}
.project_detail img {
	border: 3px solid #ccc;
}
.project_info {
	padding: 10px 0 0 0;
}
.project_thumbs {
	float: left;
	padding: 3px 0 5px 0;
	width: 490px;
	text-align: center;
}
.project_thumbs img {
	border: 3px solid #CCC;
	margin: 5px;
}
