@charset "UTF-8";
/* CSS Document */

#main_image_container {
	width:928px;
	height:239px;
	/* height:314px; */
	background-image:url(../images/background_top.png);
	behavior:url(js/iepngfix.htc);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	padding:20px 0px 0px 0px;
	}
	
#main_text_container {
	width:928px;
	height:auto;
	background-image:url(../images/background_main.png);
	behavior:url(js/iepngfix.htc);
	background-repeat:repeat-y;
	}
	
#main_text {
	font-size:13px;
	line-height:20px;
	}
	
#gwu_top {
	background-image:url(../images/gwu_top.gif);
	background-repeat:no-repeat;
	}
	
#gwu_right {
	background-image:url(../images/gwu_right.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
#gwu_main {
	background-image:url(../images/gwu_main.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:11px;
	line-height:15px;
	padding-left:25px
	}
	
#gwu_main img {
	float:right;
	}
	
#gwu_bottom {
	background-image:url(../images/gwu_bottom.gif);
	background-repeat:no-repeat;
	}
	
#callout_1 {
	background-image:url(../images/home_callout_1.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#4d4d4d;
	font-size:11px;
	line-height:14px;
	
	}
	
.callout_1_img {
	float:left;
	margin:-9px 0px 0px 22px;
	}

#callout_1 p {
	width:140px;
	float:left;
	margin:0px 0px 0px 5px;
	}
	
.callout_title {
	margin:13px 0px 15px 0px;
	float:left;
	}
	
.callout_title_center {
	margin:13px 0px 15px 0px;
	}
	
#callout_2 {
	background-image:url(../images/home_callout_2.gif);
	background-repeat:no-repeat;
	color:#4d4d4d;
	font-size:11px;
	line-height:14px;
	}
	
#callout_2 .callout_title {
	float:left;
	margin-left:25px;
	margin-top:14px;
	}
	
#callout_2 p {
	width:245px;
	margin:0px 0px 0px 25px;
	clear:both;
	}
	
#callout_3 {
	background-image:url(../images/home_callout_3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#4d4d4d;
	font-size:11px;
	line-height:14px;
	}
	
#callout_3 .callout_title {
	float:left;
	margin-left:25px;
	margin-top:14px;
	}
	
#callout_3 p {
	width:245px;
	margin:0px 0px 0px 25px;
	clear:both;
	}