/* ------------------------------
BASIC STYLES
-------------------------------- */
html {
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}

body {
	margin:0;
	padding:0;
	background: #fbfaf4;
	color: #333;
}

img {
	border: none;
}

.clear_it {
	clear:both;
	height:0px;
	width:100%;
}

/* ------------------------------
STRUCTURE
-------------------------------- */
#wrapper,
#wrapper_site,
#wrapper_homepage,
#wrapper_action,
#wrapper_content,
#wrapper_bottom,
#wrapper_footer {
	width:100%;
	min-width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}
#wrapper_head {
	display: block;
	height: 119px;
	width: 100%;
	position: relative;
	background: url(/templates/images/bg_head.jpg) repeat-x 0 0;
}
#wrapper_action {
	display: block;
	height: 190px;
	width: 100%;
	position: relative;
	background: #f4efdc url(/templates/images/bg_action.jpg) repeat-x top;
}
#wrapper_site {
	display: block;
	width: 100%;
	position: relative;
	background: #f4efdc url(/templates/images/bg_site.jpg) repeat-x 0 0;
}
#wrapper_footer {
	display: block;
	width: 100%;
	height: 276px;
	position: relative;
	background: #f4efdc url(/templates/images/bg_footer.jpg) repeat-x top center;
}
#homepage {
	min-height: 550px;
}
#wrapper_bottom {
	background: #fbfaf4;
}


/* ------------------------------
HEADER STYLES
-------------------------------- */
#head {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 38px;
	left: 0;
	display: block;
	text-indent: -9999px;
	width: 321px;
	height: 61px;
	z-index: 222;
	background: url(/templates/images/sprites.png) 0 0 no-repeat;
}

#logo_print {

}

/* ------------------------------
HOMEPAGE STYLES
-------------------------------- */
#homepage {
	position: relative;
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 20px;
}


/* ------------------------------
INTRO MESSAGE
-------------------------------- */
.mod_introMessage {
	display: block;
	width: 257px;
	height: 267px;
	padding: 20px;
	background: #cc9e3c;
	box-shadow: 0 0 150px #a6702a inset;
	color: #fff;
	
	position: absolute;
	left: 171px;
	top: 0;
	z-index: 111;
}
.mod_introMessage h2 {
	font: 36px/1em 'meta', helvetica, arial, sans-serif;
	word-spacing: -4px;
}
.mod_introMessage p {
	font: 23px/1.25em 'adelle', helvetica, arial, sans-serif;
}
.mod_introMessage a {
	text-decoration: none;
	font: 24px/1em 'meta', helvetica, arial, sans-serif;
	display: inline-block;
	background: #fff;
	color: #b88632;
	padding: 6px 10px;
}
.mod_introMessage a:hover {
	background: #193867;
	color: #fff;
}

