@charset "utf-8";
/* CSS Document */

/*
 * Project: Supravision
 * 
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

body, html {
	height: 100%;
	width: 100%;
}

body {
	background: #f7f2e9 url(../img/body_sub_bck.png) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

body.default {
	background: #f7f2e9 url(../img/body_bck.png) center top no-repeat;
}

body#night.default {
	background: #f7f2e9 url(../img/body_night_bck.png) center top no-repeat;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

/* --------------------------------------------------------------------------------------------- header */

#header {
	height: 228px;
	width: 1003px;
	margin: 0 auto;
	background: url(../img/header_sub_bck.jpg) left top no-repeat;
	position: relative;
}

body#night.default #header {
	background: url(../img/header_night_bck.jpg) left top no-repeat;
}

body.default #header {
	height: 409px;
	background: url(../img/header_bck.jpg) left top no-repeat;
}

#header h1 {
	width: 207px;
	height: 228px;
	position: absolute;
	left: 724px;/*686*/
	top: 0px;
	background: url(../img/h1_sub.png) left top no-repeat;
}

body.default #header h1 {
	width: 214px;
	height: 111px;
	left: 646px;
	left: 646px;
	top: 64px;
	background: none;
}

body #header h1 a {
	width: 126px;
	height: 68px;
	display: block;
	background: url(../img/logo_sub.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 19px;
}

body.default #header h1 a {
	width: 214px;
	height: 111px;
	background: url(../img/logo.png) left top no-repeat;
	top: 0px;
	left: 0px;
}

body.night #header h1 a {
	background: url(../img/logo_night.png) left top no-repeat;
}

#header #navigation {
	height: 68px;
	position: absolute;
	left: 192px;
	top: 5px;
}

#header #navigation li {
	float: left;
}

#header #navigation li a {
	display: block;
	height: 68px;
	padding: 0px 14px;
	overflow: hidden;
	float: left;
}

#header #navigation li a img {
	padding-top: 36px;
}

#header #navigation li a:hover {
	background: url(../img/nav_hover.png);
}

#header a.login {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 30px;
	top: 42px;
}

#header a.login:hover {
	color: #646058;
	background-color: #fff;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	width: 1003px;
	padding-bottom: 55px;
	margin: -38px auto 0px auto;
}

body.default #content {
	margin-top: 0px;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	float: left;
	width: 486px;
	margin: 0px 0px 0px 12px;
	position: relative;
	display: inline;
}

body.map #primary {
	width: 740px;
	margin: 0px 0px 0px 12px;
}

#home_primary {
	float: left;
	width: 740px;
	margin: -40px 0px 20px 12px;
	position: relative;
	display: inline;
}

/* --------------------------------------------------------------------------------------------- primary */

.banner_1 {
	margin-top: 14px;
	width: 236px;
	background: #fff url(../img/box_3_top.png) left top no-repeat;
	float: left;
}

.banner_1 .banner_inner {
	width: 232px;/*236*/
	padding: 6px 0px 4px 5px;
	background: url(../img/box_2_bck.png) left bottom no-repeat;
}

/* --------------------------------------------------------------------------------------------- primary */

#secondary {
	float: right;
	width: 490px;
	position: relative;
}

body.map #secondary {
	float: right;
	width: 248px;
	position: relative;
}

#home_secondary {
	float: right;
	width: 248px;
	margin: -30px 0px 20px 0px;
	position: relative;
}

/* --------------------------------------------------------------------------------------------- list_1 */

.list_1 {
	width: 728px;
}

.list_1 .head {
	padding: 0px 6px 6px 4px;
	background: url(../img/list_1_top.png) left bottom no-repeat;
}

.list_1 .head h2 {
	float: left;
	line-height: 1px;
}

.list_1 .head h2 img {
	float: left;
}

.list_1 .head .archive {
	float: right;
	margin-top: 4px;
}

