/*
Theme Name: Bridgewater
*/

body {
	margin:0;
	color:#000;
	font:12px/14px cambria, Georgia, "Times New Roman", Times, serif;
	min-width:998px;
}
img {border:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}
.page {
	padding:148px 0 0;
	background:#fff url(images/bg-body.jpg) no-repeat 50% 0;
}
.head-bg {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	overflow:hidden;
	height:139px;
	width:100%;
	overflow:hidden;
}
.head-bg .bg-l {
	float:left;
	width:49%;
	height:139px;
	background:url(images/bg-header.png) repeat-x;
}
.head-bg .bg-r {
	float:right;
	width:49%;
	height:139px;
	background:url(images/bg-header-r.png) repeat-x;
}
/* header */
.header-bg {
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	height:139px;
	background:url(images/bg-head.jpg) no-repeat 50% 0;
}
.header-wrap {
	height:139px;
	min-width:998px;
}
#header {
	position:relative;
	width:998px;
	margin:0 auto;
	height:139px;
}
/* logo */
#header strong {
	position:absolute;
	left:10px;
	top:18px;
	width:278px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo.gif) no-repeat;
}
#header strong a {
	display:block;
	width:278px;
	height:33px;
}
#header p.senate {
	position:absolute;
	left:10px;
	top:59px;
	margin:0;
	width:304px;
	height:49px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/text-senate.gif) no-repeat;
}
#header a.donate {
	position:absolute;
	left:582px;
	top:68px;
	margin:0;
	width:298px;
	height:44px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/btn-donate.jpg) no-repeat;
}
#header a.donate:hover {
	background-position:0 -44px;
}
#nav {
	position:absolute;
	right:14px;
	top:32px;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	display:inline;
	margin-left:37px;
	list-style:none;
}
#nav a {
	float:left;
	color:#03c4fe;
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	text-decoration:none;
}
#nav li:hover a,
#nav li.hover a {
	color:#fff;
}
#nav li:hover,
#nav li.hover {
	position:relative;
}
#nav li:hover .drop,
#nav li.hover .drop {
	display:block;
}

#nav .drop {
	position:absolute;
	display:none;
	width:187px;
	left:0px;
	top:17px;

}
#nav .drop-top, #nav .drop-btm {
	height:9px;
	overflow:hidden;
}
#nav .drop-btm {

}
#nav .drop ul {
	width:187px;
	margin:0;
	padding:4px 0 0 0;
/*
background:rgba(153, 204, 255, .75);
*/
background:url(images/nav_trans.png);
border-left:1px solid rgba(255, 255, 255, .25);
border-right:1px solid rgba(255, 255, 255, .25);
border-bottom:1px solid rgba(255, 255, 255, .25);
}

#nav .drop ul ul{
background:none;
border:0;
}

#nav .drop ul li {
	float:none;
	display:block;
	margin:0 0 6px 8px;
	vertical-align:top;
}
#nav .drop ul a {
	float:none;
	display:block;
	position:relative;
	text-indent:8px;
	height:auto;
	width:187px;
	color:#fff;
	font-family:'trebuchet MS',calibri, tahoma, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-transform:none;
}

