﻿/* *************************** 
  Site - Liberal
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
.noclear {
	clear:none !important;
}
p {
    margin:10px 0px 10px 0px;
}
a {
	color:#1f1f1f;
	text-decoration:none;
}
a:hover {
	color:#1f1f1f;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}


/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	/*background:url(/shared/images/body_bg.png) top repeat-x;*/
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#333333;
}
#container{
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:960px;
	height:104px;
	margin:0 auto;
	position:relative;
	background:url(/shared/images/header_bg.png) top left no-repeat;
	z-index:100;
}
#header h1 {
	width:151px;
	height:68px;
	position:absolute;
	top:20px;
	left:0px;
}
#header h1 a {
	width:151px;
	height:68px;
	display:block;
	background:url(/shared/images/logo.png) no-repeat;
	text-indent:-9999px;
	outline-style:none;
}
#masterTopNav {
	width:372px;
	padding-top:4px;
	padding-bottom:2px;
	background:url(/shared/images/topnav_bg.png) no-repeat;
	position:absolute;
	top:20px;
	right:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
#masterTopNav li {
	float:left;
	margin-left:7px;
	display:inline;
}
#masterTopNav li a {
	color:#fff;
	float:left;
}
#masterTopNav li#topnav1 a {
	padding-left:17px;
	background:url(/shared/images/topnav_icon1.png) 0 3px no-repeat;
}
#masterTopNav li#topnav2 a {
	padding-left:19px;
	background:url(/shared/images/topnav_icon2.png) 0 2px no-repeat;
}
#masterTopNav li#topnav3 a {
	padding-left:16px;
	background:url(/shared/images/topnav_icon3.png) 0 3px no-repeat;
}
#masterTopNav li#topnav4 a {
	padding-left:17px;
	background:url(/shared/images/topnav_icon4.png) 0 5px no-repeat;
}
#masterTopNav li#topnav5 a {
	padding-left:18px;
	background:url(/shared/images/topnav_icon5.png) 0 3px no-repeat;
	padding-bottom:1px;
}
#masterTopNav li#topnav5_en a {
	padding-left:18px;
	background:url(/shared/images/topnav_icon5_en.png) 0 3px no-repeat;
	padding-bottom:1px;
}
#hometop {
	width:100%;
	height:346px;
	padding-top:14px;
	overflow:hidden;
	background:url(/shared/images/hometop_bg.png) center repeat-x;
}
#hometop_inner {
	width:960px;
	margin:0 auto;
}
#hometop_left {
	width:600px;
	float:left;
	overflow:hidden;
}
#hometop_left .hidden 
{
	display:none;
}
#hometop_right {
	width:292px;
	height:307px;
	padding:25px 25px 0 25px;
	float:right;
	background:url(/shared/images/hometop_right_bg.png) no-repeat;
	position:relative;
}
#hometop_right h1 {
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
	letter-spacing:-1px;
	margin-bottom:20px;
}
#hometop_right p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-bottom:15px;
}
#hometop_right .pagination {
	position:absolute;
	left:25px;
	bottom:20px;
}
#hometop_right .pagination li {
	float:left;
	margin-right:5px;
	width:35px;
	height:25px;
	padding-top:5px;
	text-align:center;
	/*background:#666;*/
	background-image:url(/shared/images/homepager_inactive.gif);
	background-repeat:no-repeat;
	font-size:125%;
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	/*border:solid 1px #900;*/
}
#hometop_right .pagination .active {
	/*background:#c20000;
	border:solid 1px #900;*/
	background-image:url(/shared/images/homepager_active.gif);
	background-repeat:no-repeat;
}
.hometop_right_temp 
{
	display:none;
}
.btn {
	margin-bottom:3px;
}
.btn a {
	width:220px;
	height:23px;
	padding:6px 0 0 10px;
	display:block;
	background:url(/shared/images/btn_bg.png) top no-repeat;
	color:#fff !important;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.btn a:hover {
	background:url(/shared/images/btn_bg.png) bottom no-repeat;
	text-decoration:none;
	color:#fff;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:960px;
	overflow:hidden;
	margin:0px auto 20px auto;
	padding:0px 0 0 0;
	z-index:0;
}
#content.homepage {
	border-top:3px solid #f2e9d2;
}
#maincontent {
	width:600px;
	float:left;
}
#maincontent a {
	color:#b20000;
}
#maincontent ul
{   list-style:square;
    margin:10px 0px 10px 30px;
}
#maincontent ul li 
{   list-style:square;
    margin-bottom:8px;
}
#content ul
{   list-style:disc;
    margin:10px 0px 10px 30px;
}
#content ul li 
{   list-style:disc;
    margin-bottom:8px;
}
#content ol
{   list-style:decimal;
    margin:10px 0px 10px 30px;
}
#content ol li 
{   list-style:decimal;
    margin-bottom:8px;
}
#content_links {
	float:right;
	padding:6px 10px;
	height:41px;
	margin-top:-10px;
	background:url(/shared/images/content_links_bg.png) repeat-x;
	position:relative;
	color:#8c8981;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	text-transform:uppercase;
}
#content_links span {
	color:#1f1f1f;
	cursor:pointer;
}
#content_links span.active {
	text-decoration:underline;
}
#maincontent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	letter-spacing:-1px;
	margin:10px 0 15px 0;
	clear:both;
	display:block;
}
#maincontent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	letter-spacing:-1px;
	margin:10px 0 15px 0;
	clear:both;
	display:block;
}
#maincontent h3 {
    font-size: 18px;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-right: 0pt;
    margin-bottom: 10px;
    margin-left: 0pt;
    font-family: Arial,Helvetica,sans-serif;
    clear:both;
    display:block;
}
#maincontent h4 
{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    color: #bf0000;
    margin-top: 2px;
    margin-bottom: 5px;
    line-height: 18px;
    clear:none;
}
#maincontent h4 a 
{
    color:#c20000
}
.whatsnew {
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.whatsnew a:hover 
{   text-decoration:none;
}
.whatsnew li {
	cursor:pointer;
	text-decoration:none;
}
.whatsnew_left {
	width:136px;
	float:left;
	height:80px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
}
.whatsnew_right {
	width:460px;
	float:left;
	line-height:15px;
}
.whatsnew a .whatsnew_right:hover 
{   text-decoration:none;
}
.whatsnew_right span.date {
	font-size:9px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#999;
	line-height:9px;
}
.whatsnew_right span.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#bf0000;
	margin:2px 0 10px 0;
	line-height:18px;
	display:block;
}
.whatsnew_right span.heading:hover {
    text-decoration:underline !important;
}
.whatsnew a .desc 
{   color:#222
}
#pta-content .whatsnew {
	width: 395px; 
}
#pta-content #whats_new_container {
	width: 395px; 
	float: left;
}

