﻿/* ========================================================================
    Workforce Oklahoma web site CSS
	by Gia Chuong developed for Oklahoma Employment Security Commission
	any question relate to CSS style sheet email: gia.chuong@oesc.state.ok.us
=============================================================================*/
body  
{
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: .95em;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p, h1, h2, h3, h4, h5, h6, li 
{
    margin: 1ex 1em;
}
/*===== pageWrapper wraps around the rest of the page =======================*/
.pageWrapper #container 
{ 
	width: 100%;  /*===== sets the content width =====*/
	background: #ffffff;
	margin: 0 auto;   /*===== no top/bottom margin, centered horizontally =====*/
	text-align: left; 
} 
.pageWrapper #header 
{ 
	background: url(images/bkgdLogo.jpg) repeat-x right top;  /*===== header image =====*/
	height:112px;
	padding: 0 0px;
} 
.pageWrapper #header h1 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* ===== Menu Bar link ====================================================== */
.pageWrapper #sideMenubar 
{
	float: left; 
	width: 11.5em; /* since this element is floated, a width must be given */
	height:490px;
	background: #dddddf url(images/LeftLogo.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sideMenubar ul 
{
	list-style: none;
	margin: 7ex 0 0 0;
	padding: 0;
}
#sideMenubar li 
{
	margin: 0;
	padding: 0;
}
#sideMenubar li a:link, #sideMenubar li a:visited 
{
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	display: block;
	color: #006699;
	text-decoration: none;
	padding: 0 15px 0 30px;
	margin-right: 10px;
	line-height: 24px;
	background: url(images/ok_nav_rollover.jpg) no-repeat left bottom; /* IMAGE BUTTON MENU BAR */
	width: 128px;
	border: none;
}
#sideMenubar li a:hover, #sideMenubar li a:active 
{
	color: #ffcc00;
	background-position: left top;
}
#sideMenubar li a.current 
{
	height: 24px;
	background: url(images/ok_nav_current.jpg) no-repeat;
	width: 128px;
	color: #ffffff;
	line-height: 24px;
}
#sideMenubar li a.current:hover 
{
	cursor: default;
}
.pageWrapper #sideMenubar h3, .pageWrapper #sideMenubar p, .pageWrapper #quickLinkBar p, .pageWrapper #quickLinkBar h3 
{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/*===== Set the content page with the quick link ============================*/ 
.pageWrapper #mainContent 
{
 	margin: 0 10em 0 10em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
}

/*===== horizontal menu bar Frequently Asked Questions ==================*/
.pageWrapper #mainContent ul.status, .pageWrapper #mainContentNoQuickLink ul.status
{
	list-style: none;
	font-size: .7em;
	margin: 0;
	padding: 0;
}
.pageWrapper #mainContent li.stat, .pageWrapper #mainContentNoQuickLink li.stat
{
	float: left;
	display: inline;
	padding-right: 0.5em;
	border-right: 1px;	
}
/*===== Set the content page NO Quick link ==============================*/ 
.pageWrapper #mainContentNoQuickLink{
 	margin: 0 0 0 12em; 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
}
#mainContent a:link, #mainContentNoQuickLink a:link
{
	color: #006699;
	text-decoration: underline;
	border: none;
}
#mainContent a:visited, #mainContentNoQuickLink a:visited 
{
	color: #b36b00;
	text-decoration: none;
	border: none;
}
#mainContent a:hover, #mainContent a:active, #mainContentNoQuickLink a:hover, #mainContentNoQuickLink a:active 
{
	color:#990000;
	text-decoration:none;	
	border-bottom: 1px dashed #990000;
}
 /*===== Create the 3 columns for office location page ===============*/
#mainContent ul.loc
{
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    width: 30em;
}
/* =====float & allow room for the widest item ========================*/
#mainContent ul.loc li
{
    float: left;
    width: 10em;
}
/*===== stop the float ================================================*/
#mainContent ul.loc br
{
    clear: left;
}
/*===== separate the list from subsequent markup ======================*/
#mainContent .wrapper
{
   margin-bottom: 1em;
}
#mainContent li
{
	margin: 0;
}
/*===== margin of images ============================================*/
#mainContent img 
{
    margin: 0;
}
#mainContent img.floatLeft 
{
    float: left;
    margin-right: 5px;
    padding: 2px;
}    
#mainContent img.floatRight
{
    float: right;
    margin-left: 5px;
    padding: 2px;
}
 .pageWrapper #mainContent   ul.formatTab, p.formatTab
{
	list-style: none;
	margin-left: 3em;
}
/*===== Set layout for the OKC Eastside Page ============================*/
.pageWrapper #mainContent dl 
{
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1em;
	border-top: 1px solid #bababa;
}
.pageWrapper #mainContent dt
{
	height:1.5em;
}

/* ===== QUICK LINK BAR ============================================= */
.pageWrapper #quickLinkBar 
{
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
	height:500px;
	background: #dddddf; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#quickLinkBar ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinkBar li 
{
	float: left;
	margin: 0;
	padding: 0;
}
#quickLinkBar li a:link
{
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: .85em;
	display: block;
	color: #006699;
	text-decoration: underline;
	padding: 0 0 0 10px;
	margin-right: 5px;
	line-height: 15px;
	border: none;
}
#quickLinkBar li a:visited
{
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: .85em;
	display: block;
	color: #b36b00;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin-right: 5px;
	line-height: 15px;
	border: none;	
}
#quickLinkBar li a:hover, #quickLinkBar li a:active 
{
	color:#990000;
	text-decoration:none;	
}
/*========== footer ======================================================== */
.pageWrapper #footer 
{ 
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ddddff;
	text-align:center;
	font-size: .6em;
}
.pageWrapper #footer p 
{
	margin: 0; 
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerLinks 
{
	margin: 0; 
	padding: 0.5em 3em;
	background: #ddddff; 
	color: #FFF;
}
#footerLinks li 
{
	display: inline;
	margin-right: 0.5em; 
	padding-right: 0.75em;
	border-right: 1px solid #99C;
}
#footerLinks li.last 
{
	border-right: 0;
}
#footerLinks li a:link, a:visited 
{
	color: #006699;
	text-decoration: none;
	border: none;
}
#footerLinks li a:hover, #footerLinks li a:active 
{
	color:#990000;
	text-decoration:none;	
}

/*===== Miscellaneous classes for reuse ==================================*/
.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft 
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*===== place css fixes for all versions of IE in this conditional comment =====*/
.pageWrapper #sideMenubar 
{
	padding-top: 25px; 
}
.pageWrapper #quickLinkBar
{
	padding-top: 15px; 	
}
.pageWrapper #mainContent 
{
	zoom: 1; 
	padding-top: 15px; 
}