/* ------------------------------
TWITTER
-------------------------------- */
.mod_twitter {
	display: block;
	width: 277px;
	height: 107px;
	padding: 20px 15px 20px;
	background: #6288b4;
	box-shadow: 0 0 150px #6288b4 inset;
	color: #fff;
	
	position: absolute;
	right: 0px;
	top: 333px;
	z-index: 111;
}
.mod_twitter h2 {
	font: italic 18px/1em 'adelle', helvetica, arial, sans-serif;
	color: #26497f;
	text-transform: lowercase;
	margin-bottom: 10px;
	position: relative;
	padding-left: 45px;
}
.mod_twitter h2 span {
	position: absolute;
	left: 0;
	top: -5px;
	width: 36px;
	height: 26px;
	background: url(/templates/images/sprites.png) no-repeat 0 -147px;
}
.mod_twitter ul {
	margin: 0;
	padding: 0;
}
.mod_twitter ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 13px/1.35em 'adelle', helvetica, arial, sans-serif;
	color: #cddcee;
}
.mod_twitter img {
	float: left;
	margin: 0 10px 0 0;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.mod_twitter .tweet_time {
	display: none;
}
.mod_twitter p {
	font: 18px/1.25em 'adelle', helvetica, arial, sans-serif;
}
.mod_twitter a {
	color: #cddcee;
	text-decoration: underline;
}
.mod_twitter a:hover {
	color: #fff;
}

/* ------------------------------
SENATORS
-------------------------------- */

.mod_senators {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 40px auto;
	min-height: 500px;
}
.mod_senators h2 {
	position: absolute;
	top: 515px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	color: #fff;
	font: italic 32px/1em 'adelle', georgia, times, serif;
	text-align: center;
	background: url(/templates/images/sprites.png) no-repeat 0 -464px;
}
.mod_senators ul {
	margin: 0;
	padding: 0;
}
.mod_senators ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}
.mod_senators h3 {
	position: absolute;
	width: 90%;
	padding: 10% 5% 0;
	color: #fff;
	font: 18px/1em 'adelle', georgia, times, serif;
	left: 0;
	top: 0;
	z-index: 999;	
	text-shadow: 0 0 6px #000;
	display: block;
	word-spacing: 0;
}
.mod_senators p {
	margin: 0;
	padding: 0;
}
.mod_senators .readmore a {
	position: absolute;
	width: 95%;
	padding: 4% 2.5%;
	background: #111;
	background: rgba(0, 0, 0, .7);
	color: #dda01f;
	font: 14px/1em 'meta', georgia, times, serif;
	left: 0;
	bottom: 0;
	z-index: 999;
	margin: 0;
	display: block;
}
.mod_senators .readmore a:hover {
	color: #fff;
	background: #dda01f;
}


/* entire container, keeps perspective */
.flip-container,
.flipper,
.front,
.back {
	display: block;
}
.flip-container {
	perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	
	position: relative;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, 
.flip-container.hover .flipper {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.flip-container, 
.front, 
.back {
	width: 160px;
	height: 160px;
}
.front img, .back img {
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}
/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s;
	transition: 0.6s;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	position: relative;
}
/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.front {
	z-index: 2;
	pointer-events: none;
}
/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.back h3,
.back a {
	visibility: hidden;
}
.flipper:hover .back h3,
.flipper:hover .back a {
	visibility: visible;
}

/* SENATOR POSITIONS */

.tick-segerblom {
	position: absolute;
	top: 320px;
	right: 320px;
	z-index: 111;
}
.justin-jones {
	position: absolute;
	top: 0;
	right: 320px;
	z-index: 111;		
}
.joyce-woodhouse {
	position: absolute;
	top: 160px;
	right: 160px;
	z-index: 111;		
}
.debbie-smith,
.in-memoriam-senator-debbie-smith,
.julia-ratti {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 111;		
}
.mark-manendo {
	display: none;
}
.david-parks {
	position: absolute;
	top: 160px;
	left: 0px;
	z-index: 111;	
}
.pat-spearman {
	position: absolute;
	top: 320px;
	left: 0px;
	z-index: 111;	
}

.aaron-d-ford {
	position: absolute;
	top: 160px;
	right: 320px;
	z-index: 111;		
}
.nicole-cannizzaro {
	position: absolute;
	top: 160px;
	right: 0;
	z-index: 111;
}
.ruben-kihuen {	
	position: absolute;
	top: 160px;
	right: 160px;
	z-index: 111;
}
.mo-denis {
	position: absolute;
	top: 320px;
	right: 480px;
	z-index: 111;			
}
.kelvin-atkinson {
	position: absolute;
	top: 320px;
	right: 640px;
	z-index: 111;		
}
.yvanna-cancela {
	position: absolute;
	top: 0px;
	right: 320px;
	z-index: 111;
}
#homepage .mod_sessions {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 111;	
	width: 320px;
	height: 160px;
	background: none;
	margin: 0;
	padding: 0;	
	float: none;
}
#homepage .mod_sessions ul {
	display: table;
	vertical-align: middle;
	width: 100%;
}
#homepage .mod_sessions ul li {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0px 10px;
	list-style: none;
	width: 160px;
	height: 160px;
	float: none;
	text-align: center;
	background: url(/templates/images/sprites.png) no-repeat top right;
	box-sizing: border-box;
}
#homepage .mod_sessions ul li p {
	font: 13px/13px 'adelle', helvetica, arial, sans-serif
	color:#fff;
	margin: 0 0 0px 0;
}
#homepage .mod_sessions ul li h3 {
	font-size: 26px;
	line-height: 29px;
	margin: 0 0 8px;
}
#homepage .mod_sessions ul li h3, 
#homepage .mod_sessions ul li p, 
#homepage .mod_sessions ul li a {
	padding: 0;
	position: relative;
}
#homepage .mod_sessions ul li a {
	font-size: 28px;
	padding: 8px 20px;
}




