@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
	background-image: url(pict/bg.jpg);
	font-family: HelveticaWorld-regular, Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
.cke_show_borders {
    overflow-y: scroll; // vertical scrollbar
    overflow-x: hidden; // horizontal scrollbar
}
.ad-gallery {
	width: 580px;
	margin-left: 20px!important;
	margin-bottom: 30px!important;
}
.GalleryFolder {
	width: 180px;
	height: 180px;
	display: inline-block;
	border: 5px solid #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 5px 5px 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2); #333;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2); #333;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2); #333;
	cursor: pointer;
	position: relative;
}
.GalleryFolder:hover {
	border: 5px solid #D5FFCE;
}
.GalleryFolder .GalleryFolderTitle {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 5px;
	background-color: rgba(255,255,255,.75);
	line-height: 20px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
}
#Wrapper #TopBar {
	width: 100%;
	height: 30px;
	background-color: #013334;
	display: block;
	-webkit-box-shadow: 0 0 9px #000;
	-moz-box-shadow: 0 0 9px #000;
	box-shadow: 0 0 9px #000;
}
#Wrapper #Backdrop {
	height: 459px;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0px;
	background-position: center top;
	background-image: url(pict/BackDrop.jpg);
}
#Wrapper #Content {
	width: 883px;
	margin: 0px auto 30px auto;
	padding: 100px 0px 0px 0px;
	position: relative;
}
#Wrapper #Content #Logo {
	width: 318px;
	height: 93px;
	background-image: url(pict/Logo.png);
	position: absolute;
	left: -3px;
	top: -30px;
	cursor: pointer;
}
#Wrapper #Content #Logo:hover {
	opacity: .9;
}
#Wrapper #Content #Logo:active {
	opacity: .7;
}
#Wrapper #Content #CTA {
	width: 192px;
	height: 76px;
	background-image: url(pict/CTAbg.png);
	position: absolute;
	right: 0px;
	top: -30px;
	cursor: pointer;
	font-family: HelveticaWorld-regular, Verdana, Geneva, sans-serif;
	padding: 5px 0px 0px 5px;
}
#Wrapper #Content #CTA:hover {
	opacity: .9;
}
#Wrapper #Content #CTA:active {
	opacity: .7;
}
#Wrapper #Content #CTA:after {
	content: "";
	display: block;
	width: 70px;
	height: 50px;
	background-image: url(pict/CTAButton.png);
	position: absolute;
	top: 0px;
	right: -30px;
}
#Wrapper #Content #CTA h3 {
	font-size: 11px;
	font-family: HelveticaWorld-regular, Verdana, Geneva, sans-serif;
	color: #000;
	text-shadow: 1px 1px rgba(255,255,255,.17);
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#Wrapper #Content #CTA p {
	font-size: 11px;
	line-height: 15px;
	font-family: HelveticaWorld-regular, Verdana, Geneva, sans-serif;
	color: #000;
	text-shadow: 1px 1px rgba(255,255,255,.3);
}
#Wrapper #Content #SliderHolder {
	position: relative;
}
#Wrapper #Content #SliderHolder #Slider {
	width: 863px;
	height: 451px;
	margin: 0px auto 0px auto;
	border: 10px solid rgba(255,255,255,.8);
}
#Wrapper #Content #Menu {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	background-color: #FFF;
	width: 226px;
	min-height: 531px;
	margin: 15px 0px 0px 0px;
	float: left;
}
#Wrapper #Content #Menu ul,
#Wrapper #Content #Menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Wrapper #Content #Menu ul li {
	background-image: url("pict/ListBullet.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
}
#Wrapper #Content #Menu ul li a {
	font-family: HelveticaNeue-thin, Verdana, Geneva, sans-serif;
	width: 85%;
	padding: 0px 0px 0px 15%;
	height: 100%;
	display: block;
	font-weight: bold;
}
#Wrapper #Content #Menu ul li a:hover {
	background-color: rgba(0,0,0,.1);
}

#Wrapper #Content #Menu a:link {
	color: #013334;
	text-decoration: none;
}
#Wrapper #Content #Menu a:visited {
	color: #013334;
	text-decoration: none;
}
#Wrapper #Content #Menu a:hover {
	color: #900;
	text-decoration: none;
}
#Wrapper #Content #Menu a:active {
	color: #013334;
	text-decoration: none;
}
#Wrapper #Content #BodyText {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	background-color: #FFF;
	width: 622px;
	min-height: 511px;
	margin: 15px 0px 0px 0px;
	float: right;
	padding: 10px;
}
h1 {
	font-family: HelveticaNeue-thin, Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000;
	font-size: 24px;
	line-height: 24px;
}
h2 {
	font-family: HelveticaNeue-thin, Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000;
	font-size: 19px;
	line-height: 19px;
}
#Wrapper #Content #Footer {
	width: 100%;
	text-align: center;
	font-family: HelveticaWorld-regular, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	text-shadow: 1px 1px #fff;
	margin-top: 10px;
}

.nivo-controlNav {
	z-index: 10;
}

#Wrapper #Content #Footer a:link {
	color: #013334;
	text-decoration: none;
}
#Wrapper #Content #Footer a:visited {
	color: #013334;
	text-decoration: none;
}
#Wrapper #Content #Footer a:hover {
	color: #900;
	text-decoration: none;
}
#Wrapper #Content #Footer a:active {
	color: #013334;
	text-decoration: none;
}
a:link {
	color: #329900;
	text-decoration: none;
}
a:visited {
	color: #329900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #329900;
	text-decoration: none;
}

/*Fonts*/
@font-face {
	font-family: HelveticaNeue-thin;
	src: url('fonts/HELVETICANEUELTCOM-TH.TTF');
}
@font-face {
	font-family: HelveticaWorld-regular;
	src: url('fonts/HELVETICAWORLD-REGULAR.TTF');
}
@font-face {
	font-family: HelveticaWorld-bold;
	src: url('fonts/HELVETICAWORLD-BOLD.TTF');
}
@font-face {
	font-family: HelveticaWorld-bolditalic;
	src: url('fonts/HELVETICAWORLD-BOLDITALIC.TTF');
}
@font-face {
	font-family: HelveticaWorld-italic;
	src: url('fonts/HELVETICAWORLD-ITALIC.TTF');
}




