@font-face {
	font-family: "brandon-regular";
	src: url("../../font/BrandonGrotesque-Regular.otf");
}

@font-face { font-family: CantarellRegular; src: url('../../font/Cantarell-Regular.eot'); }
@font-face { font-family: CantarellRegular; src: url('../../font/Cantarell-Regular.ttf') format('truetype');}

@font-face { font-family: CantarellBold; src: url('../../font/Cantarell-Bold.eot'); }
@font-face { font-family: CantarellBold; src: url('../../font/Cantarell-Bold.ttf') format('truetype');}

html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Times New Roman,Century Gothic, Arial, Helvetica, Tahoma, Sans-Serif; 
	font-size: 1rem;
	color: #414042;
	background: #ffffff;
}

div.css320 {
	display: none;
}
	
div.css700 {
	display: none;
}

div.css1332 {
	display: none;
}

div.logo {
    overflow: hidden;
    float: left;
}

div.logo img {
	border-style: none;
}

/* Popup message. */
#popupmessage {
    display: none;
    position: absolute;
    z-index: 100000;
    border: 1px solid #000000;
    background: #ffffff;
}

#popuperrormessage {
    display: none;
    position: absolute;
    z-index: 100000;
    border: 1px solid #000000;
    background: #ffffff;
}
/* End Popup message. */

/* Main content. */
div.wrapper_maincontent {
	float: left;
	overflow: hidden;
	color: #000000;
}

div.maincontent {
	overflow: hidden;
	background: #ffffff;
}

div.maincontent .pagetitle {
	overflow: hidden;
	font-family: brandon-regular,Century Gothic, Arial, Helvetica, Sans-Serif; 
	text-align: center;
	margin: 0em;
	padding: 0rem;
	color: #BB9C76;
}

div.maincontent .pagetitle h1 {
	font-weight: normal;
	font-family: brandon-regular,Century Gothic, Arial, Helvetica, Sans-Serif; 
	text-align: center;
	margin: 0em;
	padding: 0rem;
	color: #BB9C76;
}

div.maincontent .pagetitle_supplement {
	font-weight: normal;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	text-align: center;
	margin: 0em;
	padding: 0rem;
}

div.line01 {
	overflow: hidden;
}

div.line01 img {
	border-style: none;
	width: 100%;
}

div.introtext {
	text-align: center;
	margin: 0px auto 0px auto;
}

div.maincontent .text01 {
	overflow: hidden;
	font-family: brandon-regular,Century Gothic, Arial, Helvetica, Sans-Serif; 
	text-align: center;
	margin: 0em;
	padding: 0rem;
}

div.maincontent .text01 h1 {
	font-weight: normal;
	font-family: brandon-regular,Century Gothic, Arial, Helvetica, Sans-Serif; 
	text-align: center;
	margin: 0em;
	padding: 0rem;
}

div.maincontent .text01 h2 {
	font-weight: normal;
	font-family: brandon-regular,Century Gothic, Arial, Helvetica, Sans-Serif; 
	text-align: center;
	margin: 0em;
	padding: 0rem;
}

div.maincontent .text02 {
	overflow: hidden;
	font-family: brandon-regular,Century Gothic, Arial, Helvetica, Sans-Serif; 
	text-align: center;
	margin: 0em;
	padding: 0rem;
}

div.maincontent .text02 p {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	padding: 0rem;
	margin: 0rem;
}

div.anchor01 {
	overflow_hidden;
}
/* End Main content. */

/* Home page slide show. */

#wrap_slideshow {
    position: relative;
}

#slideshow {
    z-index: 0;
    overflow: hidden;
    width: 100%;
    margin: 0px;
}


.pics {  
	padding: 0px;  
	margin:  0px;  
	background: transparent; 
	border: 0px none #535255;
} 
 
.pics img {  
	padding: 0px;  
	margin:  0px; 
} 

/* End Home page slide show. */

/* Horizontal image scroll 1, Home page. */
div.wrap_hscroll01 {
	overflow: hidden; 
	position: relative;
	width: 100%; 
}

div.wrap_hscrollborder01 {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #BB9C76;
}

div.wrap_hscroll01 div.arrow_left {
	position: absolute; 
	overflow: hidden; 
	z-index: 100; 
	left: 0px; 
	cursor: pointer;
}

div.wrap_hscroll01 div.arrow_right {
	position: absolute; 
	overflow: hidden; 
	z-index: 100; 
	right: 0px; 
	cursor: pointer;
}

div.wrap_hscroll01 div.arrowgold {
	background: #BB9C76;
}

/* Carousel. */
div.list_carousel {
	overflow: hidden; 
	position: relative;
	width: 100%; 
}
		
.list_carousel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

.list_carousel li {
	padding: 0;
	margin: 2px;
	display: block;
	float: left;
}

.list_carousel li img {
}

/* End Carousel. */

div.hscroll01 {
	overflow: hidden; 
	height: 410px; 
	overflow-x: scroll; 
	white-space: nowrap; 
	-webkit-overflow-scrolling: touch;
}

div.hscroll01 div.imageitem {
	overflow: hidden; 
	display: inline-block;
}

div.hscroll01 div.imageitem img {
	border-style: none;
        -webkit-transform: translatez(0); /* Use this to force items on top, while scrolling. If not used, then -webkit-overflow-scrolling: touch; will create visibility problems for the images. */
}

div.hscroll01 div.scrollitem {
	overflow: hidden; 
	display: inline-block;
	white-space: nowrap; 
	position: relative;
	font-family: CantarellRegular, Century Gothic, Arial, Helvetica, Sans-Serif;
	color: #414042;
}

div.hscroll01 div.scrollitem div.wrap_image {
	overflow: hidden; 
	text-align: center;
	position: absolute;
}

div.hscroll01 div.scrollitem img {
	border-style: none;
}

div.hscroll01 div.scrollitem div.wrap_text {
	position: absolute;
	white-space: normal;
	text-align: center; 
}

/* End Horizontal image scroll 1, Home page. */

/* Custom home section. */
div.customhomesection {
	margin: 0px auto 0px auto;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
}

/* End Custom home section. */

#popup_newsletter {
	position: fixed; 
	display: none; 
	z-index: 500; 
	top: -500px; 
	padding: 0.5rem 1rem 0.5rem 1rem;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	background: #ffffff; 
	color: #000000; 
	border-style: solid; 
	border-width: 1px; border-color: #a1a3a7;
}

#popup_newsletter input {
}

div.header {
	overflow: hidden; 
	background: none;
	margin: 0px auto 0px auto;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 0.8rem;
	color: #0a0a0a;
	background: #ffffff;
}



div p {
	position: relative;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: inherit;
	color: inherit;	
	left: 0em;
	vertical-align: center;
}

div.generic_content {
	overflow: hidden;
	background: none;
	margin: 5px 0px 0px 0px;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 0.9rem;
	line-height: 1rem;
	color: #323232;
}

div.content {
	overflow: hidden;
	background: none;
	margin: 0px auto 0px auto;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 0.9rem;
	color: #323232;
	background: #000000;
}

div.innercontent {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	margin: 0px auto 0px auto;
}


div.contact_form {
	float: left;
	overflow: hidden;
	width: 45%;
}

div.content .text01 {
	margin: 0em;
	padding: 0em;
	font-size: 1.5em;
}



div.content ul {
	margin: 0rem 0rem 0rem 1.5rem;
}

div.content li {

}

p.content {
	text-align: justify;
}

img.vakislogo {
	margin: 0px 7rem 0px 7rem;
}

div.footer {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	margin: 0rem;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 1rem;
	color: #000000;
}

div.footercontent {
	overflow: hidden;
	margin: 0px auto 0px 0px;
}

div.footerseparator {
	width: 100%; 
	height: 9px; 
	margin-bottom: 0.5rem; 
	background: url('../image/bkgSeparator01.png');
}

div.footer2 {
	overflow: hidden;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	float: right;
}

div.footerbox {
	float: left; 
	overflow: hidden;
}

div.footerbox01 {
	float: left; 
	overflow: hidden;
}

div.wrap_warpmenu1 {
	overflow: hidden; 
	position: fixed; 
	z-index: 200; 
}

#normalmenu {
    float: left;
}

div.btn_scroll {
	display: none;
	overflow: hidden; 
	position: fixed; 
	margin: 0px auto 0px auto;
	z-index: 10; 
	font-family: CantarellRegular, Century Gothic, Arial, Helvetica, Sans-Serif;
	background: url('../image/bkgTransparent.png');
	text-align: center;
	cursor: pointer;
}

#submenu_area {
    display: none;
    float: left;
    position: fixed;
    z-index: 50000;
    overflow: hidden;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #cccccc;
    background: #dddddd;
    font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif; 
}

#submenu_area div.sub {
    overflow: hidden;
    margin-left: 0.4rem;
    margin-bottom: 0.5em;
}

#submenu_area div.sub a.sub {
    color: #f90;
    font-weight: bold;
    text-decoration: underline;
    font-size: 0.8rem;
}

#submenu_area div.sub2 {
    overflow: hidden;
    margin-left: 0em;
    margin-top: 0.3rem;
}

#submenu_area div.sub2 a.sub {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.8rem;
}

#submenu_area a.sub:hover {
	color: #f90;
	text-decoration: none;
}

#submenu_area div.sub2 a.sub:hover {
	color: #f90;
	text-decoration: none;
}

div.developer {
	float: right;
	margin: 0.1rem 3rem 0rem 1rem;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	color: #bfc1c3;
	font-size: 0.7rem;
}

div.developer a {
	text-decoration: none;
	color: #bfc1c3;
}

div.developer a:hover {
	color: #00849f;
}

div.social02 {
	overflow: hidden; 
	border-style: solid; 
	border-width: 0px 0px 2px 0px; 
	border-color: #d2d2d2; 
}


li {
	padding: 3px 0px 0px 3px;
}

