/*   FCC Website Style Sheet (Main Layout Style)
     Created by: Clint Applegate (CA Visual Design)
	 Dated: 9/26/07
======================================================================*/
/*
	--------------------------------------------------------------------
	1. Page Properties Definition (Body, Links, Headings)
		1.1 Body and Margins
		1.2 Headings (h1, h2, h3, h4 for main content)
		1.3 Links	
	--------------------------------------------------------------------
	2. Layout Boxes Definition  (Wrapper, ID Box(Header, Content, Footer)
		2.1 Main_Wrapper (The first mainbox that wrapped the whole layout)
		2.2 Header_container
		2.3 Content_container
		2.4 Main_footer_container	
	--------------------------------------------------------------------
	3. Navigations (Navigation Container, Main Menu, Sub Menu)
		3.1 Main Menu
		3.2 Sub Menu
	--------------------------------------------------------------------
	4. Content Boxes Definition (Main_content, Sidebox)
		4.1 Leftside Content (Content_Section)
		4.2 Sidebox Content (Rightside_Section, Rightside_Section Heading)
	--------------------------------------------------------------------
	5. Footer Boxes Definition (copyright, misc.)		
	--------------------------------------------------------------------

*/
/*RESET Browser HTML Elements*/
body {
	padding:0;margin:0;
}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{
	padding:0;margin:0;
}
table {
	font-size:inherit;font:100%;
}
ul {
	list-style:none;
	margin:0px;
}
img {
	border:0;
}
p {
	margin:0;
}
/*	--------------------------------------------------------------------
	1. Page Properties Definition (Body, Links, Headings)
	====================================================================*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

/*		1.2 Headings (h1, h2, h3, h4 for main content)
----------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #0B1C2C;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	padding: 12px 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	color: #0B1C2C;
}
h3 {
	font-size: 16px;
	color: #0B1C2C;
	background-image: url(../images/section_topic_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 0px;
}
h4 {
	font-size: 18px;
	display: block;
	margin: 0px;
	padding: 2px 2px 2px 15px;
	color: #0B1C2C;
}

h5 {
	font-size: 14px;
	color: #333333;
}

/*		1.3 Links Style for Main Content
----------------------------------------------------------------*/
a:link {
	color: #0B1C2C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #9AB0C5;
}
a:active {
	text-decoration: none;
	color: #0B1C2C;
}

/*--------------------------------------------------------------	
	2. Layout Boxes Definition  (Wrapper, ID Box(Header, Content, Footer)
		2.1 Main_Wrapper (The first mainbox that wrapped the whole layout)
		2.2 Header_container
		2.3 Content_container
		2.4 Main_footer_wrapper
----------------------------------------------------------------*/
#wrapper {
	height: auto;
	width: 100%;
}
.bg_onecolumn {
	background: url(../images/FCC_bdr_bg2.jpg) repeat-y center top;
}
.bg_twocolumn {
	background: url(../images/FCC_bdr_bg.jpg) repeat-y center top;
}

#wrapper #bg1 {
	width: 100%;
	background-image: url(../images/fcc_hdr_left_bg.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}
#wrapper #bg2 {
	width: 100%;
	background-image: url(../images/fcc_hdr_right_bg.jpg);
	background-repeat: no-repeat;
	background-position:right top;
}
#wrapper #header_bg {
	width: 100%;
	background-image: url(../images/fcc_hdr_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}
#content {
	padding: 0px;
	width: 860px;
	min-height:450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home_content {
	padding: 0px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	padding: 0px;
	height: 168px;
	width: 860px;
      margin:0 auto;
	color:#FFFFFF;
}
#menu_container {
	margin: 0px auto;
	padding: 0px;
	height: 43px;
	width: 860px;
}
/*		2.4 Main_footer_wrapper
----------------------------------------------------------------*/
#footer_wrapper {
	background-image: url(../images/footer_wrapper_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 100%;
}

