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


* {margin:0;padding:0;} 



html, body, #wrap {
	height: 100%;
	font-family:Lucida Grande, san serif;
	font-size:11px;
	color:#333333;
	}

body > #wrap {
height: auto; 
min-height: 100%;
margin:0 auto;
}

#container{
margin:0 auto;

}


.top{
height:8px;
background-color:#000000;
}

.header{
padding-top:20px;
padding-bottom:5px;
height:60px;
width:890px;
margin:0 auto;
}

.headerLeft{

height:50px;
width:330px;
float:left;


}
.headerRight{
padding-top:20px;
height:30px;
width:500px;
float:left;
padding-left:50px;
}

.headerRight a{
font-family:Lucida Grande, san serif;
font-size:15px;
color:#444;
text-decoration:none;
padding:15px;
letter-spacing:1;

}

.headerRight a:hover{
font-family: Lucida Grande, san serif;
font-size:15px;
color:#8cc641;
text-decoration:none;
padding:15px;
letter-spacing:1;

}



#pic{
height:240px;
background-image: url(images/pic.jpg);
background-repeat:no-repeat;
margin:0 auto;
width:900px;
background-color:#222;

}


#top{
width:900px;
height:190px;
margin:0 auto;
padding:10px 0 0 0;
font-family:Lucida Grande, san serif;
font-size:12px;
color:#666;
line-height:2;
background-color:#FFF;
}


#top h1{
	font-weight:100;
	font-family: Lucida Grande, san serif;
	font-size:15px;
	color:#444;
	line-height:1.5;
	
	}



#topLeft{
width:250px;
height:180px;
padding:5px 20px 0px 20px;
float:left;
}

#topMiddle{
width:270px;
height:180px;
padding:5px 20px 0px 20px;
float:left;
}

#topRight{
width:250px;
height:180px;
padding:5px 0px 0px 20px;
float:left;
}




#topcontent{
background-color:#FFF;
height:130px;
margin:0 auto;
width:900px;
padding-top:20px;
}

#topcontent p{

	font-family: Lucida Grande, san serif;
	font-size:11px;
	color:#333333;
	}
	
#topcontent h1{
	font-weight:100;
	font-family:Lucida Grande, san serif;
	font-size:18px;
	color:#666;
	
	}
		

#content{
background-color:#EEE;
height:410px;
margin:0 auto;
overflow: hidden;
clear:both;
width:900px;




}


#content li{

font-family: Lucida Grande, san serif;
	font-size:12px;
	color:#444;
	line-height:1.5;
	list-style-type:none;
	padding-bottom:5px;
	
}


#content h1{

font-family: Lucida Grande, san serif;
	font-size:13px;
	color:#FFF;
	font-weight:100;
	line-height:1;
	list-style-type:none;
	
	padding-left:5px;
}


#content h2{

font-family: Lucida Grande, san serif;
	font-size:13px;
	color:#FFF;
	line-height:1.5;
	list-style-type:none;
	padding-bottom:5px;
	font-weight:100;
	}
	
#content h3{

	font-family:Lucida Grande, san serif;
	font-size:17px;
	color:#333;
	line-height:1.5;
	list-style-type:none;
	padding-bottom:5px;
	font-weight:100;
	}
	
	
	#content h4{
	font-family:Lucida Grande, san serif;
	font-size:13px;
	color:#444;
	line-height:1.5;
	list-style-type:none;
	padding-bottom:5px;
	font-weight:100;
}


#content h5{
	font-weight:100;
	font-family: Lucida Grande, san serif;
	font-size:15px;
	color:#444;
	line-height:1.5;
	
	}

	
	
#contentLong{
height:370px;
width:530px;
padding-right:40px;
padding-top:20px;
padding-left:20px;

float:left;
}	

#contentSpace{
height:410px;
width:890px;
margin:0 auto;
margin-left:10px;

}

#contentSpaceLeft{

width:200px;
height:390px;
float:left;
padding:10px;
}


#contentSpaceMiddle{
width:350px;
height:390px;
float:left;
padding:10px 10px 10px 10px;

}


#contentMiddleImpact{
width:450px;
height:390px;
float:left;
padding:10px 10px 10px 10px;

}



#contentSpaceRight{
width:270px;
height:400px;
float:left;
background-color:#444;
padding:0px 15px 10px; 10px;

}


.contentMiddle{
width:230px;
height:390px;
float:left;
padding:10px 10px 10px 10px;

}


#contentLeft{
width:250px;
height:400px;
float:left;

padding:0px 15px 20px 10px;


}


.contentRight{
width:390px;
height:400px;
float:left;
background-color:#444;
padding:0px 15px 10px; 10px;

}



#space{
background-color:#FFF;
height:0px;
margin:0 auto;
width:900px;
padding-top:20px;
}



.space{
background-color:#FFF;
height:20px;
margin:0 auto;
width:900px;

}

#main {
margin:0 auto;

padding-bottom: 150px;
}  

#footer {
position: relative;
	margin-top: -150px; 
	height: 30px;
	clear:both;
	background-color:#000000;
	
	margin:0 auto;
	} 
	
	
	
#footer p{

font-family: Lucida Grande, san serif;
	font-size:12px;
	color:#ccc;
	line-height:1.5;
	list-style-type:none;
	padding-bottom:0px;
	font-weight:100;
	padding-top:5px;

	}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */