/* TABLE OF CONTENTS

#CONTAINER
	#HEADER
		#flash_banner / #banner
	#MAIN CONTENT
		#right_column
			#right_column_content
				#client_list
		#left_column
			#left_column_content
	#FOOTER
	#MISC. CLASSES

*/

/*__________________________________________________________________________________________________________________________________________________________________
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
 
/*___________________________________________________
//////////////////    CONTAINER   ///////////////////
//////////////////////////////////////////////////*/
#container {
	margin: auto;	
	width: 980px;
	text-align: left;
 }
 
/*___________________________________________________
////////////////////    HEADER   ////////////////////
//////////////////////////////////////////////////*/
#header {
	width: 980px;
 }
 
.logo {
 	float: left;
 	margin-right: 58px;
 }
 
#flash_banner {
	position: absolute;
	height: 386px;
	width: 100%;
	top: 101px;
	margin-left: -50%;
	left: 50%;
}
 
#flash_banner_expand {
	width: 980px;
	height: 386px;
 }

#banner {
	width: 980px;
	height: 236px;
 }
 
/*___________________________________________________
/////////////////    MAIN CONTENT   /////////////////
//////////////////////////////////////////////////*/
#main_content {
	margin-top: 10px;
	font-size: 1.3em;
	line-height: 1.8em;
	width: 983px;
}

#main_content li {
	background: url(../images/main_content_arrow_bullet.gif) no-repeat top left;
	float: none;
	text-align: left;
	text-indent: 0em;
	display: block;
	padding-left: 20px;
	font-style: italic;
	font-weight: 700;
	font-size: .9em;
}

#main_content ul {
	margin-bottom: 15px;
}

#breadcrumb {
	font-style: italic;
	font-weight: 700;
	font-size: .9em;
	margin-left: 50px;
}

/*___________________________________________________
//////////////////    LEFT COLUMN   ///////////////*/
#left_column {
	float: left;
	width: 605px;
	margin-bottom: 18px;
}

#left_column_content {
	position: relative;
	width: 505px;
	margin: 20px 50px 0 50px;
}

/*___________________________________________________
/////////////////    RIGHT COLUMN   ///////////////*/
#right_column {
	width: 375px;
	margin-left: 605px;
 }
 
#right_column_content {
	margin: 10px 20px 0 20px;
	width: 332px;
} 

#right_column_content p {
	text-indent: 10px;
	margin-top: -10px;
	font-size: .9em;
}

/*___________________________________________________
//////////////////    CLIENT LIST   ///////////////*/
#client_list_top {
	width: 332px;
	height: 26px;
	background: url(../images/sidebar_clientlist_top.jpg) no-repeat;
	margin-top: 20px;
}

#client_list_repeat {
	padding: 10px 50px 10px 50px;
	background: url(../images/sidebar_clientlist_repeat.jpg) repeat-y;
	font-size: .9em;
	color: #989898;
}

#client_list_bottom {
	width: 332px;
	height: 26px;
	background: url(../images/sidebar_clientlist_bottom.jpg) no-repeat;
}

#client_list_repeat ul {
	margin-bottom: 0px;
	font-weight: normal;
}

#client_list_repeat li {
	line-height: 1.8em;
	padding-left: 15px;
	background: url(../images/main_content_arrow_smallbullet.gif) no-repeat top left;
}

/*___________________________________________________
////////////////////    FOOTER  /////////////////////
//////////////////////////////////////////////////*/
#footer li {
	background-image: none;
	display: inline;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 15px 0 22px 0;
}

#footer {
	float: left;
	height: 50px;
	width: 100%;
}

#footer ul {
	margin: auto;
	width: 980px;
	padding-left: 23px;
}
 
/*___________________________________________________
////////////////    MISC. CLASSES   /////////////////
//////////////////////////////////////////////////*/
.bold {
	font-weight: bold;
}

.bottom_paragraph {
	margin-bottom: 30px;
}

ul#no_bullet li {
	background-image: none;
	padding: 0px;
	line-height: 1.4em;
}

.news_title {
	font-style: italic;
	font-size: .9em;
	font-weight: 700;
	line-height: 1.5em
}

a.news_title {
	color: #5b5b5b;
}

h3.pdf_icon {
	background: url(../images/icon_pdf.gif) no-repeat;
	text-indent: 27px;
	margin-top: 8px;
}

h3.pdf_icon2 {
	background: url(../images/icon_pdf.gif) no-repeat;
	text-indent: 27px;
	margin-bottom: 20px;
}

