/* 

Blue Biz - CSS File

*/

/*** FRONT PAGE SLIDER ***/
#slides_container{height:297px; position:relative;  background-image:url(../images/bg_slides_container.jpg); background-repeat:no-repeat; clear:left;}
#intro_container {
	height:560px;
	position:relative;
	/* [disabled]background-image:url(../images/bg_slides_container.jpg); */
	/* [disabled]background-repeat:no-repeat; */
	clear:left;
	padding-bottom: 20px;
}
/* Easy Slider */
#slider{
	position:relative;
	width:855px;
	color:#010101;
	height:267px;
	overflow:visible;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slider h2{
	color:#000000;
	padding-top: 20px;
}
#slider p{color:#010101}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:940px;
	height:300px;
	overflow:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:50px;
	height:52px;
	position:absolute;
	top:135px;
}
#prevBtn{left:10px;}	
#nextBtn{left:900px;}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:50px;
	height:52px;
	background:url(../images/slide-prev.png) no-repeat 0 0;
	cursor:pointer;
	}
#nextBtn a{ 
	background:url(../images/slide-next.png) no-repeat 0 0;	
	}
/*** END OF FRONT PAGE SLIDER ***/
		
/*** CONTENT TOP ***/											
#content_top{background-image:url(../images/bg_middle_top.gif); background-repeat:no-repeat; height:109px; padding-top:5px;}
#twitter{width:650px; float:left}
#icon_twitter{
	float:left;
	width:90px;
}
#twitter_status{padding:20px 10px 10px 10px; line-height:18px;}
#searchtop{
	width:294px;
	float:left;
	text-align: right;
	height: 86px;
	padding-top: 12px;
	padding-right: 0px;
}
#search{padding:15px 10px 10px 20px;}
.text_search{font-size:18px; font-style:italic; font-family:Arial, Verdana; line-height:25px;}
.bg_input{background-image:url(../images/bg_inputsearch.gif); background-repeat:no-repeat; width:232px; height:26px; display:block;}
.inputbox{background:transparent; border:0px; width:198px; padding:5px 30px 5px 4px; line-height:normal}
/*** END OF CONTENT TOP ***/

/*** CONTENT HOMEPAGE ***/
#content{padding:10px 0px 17px 0px; background-image:url(../images/bg_content.gif); background-repeat:repeat-y; float:left; margin-bottom:20px}
#box_container{
	padding:10px 0px 0px 0px;
	margin-bottom:50px;
}
#box_intro_container {
	/* [disabled]padding:10px 0px 0px 0px; */
	margin-bottom:50px;
}
#box_container ul{margin:0px; padding:0px; list-style-type:none;}
#box_container ul li{margin: 5px 0px 5px 0px;float:left;}
.box{
    width: 270px;
	float:left;
	padding:0px 20px 0px 20px
}
.boxintro {
	width: 944px;
	float:left;
	padding:0px 20px 0px 20px;
	height: 540px;
}
.social_media_padding_top{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
h5.t_box{font-family:Verdana, Arial, Tahoma;}
.box_noline p img{text-align:center; display:block; margin:0px auto 0px auto !important;}
.box p img{
	text-align:center;
	display:block;
	margin:0px auto 0px auto !important;
}
.box p{text-align:justify;}
/*** END OF CONTENT HOMEPAGE ***/

