*{
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#272727;
	font-size: 12px;
	color: #7e7e7e;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

img { 
border-style: none;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
}

.latest_img {
	border: 1px solid #575757;
	margin-left: 12px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #8CC63E
}
a:active {
	text-decoration: none;
	color: #8CC63E;
}

.title_color1 {color: #ffffff}
.title_color2 {color: #8CC63E}
.title_color3 {color: #ACACAC}

#container {
	margin: auto;
	width: 850px;
}

#header {
	background-color: #5E9626;
	color: #414141;
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 850px;
}

#hire {
	float: left;
	width: 265px;
	height: 240px;
	line-height: 20px;
	padding-left: 115px;
}

#slider {
	float: left;
	width: 155px;
	height: 200px;
	margin-top: 5px;
	padding-left: 18px;
}

#featured {
	float: left;
	width: 850px;
	height: 240px;
	margin-top: 25px;
	padding-left: 25px;
}	



#navigation {
	float: right;
	margin-top: 15px;
}

.nav_menu li{	
	list-style:none;
	display:inline;
}

.nav_menu a {
	color: #444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding-left: 20px;
}

.nav_menu a:hover {
	color: #FFFFFF;
}

.nav_menu li#current a {
	color: #FFFFFF;
}

#content {
	width: 570px;
	float: left;
}

#about {
	float: left;
	width: 570px;
}

#about_title {
	float: left;
	margin-top: 30px;
	font-size: 18px;
}

#about_content {
	width: 552px;
	border: 1px solid #363636;
	float: left;
	background-color: #2d2d2d;
	padding: 8px;
	margin-top: 4px;
	line-height: 20px;
}

#latest_work {
	float: left;
	width: 570px;
	margin-top: 20px;
}

#latest_work_title {
	float: left;
	font-size: 18px;
}

#latest_work_content {
	width: 552px;
	border: 1px solid #363636;
	float: left;
	background-color: #2d2d2d;
	margin-top: 7px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

#sidebar {
	float: right;
	width: 260px;
}

#sidebar_title {
	float: left;
	margin-top: 30px;
	font-size: 18px;
}

.sidebar_date {
	font-size: 11px;
	color: #FFFFFF;
}

#sidebar_content {
	background-color: #2d2d2d;
	border: 1px solid #363636;
	float: left;
	width: 242px;
	margin-top: 4px;
	padding: 8px;
}

hr {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #2D2D2D;
}

#footer {
	clear: both;
	width: 834px;
	margin-top: 20px;
	text-align: center;
	float: left;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #363636;
	border-right-color: #363636;
	border-bottom-color: #363636;
	border-left-color: #363636;
	background-color: #2d2d2d;
	border-bottom-style: solid;
}

#slider {
	width: 425px; /* important to be same as image width */
	height: 200px; /* important */
	overflow: hidden;
	float: left;
}
#sliderContent {
	width: 425px;
	top: 0;
	margin-left: 0;
	float: left;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 400px;
	background-color: #3B4035;
	filter: alpha(opacity=100);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color: #FFFFFF;
	display: none;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-left: 0px;
	margin-right: 0px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

