/*****************************************************************
	FILE:			main_OCF.css

	DESCRIPTION:	This is the main stylesheet for OCF Subsite

	VERSIONS:
		09-20-2002 by murray@gordon.org
			Original creation

******************************************************************/

/* CONTENT PAGES - all content pages follow this style */
BODY
{
	background-color : #FFCF73;
	background-image : url(../Images/ua/ua_ocf_index_bckgrnd_tile.jpg);
	margin-left : 0;
	margin-top : 0;
	color : #000000;
	margin-right : 0;
	margin-bottom : 0;
}

/* HOME LANDING PAGE - Home landing page has a different background color */
BODY.home
{
	background-color :#FFCF73;
	background-image : none;
}
*html #content_main {
	margin-left: 225px;
	float: left;
	position: relative;
	margin-top: -350px;
}	
A.blueLink
{
	color : Blue;
}

A.PrivacyLink
{
	font-size : xx-small;
}

TABLE
{
	padding : 0;
	margin : 0;
	border : 0;
	vertical-align : top;
}

#content_cell {
	float: left;
}
*html #content_cell {
position: static;
	margin-left: 250;
	margin-top: -350px;
}
BODY.BodyPreview
{
	background-image : none;
}

BODY.PrivacyPolicy
{
	background-image : none;
}

/**************************
BEGIN - TESSER Provided Styles
***************************/

P, SPAN, BODY, A, LI, UL, OL, DL, TD, .formText, .formLabel, .tdTitle
{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Tahoma, sans-serif; 
	color: black;
}

.GenericErrorText
{
	
}

.sidebar
{
	font-size : 9px;
}

.sidebarCaption
{
	font-size : 9px;
	font-weight: bold;
}

/* **************************
	    FORM ELEMENTS
****************************/
.formCatHeader
{
	font-weight: bold;
}

.formDisclaimer
{
	font-size : 9px;
}

/* **************************
	TABULAR DATA ELEMENTS
****************************/
.tdDetail
{
	font-size : 9px;
}

.tdTotal
{
	font-size : 9px;
	font-weight: bold;
}


/**************************
END - TESSER Provided Styles
***************************/



/*********************************************
	   BASE PAGE CHARACTERISTICS   
**********************************************/


/* Cell just above the Global Navigation 
.indexTopRowCell
{
	background-image : 	url("/RockBottomWeb/Images/ua/ua_ocf_index_bckGrnd_taps.jpg"); 
}*/

/* Cell that contains the links for the Global Navigation  
.indexGnavRowCell
{
	background-image : 	url("/RockBottomWeb/Images/ua/ua_ocf_index_bckGrnd_links.gif"); 
}*/

/* Cell that contains the Location Title 
.indexContentRowCell 
{
	background-image : 	url("/RockBottomWeb/Images/ua/ua_ocf_index_bckGrnd_pageTitle.jpg");
	background-repeat : no-repeat;
}*/

/* Cell that contains the Location Title 
.indexLnavTable
{
	background-image : 	url("/RockBottomWeb/Images/ua/ua_ocf_index_lnav_bckgrndTile.jpg");
	background-repeat : repeat-y;
}
*/


/* Cell just above the Global Navigation */
td.basePageTopCell 
{
	background-image : 	url("../Images/ua/ua_ocf_index_bckGrnd_taps.jpg"); 
}

/* Cell that contains the links for the Global Navigation  */
td.globalNavCell 
{
	background-image : 	url("../Images/ua/ua_ocf_index_bckGrnd_links.gif"); 
}

/* Cell that contains the Location Title */
td.locationTitleCell 
{
	background-image : 	url("../Images/ua/ua_ocf_index_bckGrnd_PageTitle.jpg");
	background-repeat : no-repeat;
}

/* Cell that contains the links for the Global Navigation  */
td.localNavCell 
{
	text-align : center;
}

/****************  Div  page layouts **********/
#content_header {
	/* width:764px; */
    height: 97px;	
}

#content_hdrTop {
	height: 76px;
	background-image:url(../Images/ua/ua_ocf_index_bckGrnd_taps.jpg);
}

#content_gNav {
	height: 21px;
	background-image:url(../Images/ua/ua_ocf_index_bckGrnd_links.gif);
}

.local_nav_spacer {
	height:6px;
}

#content_sidebar_left {
	background: url(../Images/ua_oc_logo_bottom.gif) no-repeat;
	float:left;
	margin-left:25px;
	margin-right:17px;
	padding-top:50px;
}

#navigation {
	margin-left:5px;
}

#content_footer {
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#CA6702;
	position:absolute;
	left:230px;
	margin-top:30px;
	
}
*html #content_footer {
 margin-top: -600px;
}

#content_ftrKeyLine {
	margin-top:20px;
	margin-bottom:9px;
	width:749px;
}

#content_ftrPrivacy {
	margin-top:10px;
	margin-bottom:13px;
}

/******  Header divs ********/
#hdr_logobar {
	width:764px;
	padding-top:16px;
	height:60px;
}

.hdr_logo {
	margin-left:25px;
	float:left;
}

.hdr_logo a {
	text-decoration:none;
}

/****** gNav divs ********/
#gNav_container {
	width:764px;
	height:21px;
	border:none;
}

#gNav_bar {
	margin-left:4px;
	float:left;
}

.gNav_buttons {
	float:left;
}

#nav_oc_btn {
	
}

#nav_rb_btn {
	
}

#container_main_page {
	background: url(../Images/ua/ua_ocf_index_bckGrnd_PageTitle.jpg) no-repeat;
}
