
/*
border color (light gray): #d5d5d5;
blue box: #edf5f9;
deep blue text: #36499b;
link/footer border: #0126c3;
footer text (light gray): #999999;
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bg.jpg) repeat-x left top;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: .75em;
	line-height: 1.3em;
}

body.sub {
	background: #FFFFFF url(../images/sub_bg_repeat_x.jpg) repeat-x left top;
}

a {
	color: #0126C3;
}

img {
	border: 0;
}

#body_wrapper {
	position: relative;
	width: 991px;
	text-align: left;
}

#header {
	text-align: left;
	background: url(../images/hdr_bg.jpg) repeat-x top left;
	height: 168px;
}

#header_cap_right {
	background: url(../images/hdr_right_cap.jpg) no-repeat top right;
	width: 100%;
	height: 168px;
}

#header_cap_right.sub {
	background: url(../images/sub_hdr_cap_right.jpg) no-repeat bottom right;
}

#df_logo {
	padding-top: 63px;
	padding-right: 43px;
	text-align: right;
}

#main_menu {
	text-align: right;
	padding-top: 21px;
	padding-right: 25px;
}

#main_menu img {
	margin-left: 8px;
	border: 0;
}

#fpo {
	margin: 0;
	padding: 0;
	/*margin-left: 97px;*/
	background: url(../images/bg_fpo_left.jpg) no-repeat top left;
}

#fpo_inner {
	margin-left: 97px;
	background: url(../images/fpo_home.jpg) no-repeat;
	width: 869px;
	height: 206px;
}

#fpo .content {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

#featured_menu {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/bg_f_mnu_left.jpg) no-repeat top left;
	/*z-index: 3000;*/
}

#featured_menu_2 {
	width: 100%;
	background: url(../images/bg_f_mnu_right.jpg) no-repeat top right;
}

#featured_menu .content {
	margin: 0;
	padding: 0;
	padding-left: 114px; /* width of left background image */
}


/*** BEGIN MAIN TEMPLATE ***/
#main_content_1 {
	position: relative;
	text-align: left;
	width: 100%;
	background: #F6F7FA url(../images/main_content_l.jpg) repeat-y top left;
}

#main_content_2 {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_r.jpg) repeat-y top right;
}

#main_content_3 {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_b.jpg) repeat-x bottom left;
}

#main_content_4 {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_tl.jpg) no-repeat top left;
}

#main_content_5 {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_tr.jpg) no-repeat top right;
}

#main_content_6 {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_br.jpg) no-repeat bottom right;
}

#main_content_7 {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_bl.jpg) no-repeat bottom left;
}

#main_content_1 .content {
	padding: 26px 40px 28px 111px;
}
/*** END MAIN TEMPLATE ***/


/*** BEGIN SUB TEMPLATE ***/
#main_content_1_sub {
	position: relative;
	text-align: left;
	width: 100%;
	background: #F6F7FA url(../images/main_content_l.jpg) repeat-y top left;
}

#main_content_2_sub {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_r.jpg) repeat-y top right;
}

#main_content_3_sub {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_b.jpg) repeat-x bottom left;
}

#main_content_4_sub {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_t_sub.jpg) repeat-x top left;
}

#main_content_5_sub {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_tl_sub.jpg) no-repeat top left;
}

#main_content_6_sub {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_tr_sub.jpg) no-repeat top right;
}

#main_content_7_sub {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_br.jpg) no-repeat bottom right;
}

#main_content_8_sub {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_bl.jpg) no-repeat bottom left;
}

#main_content_9_sub {
	width: 100%;
	height: 100%;
	background: url(../images/main_content_tl2_sub.jpg) no-repeat top left;
}

#main_content_1_sub .content_sub {
	padding: 44px 40px 28px 111px;
}
/*** END SUB TEMPLATE ***/

#col_1 {
	float: left;
	width: 296px;
	height: 555px;
	border-right: 1px solid #D5D5D5;
}

#col_2 {
	float: left;
	width: 287px;
	height: 830px;
	border-right: 1px solid #D5D5D5;
}

#col_3 {
	float: left;
	width: 255px;
	height: 555px;
}

#col_1 .content {
	padding: 3px 21px 0 27px;
}

#col_2 .content {
	padding: 3px 11px 0 12px;
}

#col_3 .content {
	padding: 3px 30px 0 12px;
}

#main_col_home {
	/*padding-left: 120px;*/
	width: 287px;
}

#middle_col_home {
	position: absolute;
	top: 0;
	left: 377px;
	width: 287px;
	border-left: 1px solid #d5d5d5;
}





/*** BEGIN MAIN CONTENT COLUMN LAYOUT ***/
#inner_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

#lh_col {
	position: absolute;
	top: 0;
	left: 0;
	width: 287px;
}

#lh_col .content {
	padding: 0 15px 15px 30px;
}

#main_col_rh {
	width: 553px;
	margin-left: 287px;
	border-left: 1px solid #D5D5D5;
}

#main_col_rh .content {
	padding: 0 30px 15px 15px;
}

#main_col_lh {
	width: 553px;
	border-right: 1px solid #D5D5D5;
}

#main_col_lh .content {
	padding: 0 15px 15px 25px;
}

#rh_col {
	position: absolute;
	top: 0;
	left: 553px;
	width: 287px;
}

#rh_col .content {
	padding: 0 30px 15px 15px;
}

#main_col {
	width: 100%;
}

#main_col .content {
	padding: 0 30px 15px 25px;
}
/*** END MAIN CONTENT COLUMN LAYOUT ***/








/*
.content {
	padding: 15px;
}
*/

.blue_box {
	padding: 10px;
	background-color: #edf5f9;
}

.ab_table {
	width: 100%;
}

.ab_table td {
	/*padding: 8px 0px;*/
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #d5d5d5;
}

.ab_table img {
	margin-right: 8px;
}

.blue_text {
	color: #36499B;
	font-size: .9em;
}

.view_more {
	text-align: right;
}

#footer_home {
	border-top: 2px solid #0126c3;
	margin: 0 30px 0 25px;
}

#footer_home .content {
	padding: 8px 1px 30px 1px;
	font-size: .9em;
	color: #999999;
}

#footer_home a {
	text-decoration: none;
}

#footer {
	border-top: 2px solid #0126c3;
	margin: 15px 30px 0 25px;
}

#footer .content {
	padding: 8px 1px 30px 1px;
	font-size: .9em;
	color: #999999;
}

#footer a {
	text-decoration: none;
}

.header {
	color: #36499b;
	font-weight: bold;
	font-size: 1.3em;
}

.box_dream {
	border: 1px solid #999999;
	padding: 10px;
}

.box {
	border: 1px solid #999999;
	padding: 10px;
}

.hr {
	width: 80%;
	height: 1px;
	font-size: 1px;
	border-top: 1px solid #999999;
}

.list1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list1 li {
	padding-bottom: 5px;
}

.list2 {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.list2 li {
	padding-bottom: 2px;
	line-height: 12px;
}

.story_photo {
	margin-right: 10px;
}

.hr_1 {
	font-size: 1px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid 
}

.large_blue {
	font-size: 16px;
	font-weight: bold;
	color: #384A9C;
}

.invitation {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	line-height: 24px;
}