/* ------------------------------
ACTION MENU
-------------------------------- */

.mod_menuaction {
	width: 100%;
	max-width: 960px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.mod_menuaction h2 {
	text-align: center;
	font: normal 30px/1em 'adelle', georgia, times, serif;
	width: 100%;
	max-width: 960px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 333;	
}
.menuaction {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 35px;
	left: 0;
	z-index: 333;
	width:100%;
	text-align: center;
}
.menuaction li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.menuaction li a {
	text-align: left;
	display: block;
	width: 219px;
	height: 25px;
	padding: 22px 0 22px 90px;
	font: 24px/1em 'meta', helvetica, arial, sans-serif;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
	color: #fff;
	text-decoration: none;
	background: url(/templates/images/sprites.png) no-repeat 0 0;
}
.menuaction li.item-175 a {
	background-position: 0 -306px;
}
.menuaction li.item-175 a:hover {
	height: 21px;
	padding-top: 26px;
	background-position: -310px -306px;	
}
.menuaction li.item-176 a {
	background-position: 0 -236px;
	margin: 0 14px;
}
.menuaction li.item-176 a:hover {
	height: 21px;
	padding-top: 26px;
	background-position: -310px -236px;
	margin: 0 16px;
}
.menuaction li.item-177 a {
	background-position: 0 -376px;
}
.menuaction li.item-177 a:hover {
	height: 21px;
	padding-top: 26px;
	background-position: -310px -376px;
}



/* ------------------------------
LOOK UP YOUR SENATOR
-------------------------------- */

.mod_senator {
	display: block;
	width: 100%;
	max-width: 770px;
	height: 94px;
	padding: 30px 0 0 190px;
	position: relative;
	margin-bottom: 30px;
	background: url(/templates/images/sprites.png) no-repeat 0 -521px;
}
.mod_senator a {
	position: absolute;
	right: 30px;
	top: 38px;
	z-index: 333;
	display: block;
	width: 242px;
	height: 16px;
	padding: 14px 0 13px 20px;
	background: url(/templates/images/sprites.png) no-repeat 0 -192px;	
	color: #93a6c0;
	font: 18px/1em 'meta', helvetica, arial, sans-serif;
	text-decoration: none;
}
.mod_senator a:hover {
	color: #fff;
}
.mod_senator h2 {
	text-transform: uppercase;
	color: #213e69;
	font: 24px/1em 'meta', helvetica, arial, sans-serif;
	margin: 0 0 8px;
	padding: 0;
}
.mod_senator p {
	font: italic 16px/1.4em 'adelle', helvetica, arial, sans-serif;
	max-width: 300px;
	margin: 0;
	padding: 0;
	color: #6685ad;
}



/* ------------------------------
CONTENT STYLES
-------------------------------- */
#content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block;
	background: #fff;
	border-bottom: 4px solid #f1ecd8;
}
	
#content #middle {
	margin: 0;
	padding: 0;
	float: left;
}
#content .noleft {
  width: 100%;
  max-width: 680px;
  padding: 20px;
}

