@charset "utf-8";
/* CSS Document */

/* structure */

body{
	background-color:#666666;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-bottom:40px;
}


td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a{
	color:#990033;
}

a:hover{
	text-decoration:none;
}

.home_project h1{
	visibility:hidden;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
}


hr{
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:900px;
	margin:0 auto;
}

.pad{
	padding:10px;
}

.pad_white{
	padding:10px;
	background-color:#FFFFFF;
	margin-top:10px;
	height:300px;
}

.red_title{
	padding:10px;
	background-color:#990033;
	min-height:10px;
}

.red_title h1{
	margin:0px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
}

.more{
	display:block;
	padding:5px;
	background-color:#990033;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:60px;
	text-align:center;
	float:right;
}

.back{
	display:block;
	padding:5px;
	background-color:#990033;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:60px;
	text-align:center;
}

/* header */

.header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:172px;
	margin-bottom:40px;
}

.nav{
	position:relative;
	top:130px;
	left:160px;
}

.nav_item{
	display:block;
	float:left;
	margin-right:15px;
	margin-top:5px;
}

.nav_item a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

.nav_item a:hover{
	color:#990033;
}

.nav .sep{
	width:1px;
	height:13px;
	margin-right:15px;
	margin-top:11px;
	background-image:url(../images/sep.jpg);
	background-repeat:no-repeat;
	float:left;
}

.sub_nav{
	margin-top:10px;
}

.sub_nav_item{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	border-bottom:1px #ccc solid;
	padding-bottom:10px;
}

.sub_nav a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.sub_nav a:hover{
	color:#666;
}

.breadcrumbs{
	margin-top:10px;
	margin-bottom:30px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	color:#98C103;
	width:900px;
	
}

.breadcrumbs a{
	font-size:10px;
	text-decoration:none;
	color:#555860;
}


/* home */

.home_1{
	width:600px;
	height:250px;
	background-color:#FFFFFF;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.featured_project{
	width:580px;
	height:230px;
	overflow:hidden;
}


.home_2{
	width:290px;
	height:250px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom:10px;
}

.home_3{
	width:295px;
	height:290px;
	background-color:#FFFFFF;
	float:left;
	margin-right:10px;
}

.home_4{
	width:295px;
	height:290px;
	background-color:#FFFFFF;
	float:left;
	margin-right:10px;
}

.home_5{
	width:290px;
	height:290px;
	background-color:#FFFFFF;
	float:left;
}

.home_project{
	background-image:url(../images/project_bg.jpg);
	background-repeat:no-repeat;
	width:270px;
	height:230px;
}

.home_image{
	height:100px;
	width:275px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}


.home_image2{
	height:100px;
	width:270px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}


.home_text{
	height:70px;
	width:275px;
	overflow:hidden;
	margin-bottom:10px;
}

.home_text2{
	height:70px;
	width:270px;
	overflow:hidden;
	margin-bottom:10px;
}


/* content */

.content_1{
	width:290px;
	min-height:290px;
	background-color:#FFFFFF;
	float:left;
	margin-right:10px;
}

.content_2{
	width:600px;
	background-color:#FFFFFF;
	float:left;
}

.content_3{
	width:900px;
	background-color:#FFFFFF;
	float:left;
	padding-bottom:10px;
}


.content_image{
	width:580px;
	height:230px;
	overflow:hidden;
	margin-bottom:20px;
}

.content_copy{
	width:360px;
	min-height:200px;
	margin-right:20px;
	float:left;
}

.contact_form{
	width:580px;
}

.cta{
	float:right;
	width:180px;
	background-color:#ddd;
	color:#333;
	min-height:100px;
	padding:10px;
	margin-top:30px;
	font-size:14px;
	margin-bottom:20px;
}

.cta span{
	font-size:22px;
}


.contact_details{
	min-height:200px;
	margin-top:20px;
}

.images{
	background-color:#dddddd;
	width:420px;
	padding:10px;
	margin-top:20px;
	float:left;
}

.project_left{
	width:400px;
	margin-top:20px;
	float:left;
	margin-left:20px;
}

.project_right{
}


.home_project_text{
	padding:20px;
	color:#FFFFFF;
}

/* footer */

.footer{
	border-top:1px #ccc solid;
	padding-top:10px;
	margin-top:30px;
	width:900px;
	font-size:10px;
	color:#fff;
}

.footer a{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}

