/*
 *	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: #0D3999;
}
a:hover { }
a img { border: none; }


/* styles all available headings */ 
h1, h2, h3, h4, h5, h6 
{
	margin-bottom: 10px;
	color: #6d6d45;
	font-size: 11pt;
	text-transform: lowercase;
	font-weight: normal;
}
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

p
{
	margin-bottom: 10px;
	font-size: 95%;
}

/* default horozontal rule */
hr {
	border: none;
	border-top: 1px dashed #666666;
	margin: 10px 0px;
	height: 1px;
}

/* 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: small;
}


/* 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: #666;
	background-color: #f6f6f6;

	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;

	text-align: left;
}

#pageAlt
{
	width: 795px;
	margin: 0px auto; /* centers the page */
	color: #666;
	/*background-color: #f6f6f6;*/

	/*background-image: url(../images/page_bg.gif);*/
	background-repeat: repeat-y;
	background-position: top center;

	text-align: left;
}

/* completes the centering effect, sets the total width,
   and a white repeating background with side shadows */
#pageStruts
{
  width: 795px;
  margin: 0px auto; /* centers the page */
  color: #666;
  background-color: #f6f6f6;

  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: 750px;
	margin-left: 20px;
	padding: 10px 0px;
	height: 62px;
}

#header #logoworks
{
	float: left;
	width: 143px;
	height: 47px;
	margin: 5px 0px 0px 5px;
	background-repeat: no-repeat;
	background-image: url(/cmsimages/logoworksHP.gif);
}

#header #logoworks2
{
  float: left;
  margin-left:18px;
  margin-top: 5px;
  width: 196px;
  height: 66px;
  background-repeat: no-repeat;
  background-image: url(/cmsimages/logoworksHP.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 ul.links2
{
  float: right;
  list-style: none inside none;
}
#header ul.links2 li
{
  float: left;
  margin-left: 5px;
  color: #777;
  font-size: 9px;
}

.phoneTiles
{
  clear: right;
  float: right;
  margin-top: 5px;
  font-family: arial;
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}

#header #phone
{
  clear: right;
  float: right;
  margin-top: 5px;
  width: 120px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/1_800_210_7650.gif);
  background-position: top right;
}

#header #phone-valueweb
{
  clear: right;
  float: right;
  margin-top: 5px;
  width: 120px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(/valueweb/images/1_866_399_5646.gif);
  background-position: top right;
}

#header #phone2
{
  clear: right;
  float: right;
  margin-top: 5px;
  width: 120px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/phoneNeedHelp.gif);
}

#header #phone3
{
  clear: right;
  float: right;
  margin-top: 5px;
  width: 120px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/1_866_731_5646.gif);
  background-position: top right;
}

/*
 * navigation - top tabs
 */
ul#nav
{
	width: 750px;
	margin-left: 30px;
	list-style: none inside none;
}

ul#nav li
{
	float: left;
}

ul#nav a
{
	display: block;
	height: 30px;
	background-repeat: no-repeat;
}

/*ul#nav a:hover, */
ul#nav a.active
{
	background-position: 0 100%;
}

/*
 * 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
{
}
/*
 * navigation - top tabs
 */
ul#nav2
{
  width: 750px;
  margin-left: 20pt;
  list-style: none inside none;
}

ul#nav2 li
{
  float: left;
}

ul#nav2 a
{
  display: block;
  height: 30px;
  background-repeat: no-repeat;
}

ul#nav2 a.active
{
  background-position: 0 100%;
}
/*
 * sub navigation 
 * gray all caps and separated by bullets
 */
ul#sub_nav2
{
  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_nav2 li
{
  float: left;
  white-space: nowrap;
  font-size: 9px;
}

ul#sub_nav2 a.active
{
}

.links a,
#sub_nav a
{
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:hover, 
#sub_nav a:hover
{ 
	text-decoration: underline;
	color: #666;
}

.links2 a,
#sub_nav2 a
{
  font-size: 95%;
  text-decoration: none;
  text-transform: uppercase;
  color: #777;
}

.links2 a:hover, 
#sub_nav2 a:hover
{ 
  text-decoration: underline;
  color: #777;
}

#content-dynamic
{
	clear: both;
	width: 750px;
	margin: 50px 30px 60px 20px;
	font-family: Arial, Sans-Serif;
}

#content
{
	clear: both;
	width: 700px;
	margin: 0px 40px 20px 40px;
}

#contentNew
{
	clear: both;
	margin: 0px 40px 20px 20px;
}

/* 
 * table layout 
 */
table#layout
{

	width: 750px;
	margin: 10px 0px 40px 22px;
}

table#layout td
{
	vertical-align: top;
}

table#layout td#copy
{
	font-size: 12px;
	vertical-align: top;
	width: 540px;
}

table#layout td#copy table
{
	width: 530px;
	margin: 0px;
}


#footer
{
	width: 750px;
	height: 85px;
	margin: 0px 0px 0px 27px;
	text-align: center;
	vertical-align: text-bottom;
}

#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;
}

.bottomTextLinkDividers
{
	color: #777;
  	font-size: 9px;
}

.bottomTextLinks
{
  font-size: 9px;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}

.bottomTextLinks:hover
{
  font-size: 9px;
  color: #666;
  text-decoration: underline;
  text-transform: uppercase;
}


/*
 * All caps, gray links
 */
.links a,
#sub_nav a
{
	color: #777;
	font-size: 80% !important; 
	font-size: 60%;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:hover, 
#sub_nav a:hover
{ 
	text-decoration: underline;
	/*color: #174D8D; */
	color: #777;
}

/* copyright notice in footer */
#copyright 
{
	margin: 0px auto; /* centers the page */
	width: 795px;
	background-repeat: no-repeat;
	background-image: url(../images/page_bottom.gif); 
}
#copyright { font-size: 80%; }

.editable_content
{
	width: 710px;
	border: 1px dashed #ccc !important;
}

/*
 * Text Sizes
 */

.textSize15
{
	font-family: arial;
	font-size: 15px;
}

.textSize15b
{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

.textSize14
{
	font-family: arial;
	font-size: 14px;
}

.textSize14b
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.textSize13
{
	font-family: arial;
	font-size: 13px;
}

.textSize13b
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

.textSize12
{
	font-family: arial;
	font-size: 12px;
}

.textSize12b
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.textSize11b
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.textSize11
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.textSize10
{
	font-family: arial;
	font-size: 10px;
	font-weight: normal	;
}

.textSize10b
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}

/*
 * Colors
 */

.darkblue
{
	color: #194C8E;
}

.black
{
	color: #000000;
}

.gray
{
	color: #666666;
}

.red
{
	color: #ff3300;
}

/*
 * TESTING
 */
 
.borderGreen
{
	border: green dashed 1px;
}

.borderRed
{
	border: red dashed 1px;
}

a.pc
{
  text-decoration: none;
  color: White;
  font-size: 13;
  font-weight: normal;
}
a.pc:hover
{
  text-decoration: none;
  color: #0D3692;
  font-size: 13;
  font-weight: normal;
}
#grayBullets ul
{
	list-style-image: url(/app/client/images/bullet.gif);
}
#blueBullets ul
{
	list-style-image: url(/app/client/images/navy-bullet.gif);
}
#blueBullets ul li,
#grayBullets ul li
{
	list-style-position: outside;
	margin-left: 1.5em;
	margin-left: 1.5em;
	line-height: 1.5em;
}
