/*
 *	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 */
	margin: 0px 0px;
	font-size: 12px;
}


/* completes the centering effect, sets the total width,
   and a white repeating background with side shadows */
#page
{
	width: 780px;
	margin: 0px auto; /* centers the page */
	color: #666465;
	background-color: #ffffff;

	background-image: url(../images/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: 780px;
	margin-left: 0px;
	padding: 10px 0px;
	height: 80px;
	background-color: #ffffff;
}

#header #logoworks
{
	float: left;
	width: 200px;
	height: 47px;
	margin: 5px 0px 0px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/logoworks.gif);
}

#header #brought_by
{
	float: left;
	width: 116px;
	height: 57px;
	margin: 5px 0px 0px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/brought_to_you_by.gif);
}

#header img
{
	margin: 18px 0px 0px 20px;
}


#header ul.links
{
	float: right;
	list-style: none inside none;
}
#header ul.links li
{
	float: left;
	margin-left: 5px;
	color: #777;
	font-size: 9px;
}

.links a
{
	color: #666465;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:hover
{ 
	text-decoration: underline;
	color: #666465;
}


#header #phone
{
	clear: right;
	float: right;
	margin-top: 5px;
	width: 120px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: top right;
}

/*
 * navigation - top tabs
 */
ul#nav
{
	width: 780px;
	margin-left: 0px;
	list-style: none inside none;
}

ul#nav li
{
	float: left;
}

ul#nav a
{
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#nav a.active
{
	background-position: 0px -30px;
}


/* 
 * table layout 
 */
table#layout
{
	width: 750px;
	float: left;
	position: relative;
	top: 10px;
	left: 15px;
	margin: 0px;
	border-collapse: collapse;
}

table#layout td
{
	vertical-align: top;
}

table#layout td#newsletters,
table#layout td#banner,
table#layout td#gallery,
table#layout td#gallery_generic,
table#layout td#full_width,
table#layout td#copy,
table#layout td#right_column
{
	font-size: 12px;
	vertical-align: top;
}

table#layout td#newsletters,
table#layout td#banner
{
	padding-bottom: 10px;
}

table#layout td#gallery,
table#layout td#gallery_generic
{
	background-repeat: no-repeat;
	height: 360px;
}
table#layout td#gallery_generic
{
	height: 333px;
}

table#layout td#copy
{
	width: 540px;
}

table#layout td#copy table
{
	width: 530px;
	margin: 0px;
}

table#layout td#right_column
{
	width: 201px;
	padding: 0px 0px 0px 15px;
}
table#layout td#right_column a img,
table#layout td#right_column img
{
	margin-top 0px;
	margin-bottom: 10px;
}

td#right_column div#main_squeeze
{
	width: 200px;
	background-repeat: no-repeat;
	border: 1px solid #fff; 
	height: 235px;
	text-align: center;
	margin-bottom: 0px;
}
td#right_column div#main_squeeze p
{
	width: 150px;
	margin-left: 25px !important;
	margin-left: 5px;
	margin-bottom: 10px;
}

	
/* 
 * 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: 10%;
}

#footer ul.links li
{
	float: left;
	margin-left: 5px;
	color: #999;
}



/* 
 * copyright notice in footer 
 */
#copyright 
{
	margin: 0px auto; /* centers the page */
	width: 780px;
	background-repeat: no-repeat;
	background-image: url(../images/page_bottom.gif); 
}
#copyright {  }


/*
 * CMS preview
 */
.editable_content
{
	/*border: 1px dashed #ccc !important;*/
	border: none !important;
}

.editable_content #elj_box.edit_button
{
}


/*
 * no bullet ul used on newsletter list
 */
#newsletters ul#newsletter_years
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 1.0em;
}

#newsletter_header
{
	width: 750px;
	height: 225px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#newsletter_header p
{
	width: 420px;
	color: #ffffff;
	position: relative;
	top: 90px;
	left: 283px;
}
#newsletter_header p a { color: #ffffff; }


#newsletter_header form
{
	position: relative;
	top: 90px;
	left: 283px;
}
#newsletter_header form .lbl
{
	color: #fff;
	font-weight: bold;
}
#newsletter_header form .btn
{
	position: relative;
	top: 5px;
	left: 5px;
}