.list_1 .archive {
	display: block;
	width: 104px;
	height: 14px;
	background: url(../img/news_archive.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.list_1 ul {
	width: 722px;/*728*/
	padding: 18px 4px 5px 2px;
	background: #fff url(../img/list_1_bck.png) left bottom no-repeat;
}

.list_1 ul li {
	width: 220px;/*232*/
	padding-right: 12px;
	margin: 0px 0px 0px 8px;
	display: inline;
	float: left;
	background: url(../img/list_1_item_bck.png) right top no-repeat;
}

.list_1 ul li.last {
	background: none;
}

.list_1 ul li img.thumb {
	float: left;
	margin-right: 12px;
}

.list_1 ul li .date {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

.list_1 ul li h3 {
	font-size: 12px;
	color: #ff9935;
	margin: 2px 0px 6px 0px;
}

.list_1 ul li h3 a {
	color: #ff9935;
}

.list_1 ul li h3 a:hover {
	color: #fff;
	background-color: #ff9935;
}

.list_1 ul li .text {
	font-size: 11px;
	line-height: 15px;
}

.list_1 ul li .more {
	display: block;
	width: 48px;
	height: 18px;
	background: url(../img/more_1.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
	margin: 6px 0px 20px 0px;
}

/* --------------------------------------------------------------------------------------------- list_2 */

.list_2 {
	width: 236px;
	float: left;
	margin-top: 22px;
}

.list_2 .head {
	padding: 0px 6px 6px 4px;
	background: url(../img/list_2_top.png) left bottom no-repeat;
	line-height: 1px;
}

.list_2 .head h2 {
	float: right;
}

.list_2 .head h2 img {
	float: left;
}

.list_2 .head .archive {
	float: left;
}

.list_2 .archive {
	display: block;
	width: 104px;
	height: 14px;
	background: url(../img/news_archive.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.list_2 ul {
	padding: 0px 4px 5px 2px;
	background: #fff url(../img/box_2_bck.png) left bottom no-repeat;
}

.list_2 ul li {
	padding: 11px 6px 8px 6px;
	border-bottom: 3px solid #f9f5ed;
}

.list_2 ul li img.thumb {
	float: left;
	margin-right: 10px;
}

.list_2 ul li .date {
	font-size: 11px;
	color: #666;
}

.list_2 ul li h3 {
	font-size: 12px;
	font-weight: normal;
}

.list_2 ul li h3 a {
	color: #666;
}

.list_2 ul li h3 a:hover {
	color: #fff;
	background-color: #666;
}

.list_2 ul li a.more {
	float: right;
	color: #ff9935;
	font-size: 11px;
	margin-right: 8px;
}

.list_2 ul li a.more:hover {
	color: #fff;
	background-color: #ff9935;
}

/* --------------------------------------------------------------------------------------------- list_3 */

.list_3 {
	padding: 20px 24px 10px 22px;
	background: url(../img/article_bck.png) left top repeat-y;
}

.list_3 li {
	padding: 8px 0px;
	border-bottom: 3px solid #f7f2e9;
}

.list_3 li img.thumb {
	float: left;
	margin-right: 12px;
}

.list_3 li .date {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

.list_3 li h3 {
	font-size: 12px;
	color: #ff9935;
	margin: 2px 0px 6px 0px;
}

.list_3 li h3 a {
	color: #ff9935;
}

.list_3 li h3 a:hover {
	color: #fff;
	background-color: #ff9935;
}

.list_3 li .item_text {
	font-size: 11px;
	line-height: 15px;
}

.list_3 li .more {
	display: block;
	width: 48px;
	height: 18px;
	background: url(../img/more_1.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
	margin: 6px 0px 0px 0px;
}

/* --------------------------------------------------------------------------------------------- gallery_1 */

.gallery_1 {
	width: 485px;
	float: left;
	margin-top: 22px;
}

#primary .gallery_1 {
}

.gallery_1 .head {
	height: 79px;
	background: url(../img/gallery_1_head.png) left bottom no-repeat;
}

.gallery_1 .head .gal_archive {
	display: block;
	width: 106px;
	height: 18px;
	background: url(../img/gal_archive.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
	margin: 9px 8px 0px 0px;
}

.gallery_1 .head h2 {
	float: right;
	clear: right;
	margin: 22px 14px 0px 0px;
	display: inline;
	line-height: 1px;
}

.gallery_1 h3 {
	padding: 10px 0px 10px 18px;
	font-size: 18px;
	font-weight: normal;
	background: #fff url(../img/gallery_1_inner.png) left bottom repeat-y;
}

.gallery_1 h3 a {
	color: #55514a;
}

.gallery_1 ul {
	padding: 0px 4px 24px 10px;
	background: #fff url(../img/gallery_1_bck.png) left bottom no-repeat;
}

.gallery_1 ul li {
	float: left;
	margin: 0px 6px;
	display: inline;
}

.list_2 ul li img.thumb {
	float: left;
	margin-right: 10px;
}

.list_2 ul li .date {
	font-size: 11px;
	color: #666;
}

.list_2 ul li h3 {
	font-size: 12px;
	font-weight: normal;
}

.list_2 ul li h3 a {
	color: #666;
}

.list_2 ul li h3 a:hover {
	color: #fff;
	background-color: #666;
}

.list_2 ul li a.more {
	float: right;
	color: #ff9935;
	font-size: 11px;
	margin-right: 8px;
}

.list_2 ul li a.more:hover {
	color: #fff;
	background-color: #ff9935;
}

/* --------------------------------------------------------------------------------------------- box_1 */

.box_1 {
	width: 482px;
	margin: 18px 10px 0px 0px;
	float: left;
}

.box_1 h2 {
	padding: 0px 6px 6px 4px;
	background: url(../img/box_1_top.png) left bottom no-repeat;
	line-height: 1px;
}

* html .box_1 h2 {
	height: 1%;
}

.box_1 h2 img {
	float: left;
}

.box_1 .inner {
	width: 455px;/*482*/
	padding: 18px 16px 5px 11px;
	background: #fff url(../img/box_1_bck.png) left bottom no-repeat;
}

#about_short .inner {
 	min-height: 160px;
 	height: auto !important;
 	height: 160px;
}

.box_1 .head h2 img {
	float: left;
}

.box_1 .text {
	font-size: 11px;
	line-height: 15px;
}

.box_1 .more {
	display: block;
	width: 48px;
	height: 18px;
	background: url(../img/more_1.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
	margin: 6px 0px 20px 0px;
}

/* --------------------------------------------------------------------------------------------- box_2 */

.box_2 {
	width: 236px;
	float: left;
	margin: 8px 10px 0px 0px;
	display: inline;
}

.box_2 h2 {
	height: 31px;/*79*/
	padding: 48px 0px 0px 10px;
	line-height: 1px;
}

#locations_short h2 {
	background: url(../img/locations_title_bck.png) left top no-repeat;
}

#documents_short h2 {
	background: url(../img/documents_title_bck.png) left top no-repeat;
}

.box_2 .inner {
	width: 230px;/*236*/
	padding: 0px 4px 0px 2px;
	background: #fff url(../img/box_2_bck.png) left bottom no-repeat;
}

#documents_short .inner {
 	min-height: 102px;
 	height: auto !important;
 	height: 102px;
}

.box_2 ul.inner {
	width: 213px;/*236*/
	padding: 16px 11px 20px 12px;
}

.box_2 ul li {
	font-size: 11px;
	background: url(../img/bullet_01.png) left center no-repeat;
	padding-left: 12px;
}

.box_2 ul li a {
	color: #000;
	line-height: 18px;
}

.box_2 ul li a:hover {
	color: #fff;
	background-color: #000;
}

/* --------------------------------------------------------------------------------------------- box_3 */

.box_3 {
	width: 236px;
	float: left;
	margin-top: 8px;
}

#secondary .box_3 {
	margin-top: 17px;
}

#contact_short.box_3 .inner{
	min-height: 155px;
 	height: auto !important;
 	height: 155px;
}

.box_3 h2 {
	line-height: 1px;
	padding: 0px 10px 6px 0px;
	text-align: right;
	background: url(../img/box_3_top.png) left bottom no-repeat;
}

* html .box_3 h2 {
	height: 1%;
}

.box_3 .inner {
	width: 230px;/*236*/
	padding: 0px 4px 5px 2px;
	background: #fff url(../img/box_2_bck.png) left bottom no-repeat;
}

.box_3 .inner .text {
	font-size: 11px;
	line-height: 15px;
	padding: 8px 16px 5px 11px;
}

.box_3 .inner .text a {
	color: #000;
	text-decoration: underline;
}

.box_3 .inner .text a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/*
.box_3 .inner ul,
.box_3 .inner .ul {
	background: url(../img/calendar_bck.png) left bottom no-repeat;
	padding: 0px 11px 80px 12px;
}
*/

.box_3 .inner ul li {
	font-size: 11px;
	background: url(../img/bullet_01.png) left center no-repeat;
	padding-left: 12px;
}

.box_3 .inner ul li a {
	color: #000;
	line-height: 18px;
}

.box_3 .inner ul li a:hover {
	color: #fff;
	background-color: #000;
}

/* --------------------------------------------------------------------------------------------- box_4 */

.box_4 {
	width: 728px;
	float: left;
	margin: 8px 10px 0px 0px;
	display: inline;
}

#locations.box_4 .inner {
	position: relative;
}

.box_4 h2 {
	height: 31px;/*79*/
	padding: 48px 0px 0px 10px;
	line-height: 1px;
}

#locations h2 {
	background: url(../img/locations_title_big_bck.png) left top no-repeat;
}

.box_4 .inner {
	width: 715px;/*728*/
	padding: 6px 4px 8px 9px;
	background: #fff url(../img/list_1_bck.png) left bottom no-repeat;
}

#documents_short .inner {
 	min-height: 102px;
 	height: auto !important;
 	height: 102px;
}

