/* CSS Document for lautenberg.senate.gov */

BODY {
	background:#ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 11px/1.3 Arial, Helvetica, sans-serif;
	color: #15295c;
}
H2 {
	font: bold 24px/1.1 "Times New Roman", Times, Georgia, serif;
	margin: 0;
	padding: 0;
	border-bottom: 1px #b4bacb solid;
}
H3 {
	font: bold 18px/1.1 "Times New Roman", Times, Georgia, serif;
	margin: 0;
	padding: 0;
}
#line_grey {
	border-bottom: 1px #b4bacb solid;
	height:1px;
	margin: 9px 0 9px 0;
}

#feature_image {
	border: 1px #15295c solid;
	background: #edf4f9 url(/images/bg_feature.gif) bottom left repeat-x;
	width:408px;
	margin-left:5px;
	margin-top:5px;
}
#feature_text {
	font: normal 10px/1.1 Arial, Helvetica, sans-serif;
	padding:6px;
}

/* link styles*/

A {
	COLOR: #006aa7; TEXT-DECORATION: none
}
A:link {
	COLOR: #006aa7; TEXT-DECORATION: none
}
A:visited {
	COLOR: #006aa7; TEXT-DECORATION: none
}
A:hover {
	COLOR: #f49035; TEXT-DECORATION: underline
}

/* Today in Senate */


.box_right {
	margin-top: 8px;
	margin-left: 9px;
	background:url(/images/global/bg_boxright.gif) bottom left no-repeat;
}
.box_right_content {
	padding-left:11px;padding-right:17px;padding-bottom:6px;font-size:10px;line-height:12px;
	color:#373737;
}

/* global layout */

#td_header {
	width:778px;
	height:76px;
	background:url(/images/bg_header.gif) no-repeat;
	margin:0;
	padding: 0;
}

#espanol {
	background:url(/images/enespanol.gif) no-repeat;
	margin:0;
	padding: 0;
}

#td_footer {
	width:778px;
	height:120px;
	background: url(/images/bg_footer.gif) no-repeat;
	margin:0;
	padding:0;
}
#txt_footer {
	font: normal 10px/1.3 Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top:4px;
}
#td_main {
	width:778px;
	margin:0;
	padding:0;
}
#td_left {
	width:178px;
	background: url(/images/bg_left.gif) repeat-y;
	border-right: 1px #b4bacb solid;
}
#content_left {
	padding: 24px 9px 24px 0px;
}
#td_right1 {
	width:178px;
	background: url(/images/bg_right1.gif) repeat-y;
	border-left: 1px #b4bacb solid;
}
#td_right2 {
	width:41px;
	background: url(/images/bg_right2.gif) repeat-y;
	border-left: 1px #b4bacb solid;
	font-size: 10px;
}
#content_right {
	padding: 24px 0px 24px 9px;
}
#td_center1 {
	width: 420px;
}
#td_center2 {
	width: 557px;
}
#content_center {
	padding: 24px 20px 24px 20px;
}
#content_center_home {
	padding: 12px 20px 24px 20px;
}
#wrapper {
	margin: 0 auto 50px auto;
	width: 778px;
	text-align: left;
}

/* freestyle menu */

/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want. All you have to do is ensure the script
has the correct CSS property name (like 'visibility' or 'display') that you want it to change.

One good resource for UL/LI formatting: http://www.alistapart.com/articles/taminglists/
Consult your favourite CSS reference for editing fonts/borders/etc.

Otherwise, even if you're not very experienced at CSS, you can just go through and change
the #RGB border/background colours where suitable to customise for your site!

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


#nav_main {
	padding-top:34px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin:  0;
 padding: 0;
 list-style: none;
font: normal 14px/1.3 Arial, Helvetica, sans-serif;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 26px; /* I'm using ems rather than px to allow people to zoom their font */
 left: 11px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 150px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: 0px;
 border-bottom: 1px #849db5 solid; 
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px 19px 3px 19px;
 color: #15295c;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #0099ff;
}
.menulist  a.highlighted {
 color: #0099ff;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

.menulist a#menu2 {
 	border-left: 1px #849db5 solid;
 	border-right: 1px #849db5 solid;
	background: #e9eff3 url(/images/bg_menu1.gif) repeat-y top left;
	color: #004F78;
	font: normal 11px/1.3  Arial, Helvetica, sans-serif;
	padding: 3px 9px 3px 9px;
	text-decoration: none;
}
.menulist a#menu2:hover, .menulist a.highlighted#menu2, .menulist a:focus {
	background: #0099ff url(/images/bg_menu2.gif) repeat-y top left;
	color: #FFFFFF;
	text-decoration:none;
}


/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */


/* Press App styles */
.pressappHeaderRow {
	background: #b7c7d0;
	padding:6px;
}
.pressappRow1 {
	border-bottom: 1px #b4bacb dotted;
	padding: 3px 6px 3px 6px;
}
.pressappRow2 {
	border-bottom: 1px #b4bacb dotted;
	padding: 3px 6px 3px 6px;
	background: #eaf2f8;
}


