@charset "utf-8";
/* CSS Document */

@import url("common.css");

#home_wrapper {
	position:relative;
	width:960px;
	margin:0px auto 0px auto;
}

#home_top_header{
	float:left;
	position:relative;
	height:175px;
	width:960px;
	background-image: url(../../_homeimg/top_background.jpg);
	background-repeat: no-repeat;
}

#home_logo{
	float:left;
	width:400px;
	height:275px;
}
#home_flash{
	float:left;
	width:500px;
	height:275px;
	padding-right:60px;
}

#home_content{
	float:left;
	position:relative;
	width:840px;
	background-image: url(../../_homeimg/bottom_background.jpg);
	background-repeat: no-repeat;
	padding:0px 60px 3px 60px;
	min-height:288px;
 	height:auto !important;
 	height:288px;
}

#home_content_contactbtn{
	position:absolute;
	top:74px;
	right:60px;
}

#home_content_jobbtn{
	position:absolute;
	top:74px;
	right:183px;
}

/*--------Footer--------*/


#footer_home{
	clear:both;
	width:960px;
	height:50px;
	position:relative;
	padding: 0 0 20px 0;
	margin: 0px auto 0px auto;
}
#footer_copyright_home {
	position:absolute;
	top:15px;
	left:60px;
	width: 585px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
	color:#fff;
	margin:0px;
	padding:0px;
}
#footer_copyright_home a {
	color:#fff;
	text-decoration:none;
}
#footer_copyright_home a:hover {
	text-decoration:underline;
}

/*navigation*/

#home_nav01{
	position:absolute;
	top:78px;
	left:351px;
	width:179px;
	height:81px;
}

#home_nav02{
	position:absolute;
	top:78px;
	left:533px;
	width:179px;
	height:81px;
}

#home_nav03{
	position:absolute;
	top:78px;
	left:715px;
	width:179px;
	height:81px;
}

/*news items*/

#home_news_1{
	float:left;
	position:relative;
	width:243px;
	padding:20px 0px 13px 162px;
	margin-left:19px;
	color:#fff;
	min-height:90px;
 	height:auto !important;
 	height:90px;
}
#home_news_1 img{
	position:absolute;
	top:18px;
	left:0px;
}
#home_news_1 h3{
	padding:0px;
	margin:0px;
	font-size:1.2em;
	line-height:1.3em;
}
#home_news_1 p{
	padding-top:4px;
	margin-top:0px;
}

#home_news_1 a{
	color:#fff;
	text-decoration:none;
}

#home_news_1 a:hover{
	color:#fff;
	text-decoration:underline;
}

#home_news_2{
	float:left;
	position:relative;
	width:222px;
	padding:20px 0px 13px 162px;
	color:#fff;
	margin-left:22px;
	min-height:90px;
 	height:auto !important;
 	height:90px;
}

#home_news_2 img{
	position:absolute;
	top:18px;
	left:0px;
}

#home_news_2 h3{
	padding:0px;
	margin:0px;
	font-size:1.2em;
	line-height:1.3em;
}
#home_news_2 p{
	padding-top:4px;
	margin-top:0px;
}

#home_news_2 a{
	color:#fff;
	text-decoration:none;
}

#home_news_2 a:hover{
	color:#fff;
	text-decoration:underline;
}

.news_border{
	border:5px solid #49b352;
}

/*twitter quote*/

div.twitter_quote_wrapper{
	float:left;
	width:840px;
}

div.twitter_quote_top{
	float:left;
	height:4px;
	width:839px;
	overflow:hidden;
	background-color:#94d086;
	background-image: url(../../_homeimg/twitter_top.gif);
	background-repeat: no-repeat;
}

div.twitter_quote_body{
	float:left;
	width:827px;
	background-color:#94d086;
	padding:8px 0px 0px 12px;
	color:#109d4a;
	font-size:1.25em;
	min-height:25px;
	height:auto !important;
	height:25px;
}

div.twitter_quote_bot{
	float:left;
	width:840px;
	height:4px;
	background-image: url(../../_homeimg/twitter_bot.gif);
	background-repeat: no-repeat;
	padding-bottom:5px;
}