@charset "UTF-8";
/* default.css */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	outline: 0;
}

ol, ul {
	list-style: none;
}

sub, sup {
	line-height: 1;	
}

:focus {
	outline: 0;
}

a:link, a:visited, a:active {
	color: #1b6fd6;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #444444;
	background: #2c3e76 url(../img/layout/unyts-bg.jpg) top center repeat-x;
}

/* default links */

a {
	text-decoration: underline;
	outline: none;
}

a:link, a:visited, a:active {
	color: #111111;
}

a:hover {
	color: #555555;
}

img {
	border: 0px;
}

/* default positioning */

#websiteOverlay {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

#websiteDisplay {
	display: block;
	margin: 20px auto 0px auto;
	width: 980px;
	position: relative;
	text-align: left;
}

#websiteContent {
	display: block;
	position: absolute;
}

/* */

#header {
	width: 980px;
	height: 132px;
	display: block;
	position: relative;
	z-index: 2000;
	background: #334989;
}

#header #logo {
	position: absolute;
	top: 15px;
	left: 19px;
	z-index: 1000;
}

#header #text {
	float: right;
	overflow: auto;	
	margin-top: 60px;
}

#header #text div {
	float: left;	
	margin: 0px 30px 0px 0px;
	color: #ffffff;
}

/* navigation */

#nav {
	width: 780px;
	position: absolute;
	z-index: 750;
	bottom: 0px;
	right: 0px;
	background: #c7e3fe url(../img/layout/navigation-bg.gif) top left repeat-x;
}

#nav ul {
	margin: 0px 0px 0px 0px;
	height: 39px;
	line-height: 35px;
	font-size: 14px;
	text-shadow: #b9ddfd 0px 1px 0;
}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	padding: 0px 20px 0px 20px;
	display: block;
	color: #000000;
	text-decoration: none;
}

#nav ul li:hover, #nav ul li.hover, #nav > ul > li.sel:hover { 
	text-shadow: none;
	background: #ffffff;
}

#nav ul li.sel {
	background: #74bbfc;	
}

/* flyouts */

#nav ul li ul { 
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	left: auto;
	height: auto;
	display: none;
	text-shadow: none;
	width: 184px;
	font-size: 12px;
	background: #ffffff;
	line-height: normal;
}

#nav ul li:hover > ul { 
	display: block;
	z-index: 0;
}

#nav ul li ul li {
	display: block;
	float: none;
	_height: 0;
}

#nav ul li ul li a {
	padding: 4px 12px 4px 12px;
	display: block;
}

#nav ul li ul li.sel { 
	background: #eeeeee;
}

#nav ul li ul li:hover { 
	background: #b9ddfd;
}

#nav ul li ul li ul, #nav ul li ul li:hover ul {
	position: relative;
	display: none;
	left: 200px;
	top: -20px;
}

/* */

#content {
	width: 980px;
	display: block;
	background: url(../img/layout/bottom.gif) top left repeat-y;
}

#content #left {
	width: 200px;
	display: inline;
	float: left;
	padding: 0px 0px 20px 0px;
	color: #ffffff;
	font-size: 14px;
}

#content #left ul {
	padding: 0px 0px 10px 0px;
}

#content #left ul li {
	margin-bottom: 1px;
}

#internal-nav ul li a {
	padding: 4px 20px 4px 20px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#internal-nav > ul > li > a:hover, #internal-nav > ul > li > a.sel, #internal-nav > ul > li.sel > a {
	background: #74bafc url(../img/layout/navigation-bg.gif) left top repeat-x;
	color: #334989;
	text-shadow: #b9ddfd 0px 1px 0;
    -webkit-text-stroke: .5px transparent;
}

#internal-nav ul ul li a {
	padding: 2px 20px 2px 28px;
	font-size: 11px;
	background: none;
	color: #adb6d0;
}

#internal-nav ul ul li a:hover, #internal-nav ul ul li.sel a {
	color: #ffffff;
}

#content #left h2, #content #left h6 {
	padding: 4px 20px 4px 20px;
	color: #c5d1ff;
}

#content #left .blurb {
	padding: 10px 20px 10px 20px;
	font-size: 12px;
}

/* */

#content #right {
	width: 700px;
	display: inline;
	float: left;
	padding: 20px 40px 20px 40px;
}

#content #right .col {
	float: left;
	position: relative;
	width: 340px;	
	margin: 0px 20px 20px 0px;
}

#content #right .col.second {
	margin: 0px 0px 20px 0px;
}

#content #right .col h6 {
	position: absolute;
	top: 16px;
	right: 0px;
}

#content #right .col h6 a {
	background: #ffffff;
	color: #334989;
	text-decoration: none;
	padding: 4px 12px 4px 12px;
	border-radius: 4px;
}

#content #right .col h6 a:hover {
	text-decoration: underline;
}

#content #right #billboard {
	display: block;
	width: 740px;
	height: 350px;
	margin: 0px 0px 10px -20px;
	overflow: hidden;
	background: #000000;
}