#content .noright {
	width:600px;
}
#content .leftandright {
	width:520px;
}
#content .fullwidth {
	max-width:960px;
	width:100%;
}
.wrapper_copy {
	padding: 30px;
}




/* ------------------------------
SENATORS PAGE
-------------------------------- */

.itemid-156.view-category #right,
.id-22.view-article #right {
	display: none;
}
.itemid-156.view-category #middle,
.id-22.view-article #middle {
	width: 100%;
	max-width: 960px;
}
.cols-3 .item {
	width: 258px;
	float: left;
	padding: 0 0 20px !important;
	margin: 0 !important;
}
.blog .items-row:last-child .row-separator {
	visibility: hidden;
}
.cols-3 .item h2 {
	font-size: 24px;
}
.cols-3 .column-2 {
	margin: 0 30px !important;
	padding: 0 30px !important;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.cols-3 .item img {
	width: 100%;
	height: auto;
}
.cols-3 .item .readmore a {
	display: block;
	text-align: center;
	background: #b37c2e;
	color: #fff;
	padding: 12px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.cols-3 .item .readmore a:hover {
	border: none;
	background: #234376;
}
.cols-3 .row-separator {
	display: block;
	clear: both;
	padding: 10px 0 0;
	margin: 30px 0;
	border-bottom-color: #eee;
}




/* ------------------------------
SENATOR INDIVIDUAL PAGES
-------------------------------- */

.senatorMetaInfo {
	position: absolute;
	right: 20px;
	top: 38px;
	z-index: 333;
	border-left: 1px solid #eee;
	padding: 0 20px;
	margin: 0 0 20px;
}
.senatorMetaInfo h3 {
	font: 21px/1em 'adelle', georgia, times, serif;
	color: #ab0d0c;
}
.itemid-156.view-article .wrapper_copy ul {
	max-width: 220px;
	padding: 0;
	margin: 0;
}
.itemid-156.view-article .wrapper_copy ul li {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	color: #666;
}
.itemid-156.view-article .wrapper_copy ul li:first-child {
	padding-top: 0;
}
.itemid-156.view-article .wrapper_copy ul li:last-child {
	border-bottom: none;
}
.itemid-156.view-article .wrapper_copy ul li a {
	word-wrap: break-word;
	line-height: 1.5em;
}




/* ------------------------------
LEADERSHIP PAGE
-------------------------------- */

.itemid-162 #right {
	display: none;
}
.itemid-162 .noleft {
	width: 100% !important;
	max-width: none !important;
}
.itemid-162 .wrapper_copy {
	text-align: center;
}
.itemid-162 .wrapper_copy ul {
	margin: 0;
	padding: 0;
}
.itemid-162 .wrapper_copy ul li {
	margin: 0 23px;
	padding: 20px 0;
	list-style: none;
	float: left;
	width: 400px;
}
.itemid-162 .wrapper_copy ul li:first-child {
	float: none;
	display: block;
	width: 50%;
	margin: 0 auto !important;
	clear: both;
}
.itemid-162 .wrapper_copy ul li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
	border: 1px solid #d9d9d9;
}




/* ------------------------------
NEWS PAGES
-------------------------------- */



/* ------------------------------
KEY ISSUES
-------------------------------- */

.itemid-157 .wrapper_copy .row-0 .item,
.itemid-157 .wrapper_copy .row-1 .item {
	width: 48% !important;
	float: left;
	display: block;
	border: none !important;
}

.itemid-157 .wrapper_copy .row-0 .column-1,
.itemid-157 .wrapper_copy .row-1 .column-1 {
	padding-right:2% !important;
}

.itemid-157 .wrapper_copy .row-0 .column-2,
.itemid-157 .wrapper_copy .row-1 .column-2 {
	padding-left:2% !important;
}

.itemid-157 .wrapper_copy .row-0 .item p,
.itemid-157 .wrapper_copy .row-1 .item p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.itemid-157 .wrapper_copy .row-0 .item p img,
.itemid-157 .wrapper_copy .row-1 .item p img {
	width: 100%;
	height: 281px;
	display: block;
}

