@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0; font-family: Tahoma; font-size:70%; background:url(../images/bg.jpg) repeat-x #def4ff; line-height:15px;}

p{ margin:0; padding:0; padding-bottom:6px;}
ul,li,ol,h1,h2,h3,h4,h5,h6{margin:0; padding:0;}
ul,li,ol{ list-style:none;}

a{
	margin:0; padding:0;
	color:#eb9606; text-decoration:none;
}
a:hover{
	color:#000000; text-decoration: underline;
}

fieldset{
	margin:0; padding:0; border:none;
}
.clear{
	clear:both;
	display:block;
}


/*****************************************/

#Container{
	border:#eaeadc solid 3px;
	border-top:none;
	width:940px;
	margin:0 auto;
	background:#FFFFFF;
	padding:0 7px;
	min-height:500px;

}
*html #Container{height:500px;}

/*******header***********************/
.header{
	height:121px;
	width:940px;
	float:left;
	background:#FFF;
}

.logo{
	background:url(../images/acfn_logo.jpg) no-repeat bottom left;
	display:block;
	height:95px; width:727px;
	padding-top:15px;
	float:left;
}
.logo span{ display:none;}

.head_links, .footer_links{
	float:right;
	list-style:none;
	margin-top:12px;
	position:relative;
}
.head_links li, .footer_links li{
	float:left;
	color:#8f8f8f;
	display:block;
}
.head_links li a.home, .head_links li a:hover.home{
	float:left;
	background:url(../images/home_icon.gif) no-repeat 0px 3px;
	text-transform: capitalize;
	font-weight:bold;
	padding-left:14px;
	color:#fa9704;
	text-transform: capitalize;
}

.head_links li a, .footer_links li a{
	padding:1px 6px;
	color:#8f8f8f;
	text-decoration:none;
	text-transform: capitalize;
}
.head_links li a:hover, a.current, .footer_links li a:hover{
	padding:1px 6px;
	color:#fa9704;
	text-decoration:none;
}


/*******navigation part***********************/
.navigationAround{
	width:940px;
	float: left;
	background:#FFF;
}

.Navigation{
	width:225px;
	height:auto;
	float:left;
}
.Navigation ul{
	background:url(../images/nav_bg.jpg) repeat-y;
	height:auto;
	padding:0 2px;
	padding-top:7px;
	float:left;
	width:221px;
	z-index:2;
}
.Navigation ul li{
	margin-bottom:1px;
	text-align:right;
	display:block;
	width:221px;
	float:left;
	background:url(../images/opacity_nav_bg.png) repeat-y;
 }

*html .Navigation ul li{
	background:none;
	float:left;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/opacity_nav_bg.png',sizingMethod='scale')
 }
 
.Navigation ul li a{
	color:#6b4603;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0; margin:0;
}
*html .Navigation ul li a{ position:relative;}

.Navigation ul li a:hover, #current{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:#ffbd2f;
}
.Navigation ul li a span{
	padding:5px 12px;
	display:block; 
	background: url(../images/nav_bullet.gif) no-repeat  200px 13px;
	padding-right:30px;
	padding-bottom:9px;
}

.NavigationBottom{
	width:225px;
	background:url(../images/nav_bottom_bg.jpg) no-repeat;
	height:32px;
	float:left;
	z-index:1;

}

.rightTOnav{
	float:right;
	width:715px;
	height:344px;
}
.flash{
	float:right;
	width:715px;
	height:312px;
}

.loginBox{
	background:url(../images/login_bg.jpg) no-repeat;
	float:right;
	width:715px;
	height:32px;
}
.loginBox table td{ font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:130%; font-weight:bold;}