#pta-content .whatsnew_right {
	width: 395px; 
	float: left;
}
.pta-sidebar {
	float: left;
	width: 156px;
	margin-top: 75px;
	margin-left: 25px;
	padding: 0px 0 5px 13px;
	border-left: 1px solid #F9F4E9;
}
#subtop {
	height:89px;
	background:url(/shared/images/subtop_bg.png) repeat-x;
}
#subtop_inner {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#subtop_inner img {
	float:right;
	margin-right:50px;
}
#subtop_inner h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin:28px 0 5px 0;
}
#introduction {
	/*border-bottom:1px solid #f2e9d2;*/
	padding-bottom:5px;
}
p.top, #introduction p.top {
	font-size:14px;
}
#introduction p {
	font-size:12px;
	font-family:Arial, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
.video_box {
	float:right;
}
.video_box a {
	display:block;
	color:#bf0000;
}
#latest_boxes {
	margin:12px 0;
	width:600px;
	overflow:hidden;
	background:url(/shared/images/latest_boxes_bg.png) repeat-y;
}
#latest_left {
	width:280px;
	float:left;
}
#latest_right {
	width:280px;
	float:right;
}
#latest_boxes h3 {
	font-size:18px;
	letter-spacing:-1px;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
}
#latest_boxes .more {
	margin-top:12px;
	padding-bottom:12px;
}
#latest_boxes .more a{
	color:#bf0000;
}
#recent_speeches span {
	color:#999;
	font-size:9px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#recent_speeches h4 {
	color:#bf0000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom:10px;
}
#recent_speeches h4 a {
	color:#bf0000;
}
#latest_tweets p {
	margin-bottom:12px;
	font-family:Arial,Helvetica, sans-serif;
}
#latest_tweets span {
	color:#999;
	font-size:9px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
