/***
 * CSS code to support http://www.abfifer.com
 * Last updated: July 16, 2010
 * XHTML/CSS programmed by Mindutopia
 * Contact Info:
 *		E-mail  	brain@mindutopia.com
 *		Website		http://www.mindutopia.com
 ***/
 
 
/*** Defaults ***/

*{
	margin: 0;
	padding: 0;
	line-height: 1.25em;
}

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	background:url(images/horizlines2.gif) repeat-x;
	line-height:1.45em;
}

.small{
	font-size: 12px;
}

.home{
	background:url(images/home_bg.gif) repeat-x;
}

.inside{
	background:url(images/inside_bg.gif) repeat-x;
}

ul, ol{
	margin-bottom:12px;
	padding-left:25px;
	line-height:1.45em;
}

li{
	line-height:1.45em;
}

p{
	margin-bottom:13px;
	line-height:1.45em;
	padding-left:2px;
}

a{
	color:#4C3F6C;
	text-decoration:none;
	line-height:1.45em;
}

a:hover{
	border-bottom:1px dotted;
}

hr{
	background:#CCC;
	border:none;
	height:1px;
	width:100%;
	margin-bottom:14px;
	margin-top:14px;
}


/*** Global Classes ***/

#container {
		min-height:100%;
		position:relative;
	}

#header{
	width:940px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

.logo{
	float:left;
	margin-left:25px;
	width:262px;
}

.nav_line{
	margin-top:26px;
	float:right;
	margin-right:3px;
	width:575px;
}

.nav_line ul{
	display:block; 
	float:left; 
	margin:0 20px;
}

.nav_line li{
	display:block; 
	float:left; 
	margin:0 15px; 
	list-style:none; 
	padding-top:6px;
}

.nav_line a:hover{
	border-bottom:none !important;
	text-decoration:none;
}

.selected{
	border-top:2px solid #4C3F6C;
	padding-top:4px !important;
}

.headline{
	margin-bottom:8px;
}

#footer{
	border-top:1px solid #CCC;
	clear:both;
	font-size:10px;
	width:100%;
	height:60px;
}

.footer_container{
	width:900px;
	margin:0 auto;
	padding-top:20px;
	color:#999;
}

.footer_left{
	width:200px;
	float:left;
}

.footer_right{
	width:200px;
	float:right;
	text-align:right;
	margin-top:-8px;
}


/*** Home ***/

#photo{
	width:940px;
	height:270px;
	margin:0 auto;
}

#content{
	width:900px;
	margin:0 auto;
	padding:20px;
	padding-top:15px;
}

.left_column{
	float:left;
	width:632px;
	margin-right:10px;
	margin-bottom:30px;
}

.line{
	float:left;
	width:1px;
	height:220px;
	background-color:#ccc;
	margin-left:5px;
	margin-top:-3px;
	margin-bottom:30px;
}

.right_column{
	float:right;
	width:230px;
	margin-left:10px;
	margin-bottom:30px;
}

.date{
	font-weight:bold;
	line-height:1.45em;
}


/*** Inside Pages ***/

.right_inside{
	float:right;
	width:632px;
	margin-bottom:30px;
	margin-top:20px;
}

.left_inside{
	float:left;
	width:240px;
	margin-bottom:30px;
	margin-top:20px;
	line-height:1.45em;
}

.caption{
	line-height:1.45em;
}

.caption em{
	line-height:1.45em;
}

.section{
	background:#E8E8FE;
	border:1px solid #D0DDEA;
	width:250px;
	padding-top:8px;
	margin-bottom:18px;
}

.section ol{
	margin-bottom:8px;
	margin-left:3px;
	line-height:1.45em;
}
