@charset "utf-8";
/* CSS Document */

body{
	background:#fff;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height:20px;}
	
	strong{color:#323232;}
	li{padding-bottom:5px;
	list-style-image:url('../images/bullet.gif');
	}


#container{
	width:940px;
	padding: 0px;
	margin: 0 auto;

}

#top_bg{background-image:url('../images/top_bg.jpg');
background-repeat:repeat-x;
background-position:top left;
height:119px;
}

#blue_line{background-image:url(../images/blue_line.jpg);
background-repeat:repeat-x;
height:60px;
}

#intro{background-image:url(../images/introduction.jpg);
height:60px;
width:587px;
position:absolute;
top:59px;
margin-left:-25px;


}
#small_intro{
	background-image:url('../images/small_intro.jpg');
	height:32px;
	width:511px;
}

#photo{
	background-image:url('../images/photo.jpg');
	background-repeat:no-repeat;
	height:324px;
	width:492px;
	float:right;

	}

#logo{background-image:url('../images/logo.jpg');
background-repeat:no-repeat;
height:106px;
width:306px;
margin-top:25px;}



#hr{background-image:url('../images/hr_line.jpg');
background-repeat:repeat-x;
height:9px;
}

#faq_box{
	width:930px;
	position:absolute;
	top:550px;
}
	

#box{
	background-image:url(../images/gradient_box.jpg);
	background-repeat:no-repeat;
	height:195px;
	width:293px;
	/*position:absolute;
	top:565px;
	float:right;
	left:880px;*/
	padding:0px;
	text-align:center;

}

#bottom{
	background-image:url(../images/bottom_line.jpg);
	background-repeat:repeat-x;
	height:14px;
	position:relative;
	top:80px;
	padding-bottom:25px;


}

.dark_heading{
	color:#20507a;
	font-size:36px;
}
.light_heading{
	color:#3f8fcd;
	font-size:18px;}
.callout{
	color:#3f8fcd;
	font-size:21px;
}