blockquote
{
	border-left: 4px solid #999999;
	padding:0 15px 0 10px;
	margin:10px 80px 10px 30px;
}


/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:320px;
	padding-left:18px;
	float:right;
	border-left:1px solid #f2e9d2;
}
#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	margin:10px 0 8px 0;
}
#sidebar h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	margin:10px 0 8px 0;
}
#sidebar .getinvolved h3 
{   letter-spacing:0px;
}
.hr {
	height:10px;
	font-size:0;
	border-top:1px solid #f2e9d2;
}
#sidebar .featured {
	margin-bottom:15px;
}
.getinvolved {
	width:300px;
	overflow:hidden;
	background:#e8f2f4;
	border-top:5px solid #8abec4;
	padding:0 10px;
	color:#202020;
	margin-bottom:20px;
}
.getinvolved li {
	border-bottom:1px solid #8abec4;
	padding:12px 0;
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.getinvolved li.last {
	border-bottom:none;
}
#sidebar .getinvolved li h3 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#202020;
	font-weight:normal;
	margin:0;
}


.whatsnewsidebar {
	width:300px;
	overflow:hidden;
	background:#EDE1C0;
	border-top:5px solid #DEC689;
	padding:0 10px;
	color:#202020;
	margin-bottom:20px;
}
.whatsnewsidebar ul 
{   padding:0;
    margin:0;
    list-style-position:outside;
}
.newitem {
    font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 45px;
	background-repeat:no-repeat;
	background-position:top left;
}
.whatsnewsidebar li.last {
	border-bottom:none;
}
#sidebar .whatsnewsidebar li h3 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#202020;
	font-weight:normal;
	margin:0;
}
.form_updates {
	width:100%;
	overflow:hidden;
	padding:10px 0 0 0;
}
.form_updates input {
	vertical-align:middle;
}
.input_email {
	width:125px;
	height:18px;
	padding:2px 0 0 5px;
	border:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
}
.input_postal {
	width:75px;
	height:18px;
	padding:2px 0 0 5px;
	border:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	margin:0 6px;
}
.whatsnew_list {
	margin-bottom:15px;
}
.whatsnew_list li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 8px 46px;
}
.whatsnew_list li.video {
	background:url(/shared/images/icon_video.png) 0 2px no-repeat;
}
.whatsnew_list li.blog {
	background:url(/shared/images/icon_blog.png) 0 2px no-repeat;
}
.whatsnew_list li.photo {
	background:url(/shared/images/icon_photo.png) 0 2px no-repeat;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer 
{
    clear:both;
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding-top:10px;
	border-top:1px solid #f2e9d2;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	margin-top:30px;
}
#footer a {
	color:#1f1f1f;
}
#footer_logo {
	float:left;
	margin-right:12px;
}
#footer_inner {
	width:573px;
	float:left;
}
#footer_inner li {
	float:left;
	background:url(/shared/images/footerinner_li_bg.png) right 3px no-repeat;
	padding-right:12px;
	margin-right:10px;
}
#twitter {
	width:240px;
	height:100px;
	float:right;
	padding-left:60px;
	display:inline;
	margin-right:20px;
	background:url(/shared/images/logo_twitter.png) no-repeat;
}
#twitter_fr {
	width:240px;
	height:100px;
	float:right;
	padding-left:60px;
	display:inline;
	margin-right:20px;
	background:url(/shared/images/logo_twitter_fr.png) no-repeat;
}
#twitter a, #twitter_fr a {
	text-decoration:underline;	
}
.twitterbottom {
	font-weight:bold;
	display:block;
}
.listdate {
	color:#999;
	font-size:9px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
