@charset "utf-8";
/* LAC COMMON CSS STYLES */

* {
	margin: 0;
	padding: 0;
}

html { 
	width: 100%;
	overflow-y: scroll;
	min-height: 101%;
	position: relative;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto 0 auto;
}

/* COMMON */
a {
	outline: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

a.button, input.button {
	background-color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	padding: 3px 5px 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* END OF COMMON */

/* CONTAINER */
#container {
	width: 960px;
	margin: 0 auto 0 auto;
}

/* HEADER */
#header {
	width: 100%;
	height: 115px;
	position: relative;
	z-index: 20;
}

/* LOGO */
#header .logo {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/* END OF LOGO */

/* RESOURCES */
#header .resources {
	width: auto;
	position: absolute;
	top: 7px;
	right: 0;
}

/* LANGUAGES */
#header .resources .languages {
	background: transparent url(../media/images/icon_map.jpg) top left no-repeat;
	padding: 0 0 0 62px;
	float: left;
}

#header .resources .languages a {
	width: auto;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	background-color: #333333;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 9px 0 9px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#header .resources .languages a.last {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#header .resources .languages a.active {
	background-color: #666666;
	color: #ffffff;
}
/* END OF LANGUAGES */

/* NEWSLETTER AND DONATE */
#header .resources .newsletter, #header .resources .donate, #header .resources .vote2012 {
	float: left;
	margin: 0 0 0 10px;
}

#header .resources .newsletter a, #header .resources .donate a, #header .resources .vote2012 a {
	background-color: #4c4c4c;
	width: auto;
	height: 27px;
	line-height: 27px;
	padding: 0 9px 0 9px;
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header .resources .vote2012 a {
	background-color: #e20717;
}

#header .resources .newsletter a:hover, #header .resources .donate a:hover, #header .resources .vote2012 a:hover {
	background-color: #00a3be;
}
/* END OF NEWSLETTER AND DONATE */

/* SOCIAL */
#header .resources .social {
	float: left;
	margin: 0 0 0 10px;
}
#header .resources .social span a {
	background-image: url(../media/images/icon_social.jpg);
	background-position: 0 0;
	width: 27px;
	height: 28px;
	display: inline-block;
	text-decoration: none;
	margin: 0 1px 0 0;
}
#header .resources .social span .twitter {
	background-position: -26px 0;
}
#header .resources .social span .twitter:hover {
	background-position: -26px 28px;
}
#header .resources .social span.last a {
	background-position: 100% 0;
}
#header .resources .social span:hover a {
	background-position: 0 100%;
}
#header .resources .social span.last:hover a {
	background-position: 100% 100%;
}
/* END OF SOCIAL */
/* END OF RESOURCES */

/* NAVIGATION */
#header .navigation {
	width: auto;
	position: absolute;
	right: 0;
	top: 47px;
	z-index: 5;
}

.navigation ul {
	list-style: none;	
}

.navigation ul li {
	background: transparent url(../media/images/icon_drop-down.png) 88% 50% no-repeat;
	width: auto;
	float: left;
	display: inline-block;
	padding: 0 30px 0 0;
	position: relative;
}

.navigation ul li.last {
	background: none;
	padding: 0;
}

.navigation ul li a {
	font-size: 14px;
	font-weight: bold;
	width: auto;
	float: left;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	padding: 15px 0 21px 0;
}

.navigation ul li ul {
	width: 240px;
	position: absolute;
	top: 48px;
	left: 0
}