.box_2 ul.inner {
	width: 213px;/*236*/
	padding: 16px 11px 20px 12px;
}

.box_2 ul li {
	font-size: 11px;
	background: url(../img/bullet_01.png) left center no-repeat;
	padding-left: 12px;
}

.box_2 ul li a {
	color: #000;
	line-height: 18px;
}

.box_2 ul li a:hover {
	color: #fff;
	background-color: #000;
}

/* --------------------------------------------------------------------------------------------- location_info */

.location_info h3 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005789;
}

.location_info h3 span {
	color: #6f6a62;
}

.location_info ul {
	margin: 6px 0px 10px 0px;
}

.location_info ul li {
	margin: 4px 0px;
}

.location_info ul li a {
	display: block;
	width: 209px;/*243*/
	height: 18px;
	padding-left: 34px;
	background: url(../img/location_info_list.png) left top no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #005789;
}

.location_info ul li a:hover {
	color: #267aaa;
}

.location_info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #005789;
	margin-top: 8px;
}

.location_info p em {
	color: #6f6a62;
	font-style: normal;
}

.location_info p span {
	font-weight: normal;
}

/* --------------------------------------------------------------------------------------------- location_hover */

.location_hover {
	height: 50px;
	width: 180px;
	background: url(../img/location_hover_bck.gif) left top no-repeat;
	float: left;
	position: absolute;
	visibility: hidden;
	text-align: center;
}

