@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/GOTHIC.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/GOTHICBI.TTF');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/GOTHICB.TTF');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/GOTHICI.TTF');
	font-weight: normal;
	font-style: italic;
}

a#gallery-previous, a#gallery-previous:link, a#gallery-previous:visited {
	display: block;
	height: 508px;
	width: 64px;
	margin-top: -524px;
	background-repeat: no-repeat;
}

a#gallery-previous:hover, a#gallery-previous:active {
	background-image: url('images/arrow-left.png');	
}

a#gallery-next, a#gallery-next:link, a#gallery-next:visited {
	display: block;
	height: 508px;
	width: 64px;
	margin-top: -524px;
	margin-left: 202px;
	background-repeat: no-repeat;
}

a#gallery-next:hover, a#gallery-next:active {
	background-image: url('images/arrow-right.png');	
}

a img {
	border: 0;	
}

html, body {
	background-color: #666666;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-family: 'Century Gothic';
	margin: 0px;
	padding: 0px;
}

#adminBg {
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	display: none;
	z-index: 100;
}

#admin {
	background-color: #FFFFFF;
	width: 1280px;
	height: 720px;
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 12px;
	border: 2px solid #666666;
	margin: -360px 0px 0px -640px;
	display: none;
	z-index: 101;	
}

#admin img.loading {
	margin: 351px 0px 0px 631px;
}

#admin .admin-content {
	padding: 4px 8px 4px 8px;

}

.admin-button {
	padding: 2px 12px 2px 12px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	color: #333333;
	border-radius: 6px;	
	text-decoration: none;
	font-size: 10pt;
}

.admin-button:hover,
.admin-button:active {
	background-color: #AAAAAA;
	border: 1px solid #555555;
	color: #1A1A1A;
}

#loginpanel {
	background-color: #FFFFFF;
	width: 240px;
	height: 120px;
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 12px;
	border: 2px solid #666666;
	margin: -60px 0px 0px -120px;
	display: none;
	z-index: 101;	
}

#loginpanel h2 {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12pt;
}

#loginpanel a.close {
	float: right;
	font-size: 8pt;
	color: #FFFFFF;	
}

#login {
	background-color: #FFFFFF;
	width: 20px;
	height: 20px;
	padding: 2px 24px 2px 24px;
	position: fixed;
	bottom: 0%;
	right: 0%;
	opacity: 0;
	border-top-left-radius: 12px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	z-index: 102;
	font-size: 9pt;	
}

#login:hover {
	opacity: 1;	
}

#logout {
	background-color: #FFFFFF;
	width: 276px;
	height: 20px;
	padding: 2px 24px 2px 24px;
	position: fixed;
	top: 0%;
	right: 0%;
	border-bottom-left-radius: 12px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	z-index: 102;
	font-size: 9pt;	
}

#admin h2 {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	background-color: #333333;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12pt;
}

#admin a.close {
	float: right;
	font-size: 8pt;
	color: #FFFFFF;	
}

div#gallery-background {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.66;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

div#gallery-container {
	width: 906px;
	height: 600px;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -320px 0px 0px -473px;
	z-index: 10001;
}

div#gallery-image-file {
	width: 906px;
	height: 508px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-size: cover;
}

div#gallery-image {
	width: 904px;
	height: 508px;	
}

div#gallery-container p {
	text-align: center;
}

.editor-link {
	padding: 0px 0px 0px 24px;
	font-size: 9pt;	
}

.editor-link img {
	padding: 0px 12px 0px 0px;
}

