/* general */

/*
a:link { color: #; }
	
a:visited { color: #; }
	
a:hover { color: #; outline: none; text-decoration:underline; }
	
a:active { color: #; outline: none; text-decoration:underline; }
*/

a { text-decoration:none; }
ul, li { list-style:none}
img { border:none;  }

.l { float: left;}

.r { float: right;}


body {
	text-align: center;
	background-color: #000066;
	font-size:13px;
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
}
* {padding:0; margin:0;}

div#layout{
	width:921px;
	background:url(images/border_background.jpg);
	margin: 0 auto;
	text-align:center;

}
/*below are the center layout*/
div#topline{
	background:url(images/spacer.gif) repeat-x;	
	float:left;
}

/*the center layout*/
div#CFP_center{
	/*width:905px;*/
	margin: 0 6px 0 10px;
	text-align:left;
	background-color:#000066;
}

/*below are the banners and navigation*/

div#CFP_top{
	background:url(images/CFP_top.jpg) 0 0 no-repeat;
	float:left;
	width:846px;
	height:20px;
	text-transform:uppercase;	
	font-style:italic; 
	font-weight:bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#CFP_top_left{
	/*float:left;*/
	color:#1AC7FF;
	/*margin-top:5px;*/
	margin-left:4px;
	position:relative;
	top:3px;
}
#CFP_top_right{
	/*float:right;*/
	color:#ECEFE8;
	font-size:15px;
	/*margin-right:13px;
	margin-top:3px;*/
	position:relative;
	margin-left:290px;
	top:3px;
}
/*little RSS logo*/
div#CFP_rss{
	float:left;
	width:59px;
	height:20px;
} 
div#CFP_rss a{
	width:59px;
	height:20px;
	display:block;
	background:url(images/CFP_RSS.jpg) 0 0 no-repeat;
}
div#CFP_rss a:hover{
	background:url(images/CFP_RSS.jpg) 0 100% no-repeat;
}
/*little INSCRIPTIONS logo*/
div#CFP_ns_ins{
	width:114px;
	height:22px;
	position:relative;
	top:-2px;
} 
div#CFP_ns_ins a{
	width:114px;
	height:22px;
	display:block;
	background:url(images/CFP_ns_ins.jpg) 0 0 no-repeat;
}
div#CFP_ns_ins a:hover{
	background:url(images/CFP_ns_ins.jpg) 0 100% no-repeat;
}
/*newsletter*/
div#CFP_ns_newsletter{
	float:left;
	width:114px;
	height:85px;
	color:#ffffff;
}
div#CFP_ns_newsletter div{
	position:relative;
	top:58px;
	left:12px;
	font-style:italic;
	text-transform:uppercase;
	font-size:10px;
	width:102px;
}
div#CFP_ns_newsletter div span{
	font-size:11px;
	font-weight:bold;
}
/*email*/
div#CFP_ns_email{
	float:left;
	width:114px;
	height:38px;
	color:#000000;
	font-style:italic;
	overflow:hidden;
}
div#CFP_ns_email form{
	height:38px;
	width:114px;
	overflow:hidden;
}
div#CFP_ns_email form input{
	margin-left:13px;
	height:16px;
	width:90px;
	font-style:italic;
	top:-3px;
	position:relative;
	overflow:hidden;
}
/*only for browser IE6 */
div#IEemail div#CFP_ns_ins{
	position:relative;
	top:-6px;
}

/*wrap everything in the header*/

#header_wrapper{
	width:905px;
	height:212px;
	position:relative;
	z-index:30;
}


div#CFP_logo{
	height:192px;
	width:162px;
	position:absolute;
	left:0px;
	top:19px;
	background:url(images/CFP_logo.jpg)
}

/*
div#CFP_logo{
	height:192px;
	width:162px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/CFP_logo.jpg)
}
*/
/*big top header in the middle*/
div#CFP_center_top{
	background:transparent url(images/CFP_center_top.jpg) no-repeat scroll 0 0;
	height:123px;
	left:162px;
	position:absolute;
	top:19px;
	width:629px;
}
div#CFP_center_top span{
	position:absolute;
	top:30px;
	left:205px;
	font-weight:bolder;
	color:#9BC1FF;
	font-style:italic;
	font-size:20px;
	text-transform:uppercase;
}

div#CFP_center_top span#shadow{
	position:absolute;
	top:33px;
	left:207px;
	font-weight:bolder;
	color:#0C1B9A;
	font-style:italic;
	font-size:20px;
	text-transform:uppercase;
}

div#right_logo{
	background:transparent url(images/right_logo.jpg) no-repeat scroll 0 0;
	height:123px;
	position:absolute;
	right:0;
	top:19px;
	width:114px;
}
/*below are navigation*/

div#navigation{
	bottom:27px;
	height:43px;
	left:162px;
	position:absolute;
	width:761px;
}

ul#navlist{
	width:760px;
	height:43px;
	
}
#navlist li{
	display:inline;
	float:left;
	background:url(images/navi_white_bar.jpg) 0 0 no-repeat;
}
#navlist li a{
	text-decoration:none;
	display:inline;
	background:url(images/navi_rollover.jpg) 0 0 repeat-x;
	height:43px;
	float:left;
}
#navlist li a img{
	float:left;
}
#navlist li a:hover{
	background:url(images/navi_rollover.jpg) 0 100% repeat-x;
}
/*below are the big white text in the nagigation bar*/
#navlist li a span.menu_big, #active span.menu_big {
	color:#ffffff;
	font-size:12px;
	display:block;
	margin-left:3px;
	margin-right:6px;	
	position:relative;
	top:4px;
}
/*below are the small light-blue text under the big white text in the nagigation bar*/
#navlist li a span.menu_small, #active span.menu_small{
	color:#5a63b0;
	font-size:9px;
	display:block;
	margin-left:3px;
	margin-top:7px;
}
#navlist li a:hover span.menu_small{
	color:#c42239;
}

li#active{
	background:url(images/CFP_m_home_final.jpg) 0 0 no-repeat;
	height:43px;
	
}
/***********below are the horizontal bar below navigation*******************/
#below_navi_bar{
	background:transparent url(images/index_18.jpg) repeat scroll 0 0;
	bottom:0;
	height:26px;
	position:absolute;
	right:0;
	width:743px;
}