.navigation ul li ul li {
	background: #333333;
	float: none;
	display: block;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

.navigation ul li ul li.first {
	background: transparent;
	border-bottom: 1px solid #00a3be;
}

.navigation ul li ul li.last {
	background: #333333;
	border-bottom: 1px solid #00a3be;
}

.navigation ul li ul li.first span {
	background-color: #00a3be;
	width: 105px;
	height: 5px;
	display: block;
}

.navigation ul li ul li.icon-89 span, .navigation ul li ul li.icon-91 span, .navigation ul li ul li.icon-108 span {
	width: 18px;
	height: 17px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.navigation ul li ul li.icon-91 span {
	background: transparent url(../media/images/icon_educate.png) 0 0 no-repeat;
}

.navigation ul li ul li.icon-91 span:hover {
	background: transparent url(../media/images/icon_educate.png) 100% 0 no-repeat;	
}

.navigation ul li ul li.icon-89 span {
	background: transparent url(../media/images/icon_advocate.png) 0 0 no-repeat;
}

.navigation ul li ul li.icon-89 span:hover {
	background: transparent url(../media/images/icon_advocate.png) 100% 0 no-repeat;
}

.navigation ul li ul li.icon-108 span {
	background: transparent url(../media/images/icon_celebrate.png) 0 0 no-repeat;
}

.navigation ul li ul li.icon-108 span:hover {
	background: transparent url(../media/images/icon_celebrate.png) 100% 0 no-repeat;
}

.navigation ul li ul li a {
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
	float: none;
	display: inline-block;
	padding: 18px 0 18px 20px;
}

.navigation ul li ul li:hover, .navigation ul li ul li.active {
	background: #484848;
}

.navigation ul li ul li.first:hover, .navigation ul li ul li.first.active {
	background: transparent;
}

.navigation ul li ul li:hover a, .navigation ul li ul li.active a {
	color: #ffffff;
}
/* END OF NAVIGATION */
/* END OF HEADER */

/* PAGE */
#page {
	margin: 103px 0 23px 0;
}
/* END OF PAGE */

/* FOOTER */
#footer {
	background-color: #e7e7e7;
	width: 892px;
	padding: 34px;
	border-top: 5px solid #9e9e9e;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 15px 0;
}

/* BUCKET */
#footer .bucket {
	width: 20%;
	float: left;
}

#footer .bucket.extend {
	width: 55%;
	height: 54px;
	float: none;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#footer .bucket.last {
	width: 40%;
	float: right;
}

#footer .bucket h5 {
	color: #333333;
	font-size: 14px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#footer .bucket.extend h5 {
	float: left;
	height: 54px;
	line-height: 54px;
}

#footer .bucket dl dd {
	margin: 0 0 5px 0;
}

#footer .bucket.extend dl dd {
	float: left;
	height: 54px;
	line-height: 54px;
	margin: 0 0 0 19px;
}

#footer .bucket dl dd a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

#footer .bucket dl dd a:hover {
	text-decoration: underline;
}
/* END OF BUCKET */
/* END OF FOOTER */

/* COPYRIGHT */
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 45px;
}

#copyright p {
	color: #4c4d4f;
	font-size: 11px;
	line-height: 33px;
}

#copyright p.first {
	width: 90%;
	float: left;
}

#copyright p.first a {
	font-weight: bold;
	color: #4c4d4f;
}

#copyright p.first a:hover {
	text-decoration: none;
}

#copyright p.last {
	width: 10%;
	float: right;
}
/* END OF COPYRIGHT */
/* END OF CONTAINER */

/* NEWSLETTER, CONTACT AND E-MAIL FRIEND */
#newsletter {
	background-color: #666666;
	width: 100%;
	height: 150px;
	position: absolute;
	top: -150px;
	left: 0;
}

#contact {
	background-color: #666666;
	width: 100%;
	height: 600px;
	position: absolute;
	top: -600px;
	left: 0;
}

#email-friend {
	background-color: #666666;
	width: 100%;
	height: 275px;
	position: absolute;
	top: -275px;
	left: 0;
}

/* INNER */
#newsletter .inner, #contact .inner, #email-friend .inner {
	width: 960px;
	height: 150px;
	margin: 0 auto 0 auto;
	position: relative;
}

/* BUCKET */
#newsletter .inner .bucket, #contact .inner .bucket, #email-friend .inner .bucket {
	margin: 28px 0 0 0;
}

#contact .inner .bucket {
	width: 295px;
	float: left;
	margin: 40px 0 0 45px;
}

#newsletter .inner .bucket.first, #contact .inner .bucket.first, #email-friend .inner .bucket.first {
	width: 243px;
	float: left;
}

#contact .inner .bucket.first {
	width: 261px;
	border: 5px solid #ffffff;
	margin: 40px 0 0 0;
}