.overlay {
	position: absolute;
	display: block;
	background-color: #FFFFFF;
	z-index: 100;
	width: 256px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.overlay-small {
	position: absolute;
	display: block;
	background-color: #FFFFFF;
	z-index: 100;
	width: 128px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.editable {
 	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;	
}

div.header {
	width: 942px;
	height: 60px;
	margin: 0px auto 0px auto;
	background-image: url('images/header-background.gif');
	background-repeat: repeat-x;	
}

div.header-logo {
	width: 185px;
	height: 60px;
	float: left;
}

div.header-navigation {
	width: 733px;
	padding: 24px 24px 0px 0px;
	height: 36px;
	float: left;
	text-align: right;
}

span.menu {
	padding: 0px 24px 0px 24px;
}

span.menu a,
span.menu a:link,
span.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

span.menu a:hover,
span.menu a:active {
	color: #52AEBD;
	text-decoration: none;	
}

div.header-clear {
	clear: both;
}

div.page {
	width: 942px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 8px #000000;
}

div.content {
	width: 942px;
	min-height: 400px;
	border-bottom: 2px solid #AAAAAA;
}

div#scroller {
	width: 942px;
	height: 522px;
}

div.slide {
	position: absolute;
	top: 60px;
	width: 942px;
	height: 522px;
}

p.message {
	margin: 0px;
	padding: 12px 24px 12px 24px;
	position: absolute;
	font-size: 10pt;
	width: 400px;
	background-color: #FFFFFF;
	color: #333333;
	opacity: 0.66;	
}

p.message-bottom-left {
	top: 460px;
	left: 0px;	
}

p.message-bottom-right {
	top: 460px;
	left: 494px;	
}

div.padding {
	padding: 8px 12px 8px 12px;
	margin: 0px;	
}

div.gallery {
	width: 218px;
	height: 119px;
	overflow: hidden;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 4px solid #1C1C1C;
}

div.gallery:hover {
	opacity: 0.8;	
}

div.gallery-1 {
	margin-right: 5px;	
}

div.gallery-2 {
	margin-right: 4px;		
}

div.gallery-3 {
	margin-right: 5px;		
}

div.gallery-4 {
	
}

div.gallery-clear {
	clear: both;
	height: 5px;	
}

div.service {
	padding: 12px 0px 24px 0px;
	border-bottom: 3px solid #CCCCCC;	
}

div.service-image {
	width: 210px;
	height: 127px;
	padding: 5px 5px 5px 5px;
	margin: 0px 40px 0px 40px;
	overflow: hidden;
	background-image: url('images/service-image-background.jpg');
	background-repeat: no-repeat;
	float: left;
}

div.service-content {
	width: 308px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	float: left;
}

div.service-content h1 {
	margin: 0px 0px 8px 0px;
	font-size: 14pt;	
}

div.service-content a,
div.service-content a:link,
div.service-content a:visited {
	color: #222222;
	text-decoration: none;	
}

div.service-content a,
div.service-content a:hover,
div.service-content a:active {
	text-decoration: underline;	
}

div.form {
	width: 480px;
	margin: 48px auto 0px auto;
	padding: 12px 8px 12px 8px;
	font-size: 12px;
	border-right: 2px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	background-color: #F0F0F0;
}

div.form h4.form-title {
	font-size: 16px;
	color: #666666;
	margin: -24px 20px 24px 20px;
	padding: 0px 0px 0px 8px;
}

div.form div.row {
	clear: both;
	padding: 8px 12px 2px 12px;
	margin: 4px 0px 4px 0px;
}

div.form div.required {
	background-image: url('images/required-gradient.gif');
	color: #333333;
}

div.form div.field {
	float: left;
	width: 128px;
	padding: 4px 0px 0px 0px;
	font-weight: bold;
}

div.form div.element {
	float: left;
	width: 304px;
}

div.form span.required {
	font-size: 11px;
}

div.form div.row-clear {
	height: 6px;
	clear: both;
}

div.row-submit {
	width: 416px;
	margin: 12px auto 12px auto;
	text-align: right;
}

div.row-submit input {
	width: 100px;  
	padding: 5px 12px 5px 12px;
	font-size: 11px;
	background-image: url('images/bg-button.gif');
	background-repeat: repeat-x; 
	border: 1px solid #ADADAD !important;
	border-left-color: #ECECEC !important; 
	border-top-color: #ECECEC !important;
}

div.row-submit input:hover {
	background-image: url('images/bg-button-hover.gif');
}

div.content-clear {
	clear: both;
}

div.footer {
	background-color: #CCCCCC;
	width: 942px;
	height: 48px;
}

div.footer p {
	padding: 12px 0px 0px 0px;
	margin: 0px;	
	text-align: center;
	font-size: 9pt;
}
