body{
	background: White url(../img/body_bg.gif) repeat-x ;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 8px;
}
#all{
	position: relative;
	width: 740px;
	text-align: left;
	margin: 0 auto;
}
#head{
	width: 740px;
	height: 87px;
	background: url(../img/head-bg.gif) repeat-x;
}
#head img{
	border: none;
	position: relative;
	top: 15px;
	left: 20px;
}
a#home, a#apply, a#cont{
	display: block;
	width: 41px;
	height: 50px;	
	text-decoration: none;
	color: White;
	text-align: center;
	text-transform: capitalize;
}
a#home{
	position: absolute;
	top: 15px;
	left: 588px;
	background: url(../img/home.gif) no-repeat 6px 20px;
}
a#home:hover{
	background: url(../img/home_hover.gif) no-repeat 6px 20px;
}
a#apply{
	position: absolute;
	top: 15px;
	left: 639px;
	background: url(../img/apply.gif) no-repeat 6px 20px;
}
a#apply:hover{
	background: url(../img/apply_hover.gif) no-repeat 6px 20px;
}
a#cont{
	position: absolute;
	top: 15px;
	left: 690px;
	background: url(../img/cont.gif) no-repeat 6px 20px;
}
a#cont:hover{
	background: url(../img/cont_hover.gif) no-repeat 6px 20px;
}
#top_nav{
	width: 740px;
	height: 32px;
	background: url(../img/top_nav_bg.gif) repeat-x;
	text-align: center;
}
#top_nav a{
	display: inline-block;
	line-height: 25px;
	color: Black;
	font-weight: bold;
	padding: 7px 15px 0 15px;
}
#top_nav a:hover{
	text-decoration: none;
}
#bulk{
	width: 740px;
	background: url(../img/bulk_bg.gif) repeat-y;
}
#main{
	width: 530px;
	padding: 0px 10px 0 10px;
	float: left;
	text-align: center;
}
#main h1{
	text-align: left;
	font-size: 16px;
	margin: 10px 0 5px 0;
}
#main h2, #main h3{
	text-align: left;
	font-size: 14px;
	margin: 10px 0 -10px 0;
}
#main p{
	text-align: justify;
	font-weight: normal;
}
#main p a{
	color: #132D8F;
	font-weight: normal;
}
#main p a:hover{
	color: #4064E9;
}
#main img{
	border: none;
}
#side{
	float: right;
	width: 190px;
	background: #F3F3F3;
}
#side_apply{
	text-align: center;
	width: 179px;
	height: 225px;
	margin: 10px 0 0 5px;
	position: relative;
}
#side_apply p#side_p{
	background: url(../img/side_p_bg.gif) no-repeat;
	height: 31px;
	color: White;
	font-size: 12px;
	font-weight: bold;
/*	padding-top: 8px;
	margin: 0px -5px -10px 0;*/

}
#side_apply img, #side_call img{
	margin: 5px 0 0 0;
	float: left;
}
p#apply_p{
	float: right;
	width: 80px;
	margin: 10px 4px 0 0;
	text-align: justify;
}
div#side_apply a{
	position: absolute;
	top: 138px;
	left: 0px;
	display: block;
	width: 179px;
	height: 51px;
	background: url(../img/side_apply_button.gif) no-repeat;
	padding: 17px 0 0 0;
	margin: 5px 0 -17px 0;
	color: #122C8D;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#side_apply a:hover{
	color: #75E10C;
}
#side_call{
	margin: 10px 0 0 5px;
	text-align: center;
}
p.side_p{
	background: url(../img/side_p_bg.gif) no-repeat;
	height: 31px;
	color: White;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	margin: 0px 0 -10px 0;
}
p#call_p{
	float: right;
	text-align: justify;	
	width: 80px;
	margin: 10px 4px 0 0;
}
#footer{
	float: left;
	width: 740px;
	height: 30px;
	background: url(../img/footer_bg.gif) repeat-x;
	color: Black;
	font-weight: bolder;
	text-align: center;
	padding: 5px 0 0 0;
}
#footer a{
	color: Black;
	margin: 0px 10px;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
img#contact_info{
	float: left;
	position: relative;
	top: 25px;
	left: 1px;
}
iframe{
	margin: 0 0 7px 0
}