/* DCC MAIN CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #333;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}

a img {
	border: none;
}

a {
    color: #da071e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.clearer {
	display: block;
	height: 0px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}

/* Basic Layout */

#page-area {
	width: 960px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

#header {
	background-image: url(../pics/bg_header.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 135px;
}

#vib-logo {
	float: right;
}

#LOGO {
	float: left;
	width: 180px;
}


#main-area {
	overflow: hidden;
}

.divider {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #bb7482;
	padding-top: 14px;
	margin-bottom: 15px;
}


/* MENU MAIN */

#MENU-MAIN {
	padding: 110px 15px 0 0;
	font-size: 1.6em;
}
#MENU-MAIN li {
	list-style-type: none;
	display: inline;
	padding: 0 15px 0 0;
}
#MENU-MAIN li a {
	color: #FFF;
	text-decoration: none;
}
#MENU-MAIN li a:hover,
#MENU-MAIN li a.active {
	color: #e73c3a;
}

/* MENU SUB */

.menu-separator {
	color: #009ac9;
	padding: 0 7px;
}
#MENU-SUB {
	padding: 10px 0 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #009ac9;
}
#MENU-SUB li {
	list-style-type: none;
	display: inline;
}
#MENU-SUB li a {
	color: #009ac9;
	text-decoration: none;
}
#MENU-SUB li a:hover,
#MENU-SUB li a.active {
	color: #e73c3a;
}
/* level 2 */
#MENU-SUB ul ul {
	display: none;
	margin-top: 5px;
}
#MENU-SUB li li {
	margin-top: 0;
}
#MENU-SUB li li a {
	background: none;
	color: #f1a67d;
}
#MENU-SUB li li a:hover,
#MENU-SUB li li a.active {
	background: none;
	color: #da071e;
}

/* MENU BASIC */

#MENU-BASIC {
	text-align: right;
	color: #666;
	padding-top: 10px;
	font-size: 1.2em;
}
#MENU-BASIC a {
	color: #666;
	text-decoration: none;
}
#MENU-BASIC li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-right: 12px;
}
#MENU-BASIC a:hover,
#MENU-BASIC a.active {
	color: #666;
}


#main-area {
	padding: 10px;
}


/* CONTENT */

#CONTENT-MAIN {
	font-size: 1.2em;
	overflow: hidden;
	position: relative;
}

#CONTENT-MAIN h1 {
	font-size: 2.0em;
	margin: 0 0 8px 0;
	color: #009ac9;
}

#CONTENT-MAIN h2 {
	font-size: 1.3em;
	margin: 5px 0 5px 0;
	color: #009ac9;
}

#CONTENT-MAIN h3 {
    margin: 3px 0 3px 0;
}


#CONTENT-MAIN p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
}

#CONTENT-MAIN .csc-textpic-imagerow {
    margin-bottom: 15px;
}
#CONTENT-MAIN .csc-textpic-imagerow-last {
    margin-bottom: 15px;
}

#CONTENT-MAIN .csc-textpic-imagewrap {
	/*margin-top: 14px;*/
}

/* LOCATION NOTE */
#location-note {
    position: absolute;
    left: 710px;
    top: 40px;
    width: 210px;
    padding: 10px 12px;
    background-image: url(../pics/red_trans_60.png);
    color: #FFF;
    line-height: 1.2em;
}
#location-note h3 {
    margin: 0;
    font-size: 1.2em;
    color: #FFF;
    line-height: 1.2em;
}
#location-note p {
    margin: 0;
    color: #FFF;
    line-height: 1.2em;
}


/* Special Content Element settings */


/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
}

#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}

#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}

#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}

#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 30px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAILFORM CSS SETTING */
.csc-mailform-field label {
	width: 65px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
	border: none;
}
.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.csc-mailform-field TEXTAREA {
	width: 280px;
	margin-bottom: 5px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
	width: 280px;
}
.csc-mailform-field SELECT {
	margin-bottom: 5px;
}
.csc-mailform-submit {
	border: none;
	background-color: #b21b16;
	width: auto !important;
	margin-left: 270px;
	margin-top: 5px;
	padding: 0px;
	color: #FFF !important;
	cursor: pointer;
}
.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 0px;
}
/*.csc-mailform-check {
	float: left;
	text-align: left !important;
	margin-left: 65px !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}*/