/* MAKE ADJUSTMENT IF TOO TIGHT WITH SECOND ROW */

.itemid-157 .wrapper_copy .row-0 .item h2,
.itemid-157 .wrapper_copy .row-1 .item h2 {
	font-size: 32px;
	margin: 0px 0 20px;
}

.itemid-157 .wrapper_copy .row-0 .item .readmore a,
.itemid-157 .wrapper_copy .row-1 .item .readmore a {
	max-width: 100%;
	margin: 25px 0 0 0 !important;
}

.itemid-157 .wrapper_copy .row-2 .item {
	clear: both;
	width: 100%;
}

.itemid-157 .wrapper_copy .row-2 .item h2 {
	display: none;
}

.itemid-157 .wrapper_copy .row-2 .item img {
	height: auto;
	width: 100%;
}

.itemid-157 #content #middle.noleft {
	width: 100%;
	max-width: none;
	padding: 0;
	float: none;
}

.item .readmore a {
	display: block;
	text-align: center;
	background: #b37c2e;
	color: #fff;
	padding: 12px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.item .readmore a:hover {
	border: none;
	background: #234376;
}

.itemid-157 .wrapper_copy .items-row .item {
	padding-top: 5px !important;
}

.itemid-157 .wrapper_copy .row-separator {
	display: none;
}


/* ------------------------------
RESOURCES PAGE
-------------------------------- */

.itemid-167 .item img {
	padding-right: 20px;
}

.itemid-167 .item h2 {
	margin: 0 0 20px;
}





/* ------------------------------
LEFT STYLES
-------------------------------- */
#left {
	width: 260px;
	float: left;
	color: #fff;
}


/* ------------------------------
RIGHT STYLES
-------------------------------- */
#right {
	width: 100%;
	max-width: 260px;
	float: right;
	color: #fff;
}

/* ------------------------------
CATEGORY BLOG ENTRY STYLES
-------------------------------- */
.blog {
	min-height: 400px;
}
.blog .items-row {
	padding: 0;
	margin: 0;
}
.blog .items-row:first-child {
	
}
.item-page {
	margin: 0;
	padding: 0;
	min-height: 600px;
}

.blog img,
.item-page img {}

.blog .items-row .item {
	padding: 30px 0 10px;
	margin: 0;
	display: block;
}

.blog .row-0 .item {
	padding-top: 10px;
}



.item h2 {
	font: 30px/1.25em 'adelle', helvetica, arial, sans-serif;	
}
.readmore a {
	font: 16px/1.25em 'meta', helvetica, arial, sans-serif;
	color: #b37c2e;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	border: none;
}

.row-separator {
	display:block;
	border-bottom: 1px solid #ddd;
}

hr {
	display: block;
	clear: both;
}

/* ------------------------------
CATEGORY INTRO STYLES
-------------------------------- */

.category-desc {}

.category-desc p {}



/* ------------------------------
PAGINATION STYLES
-------------------------------- */
.blog_more ul {
	margin: 0;
	padding: 0;
}
.blog .pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.blog .pagination li {
	list-style: none;
	float: left;
	margin: 0 8px 0 0;
	background: none;
	display: block;
}
.blog .pagination li a {
}
.blog .pagination li a:hover {
}
.blog_more ul li a {

}
.blog_more ul li a:hover {
}

.blog .pagination li strong {
}
#content .blog .buttonheading, 
#content #page .buttonheading {

}


/* ------------------------------
BOTTOM STYLES
-------------------------------- */

