/* Start of CMSMS style sheet 'friday_layout' */
/*HTML SETUP*******************************************************************/

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;

}
ul, dl, ol{
margin:0.3em 0.0em .3em .5em;
padding:0.3em 0.0em .3em .5em;
}




/*you must compensate for the scroll bar for mozilla though because the margin and padding is removed*/
option{
	padding-right:.5em;
}


html, body{	
	font-family:Arial, Helvetica, sans-serif;	
	line-height: 1.0em;	
	height:100%;
	width:100%;
		
}

body{
	background-color:#7E0331;
}


img{
	border:0px;
}

.clearb{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;

}



/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}



/*fix Disappearing List Background Bug */
ul, ol, dl { position: relative; }


.divider, hr{
	position:relative;
	height:1px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;	
	line-height:1.0em;
	background-repeat:repeat-x;
	border:none;
	background-image:url(images/fm/hori_dots.gif);
	clear:both;
}

p{
	padding:5px 0px 5px 0px;
}

/*END HTML SETUP*******************************************************************/



/*START LAYOUT ELEMENTS************************************************************/

#header .centered, #footer .centered, #main .centered{
	position:relative;
	width: 922px;
	margin-right: auto;
    margin-left: auto;		
}

#header{
	height:84px;
	background-color:#FFFFFF;
	background-image:url(images/fm/fm_header_bg.gif);	
	background-repeat:repeat-x;;	
}
#header_logo{
	display:relative;
	float:left;	
}

#header_srch{
	margin-top:25px;
	padding:5px;
	float:right;
	display:inline;

	text-align:right;
	background-color:#800332;
}

#main_left_col, #main_right_col{
	float:left;
}
#main_left_col{
	color:#585961;
	width:227px;
}
#main_left_col .content{
	padding-left:8px;
}
.nav_divider{
	background:url(images/fm/fm_nav_divider_bg.gif) repeat-x;
	height:	24px;
	width:190px;
}

        


#main{
	font-size:11px;
	background-color:#fff;
}

#nav{
	width:190px;
}

#main_right_col{
	width:695px;
}

#footer{
	height:80px;
	background-image:url(images/fm/fm_footer_bg.gif);	
	font-size:10px;
}
#footer .content{
	padding-left:8px;
	padding-top:28px;
}


#footer_copy{
	background-color:#c8054f;
	color:#fff;
	width:190px;	
	float:left;	
}
#footer_copy .foot_box{
	padding-left:15px;	
	padding-left:1.5em;
	padding-right:5px;
	padding-bottom:5px;
}


#footer_contact{
	float:left;
	margin-left:29px;
	color:#fff;
}
#footer_contact a{
	color:#fff;
}
#footer .foot_box{
	padding-top:5px;

}

#footer_nav{
	float:right;
	
}

#footer_nav a{
	text-transform:uppercase;
	color:#bcada2;
	font-weight:normal;
}

#footer_nav li{
	padding-left:12px;
	background: url(images/fm/dot.gif) no-repeat;
	background-position:4px 10px;
	
}
#footer_nav li.first_item{
	background-image:none;
}

.one_col_layout{
	float:left;
	width:688px;
}


.two_col_layout{
	background-image:url(images/fm/vert_dots.gif);
	background-repeat:repeat-y;
	background-position: 398px;	
}

#banner{
	border:5px solid #f6f4f1;
	height:153px;
	width:685px;
}


.two_col_layout .left_col{
	width:372px;
	float:left;
	
}

.img_box{
	float:right;
	padding-left:3px;
	padding:3px;	
	border: 1px solid #e4e1d6;
	line-height:0px;
	font-size:0px;	
}

.two_col_layout .right_col{
	width:269px; 
	margin-left:47px;
	float:left;
}



#wysiwyg_main{
	min-height:150px;
}





ul.horizontal_list{
	margin:0px;
	padding:0px;
}

ul.horizontal_list li{
	display:inline;		
}

#main_right_col ul{
	list-style:none;
}

#main_right_col li{
	background-image:url(images/fm/red_right_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 0.40em;
	padding-left: 13px;
}

.int_map,.dwn_brc, .loc_gde{
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:18px;
	padding-top:0px;

}



/*END LAYOUT ELEMENTS************************************************************/



/* End of 'friday_layout' */

