/*
 *	base.css
 */


/*
 * Global style that applies to all tags
 *
 * Note: this forces one to write specific style
 * definitions for all basic HTML elements
 */
* 
{
	margin: 0px;
	padding: 0px;
	/*color: #666465;*/
	font-family: Arial, Sans-Serif;
}


 
/* styles all links */ 
a 
{ 
	color: #0D3692;
}
a img { border: none; }


/* a style to hide text that is included for screen readers */
span.hide_this
{
	display: none;
}



/*
 *	Layout styles
 */

/* defines a centered body, initial font-size and margins */
body
{
	text-align: center; /* centers the page */
	background-color: #f6f6f6;
	margin: 0px 0px;
	font-size: 12px;
	color: #666465;
	line-height: 18px;
}


/* completes the centering effect, sets the total width,
   and a white repeating background with side shadows */
#page
{
	width: 795px;
	margin: 0px auto; /* centers the page */
	color: #666465;
	background-color: #f6f6f6;

	background-image: url(../cmsimages/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;

	text-align: left;
}



/*
 * Layout
 *  - header
 *  - nav_box
 *  	o nav
 *  - content
 *  	o banner
 *  	o copy
 *  	o right_column
 *  - footer
 */


/*
 * Header
 */
#header
{
	width: 750px;
	margin-left: 20px;
	padding: 10px 0px;
	height: 62px;
}

#header #logoworks
{
	float: left;
	width: 197px;
	height: 47px;
	margin: 5px 0px 0px 5px;
	background-repeat: no-repeat;
	background-image: url(../cmsimages/logoworks.gif);
}

#header ul.links
{
	float: right;
	list-style: none inside none;
}
#header ul.links li
{
	float: left;
	margin-left: 5px;
	color: #777;
	font-size: 9px;
}


#header #phone
{
	clear: right;
	float: right;
	margin-top: 5px;
	width: 139px;
	height: 22px;
	background-repeat: no-repeat;
	background-image: url(../cmsimages/866.492.LOGO.gif);
	background-position: top right;
}

/*
 * navigation - top tabs
 */
ul#nav
{
	width: 750px;
	margin-left: 20px;
	list-style: none inside none;
}

ul#nav li
{
	float: left;
}

ul#nav a
{
	display: block;
	height: 30px;
	background-repeat: no-repeat;
}

/*
 * sub navigation 
 * gray all caps and separated by bullets
 */
ul#sub_nav
{
	clear: both;
	float: left;
	width: 730px;
	margin-left: 30px !important;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: none inside none;
}

ul#sub_nav li
{
	float: left;
	white-space: nowrap;
	font-size: 9px;
}

ul#sub_nav a.active
{
}

.links a,
#sub_nav a
{
	color: #666465;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:hover, 
#sub_nav a:hover
{ 
	text-decoration: underline;
	color: #666465;
}


/*ul#nav a:hover, */
ul#nav a.active
{
	background-position: 0 100%;
}
	
/* 
 * footer 
 */
#footer
{
	clear: both;
	height: 85px;
	margin: 0px;
	text-align:center;
	font-size: 9px;
}

#footer a.img_link
{
	margin: 0px 15px;
}

#footer ul.links
{
	list-style: none inside none;
	margin-top: 15px;
	margin-left: 40px;
}

#footer ul.links li
{
	float: left;
	margin-left: 5px;
	color: #999;
}



/* 
 * copyright notice in footer 
 */
#copyright 
{
	margin: 0px auto; /* centers the page */
	width: 795px;
	background-repeat: no-repeat;
	background-image: url(../cmsimages/page_bottom.gif); 
}
#copyright {  }

.links a,
#sub_nav a
{
	color: #666465;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:hover, 
#sub_nav a:hover
{ 
	text-decoration: underline;
	color: #666465;
}

