@charset "utf-8";

/*	Global CSS - created by Visionary Services
	www.visionary.com	*/
body {
	margin: 0;
	padding: 0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}

#bg {
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.page {
	width: 1000px;
	position: relative;
	z-index: 5;
	margin: 0 auto;
}

img {
	border: 0;
}

a {
	color: #8b1919;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6a6c6b;
}

.error {
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #b63942;
	padding-top: 0;
	padding-left: 17px;
}

h1, h2, h3 {
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	color: #6a6c6b;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

sup {
	font-size: 70%;
	vertical-align: super;
	font-weight: bold;
}

sub {
	font-size: 70%;
	vertical-align: sub;
	font-weight: bold;
}

div {
	position: relative;
	margin: 0;
	padding: 0;
}

form label.req {
	font-weight: bold;
	padding-right: 16px;
	background: url(/images/admin/label-req.png) no-repeat 100% 50%;
}

/* Category Viewer -----------------------------*/
span.viewer, div.viewer {
	margin-right: 25px;
	color: #8b1919;
	cursor: pointer;
	text-decoration: underline;
}

span.viewer:hover, div.viewer:hover {
	color: #8b1919;
	cursor: pointer;
	text-decoration: none;
}

span.active, div.active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

hr {
	height: 1px;
	border: 0;
	background-color: #ccc;
	width: 100%;
}

/* Header --------------------------------------*/
.head {
	width: 1000px;
	height: 145px;
	z-index: 10;
	margin: 15px 0 0 0;
	background-color: #FFF;
	overflow: visible;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.head .logo {
	width: 600px;
	height: 90px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	text-indent: -9000px;
	background: url(/images/head/lulac-header-600.png) no-repeat;
	background-size: contain;
}

.head .facebook {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	right: 40px;
	text-indent: -9000px;
	background: url(/images/head/facebook.png) no-repeat;
}

.head .twitter {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	text-indent: -9000px;
	background: url(/images/head/twitter.png) no-repeat;
}

.head ul.menu {
	width: 970px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	position: absolute;
	top: 109px;
	left: 0;
	background: url(/images/head/menu_bg.jpg) repeat-x #000;
	z-index: 200;
}

.head ul.menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 200;
}

.head ul.menu li a {
	height: 36px;
	padding: 0 25px;
	display: block;
	float: left;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 39px;
	text-decoration: none;
	color: #6a6c6b;
	z-index: 200;
	text-transform: uppercase;
}

.head ul.menu li a:hover {
	color: #8b1919;
}

.head li .sub, .head li .subsub {
	width: 180px;
	height: auto;
	position: absolute;
	top: 36px;
	left: 25px;
	z-index: 200;
	background: url(/images/head/submenu-bg.png) repeat;
	border-top: 0;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.head li:hover .sub, .head .subiehover {
	display: block;
}

.head li .sub li, .head li .subsub li {
	width: 180px;
	padding: 0;
}

.head li .sub li a, .head li:hover .sub li a, .head li .subsub li a, .head li .sub li:hover .subsub li a {
	display: block;
	color: #6a6c6b;
	width: 162px;
	height: auto;
	line-height: 16px;
	font-size: 12px;
	padding: 4px 9px;
	margin-top: 0;
}

.head li .sub li a:hover, .head li .subsub li a:hover {
	background-color: #dcdadb;
	color: #8b1919;
}

.head li .subsub {
	top: 0;
	left: 180px;
}

.head li .sub li:hover .subsub {
	display: block;
}

/* Body / Contents -----------------------------*/
.body {
	width: 1000px;
	min-height: 550px;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.body .left {
	width: 760px;
	margin: 0 0 -6000px 0;
	padding: 0 0 6000px 0;
	float: left;
	background-color: #ebebeb;
	position: relative;
}

.body .left .left-cms {
	padding: 14px;
	width: 732px;
	min-height: 200px;
	position: relative;
	overflow: hidden;
	float: left;
}

.body .left .subbanner_container {
	padding: 10px;
	width: 740px;
	min-height: 200px;
	position: relative;
	overflow: hidden;
	float: left;
}

.body .right {
	width: 239px;
	margin: 0 0 -6000px 0;
	padding: 0 0 6000px 0;
	float: left;
	background-color: #ebebeb;
	border-left: 1px solid #FFF;
}

.body .right .buttons {
	width: 239px;
	height: 130px;
	z-index: 10;
}

.body .right .news {
	width: 110px;
	height: 56px;
	top: 10px;
	left: 8px;
	background: url(/images/body/news.png) no-repeat;
	display: block;
	position: absolute;
	text-indent: -9000px;
}

.body .right .news:hover {
	background: url(/images/body/news-hover.png) no-repeat;
}

.body .right .resources {
	width: 110px;
	height: 56px;
	top: 10px;
	left: 120px;
	background: url(/images/body/resources.png) no-repeat;
	display: block;
	position: absolute;
	text-indent: -9000px;
}

.body .right .resources:hover {
	background: url(/images/body/resources-hover.png) no-repeat;
}

.body .right .vote {
	width: 110px;
	height: 56px;
	top: 70px;
	left: 8px;
	background: url(/images/body/vote.png) no-repeat;
	display: block;
	position: absolute;
	text-indent: -9000px;
}

.body .right .vote:hover {
	background: url(/images/body/vote-hover.png) no-repeat;
}

.body .right .contact {
	width: 110px;
	height: 56px;
	top: 70px;
	left: 120px;
	background: url(/images/body/contact.png) no-repeat;
	display: block;
	position: absolute;
	text-indent: -9000px;
}

.body .right .contact:hover {
	background: url(/images/body/contact-hover.png) no-repeat;
}

.body .right .video-widget {
	width: 191px;
	height: 186px;
	margin: 14px;
	padding: 10px;
	background-color: #FFF;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	float: left;
}

.body .right .paypal {
	width: 191px;
	height: 56px;
	text-align: center;
	margin: 14px;
	padding: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	float: left;
}

/* News Widget ---------------------------------*/
.body .right .newswidget {
	width: 191px;
	height: 200px;
	margin: 14px;
	padding: 10px;
	background-color: #FFF;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	float: left;
}

.newswidget .latestnews {
	height: 43px;
	color: #424242;
	font-weight: bold;
	font-size: 24px;
	line-height: 46px;
	text-align: center;
	background: url(/images/body/news_button.jpg) no-repeat;
}

.newswidget .newstitle {
	font-weight: bold;
	font-size: 12px;
}

.newswidget .articles {
	min-height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	position: relative;
	overflow: hidden;
}

.newswidget .articles .newsitems {
	position: absolute;
	height: auto;
	width: 180px;
}

.newsitem {
	margin-bottom: 10px;
}

.newscontent a {
	font-style: italic;
}

.newscontent a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Footer --------------------------------------*/
.foot {
	width: 972px;
	height: 35px;
	margin-bottom: 10px;
	background-color: #ebebeb;
	padding: 14px;
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
	border-top: #FFF solid 1px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.foot ul {
	width: 600px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	list-style: none;
}

.foot ul li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	background: url(/images/foot/menu-sep.png) no-repeat 0 50%;
}

.foot ul li:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

.foot ul li a {
	text-decoration: none;
	color: #000;
}

.foot ul li ul {
	display: none;
}

.foot .address {
	width: 580px;
	height: 12px;
	float: left;
	clear: left;
}

.foot .legal {
	width: 580px;
	height: 12px;
	float: left;
	clear: left;
}

.foot .vsi {
	width: 120px;
	height: 30px;
	display: block;
	margin: 4px 0 0 0;
	float: right;
	background: url(https://static.visionary.com/siteoncall/siteoncall-footer.png) no-repeat;
	text-indent: -9000px;
}