#content #right #home-content {
	display: block;
	width: 700px;
	margin: 0px 0px 0px -20px;
	padding: 8px 20px 8px 20px;
	background: #ffffff;
}

#content #right .right {
	margin: 0px 0px 10px 10px;
	border-collapse: collapse;
	display: block;
	float: right;
}

#content #right caption, #content #right caption p {
	font-size: 10px;
	line-height: normal;
	text-align: left;
	color: #777777;
	padding-bottom: 0px;
}

/* content styles */

p, .user-content ul, .user-content ol {
	padding: 6px 0px 6px 0px;
	line-height: 20px;
}

.user-content ul, .user-content ol {
	margin: 0px 20px 0px 20px;
}

.user-content ul {
	list-style: disc;
}

.user-content ol {
	list-style: decimal;
}

.user-content li ul, .user-content li ol {
	margin: 0px 20px 0px 20px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 12px 0px 0px 0px;
}

h1, h1 a:link, h1 a:visited, h1 a:active {
	font-size: 19px;
	font-weight: bold;
}

h2, h2 a:link, h2 a:visited, h2 a:active {
	font-size: 17px;
	font-weight: bold;
}

#content #right h1, #content #right h2 {
	text-shadow: #ffffff 0px 1px 0;
	-webkit-text-stroke: .5px transparent;
}

#content #right .title h2 {
	margin-left: -12px;
	padding-top: 0px;
	font-size: 16px;
}

h3, h3 a:link, h3 a:visited, h3 a:active {
	font-size: 15px;
	font-weight: bold;
}

h4, h4 a:link, h4 a:visited, h4 a:active {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

h5, h5 a:link, h5 a:visited, h5 a:active {
	font-size: 13px;
	font-weight: bold;
}

h6, h6 a:link, h6 a:visited, h6 a:active {
	font-size: 12px;
	font-weight: bold;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, 
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, 
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, 
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, 
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, 
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
	padding-top: 3px;	
}

h1 a:link, h1 a:active, h1 a:visited, 
h2 a:link, h2 a:active, h2 a:visited, 
h3 a:link, h3 a:active, h3 a:visited, 
h4 a:link, h4 a:active, h4 a:visited, 
h5 a:link, h5 a:active, h5 a:visited, 
h6 a:link, h6 a:active, h6 a:visited {
	text-decoration: none;	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

/* */

#footer {
	position: relative;
	width: 900px;
	font-size: 13px;
	display: block;
	padding: 25px 40px 25px 40px;
	color: #74bafc;
	overflow: auto;
	background: #192444 url(../img/layout/footer-bg.gif) top left no-repeat;
}

#footer .left {
	float: left;	
	line-height: 32px;
}

#footer .right {
	float: right;	
}

#footer-nav h2 {
	display: none;	
}

#footer-nav ul li {
	float: left;	
	padding-right: 15px;
}

#footer-nav ul li a {
	color: #ffffff;
}

#footer-internal a,#footer-internal a:link,#footer-internal a:active,#footer-internal a:visited,#footer-internal a:hover {
	color: #ffffff;
}

#footer #social-media a img {
	filter: alpha(opacity=70); 
	opacity: .7;
	zoom: 1; 
}

#footer #social-media a:hover img {
	filter: alpha(opacity=100); 
	opacity: 1;
	zoom: 1; 
}

#google_translate_element {
	position: absolute;
	bottom: 60px;
	right: 40px;	
}

#google_translate_element a {
	text-decoration: none;	
}

/* list */

#content #right ul.list {
	padding: 8px 0px 0px 0px;
	list-style: none;
}

#content #right ul.list li {
	padding: 0px 0px 8px 12px;
	overflow: auto;
}

#content #right .col ul.list li {
	padding: 0px 0px 8px 0px;
}

#content #right ul.list li h3, #content #right ul.list li h4, #content #right .col h6, #content #right ul.list li p {
	padding: 0px 0px 0px 0px;
}

#content #right ul.list img {
	float: right;
	margin: 0px 0px 10px 15px;	
}

/* pagination */

#content #right ul.pagination {
	padding: 6px 0px 6px 0px;
	overflow: auto;
	display: block;
	width: 100%;
}

#content #right ul.pagination li {
	float: left;
}

#content #right ul.pagination li.pages {
	float: right;
	text-align: right;
}

#content #right ul.pagination li.pages a.current {
	text-decoration: none;
	color: #000000;
}

/* gallery / video */
	
#content #right div.gallery ul, #content #right div.video ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #right div.gallery ul li, #content #right div.video ul li {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content #right div.gallery ul li a img {
	float: left;
	margin: 0px 0px 0px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90); 
	opacity: .9;
}
	
#content #right div.gallery ul li a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); 
	opacity: 1;
}

/* calendar */

#content #left div.calendar {
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#content #left div.calendar a {
	color: #ffffff;
}

#content #left div.calendar h3 a {
	color: #74bafc;	
}

#content #left #subscribe-ical {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	font-size: 10px;
}

#content #left #subscribe-ical a {
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
}