.location_hover h3 {
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005789;
	float: left;
	margin: 0px;
	margin-right: -20px;
	padding: 0px 10px;
}

/* --------------------------------------------------------------------------------------------- article */

.article {
	width: 482px;
	padding-bottom: 7px;
	margin-bottom: 20px;
	background: url(../img/article_bottom.png) left bottom no-repeat;
}

.article h2 {
	font-size: 25px;
	color: #5a564f;
	padding: 0px 0px 0px 6px;
	background: url(../img/article_top.png) left bottom no-repeat;
	height: 42px;
}

.article .text {
	font-size: 11px;
	line-height: 16px;
	padding: 20px 24px 10px 22px;
	background: url(../img/article_bck.png) left top repeat-y;
}

.article .text p {
	margin: 5px 0px;
}

.article .text a {
	padding: 0px 2px 0px 3px;
	color: #000;
	background-color: #f7f2e9;
	border-bottom: 1px solid #d2cec6;
	border-right: 1px solid #d2cec6;
}

.article .text a:hover {
	color: #000;
	background-color: #d2cec6;
	border-bottom: 1px solid #f7f2e9;
	border-right: 1px solid #f7f2e9;
}

.article .text img {
	padding: 2px;
	border: 1px solid #c5ced3;
	margin: 5px;
}

.article .text ol,
.article .text ul {
	margin: 5px 0px;
}

.article .text li {
	margin-left: 30px;
	list-style-image: url(../img/bullet_02.png);
}

.article .text ol li {
	list-style-type: decimal;
}

.article .att {
	padding: 6px 24px 6px 22px;
	background: url(../img/article_bck.png) left top repeat-y;
}

.article .att h3 {
	font-size: 18px;
	color: #55514a;
	font-weight: normal;
}

.article #att_docs ul,
.article #att_links ul {
	margin-left: 20px;
}

.article #att_docs ul li,
.article #att_links ul li {
	font-size: 11px;
	background: url(../img/bullet_01.png) left center no-repeat;
	padding-left: 12px;

}

.article #att_docs ul li a,
.article #att_links ul li a {
	color: #000;
	line-height: 18px;
}