.loginBox input.Txt{ border: none; color:#606060; font-size:70%;}
.loginBox a:hover{ color:#FFF; text-decoration: none;}

/*******ColmnLeft***********************/
#Columns, #innerBody{
	float:left;
	width:940px;
}

.ColmnLeft{
	float:left;
	width:224px;
	border-right:#f2f2f2 solid 1px;
}
.LeftBox1{
	padding:8px 6px;
	display:block;
	float:left;
	width:212px;
}

.LeftBox1 h4{
	color:#f59f21;
	font-size:130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:15px;
	background:url(../images/bullet1.gif) no-repeat 0 4px;
	display:block;
	margin-bottom:6px;
}
.LeftBox1 div.listBix{
	display:block;
	border-bottom:#b3b3b3 dotted 1px;
	padding:6px 0;
}
.LeftBox1 div.listBix h5{
	display:block;
	font-size:100%;
	color:#197aab;
	margin-left:15px;
}
.LeftBox1 div.listBix ul{ display:block; margin:5px 0;}
.LeftBox1 div.listBix ul li{
	background:url(../images/bullet2.gif) no-repeat 0 5px;
	padding:1px 0;
	padding-left:15px;
	color:#f59f21;
}
.LeftBox1 div.listBix ul li a{
	color:#f59f21;
	text-decoration:none;
}
.LeftBox1 div.listBix ul li a:hover{
	color:#3d3b38;
	text-decoration:none;
}






/*******ColmnMiddle***********************/
.ColmnMiddle{
	float:left;
	width:371px;
	margin:0 16px;	
}

.ColmnMiddle a{
	text-decoration:underline;
	font-weight:bold;
	color:#197aab;
}
.ColmnMiddle a:hover{
	text-decoration: none;
	font-weight:bold;
	color:#318fbf;	
}

.midBox1{
	background:#f0f9fe;
	border:#e3eef5 solid 1px;
	padding:8px 12px;
	margin-bottom:8px;
	color:#197aab;
	line-height:15px;
}
.midBox1 h6{
	color:#197aab;
	font-family:Tahoma;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
}
.midBox1 h6.NavyBlue{
	color:#3c46af;
	font-family:Tahoma;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
}
.midBox1 ul.list_1 li a, .midBox2 ul.list_1 li a{ color:#0e6693;}

.midBox1 ul.list_1, .midBox2 ul.list_1{
	color:#197aab;
}
.midBox1 ul.list_1 li, .midBox2 ul.list_1 li{
	color:#197aab;
	background:url(../images/squre_bullet1.gif) no-repeat 0 6px;
	padding-left:13px;
	margin:10px 0;
}

.midBox1 ul.list_1 li, .midBox2 ul.list_1 li a {
	color:#197aab;
	font-weight:normal;
	text-decoration:none;
}
.midBox1 ul.list_1 li, .midBox2 ul.list_1 li a:hover {
	color:#197aab;
	font-weight:normal;
	text-decoration:underline;
}

.midBox2 h6{ margin-bottom:10px;}
.midBox2{
	background:#fcf5e9;
	border:#f9f2e4 solid 1px;
	padding:8px 12px;
	margin-bottom:8px;
	color:#f5b021;
	line-height:15px;
}
.midBox2 ul.list_1 li{
	background:url(../images/squre_bullet2.gif) no-repeat 0 6px;
}

.midBox2 a{ color:#f5b021; }.midBox2 a:hover{ color:#de9b10;}


/*******ColmnRight***********************/
.ColmnRight{
	float:right;
	width:311px;
	border-left:#f2f2f2 solid 1px;
}
*html .ColmnRight{ position: absolute; margin-left:0;}

.programBox{
	background:#fcf5e9;
	border:#f9f2e4 solid1px;
	padding:8px 12px;
	margin-bottom:8px;
	float:left;width:285px;
}
.programBox h2.programTitle{
	background:url(../images/acfn_logo_small.jpg) no-repeat 25px 0;
	color:#f59f21;
	font-size:180%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0 8px 96px;
	margin-bottom:10px;
}
.programBox div.pro_thumb{
	width:80px;
	float:left;
	}

.programBox div.pro_thumb div.top{
	background:url(../images/thumb_top.gif) no-repeat;
	height:7px;
	
}
.programBox div.pro_thumb div.middle{
	background:url(../images/tumb_bg.gif) repeat-y;
	text-align:center;
	padding:5px 0;
	padding-bottom:10px;
	
}
.programBox div.pro_thumb div.bottom{
	background:url(../images/thumb_bottom.gif) no-repeat;
	height:7px;	
	
}

.programBox div.rightBox{
	float:right;
	width:190px;
}

.programBox p{
	color:#f59f21;
	margin:5px 0;
}

.rightBox ul.list_1 li a{ color:#0e6693;}
.rightBox ul.list_1{
	color:#606060;
}
.rightBox ul.list_1 li{
	color:#606060;
	background:url(../images/squre_bullet2.gif) no-repeat 0 6px;
	padding-left:13px;
	margin:10px 0;
}

.programBox a{
	text-decoration:underline;
	font-weight:bold;
	color:#197aab;
}
.programBox a:hover{
	text-decoration: none;
	font-weight:bold;
	color:#318fbf;	
}

.rightBox ul.list_1 li a.black{
	text-decoration:none;
	font-weight:bold;
	color:#606060;
}
.rightBox ul.list_1 li a.black:hover{
	text-decoration: none;
	font-weight:bold;
	color:#f59f21;	
}

.contact_box{
	background:url(../images/contactbox_bg.gif) repeat-x bottom #FFF;
	border:#f2f2f2 solid 1px;
	width:214px;
	margin:10px auto;
	padding:5px 35px;
}
.contact_box h3{
	background:url(../images/contact_bg.gif) no-repeat;
	padding-left:23px;
	padding-top:6px;
	color:#197aab;
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	height:50px;
}
.contact_box p{ padding-left:20px;}
.contact_box p.first{ color:#197aab; font-size:110%; font-weight:bold;}
.contact_box p.last{ color:#606060; font-size:110%; font-weight:bold; line-height:23px;}
.contact_box div.email{
	background:url(../images/mail_icon.gif) no-repeat 15px 2px;
	text-align:center;
	padding-left:20px
}
.contact_box div.email span.one{
	color:#f5b021;
	font-weight:bold;
}
.contact_box div.email a{
	color:#197aab;
	font-weight:bold;
	text-decoration:none;
}
.contact_box div.email a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.rightbottom_logo{
	width:273px;
	margin:0 auto;
	margin-top:25px;
}












/*******footer***********************/

#footer{
	width:940px;
	margin:0 auto;
	margin-top:8px;
	color:#3e718b;
	padding-bottom:20px;
	overflow:auto;
}
.footer_links{ float:left; margin:0;}


/*********inner right body**********/

.innerRight{
	float:right;
	width:714px;

}
*html .innerRight{  }
.innerHead{
	background:url(../images/innertitle_bg.jpg) no-repeat;
	height:129px;
	float:left;
	width:694px;
	padding:10px 10px 0 10px;
}
.innerHead div.innerTopimage{
	float:left;
	width:425px;
	height:119px;
}
.innerHead h2{
	float:right;
	width:260px;
	display:block;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:170%;
	font-weight:bold;
	text-align:right;
	padding-top:77px;
	height:45px;
	line-height:22px;
}

.innerContent{
	padding:25px 15px 15px 30px;
	float:left;
	width:665px;
	color:#197aab;
}
.innerContent p{ padding-bottom:14px;}

.innerContent h4{
	display:block;
	color:#f5a715;
	border-bottom:#8b8b8b dotted 1px;
	font-size:130%;
	font-family:Tahoma;
	padding-bottom:15px;
}

.innerBottomLogo{
	float:right;
}

/**forms***/

.registerForm{
}
.registerForm label{
	width:150px;
	padding-right:3px;
	text-align:right;
	float:left;
	display:block;
	padding-top:2px;
}
.registerForm div{
	margin-bottom:8px;
	display:block;
}
.registerForm input.text, .registerForm select, .registerForm textarea{
	font-size:11px;
	font-family:Tahoma;
	width:200px;
	border:#dbdedf solid 1px;
	margin:0 15px 0 10px;
}
.registerForm textarea{ height:60px;}
.registerForm h3{
	color:#f5a411;
	font-size:100%;
	border-bottom:#e5e5e5 dashed 1px;
	padding:4px 0;
}
.registerForm img{	margin:0 15px 0 10px;}

/*****/
.billingForm{
}
.billingForm label{
	width:250px;
	padding-right:3px;
	text-align:left;
	float:left;
	display:block;
	padding-top:2px;
}
.billingForm div{
	margin-bottom:8px;
	display:block;
}
.billingForm input.text, .billingForm select, .billingForm textarea{
	font-size:11px;
	font-family:Tahoma;
	width:200px;
	border:#dbdedf solid 1px;
	margin:0 15px 0 0px;
}
.billingForm textarea{ height:60px;}
.billingForm h3{
	color:#f5a411;
	font-size:100%;
	border-bottom:#e5e5e5 dashed 1px;
	padding:4px 0;
}
.billingForm img{	margin:0 15px 0 0px;}


/*****/
.recertification{
}

.recertification  label{
	width:550px;
	padding-right:3px;
	text-align:left;
	float:left;
	display:block;
	color:#000000;
}
.recertification div{
	margin-bottom:8px;
	display:block;
}

.recertification h4{
	color:#f5a411;
	font-size:100%;
	border-bottom:#e5e5e5 dashed 1px;
	padding:4px 0;
}

/******Fellowship forms********/

.Fellowshiparound h2{
	color:#f5a10f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	padding:8px 0;
	text-transform:uppercase;
}
.Fellowshiparound{ background:#dbdedf; padding:0px; width:665px; }
.Fellowshiparound td{ background:#FFF; vertical-align:top; }

.Fellowshiparound td table{ width:100%; }
.Fellowshiparound td table td{ padding:0; padding:6px; vertical-align:top;}
.Fellowshiparound td table td.rightbrdr{ border-right:#dbdedf solid 1px;}

.Fellowshiparound div.photo{
	width:160px;
	height:190px;
	margin:10px auto;
	background:#e4e4e4;
}
.Fellowshiparound td h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:115%;
	color:#000;
	background:#eeeeee;
	padding:6px 10px;
	text-align:center;
}
.Fellowshiparound input.text, .Fellowshiparound select, .Fellowshiparound textarea{
	font-size:11px;
	font-family:Tahoma;
	border:#cccccc solid 1px;
	margin:0 15px 0 0px;
	background:#f7fbfc;
}
.Fellowshiparound td div, .Fellowshiparound td p{ padding:6px;}

/*****/

.programdesc, .myAccount{
	width:704px;
	padding:10px 0px 0 10px;
	float:left;
	color:#197aab;
}
.programdesc h2, .myAccount h2{
	color:#f5a10f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	padding:8px 0;
	text-transform:uppercase;
}
.Left_programdesc{
	float:left;
	width:420px;
}
.Right_programdesc{
	float:right;
	width:270px;
	background:#fcf5e9;
	border:#f7ecd8 solid 1px;
	padding:3px;
}
.Right_programdesc h2{
	color:#f3a610;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	padding:3px 0 3px 3px;
	text-transform:uppercase;
	background:#FFF;
}
.courseBox{
	margin:6px 0;
	padding:0 4px;
	color:#606060;
	border-bottom:#dfcdaf dashed 1px;
}
.courseBox h4{
	color:#197aab;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 0;
}
.courseBox div.btn{ margin:8px 0; padding-left:5px;}


.myAccount div.Nav, .myAccount div.Nav1{
	background:#e3d8c3;
	padding:0px 0px;
	border:#d7c4a1 solid 1px;
	float:left;
	width:702px;
}
.myAccount div.Nav a span, .myAccount div.Nav1 a span{ padding:3px 11px;}
.myAccount div.Nav a, .myAccount div.Nav1 a{
	border-left:#d7c4a1 solid 1px;
		float:left;
	color:#6e572a;
	text-transform:uppercase;
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;padding:3px 0px;
}

.myAccount div.Nav a:hover, .myAccount div.Nav1 a:hover{
	border-left:#d7c4a1 solid 1px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
}

.myAccount div.Nav1{ width:300px; float:none; margin:0 auto 0 0; border:0;}
.myAccount div.Nav1 a span, .myAccount div.Nav1 a{ display:block; float:none; border:0;}
.myAccount div.Nav1 a{
border-bottom:#d7c4a1 solid 1px;
}
/****/

.locationsBox, .lectureSchduleBox{
	border:#9cd1ec solid 1px;
	margin-bottom:8px;
}
.locationsBox h5, .lectureSchduleBox h5, .courseBilling h5{
	background:#9cd1ec;
	padding:2px 4px;
	display:block;
	font-size:100%;
}
.locationsBox div, .lectureSchduleBox div { margin-bottom:3px; padding:2px 5px;}
.locationsBox div label, .lectureSchduleBox div label{
	float: left;
	width:130px;
	display:block;
}

.courseBilling{
	border:#aed1e3 solid 1px;
	margin-bottom:8px;
	color:#404040;
}
.courseBilling h5{
	color:#2e80aa;
	font-size:100%;
	background:#d2e8f3;
}

.courseBilling1{
	border:#aed1e3 solid 1px;
	margin-bottom:8px;
	color:#404040;
}
.courseBilling1 h5{
	color:#2e80aa;
	font-size:100%;
	background:#d2e8f3;
}
.courseBilling div label.right{ float:none; width:420px; margin-left:250px;}

/****/
.lectureSchduleBox{

}
.lectureSchduleBox h5 a{ color:#000; text-decoration:underline;	} .lectureSchduleBox h5 a:hover{ color:#FFF; text-decoration:underline;	}
.lectureSchduleBox div label, .courseBilling div label{
	width:250px;
	float:left;
	display:block;
}
.lectureSchduleBox div, .courseBilling div{ background:#f8f8f8; margin-bottom:1px; padding:5px;}

.lectureSchduleBox2{
	border:#f0f0f0 solid 1px;
	margin-bottom:8px;
}

.lectureSchduleBox2 h5{
	background:#f0f0f0;
	padding:2px 4px;
	display:block;
	font-size:100%;
	color:#de1a1a;
}
.lectureSchduleBox2 p{ padding:5px;}



.red{ color:#de1a1a; font-weight:bold;}

/******/

.recordsTable{
	width:704px;
	background:#aed1e3;
}
.recordsTable td{
	background:#FFFFFF;
	padding:2px 5px;
	vertical-align:top;
	color:#404040;
}
.recordsTable td.title{
	background:#d2e8f3;
	padding:4px 5px;
	text-align:center;
	font-weight:bold;
	color:#05689b;
}
.recordsTable td.amount{
	padding-right:18px;
}


.gotop{
	float:right;
	color:#f03333;
	font-size:10px;
	text-transform:uppercase;
}
/*************************************/
.programBox ul.list_1,{
	color:#606060;
}
.programBox ul.list_1 li{
	color:#606060;
	background:url(../images/squre_bullet2.gif) no-repeat 0 6px;
	padding-left:13px;
	margin:10px 0;
}
.programBox ul.list_1 li span{ color:#f59f21; font-weight:bold;}
.programBox h5{
	color:#197aab;
	font-size:0.94em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;

	margin-bottom:10px;
}


/* ---------------------------------- checkout sytels start  -------------------------------------*/
.checkout{
	float:left;
	width:665px;
	padding:0px;
	margin:10px 0px;
}
.checkout .register{
	float:left;
	width:305px;
	padding:10px;
	height:180px;
	border:#E3E2E1 solid 1px;
}
.register h3{
	color:#197AAB;
	font-size:0.94em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	padding:0px 0px 6px 0px;
	margin:0px 0px 5px 0px
}
.register p{
	color:#5F5F5F;
	font-size:0.98em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0px;
	line-height:16px;
}
.checkout .login{
	float:right;
	width:305px;
	padding:10px;
	height:180px;
	border:#E3E2E1 solid 1px;
}
.login h3{
	color:#197AAB;
	font-size:0.94em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	padding:0px 0px 6px 0px;
	margin:0px 0px 5px 0px
}
.loginlist{
	width:280px;
	padding:0px;
	height:auto;
	margin:0 auto;
	margin-top:26px;
}
.loginlist ul{
	width:auto;
	padding:0px;
	height:auto;
}
.loginlist li{
	width:140px;
	padding:0px;
	margin:6px 0px;
	height:auto;
	list-style-type:none;
	display:block;
	color:#5F5F5F;
	font-size:0.98em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	float:left;
}
.loginlist li input{
	width:130px;
	padding:1px;
	color:#5F5F5F;
	background:#fff;
	font-size:0.98em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border:#A4A1A1 solid 1px;
}
.loginlist li a{
	padding:0px;
	color:#5F5F5F;
	font-size:0.98em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}
.loginlist li a:hover{
	padding:0px;
	color:#5F5F5F;
	font-size:0.98em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
}
/* ---------------------------------- checkout sytels end  -------------------------------------*/