#bottom {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.frontpage #bottom {
	padding: 30px 0;
}
.mod_news {
	width: 500px;
	float: left;
}
.mod_sessions {
	color: #fff;
	background: url(/templates/images/bg_sessions.jpg) no-repeat 0 0;
	width: 460px;
	float: right;
}
.mod_news h2,
.mod_sessions h2 {
	font: 24px/1em 'meta', helvetica, arial, sans-serif;
	color: #333;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.mod_news ul,
.mod_sessions ul {
	margin: 0;
	padding: 0;
}
.mod_news ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 230px;
	float: left;
	margin-right: 15px;
}
.mod_sessions ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 245px;
	height: 289px;
	float: right;
	background: url(/templates/images/sprites.png) no-repeat top right;
}
.mod_news ul li h3 {
	font: 21px/1.25em 'meta', helvetica, arial, sans-serif;
	color: #897853;
	margin: 0;
}
.mod_news ul li img {
	max-width: 230px;
	margin: 0 0 8px;
	border-bottom: 6px solid #debb70;
}
.mod_sessions ul li h3 {
	padding-top: 25px;
	font: 24px/1em 'meta', helvetica, arial, sans-serif;
}
.mod_sessions ul li p {
	font: 14px/1.4em 'adelle', helvetica, arial, sans-serif;
}
.mod_sessions ul li h3,
.mod_sessions ul li p {
	padding-right: 20px;
	padding-left: 30px;
}
.mod_news ul li p {
	margin: 0;
	padding: 0;
	font: 14px/1.4em 'adelle', helvetica, arial, sans-serif;
}

#bottom .mod_sessions ul li a {
	text-decoration: none;
	font: 24px/1em 'meta', helvetica, arial, sans-serif;
	display: inline-block;
	background: #fff;
	color: #b88632;
	padding: 6px 10px;
	margin-left: 30px;
}
.mod_sessions ul li a:hover,
#bottom .mod_sessions ul li a:hover {
	background: #193867;
	color: #fff;
}

.mod_sessions ul li a {
	text-decoration: none;
	font: 24px/1em 'meta', helvetica, arial, sans-serif;
	display: inline-block;
	background: #fff;
	color: #b88632;
	padding: 6px 10px;
}


/* ------------------------------
FOOTER STYLES
-------------------------------- */
#footer {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position:relative;
	padding: 20px 0;
	color: #fff;
}



/* ------------------------------
DISCLAIMER STYLES
-------------------------------- */

.logo-footer {
	position: absolute;
	top: 45px;
	right: 0;
	display: block;
	text-indent: -9999px;
	width: 321px;
	height: 61px;
	z-index: 222;
	background: url(/templates/images/sprites.png) -322px 0 no-repeat;
}
.mod_contact {
	text-align: right;
	position: absolute;
	right: 0;
	top: 120px;
	width: 160px;
	font: 14px/1.25em 'adelle', helvetica, arial, sans-serif;
}
.mod_contact strong {
	font-family: 'meta', helvetica, arial, sans-serif;
}
.disclaimer {
	text-align: left;
	position: absolute;
	left: 0;
	top: 180px;	
	font-size: 12px;
	border: 1px solid #fff;
	padding: 4px 8px;
}

/* ------------------------------
CREDIT LINK STYLES
-------------------------------- */
.credit {
	text-align: left;
	position: absolute;
	left: 0;
	top: 230px;	
	font: 10px/1em 'adelle', helvetica, arial, sans-serif;
	opacity: .6;
	text-transform: uppercase;
}
.credit a {
	color: #fff;
	text-decoration: none;
}
.credit a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ------------------------------
SITE MAP STYLES
-------------------------------- */
#xmap {
	margin: 20px;
}
#xmap a {
	text-decoration: underline;
}
#xmap a:hover {

}
#xmap ul.level_0 {
	margin: 0 20px;
	padding: 0;
}
#xmap ul li {
	margin:0 0 0 0px;
	padding:0;
}
#xmap ul.level_1,
#xmap ul.level_2,
#xmap ul.level_3 {
	margin: 0 20px;
}
p ul.level_2,
#xmap ul.level_3 {
	margin: 0 20px;
}
.level_3 {
	margin: 0 20px;
}