/* Link styles. */
a {
	text-decoration: none;
	color: #0a0a0a;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/* Links. */

/* General link. */
a.link01 {
	font-size: 0.8rem;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	color: #323232; 
	text-decoration: none;
}

a.link01:hover {
	color: #000000; 
}

a.link01_current {
	font-size: 0.8rem;
	color: #000000; 
	text-decoration: none;
}

/* Breadcrump link. */
a.link02 {
	font-size: 0.8rem;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	color: #999999; 
	text-decoration: none;
}

a.link02:hover {
	color: #676767; 
	text-decoration: none;
}

a.link02_current {
	font-size: 0.9rem;
	color: #676767; 
	text-decoration: none;
}

a.link03 {
	font-size: 1.4em;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	color: #2e2d2d; 
	text-decoration: none;
}

a.link03:hover {
	color: #696767; 
}

a.link03_current {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

a.link04 {
	font-size: 1.0em;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	color: #7f7f7f; 
	font-weight: bold;
}

a.link04:hover {
	text-decoration: underline;
}

a.link04_current {
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
}

a.link05 {
	font-size: 1.0em;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	color: #7f7f7f; 
	font-weight: normal;
	text-decoration: none;
}

a.link05:hover {
	text-decoration: underline;
}

a.link05_current {
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

/* End Links. */

div.btn_menu {
	float: left;
	overflow: hidden;
	position: fixed; 
	top: 0px;
	z-index: 500;
	font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif; 
	color: #000000;
	font-weight: 300;
	font-size: 1rem;
	padding: 0.4rem 0.5rem 0.5rem 0.5rem;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background: #ffffff; /*url('../image/bkg01.png');*/
}

a.button01 {
	text-decoration: none;
	font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif;
}	

a.button01:hover {
	text-decoration: none;
}

a.button01 div{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto 0px auto;
	text-decoration: none;
	background: #ffffff;
	overflow: hidden;
	text-align: center;
	border-style: solid;
	border-color: #BB9C76;
	border-width: 2px;
	color: #BB9C76;
	font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif;
}

a.button01 span {
	text-align: center;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
}

a.button01 div:hover {
	text-decoration: none;
	background: #BB9C76;
	color: #ffffff;
}

a.button02 {
	text-decoration: none;
}	

a.button02:hover {
	text-decoration: none;
}

a.button02 div {
	left: 0px;
	right: 0px;
	margin: 0px auto 0px auto;
	text-decoration: none;
	background: #ffffff;
	overflow: hidden;
	text-align: center;
	border-style: solid;
	border-color: #848484;
	border-width: 2px;
	color: #848484;
	font-family: brandon-regular, Century Gothic, Arial, Helvetica, Sans-Serif;
}

a.button02 span {
	text-align: center;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
}

a.button02 div:hover {
	text-decoration: none;
	background: #848484;
	color: #ffffff;
}

a.button02disabled {
	text-decoration: none;
}

a.button02disabled div {
	overflow: hidden;
	tex-align: center;
	border-style: solid;
	border-color: #8f8e90;
	border-width: 1px;
	border-radius: 1em;
	font-size: 1em;
	color: #ffffff;
	padding: 0.2em 2em 0.3em 2em;
	background: linear-gradient(#c7c7c7,#ffffff);
	background: -webkit-linear-gradient(#c7c7c7,#ffffff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#c7c7c7,#ffffff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#c7c7c7,#ffffff); /* For Firefox 3.6 to 15 */
}	

a.button02disabled:hover {
	text-decoration: none;
}

/* End Link styles. */

/* Check boxes. */
div.checkbox01 {
	float: left; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #c1c1c3;
}

div.checkbox01_current {
	float: left; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #c1c1c3; 
	background: #2e2d2d;
}

/* Check boxes. */

div.wrap_freetextsearch {
	overflow: hidden;
	height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #dcdcdc;
}

input.search {
	border-style: none;
	height: 16px;
	padding: 0em 0.5em 0em 0.5em;
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 10px;
}

div.label01 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 1.2rem;
	width: 10rem;
	color: #464646;
	border-style: none;
}

.field01 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 0.9rem;
	padding: 1%;
	color: #848484;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
}

.field01small {

}

.textarea01 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 0.9rem;
	height: 6rem;
	padding: 1%;
	color: #848484;
	resize: none;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
}

.textarea01small {

}

.field02 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 0.9rem;
	padding: 0.5%;
	color: #080808;
	background: transparent;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
}

.textarea02 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 0.9rem;
	height: 6rem;
	padding: 0.5%;
	color: #080808;
	background: transparent;
	resize: none;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
}

.dropdown01 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 1.3em; 
	border-style: solid;
	border-width: 1px;
	border-color: #777373;
	color: #6e6f6c;	
	background: #ffffff;
}

div.label02 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif; 
	font-size: 0.8rem;
	width: 5rem;
	color: #8b8b8b;
	border-style: none;
}

/* Maps. */
#mapcanvas {
	overflow: hidden;
	width: 100%; 
	height: 400px;
}

div.maplabel01 {
	position: absolute; 
	z-index: 100;
}

/* End Maps. */
