@import url(navigation.css);
@import url(content.css);
@import url(footer.css);
@import url(tabs.css);

/*-------------------------------------------------------------------------------------*/

/* Interface Shell */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:small;
	background-color: #455b2b;
	color:#555;
	text-align: center;
}

.MainContainer {
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	width: 900px;
	text-align: left;
}

.GlobalHeader {
	width: 900px;
	height:125px;
	background: none;
	border-bottom: none;
	float: left;
}

.LogoContainer {
	width: 228px;
	height:60px;
	padding:65px 0px 0px 0px;
	float: left;
}


/*-------------------------------------------------------------------------------------*/
/* Home styles */
.Home_FeatureModule {
	width: 900px;
	height:350px;
	padding:0px 0px 50px 0px;
	float: left;
	font-weight: normal;
	font-size:10px;
	color: #bbbbbb;
	line-height: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
.Home_FeatureModule_L {
	width: 270px;
	height:185px;
	padding:165px 20px 0px 65px;
	float: left;
	background-color:#2c3d19;
        background-image:url(../images/home_text_BG.gif);
}

.Home_FeatureModule_L img {
	padding: 30px 0px 0px 0px;
}

.Home_FeatureModule_R {
	width: 524px;
	height:350px;
	padding:0px;
	float: left;
	background-color: #eeeeee;
	border-left: 1px solid #455b2b;
}

.Home_FeatureModule p {
	padding:0px 0px 0px 0px;
	font-weight: normal;
	font-size:11px;
	color: #ffffff;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------------------------------------*/
/* Tier styles */

.Tier_Title {
	float:left;
	height:85px;
	width: 900px;
	padding:0px 0px 0px 0px;
}

.Tier_Title_Work {
	float:left;
	height:50px;
	width: 900px;
	padding:0px 0px 0px 0px;
}

.Tier_Content {
	float:left;
	width: 840px;
	padding:30px 30px 50px 30px;
}

.Tier_Content_Work {
	float:left;
	width: 840px;
	padding:5px 30px 5px 5px;
}

.tier_intro {
	width: 840px;
	border-bottom: 1px solid #536a38;
}

/* Contact styles */

.contact1 {
	border: none;
	float:left;
	width:205px;
}
.contact2 {
	border: none;
	float:left;
	width:90px;	
}

.contact3 {
	border: none;
	float:left;
        width:235px;	
}
.contact4 {
	border: none;
	float:left;
	width:190px;	
}
.contact5 {
	border: none;
	float:left;
	width:90px;	
}

/* Praise styles */

.praise {
	border: none;
	float:left;
	width:250px;
        color: #ffffff;
        padding:10px 10px 10px 10px;
	
}

.praise1 {
	border: none;
	float:left;
	width:400px;
        color: #ffffff;	
        padding:10px 10px 10px 10px;
}

.praise2 {
	border: none;
	float:left;
	width:300px;
        color: #ffffff;
        padding:10px 10px 10px 10px;
}