.article #att_docs ul li a:hover,
.article #att_links ul li a:hover {
	color: #fff;
	background-color: #000;
}

body.gallery .article #att_gallery {
	padding-top: 20px;
}

.article #att_gallery li {
	float: left;
}

.article #att_gallery .list li {
	width: 215px;
	margin-bottom: 10px;
}

.article #att_gallery .list li h3 {
	width: 215px;
	text-align: center;
}

.article #att_gallery .list li img {
	margin-left: 40px;
}

.article #att_gallery li img {
	padding: 2px;
	border: 1px solid #c5ced3;
	margin: 3px 7px;
}

.article .back_map {
	display: block;
	width: 160px;
	height: 18px;
	background: url(../img/back_map.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	clear: both;
	margin: 10px 8px 10px 0px;
	float: right;
	padding: 0px;
}

.article .back_location {
	display: block;
	width: 121px;
	height: 18px;
	background: url(../img/back_location.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	clear: both;
	margin: 10px 8px 10px 0px;
	float: right;
	padding: 0px;
}

/* --------------------------------------------------------------------------------------------- login */

.form_1 {
	padding-left: 40px;
	margin-bottom: 20px;
}

#login {
	border-bottom: 1px dotted #6d6960;
}

.form_1 fieldset {
	border: 0px;
}

.form_1 .item,
.form_1 .item_1 {
	height: 30px;
}

.form_1 label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

.form_1 .item input {
	border: 1px solid #6d6960;
	width: 150px;
	height: 15px;
	padding: 2px 4px 0px 4px;
	font-size: 11px;
}

.form_1 select {
	border: 1px solid #6d6960;
	height: 18px;
	font-size: 11px;
}

.form_1 #start_day,
.form_1 #end_day {
	width: 44px;
}

.form_1 #start_month,
.form_1 #end_month {
	width: 44px;
}

.form_1 #start_year,
.form_1 #end_year {
	width: 66px;
}

.form_1 .note,
.form_1 .error {
	text-align: right;
	width: 320px;
}

.form_1 .error {
	color: #ff9935;
}

.form_1 #submit_login {
	border: 1px solid #6d6960;
	float: right;
	margin: 0px 76px 20px 0px;
	cursor: pointer;
	font-size: 11px;
	padding: 2px;
}

.form_1 #submit_login:hover {
	background: #d9d7c9;
}

/* --------------------------------------------------------------------------------------------- form_2 */

.form_2 {
	padding: 10px 0px 0px 20px;
}

.form_2 fieldset {
	border: 0px;
}

.form_2 label {
	display: none;
}

.form_2 #submit_search {
	border: 1px solid #6d6960;
	margin: 10px 0px 10px 146px;
	cursor: pointer;
	font-size: 11px;
	padding: 2px;
}

.form_2 .form_textfield input {
	border: 1px solid #6d6960;
	width: 180px;
	height: 15px;
	padding: 2px 4px 0px 4px;
	font-size: 11px;
}

/*
.form_1 select {
	border: 1px solid #6d6960;
	height: 18px;
	font-size: 11px;
}

.form_1 #start_day,
.form_1 #end_day {
	width: 44px;
}

.form_1 #start_month,
.form_1 #end_month {
	width: 44px;
}

.form_1 #start_year,
.form_1 #end_year {
	width: 66px;
}

.form_1 .note,
.form_1 .error {
	text-align: right;
	width: 320px;
}

.form_1 .error {
	color: #ff9935;
}

.form_1 #submit_login {
	border: 1px solid #6d6960;
	float: right;
	margin: 0px 76px 20px 0px;
	cursor: pointer;
	font-size: 11px;
	padding: 2px;
}

.form_1 #submit_login:hover {
	background: #d9d7c9;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer_wrapper {
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: 0px;
	background: url(../img/footer_bck.png) left bottom repeat-x;
}

#footer {
	width: 1003px;
	margin: 0 auto;
	height: 55px;
	position: relative;
}

#footer .copyright {
	display: block;
	width: 118px;
	height: 13px;
	background: url(../img/copyright.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	left: 442px;
	top: 27px;
}

#footer .ea {
	display: block;
	width: 56px;
	height: 54px;
	background: url(../img/ea.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	left: 932px;
}


#footer .vidi {
	margin-top:15px;
	margin-left:15px;
}










