@import url(http://www.fatbeehive.com/beekeeper2/reset.css);

/*3WAYS MAIN STYLES*/
/*GLOBAL*/
html, body{
	background:#ecf6f4;
	color:#525252;	
	font:85% Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
	margin:15px 0 0 0;
	padding:0;
}
body img{ 
	border:0;
}
body h1{ 
	color:#01465d;
	font:2em Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
}
body h2{ 
	color:#464646;
	font:1.5em Verdana, Arial, Helvetica, sans-serif;
	margin:0; 
	padding:10px 0 5px 0; 
}
body h3{ 
	color:#68ad21;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif; 
	margin:0; 
	padding:0;
}
body a{
	color:#1946CF;
	text-decoration:none;
}
.clearleft{
	clear:left;
}
.clearright{
	clear:right;
}
/*CONSTRUCT*/
#wrapper{
	margin:0 auto;
	width:691px;
}
#boxtop{
	background:url('../images/boxtop.gif') no-repeat;
	height:25px;
}
#boxmid{
	background:url('../images/boxmid.gif') repeat-y;
}
#boxbot{
	background:url('../images/boxbot.gif') no-repeat;
	height:33px;
}

/*CONTENT*/

/*leftcol*/
#leftcol{
	float:left;
	padding:40px 0 20px 71px;
	width:375px;
}
#leftcol img{
	padding-bottom:30px;
}

/*rightcol*/
#rightcol{
	background:url('../images/rightcolbg.gif') no-repeat;
	float:right;
	padding-right:20px;
	width:200px;
}
#rightcolbg{
	background:url('../images/rightcolbg.gif') top right no-repeat;
	width:691px;
}
#apply{
	background:url('../images/applybut.gif') no-repeat;
	display:block;
	height:101px;
	margin-top:110px;
	text-indent:-3000px;
	width:200px;
}
#about{
	background:url('../images/aboutbut.gif') no-repeat;
	display:block;
	height:116px;
	margin-top:50px;
	text-indent:-3000px;
	width:200px;
}
#service{
	background:url('../images/servicebut.gif') no-repeat;
	display:block;
	height:106px;
	text-indent:-3000px;
	width:200px;
}
#floating{
	background:url('../images/floatsupportbut.gif') no-repeat;
	display:block;
	height:116px;
	text-indent:-3000px;
	width:200px;
}
#textonly{
	background:url('../images/textonly.gif') no-repeat;
	display:block;
	height:40px;
	margin-top:15px;
	text-indent:-3000px;
	width:200px;
}

/*FOOTER*/
#footer{
	padding:0 20px 0 20px;
	text-align:center;
}
#footer a{
	color:#245e84;
}

