#utility_navigation_submenu {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#utility_navigation_submenu li {
    display: inline;
    padding: 0px 3px 0px 3px;
    border-right: 1px solid #555;
}
#utility_navigation_submenu li.last {
    display: inline;
    padding: 0px 3px 0px 3px;
    border: none;
}



	/* ///////////////////////////////////// */
	/* ///////////////////////////////////// */

/*  yellow links in right column #ffc20e; yellow links in content #115681; */


html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

html, body {
	height: 99%;
}


img {
	behavior: url("/includes/pngbehavior.htc");
}

body {
    background-color: #4d4d4d;
    margin: 0px;
    height: 99%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 78.0%;
    background-image: url(/images/bg_body.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    color: #272727;
    /*
    background-attachment: fixed;
    */
}



form {
    margin: 0;
    padding: 0;
}

h1 {
    color: #272727;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: Georgia, Times New Roman, sans-serif;
    color: #eeeeee;
    font-size: 1.9em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


h1.pageHeader, h2.pageHeader {
    font-family: Georgia, Times New Roman, sans-serif;
    color: #333333;
    font-size: 1.9em;
    font-weight: normal;
    margin: 0;
    padding-bottom: 18px;
}

h2.newsTitle {
    font-family: Arial, Helvetica, sans-serif;
    color: #272727;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    padding-bottom: 8px;
}








h3 {
    color: #8b8b8b;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

a img {
	border: none;
}



strong {
    color: #000;
}

ul.starLinks {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.starLinks li {
    background-image: url(/images/bg_starLinks_li.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 14px;
}



/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */






#shell {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #CCFF00;*/
	position: relative;
}

#mastheadWrapper {
	/*background-color: #CC6600;*/
	height: 121px;
	width: 900px;
	position: relative;
	background-image: url(/images/_bg_mastheadWrapper.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	z-index: 10;
}

#mastheadWrapper #FOPlogo {
    position: absolute;
    z-index: 11;
    top: 26px;
    left: -29px;
    width: 141px;
    height: 142px;
}


#mastheadWrapper #utilityNavigation {
    position: absolute;
    top: 65px;
    left: 113px;
    margin: 0;
    padding: 0;
}
    #mastheadWrapper #utilityNavigation li {
        display: inline;
        margin: 0;
        padding: 0px 3px 0px 20px;
        background-image: url(/images/bg_utilityNavigation_li.gif);
        background-repeat: no-repeat;
    }
    #utilityNavigation li a {
        color: #d6d6d6;
        text-decoration: none;
        font-weight: bold;
    }
    #utilityNavigation li a:hover, #utilityNavigation li a.on {
        color: #ffc20e;
        text-decoration: hover;
    }


#mastheadWrapper #navigationWrapper {
    /*background-color: #CC6600;*/
    position: absolute;
    top: 85px;
    left: 113px;
    width: 787px;
    height: 36px;
    padding-left: 0px;
    z-index: 10000;
}






	/* ///////////////////////////////////// */
	/* ///////////////////////////////////// */






#contentWrapper {
    position: relative;
    width: 900px;
    top: 0px;
    background-image: url(/images/bg_contentWrapper.jpg);
    background-repeat: no-repeat;
    background-color: #CACACA;/**/
    z-index: 9;
}


#contentWrapper a {
    color: #115681;
    text-decoration: underline;
}

#contentWrapper #content {
     margin-left: 116px;
    background: url(/images/bg_content.gif) repeat-y top right;
}

#contentWrapper #content #leftColumn {
    padding-top: 15px;
    padding-bottom: 50px;
    float: left;
    width: 460px;
}



#contentWrapper #content #rightColumn {
    color: #EEEEEE;
    float: right;
    width: 298px;
    border-top: 1px solid #8f8f8f;
    border-right: 1px solid #1e1e1e;
}

    #contentWrapper #content #rightColumn a {
        color: #ffc20e;
    }
    #contentWrapper #content #rightColumn a:hover {
        color: #FFFFFF;
    }
    #contentWrapper #content #rightColumn .program_button {
        margin-bottom: 6px;
    }




	/* ///////////////////////////////////// */
	/* ///////////////////////////////////// */



#footerWrapper {
    background-color: #171717;
    padding: 12px 18px 12px 18px;
    color: #eeeeee;
    border-top: 1px solid #4d4d4d;
}


#footerWrapper a {
    color: #ffc20e;
}
#footerWrapper a:hover {
    color: #FFFFFF;
}


	#footerWrapper #links {
		margin: 0;
		padding: 0;
	}
		#footerWrapper #links li {
			display: inline;
			margin: 0;
			padding: 0px 1px 0px 1px;
		}


	#shinymachine {
		float: right;
		margin: 0;
		padding: 0;
	}
		#shinymachine li {
			display: inline;
			margin: 0;
			padding: 0px 0px 40px 0px;
			color: #676767;
			font-size: 0.9em;
			font-weight: normal;
		}

		#shinymachine a {
			display: block;
			text-decoration: none;
		}
		#shinymachine a:hover, #shinymachine a:active, #shinymachine a:focus {
			background-position: left bottom;
		}
		#shinymachine li {
			float: left;
			width: auto;
		}
		#shinymachine ul li {
			float: none;
		}
		#s1 {
			height: 35px !important;
			background-repeat: no-repeat;
		}
		#s1 {
			width: 117px;
			background-image: url(http://www.shinymachine.com/images/s3.png);
		}



#rss {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    margin-top: 8px;
}

#rss li {
    padding-bottom: 14px;
    padding-left: 24px; 
    background-image: url(/images/rss.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    font-size: 0.9em;
}





	/* ///////////////////////////////////// */
	/* /////////   N E W S   //////////////// */
	/* ///////////////////////////////////// */


#content .news_date {
    font-size: 0.9em;
}

#content #news_image {
    background-color: #000000;
    float: left;
    width: 184px;
    margin: 14px 18px 18px 0px;
}

    #content #news_image_thumbnail {
        background-color: transparent;
        float: left;
        width: 90px;
        margin: 0px 18px 18px 0px;
    }

#content #news_image_caption {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 0.8em;
    padding: 4px 1px 2px 4px;
}



#content ul#recentNews {
    list-style-type: none;
    padding: 0px;
   margin: 0px;
}


#content ul#recentNews li {
    padding-left: 20px;
}







	/* ///////////////////////////////////// */
	/* ///////////////////////////////////// */





#content .paginate b, #content .paginate strong {
    color: #333333;
}
#content .paginate a, #content .paginate a:visited, 
#content .next_previous a, #content #content .next_previous a:visited {
    padding: 0px 3px 0px 3px;
    text-decoration: none;
    color: #ffd542;
    background-color: #9c1a1d;
    border: 1px solid #ffd542;
}
#content .paginate a:hover, #content .paginate a:active, #content .paginate a:focus, 
#content .next_previous a:hover, #content .next_previous a:active, #content .next_previous a:focus {
    color: #9c1a1d !important;
    background-color: #ffd542;
    border: 1px solid #9c1a1d;
}