#nav .drop ul a:hover {
	color:#fc3656;
	text-decoration:underline;
}
/* top page */
.top-page {
	width:998px;
	margin:-32px auto 0;
	overflow:hidden;
	position:relative;
	z-index:1;
}
/* hero */
.hero {
	float:right;
	display:inline;
	position:relative;
	z-index:5;
	margin:-7px -20px 0 0;
	width:437px;
	height:410px;
	background:url(images/bg-hero.png) no-repeat;
}
/* skider */
.slider {
	float:right;
	width:518px;
	height:395px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.slider a.prev,
.slider a.pause,
.slider a.next {
	position:absolute;
	z-index:100;
	left:210px;
	top:342px;
	width:27px;
	height:29px;
	text-indent:-999px;
	overflow:hidden;
	background:url(images/btn-prev.png) no-repeat;
}
.slider a.prev:hover {
	background:url(images/btn-prev-hov.png) no-repeat;
}
.slider a.next {
	left:272px;
	background:url(images/btn-next.png) no-repeat;
}
.slider a.next:hover {
	background:url(images/btn-next-hov.png) no-repeat;
}
.slider a.pause {
	left:242px;
	top:341px;
	width:26px;
	height:30px;
	background:url(images/btn-pause.png) no-repeat;
}
.slider a.pause:hover {
	background:url(images/btn-pause-hov.png) no-repeat;
}
.slider ul {
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
}
.slider ul li {
	float:left;
	width:518px;
}
/* columns holder */
.columns-holder {
	overflow:hidden;
	height:1%;
	width:998px;
	margin:-5px auto 0;
	padding-bottom:30px;
	position:relative;
	z-index:1;
}
/* blog */
.blog {
	float:left;
	width:490px;
}
/* box title */
.box-title {
	overflow:hidden;
	height:44px;
	padding:13px 48px 0 70px;
	background:url(images/bg-title-red.png) no-repeat;
}
.box-title h2 {
	float:left;
	margin:0;
	position:relative;
	color:#fff;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
}
.box-title a {
	position:relative;
	float:right;
	margin:8px 0 0;
	color:#fff;
	font-size:10px;
	line-height:12px;
}
.post {
	overflow:hidden;
	height:1%;
	padding:0 26px 8px 0;
}
.date {
	float:left;
	width:34px;
	height:32px;
	margin:3px 0 0;
	padding:8px 7px 0 0;
	text-align:right;
	color:#4a0e17;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	background:url(images/bg-date.png) no-repeat;
}
.date p {
	margin:0;
}
.post-text {
	float:right;
	overflow:hidden;
	padding:0 0 7px;
	background:url(images/bg-dotted.gif) repeat-x 0 100%;
}
div.sidebar div.blog .post-text {
    width:255px;
}
div.blog .post-text {
    width:395px;
}
.post h3 {
	margin:0;
	color:#a32034;
	font-size:14px;
	line-height:18px;
}
.post h3 a {
	color:#a32034;
}
.post-text ul.post-nav {
	margin:0 0 0 -6px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.post-text ul.post-nav li {
	float:left;
	padding:0 4px 0 6px;
	color:#4a0e17;
	line-height:16px;
	background:url(images/separator.gif) no-repeat 0 60%;
    white-space:nowrap;
}
.post-text ul.post-nav a {
	color:#a32034;
}
.post-text p {
	margin:4px 0 0;
	color:#4a0e17;
}
.post-text a.more {
	float:right;
	color:#a32034;
}
/* contact column */
.contact-column {
	float:right;
	width:490px;
}
.contact-column a.donate {
	display:block;
	height:43px;
	padding:18px 0 0 68px;
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	background:url(images/bg-title-blue.png) no-repeat;
}
.contact-column a.donate span {
	font-size:18px;
	line-height:20px;}


.contact-column a.get-facts {
	display:block;
	height:43px;
	padding:18px 0 0 68px;
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	background:url(images/bg-title-red.png) no-repeat;
}
.contact-column a.get-facts span {
	font-size:18px;
	line-height:20px;}

/* form mail */
.form-mail {
	margin:-5px 0 5px;
}
.form-mail .rows {
	overflow:hidden;
	height:1%;
	padding:0 0 8px;
}
.form-mail label {
	float:left;
	margin-right:7px;
	width:108px;
	color:#a32034;
	font-size:12px;
	line-height:23px;
	text-align:right;
}
.form-mail .inp-bg {
	float:left;
	width:173px;
	height:23px;
	padding:0 8px;
	background:url(images/bg-input.png) no-repeat;
}
.form-mail .inp-small {
	width:92px;
	background:url(images/bg-input-smal.png) no-repeat;
}
.form-mail .inp-bg input.field {
	width:173px;
	position:relative;
	margin:0;
	padding:3px 0;
	color:#fff;
	background:none;
	border:none;
}
.form-mail .inp-small input.field {
	width:92px;
}
.form-mail input.btn {
	float:left;
	display:inline;
	background:none;
	border:none;
	padding:0;
	color:#4a0e17;
	cursor:pointer;
	text-transform:uppercase;
	font:17px/20px Georgia, "Times New Roman", Times, serif;
	margin:2px 0 0 112px;
}
* html .form-mail input.btn {
	margin-left:100px;
}
* + html .form-mail input.btn {
	margin-left:100px;
}
/* box contact */
.box-social ul {
	margin:-10px 0 0 64px;
	padding:0 0 4px;
	list-style:none;
}
.box-social ul li {
	float:left;
	margin-right:23px;
}
.box-social ul a {
	float:left;
	text-indent:-9999px;
	height:44px;
}
.box-social ul li.it1 a {
	width:27px;
	background:url(images/ico-1.png) no-repeat;
}
.box-social ul li.it2 a {
	width:35px;
	background:url(images/ico-2.png) no-repeat;
}
.box-social ul li.it3 {
	margin-right:20px;
}
.box-social ul li.it3 a {
	width:39px;
	height:44px;
	background:url(images/ico-3.png) no-repeat;
}
.box-social ul li.it4 a {
	margin:2px 0 0;
	width:42px;
	height:42px;
	background:url(images/ico-4.png) no-repeat;
}
/* footer */
.footer-bg {
	background:#104276 url(images/bg-footer.gif) repeat-x;
}
#footer {
	width:998px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:10px;
	font-family:'trebuchet MS',calibri, tahoma, helvetica, sans-serif;
}
.top-foot {
	overflow:hidden;
	height:1%;
	padding:11px 16px 0 16px;
}
.top-foot ul {
	float:right;
	margin:0;
	padding:5px 0 0;
	list-style:none;
}
.top-foot ul li {
	float:left;
	padding:0 6px 0 7px;
	background:url(images/separator1.gif) no-repeat 0 50%;
}
.top-foot ul li:first-child {
	background:none;
}
.top-foot ul a {
	color:#03c4fe;
	font-size:10px;
	text-transform:uppercase;
}
.top-foot a.paid {
	float:left;
	padding:0 10px;
	color:#fff;
	font-size:12px;
	line-height:22px;
	border:1px solid #1fa9d6;
}
#footer .address {
	float:left;
	margin:0 0 0 -8px;
	padding:4px 0 0 16px;
	list-style:none;
}
#footer .address li {
	float:left;
	font-size:10px;
	color:#fff;
	padding:0 6px 0 8px;
	background:url(images/separator2.gif) no-repeat 0 60%;
}
#footer .address li:first-child {
	background:none;
}
/* inner page */
.inner-page {
	background:#fff url(images/bg-body-inner.jpg) no-repeat 50% 0;
}
.inner-page .header-bg {
	background:url(images/bg-head-inner.gif) no-repeat 50% 0
}
.inner-page #header p.senate {
	width:304px;
	height:50px;
	top:58px;
	background:url(images/text-senate-inner.gif) no-repeat;
}
.inner-page #header a.donate {
	background:url(images/btn-donate-inner.jpg) no-repeat;
}
.inner-page #header a.donate:hover {
	background-position:0 -44px;
}
.columns-wrap {
	position:relative;
	z-index:1;
	overflow:hidden;
	width:998px;
	margin:-30px auto 0;
}
.content-holder {
	float:right;
	width:998px;
}
/* content */
.content {
	float:left;
	width:514px;
	position:relative;
	z-index:2;
}
.contentWide {
	float:left;
	width:860px;
	position:relative;
	z-index:92;
}
.content-top {
	width:998px;
	height:185px;
	overflow:hidden;
	background:url(images/bg-content-top.png) no-repeat 348px 0;
}
.content-topWide {
	width:998px;
	height:185px;
margin-top:50px;
	overflow:hidden;
	background:url(images/bg-content-topWide.png) no-repeat 0;
z-index:33;
}
.content-bg:after,
.content-c:after {
	content:"";
	clear:both;
	display:block;
}
.content-bg {
	width:998px;
	background:url(images/bg-content.png) repeat-y 348px 0;
}
.content-bgWide {
	width:998px;
	background:url(images/bg-contentWide.png) repeat-y;
}
.content-c {
	width:998px;
	float:left;
	position:relative;
	margin:-180px 0 0;
}
.content-wrap {
	width:454px;
	float:left;
	position:relative;
	padding:45px 25px 34px 35px;
}
.content h1 {
	margin:0;
	padding-bottom:5px;
	color:#4a0e17;
	font-size:28px;
	line-height:32px;
	font-weight:normal;
	font-variant:small-caps;
	background:url(images/bg-dotted.gif) repeat-x 0 100%;
}
.content .breadcrumbs {
	overflow:hidden;
	height:1%;
	margin:5px 0 0 -9px;
	padding:0;
	list-style:none;
}
.content .breadcrumbs li {
	float:left;
	padding:0 8px 0 9px;
	color:#7a7875;
	font-size:12px;
	line-height:18px;
	background:url(images/separator3.gif) no-repeat 0 50%;
}
.content .breadcrumbs li:first-child {
	background:none;
}
.content .breadcrumbs a {
	color:#a32034;
}
.content p {
	margin:15px 0 0;
	color:#4a0e17;
	font-size:14px;
	line-height:17px;
	font-family:calibri,'trebuchet MS', helvetica, sans-serif;
}