#content #left #subscribe-ical a:hover {
	text-decoration: underline;
}

	/* arrows */
	
	#content #left div.calendar div.arrow a {
		display: block;
		text-decoration: none;
		position: absolute;
		font-size: 12px;
		padding: 0px 0px 0px 0px;
		margin: 12px 0px 0px 0px;
	}
	
	#content #left div.calendar div.arrow a:hover {
		text-decoration: underline;
	}
	
	#content #left div.calendar div.bottom a {
		right: 0px;
	}

	/* calendar LEFT */ 
	
	#content #left table.calendar {
		border: none;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		border-collapse: collapse;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#content #left table.calendar tr td, #content #left table.calendar tr th {
		border: none;
		margin: 0px 1px 1px 0px;
		padding: 0px 0px 0px 0px;
		height: 21px;
		width: 21px;
		vertical-align: middle;
		text-align: center;
	}
	
	#content #left table.calendar tr td {
		font-size: 12px;
		line-height: 25px;
		background: #ffffff;
		border-right: 1px solid #334989;
		border-bottom: 1px solid #334989;
	}
	
	#content #left table.calendar tr td.no-day, #content #left table.calendar tr td.closed {
		background: none;
		border-right: none;
		border-bottom: none;
	}
	
	#content #left table.calendar tr th {
		text-transform: uppercase;
		font-weight: normal;
		color: #c7e3fe;
		text-align: center;
		font-size: 12px;
	}
	
	#content #left table.calendar tr th h3 {
		width: 160px;	
	}
	
	#content #left table.calendar tr td.day {
		color: #888888;
	}
	
	#content #left table.calendar tr td a, #content #left table.calendar tr td span {
		display: block;
	}
	
	#content #left table.calendar tr td a {
		color: #000000;
		display: block;
		text-decoration: none;
	}
	
	#content #left table.calendar tr td a:hover {
		font-weight: bold;
		color: #000000;
	}
	
	#content #left table.calendar tr td.today {
		background: #c7e3fe left top no-repeat;
	}
	
	#content #left table.calendar tr td.events.today {
		background: #c7e3fe left top no-repeat;
	}
	
	#content #left table.calendar tr td.today, #content #left table.calendar tr td.events.today, #content #left table.calendar tr td.today a {
		color: #000000;
	}

	#content #left table.calendar tr td.events {
		background: #FFFBB8;
	}
	
	#content #left table.calendar tr td > div.event a:hover, #content #left table.calendar tr td.sel a {
		color: #000000;
	}

	.list li div.map, .map, .events-map{
		float: right;
		clear: right;
		display: block;
		width: 260px;
		height: 260px;
		margin: 15px 0px 15px 25px;
		background: #eeeeee;
	}

/* forms */

form {
	line-height: normal;
}

form table tr td, form table tr th {
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 0px;
	vertical-align: top;
}

form table tr th {
	font-weight: bold;
	text-align: right;
	width: 180px;
}

textarea, input, select {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
}

form input[type=text], form input[type=submit], form textarea, form select {
	background: #ffffff;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;
	line-height: 18px;
	border-radius: 4px;
}

#mc_embed_signup form input[type=text], #mc_embed_signup form textarea, #mc_embed_signup form select {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;
	line-height: 18px;
	border-radius: 4px;
}

form input[type=text], form select {
	width: 180px;
	min-width: 180px;
	max-width: 390px;
}

form input.small[type="text"] {
	width: 24px;
	min-width: 24px;
}

form select {
	padding: 3px 0px 3px 0px;
}

#content #right form select {
	padding: 3px 6px 3px 6px;
	width: 192px;
}
	
form textarea {
	width: 390px;
	min-height: 70px;
	resize: none;
}

form input[type=submit] {
	color: #ffffff;
	background: #334989;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	height: 24px;
	border: 0px;
}

form input[type=submit]:hover {
	background: #73bafc;
}

form input:focus, form textarea:focus, form select:focus {
	color: #000000;
	-moz-outline-style: none;
	outline: none;
}

/* */
form.zipsearch {
	padding: 0px 10px 20px 20px;	
}

form.zipsearch table tr th {
	font-size: 12px;	
	text-align: left;
	text-transform: uppercase;
}

form.zipsearch table tr td, form.zipsearch table tr th {
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 0px;
	vertical-align: middle;
}

form.zipsearch input {
	width: 70px;
	min-width: 70px;
}

form.zipsearch select {
	width: 82px;
	min-width: 82px;
}

form.zipsearch input[type=submit] {
	width: 82px;
	background: #a5de75;
	color: #000000;
}

form.zipsearch input[type=submit]:hover {
	background: #ffffff;
}

table.eye-store tr td {
	width: 210px;
	padding: 0px 20px 10px 0px;
	vertical-align: top;
}

/* */

.c {
	text-align: center;	
}

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

.keyword {
	background: #FFFBB8;	
}

p.warning {
	font-weight: bold;
	color: #906;
}

form input.warning {
	background: #FFD;
}