#newsletter .inner .bucket.last, #contact .inner .bucket.last, #email-friend .inner .bucket.last {
	width: 670px;
	float: right;
}

#contact .inner .bucket.last {
	width: 287px;
	margin: 40px 0 0 0;
}

#newsletter .inner .bucket.first h6, #email-friend .inner .bucket.first h6 {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#contact .inner .bucket h6 {
	border-bottom: 1px solid #ffffff;
	padding: 0 0 5px 0;
	margin: 0 0 13px 0;
}

#contact .inner .bucket h6 span {
	background-color: #9a9a9a;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px;
}

#contact .inner .bucket p {
	color: #ffffff;
	font-size: 11px;
}

#contact .inner .bucket p img {
	margin: 0 5px 0 0;
}

#contact .inner .bucket p {
	margin: 0 0 14px 0;
}

#newsletter .inner .bucket.first p, #contact .inner .bucket.first p, #email-friend .inner .bucket.first p {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#contact .inner .bucket p a {
	color: #37caf5;
	text-decoration: none;
}

#contact .inner .bucket p a.button {
	color: #ffffff;
	padding: 5px;
}

#contact .inner .bucket p a:hover {
	text-decoration: underline;
}

#contact .inner .bucket p a.button:hover {
	background-color: #00a3be;
	text-decoration: none;
}

#newsletter .inner .bucket form table tr td, #contact .inner .bucket form table tr td, #email-friend .inner .bucket form table tr td {
	padding: 0 0 10px 0;
}

#newsletter .inner .bucket form table tr td label, #contact .inner .bucket form table tr td label, #email-friend .inner .bucket form table tr td label {
	color: #ffffff;
	font-size: 12px;
}

#contact .inner .bucket form table tr td label {
	font-size: 11px;
}

#newsletter .inner .bucket form table tr td input, #contact .inner .bucket form table tr td input, #contact .inner .bucket form table tr td textarea, #email-friend .inner .bucket form table tr td input, #email-friend .inner .bucket form table tr td textarea, #newsletter .inner .bucket form table tr td select {
	width: 190px;
	padding: 7px;
	border: 5px solid #767676;
}

#newsletter .inner .bucket form table tr td input, #newsletter .inner .bucket form table tr td select {
	width: 145px;
}

#contact .inner .bucket form table tr td input, #contact .inner .bucket form table tr td textarea {
	width: 265px;
}

#contact .inner .bucket form table tr td textarea, #email-friend .inner .bucket form table tr td textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#email-friend .inner .bucket form table tr td textarea {
	height: 91px;
}

#newsletter .inner .bucket form table tr td input.button, #contact .inner .bucket form table tr td input.button, #email-friend .inner .bucket form table tr td input.button {
	border: none;
	padding: 3px 5px 3px 5px; 
	width: auto;
	cursor: pointer;
}
/* END OF BUCKET */

/* CLOSE */
#newsletter .inner .close, #contact .inner .close, #email-friend .inner .close {
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
}

#newsletter .inner .close p, #contact .inner .close p, #email-friend .inner .close p {
	color: #cccccc;
	font-size: 11px;
	text-transform: uppercase;
}

#newsletter .inner .close p span, #contact .inner .close p span, #email-friend .inner .close p span {
	background-color: #4c4c4c;
	padding: 3px 5px 3px 5px;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0 2px;
}

#newsletter .inner .close:hover span, #newsletter .inner .bucket form table tr td input.button:hover, #contact .inner .close:hover span, #contact .inner .bucket form table tr td input.button:hover, #email-friend .inner .close:hover span, #email-friend .inner .bucket form table tr td input.button:hover {
	background-color: #00a3be;
	color: #ffffff;
}
/* END OF CLOSE */
/* END OF INNER */
/* END OF NEWSLETTER AND CONTACT */

/* TWITTER */
#page .twitter {
	border-bottom: 1px solid #DBDAD5;	
}

.twtr-hd, .twtr-ft { 
	display: none; 
}

.twtr-doc {
	width: 285px !important;	
}

.twtr-timeline {
	height: 85px !important;
}
/* END OF TWITTER */