.content li {
font-family:calibri,'trebuchet MS', helvetica, sans-serif;
}

.content h2 {
	margin:18px 0 0;
	color:#a32034;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
}
.content a {
	color:#a32034;
}
.content .pict {
	float:right;
	margin:12px 5px 0 0;
	display:inline;
	width:232px;
	height:161px;
	padding:5px 7px 6px 6px;
	background:url(images/bg-pict.gif) no-repeat;
}
.content .pict img {
	display:block;
}
.content .cite {
	padding-bottom:15px;
	position:relative;
}
.content q{quotes: none;}
.content q:before{content:"";}
.content q:after{content:"";}
.content blockquote {
	padding:0;
	margin:33px 34px 0 10px;
	background:url(images/bg-cite-open.gif) no-repeat;
}
.content q {
	display:block;
	padding:4px 30px 0;
	color:#a32034;
	font-size:10px;
	line-height:14px;
	font-style:italic;
	background:url(images/bg-cite-close.gif) no-repeat 100% 100%;
}
.content cite {
	display:block;
	padding:0 10px 0 0;
	text-align:right;
	color:#4a0e17;
	font-size:11px;
	line-height:18px;
}
/* social bar */
.social-bar {
	float:left;
	display:inline;
	margin:54px 0 0 -4px;
	padding:14px 0 15px;
	position:relative;
	z-index:1;
	width:137px;
	overflow:hidden;
}
* + html .social-bar {
	margin-top:67px;
}
* html .social-bar {
	margin-top:67px;
}
.box {
	margin:13px 0 0;
}
.box-top,
.box-btm {
	width:137px;
	height:55px;
	overflow:hidden;
	background:url(images/bg-sidebar-top.png) no-repeat;
}
.box-btm {
	height:31px;
	margin:0 0 0 -1px;
	background:url(images/bg-sidebar-btm.png) no-repeat;
}
.box-bg:after,
.box-c:after {
	content:"";
	clear:both;
	display:block;
}
.box-bg {
	width:137px;
	background:url(images/bg-sidebar.png) repeat-y;
}
.box-c {
	width:137px;
}
.box-wrap {
	width:137px;
	float:left;
	padding:0;
	margin:-55px 0 -31px;
	padding:0 0 10px;
	position:relative;
}
.box h2 {
	margin:-5px 18px 0 13px;
	padding:0 0 8px;
	overflow:hidden;
	height:1%;
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	position:relative;
	text-transform:uppercase;
	background:url(images/bg-dotted2.gif) no-repeat 100% 100%;
}
.box h2 img {
	float:left;
	margin:0 4px 0 0;
}
.box h2 span {
	float:left;
	padding:14px 0 0;
}
.box h2.youtube {
	margin:6px 18px 0 13px;
	padding-bottom:4px;
}
.box h2.youtube span {
	padding-top:0;
}
.last-news {
	width:101px;
	margin:10px 0 0 18px;
	font-size:11px;
	overflow:hidden;
	font-family:'trebuchet MS', helvetica, sans-serif;
}
.last-news p {
	margin:0;
	color:#fff;
	font-size:11px;
	line-height:13px;
}
.last-news p a {
	color:#fff;
	text-decoration:underline;
}
.last-news p a:hover {
	text-decoration:none;
}
.last-news span {
	display:block;
	color:#eebd6f;
	font-style:italic;
}
.last-news span a {
	color:#eebd6f;
	text-decoration:underline;
}
.last-news p a:hover {
	text-decoration:none;
}
.box a.more {
	float:right;
	display:inline;
	margin:10px 20px 0 0;
	color:#fff;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
}
.box-video {
	padding:15px 0 3px 15px;
}
.box-video img {
	display:block;
}
/* sidebar */
.sidebar {
	float:left;
	overflow:hidden;
	width:348px;
	padding:395px 0 0;
}
.sidebar .blog {
	width:348px;
}
.sidebar .box-title {
	padding:10px 35px 0 58px;
	height:44px;
	background:url(images/bg-title-red2.png) no-repeat;
}
.sidebar .box-title h2 {
	font-size:16px;
}
.sidebar .post-text {
	width:255px;
	font-family:calibri,'trebuchet MS', helvetica, sans-serif;
}
.sidebar .contact-column  {
	width:350px;
	float:left;
	margin:10px 0 0;
}
.sidebar .contact-column a.donate {
	padding:10px 0 0 60px;
	height:43px;
	margin:0 0 -10px;
	background:url(images/bg-title-blue2.png) no-repeat;
}
.sidebar .contact-column a.donate span {
	font-size:16px;
}
.sidebar .box-social ul {
	margin:-8px 0 0 44px;
}
.sidebar .form-mail {
	margin:-10px 0 18px;
}
.sidebar .form-mail label {
	width:80px;
}
.sidebar .form-mail input.btn {
	margin-left:84px;
}
* html .sidebar .form-mail input.btn {
	margin-left:75px;
}
* + html .sidebar .form-mail input.btn {
	margin-left:75px;
}
/* inner page 2 */
.inner-page2 {
	background:#fff url(images/bg-body-inner2.jpg) no-repeat 50% 0;
}
.inner-page2 .content-top {
	width:857px;
	margin:0 0 0 5px;
	background:url(images/bg-content-top2.png) no-repeat;
}
.inner-page2 .content-bg {
	background:url(images/bg-content2.png) repeat-y 5px 0;
}
.inner-page2 .content {
	width:862px;
}
.inner-page2 .content .content-wrap {
	width:auto;
	padding:45px 30px 34px 45px;
}
.inner-page2 .content .pict {
	margin-left:10px;
}
.inner-page2 .content q {
	font-size:11px;
}

/* --- issue styles ---*/


ul#masterUL {
list-style-type:none;
margin:0 auto;
}

ul#masterUL li {
display:block;
float:left;
}

ul#masterUL li li {
display: list-item;
float:none;
font-size:12px;
}