/*	4. Content Boxes Definition (Main_content, Sideboxes)
		4.1 Leftside Content (Content_Section)
		4.2 Sidebox Content (Rightside_Section, Rightside_Section Heading)
------------------------------------------------------------------*/
#left_column {
	margin: 40px 0px 0 0;
	padding: 0px 2px 0 10px;
	padding-left: 9px!important;
	float: left;
	width: 220px;
}
#right_column {
	margin: 40px 0 0 0;
	padding: 0px 20px 0 0;
	float: right;
	width: 595px;
}
.r_section {
	display: block;
	margin: 0px 5px 5px 10px;
	padding-bottom:5px;
	background-image: url(../images/hline_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.r_section p {
	margin: 0px 0px 1.5em;
}

.r_topic_divider {
	display: block;
	margin: 0px 0px 5px 0px;
	background-image: url(../images/hline_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.objectives {
	line-height: 20px;
	font-weight: bold;
	color: #0B1C2C;
	list-style-type: none;
	font-size: 14px;
}
.bullet_list li{
	background: url(../images/bullet_blue.gif) no-repeat left 8px;
	line-height: 20px;
	margin-left: 10px;
	padding-left:20px;
}

.bullet_checklist li {
	background: url(../images/bullet_check.gif) no-repeat left top;
	line-height: 20px;
	margin-left: 10px;
	padding-left:20px;
}
dl {
	margin: 0px;
	padding: 0px;
}
dl dt{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0B1C2C;
	display: block;
	margin: 10px 0 5px 0;
}
#footer_content {
	margin: 0px auto;
	padding: 0px;
	height: 115px;
	width: 860px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
#footer_fcc_address {
	margin: 15px 0 0 0;
	padding: 0 25px 0 0;
	float: right;
	width: 240px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
#footer_fcc_address a, #footer_fcc_address a:visited {
	color: #FFFFFF;
}

/*	2. Main Menu (UL, LI, a:link, a:hover)
	====================================================================*/
#main_menu {
	margin: 0px auto;
	padding: 0px;
	height: 45px;
	width: 850px;
}

#main_menu ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
}

#main_menu li {
	float:left;
	display:block;
	
	margin:0;
	padding:0px 0px 0 0 ;
	height:43px;
	width:155px;
	overflow:hidden;
	vertical-align: middle;
}

#main_menu a 
{
	font-size: 12px;
	font-family: 'Arial' , Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	display:block;
	padding: 15px 10px 0px 0px;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#FFF;
	height:43px;
	width:155px;
	text-align:center;
	vertical-align: middle;
}

#main_menu a:hover {
	color:#0B1C2C;
	padding: 15px 10px 0px 0px;
	margin: 0;
	width:155px;
	background: url(../images/menu_bg_over.jpg) no-repeat;
}

#main_menu .current a {
	color:#0B1C2C;
	background-image: url(../images/menu_bg_over.jpg);
	background-repeat: no-repeat;
}
#sub_menu {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 200px;
}

#sub_menu ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
}

#sub_menu li {
/*	display:block;*/
	margin:0;
	padding:0px 0px 0 0 ;
	height:43px;
	width:205px;
	overflow:hidden;
	vertical-align: middle;
}

#sub_menu a 
{
	font-size: 12px;
	font-family: 'Arial' , Helvetica, sans-serif;
	font-weight:bold;
	color:#0B1C2C;
	display:block;
	margin:0px;
	line-height:13px;
	padding: 10px 5px 10px 30px;
	text-decoration:none;
	height:43px;
	width:185px;
	background: url(../images/submenu_bg_up.jpg) no-repeat;
}
#sub_menu a span{
	font-size: 11px;
}
#sub_menu a:hover {
	margin: 0;
	background: url(../images/submenu_bg_over.jpg) no-repeat;
}
.contentbox_clear{
	clear:both;
	height:0;
	font-size: 0px;
      line-height: 0px;
	margin:0px;
	padding:0px;
}

/*	About Us - FCC Statement Topic Menu
------------------------------------------------------*/
#statement_menu{
	display: block;
	margin: 2px;
	text-align: center;
}
#statement_menu ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
	display: inline;
}
#statement_menu li {
	display: inline;
	padding: 10px 5px;
}
#statement_menu  a:link {
	text-decoration: none;
	color:#0B1C2C;
}
#statement_menu a:hover {
	text-decoration: underline;
	color:#0B1C2C;
}
.mailing_address {
	width:300px;
	float: right;
}

#flashcontent {
	width: 283px;
	height: 168px;
	float: right;
	margin-right:12px;
}
/*	Home Content - Style
------------------------------------------------------*/
#home_column {
	margin: 40px auto 0;
	width: 810px;
}
.home_leftcolumn {
	padding: 0px;
	float: left;
	width: 390px;
}
.home_rightcolumn {
	padding: 0px;
	float: right;
	width: 390px;
}
.home_section {
	margin: 0 0 10px 0;
	display: block;
	padding-bottom:5px;
	background-image: url(../images/hline_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.clear {
	clear: both;
	height:0px;
	font-size:0px;
	margin:0;
	padding:0;
}
#home_column h2{
	display: block;
	font-size: 18px;
	color: #0B1C2C;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	padding: 12px 5px;
	border-right: 2px solid #0B1C2C;
	margin-bottom: 10px;
}
#home_column h2 a, #home_column h2 a:visited  {
	color: #0B1C2C;
}
.img_border{
	border: 4px solid #CCCCCC;
}
.b_space {
	margin-bottom: 10px;
}
.img_floatleft{
	border: 4px solid #CCCCCC;
	float:left;
	margin-right:8px;
}.r_section2 {
	display: block;
	margin: 0px 5px 5px 0px;
	padding-bottom:5px;
	background-image: url(../images/hline_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
