@import url("tinymce.css");

body {
	padding:0px;
	background:#FFFFFF;
}

.left { float:left; }
.right { float:right; }

.margin-lg { margin:20px; }
.margin-md { margin:10px; }
.margin-sm { margin:5px; }

.padding-lg { padding:20px; }
.padding-md { padding:10px; }
.padding-sm { padding:5px; }

#list_tree ul {
	list-style-image:url(../images/list_line.gif);
}
table {
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
}
hr {
	clear:both;
	margin:10px 0px 10px 0px;
	width:100%;
	height:13px;
	background:url(../images/line.gif) right no-repeat;
	border:none;
}
#message, #message_box {
	margin:0px 0px 10px 0px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background:#C7F0AE;
	border:#59B522 solid 1px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#error, #error_box {
	margin:0px 0px 10px 0px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background:#FFD5D5;
	border:#D20000 solid 1px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#message_box, #error_box {
	margin:50px auto 0px auto;
	padding:20px;
	font-size:12px;
	border-width:2px;
}

/***********************************************************************************/
/* CONTAINERS
/***********************************************************************************/

#header_container {
	clear:both;
	margin:0px auto 32px auto;
	width:942px;
	height:179px;
}
#content_container {
	clear:both;
	margin:0px auto;
	width:942px;
}
#footer_container {
	clear:both;
	margin:0px auto;
	width:942px;
	height:50px;
}

/***********************************************************************************/
/* HEADER
/***********************************************************************************/

#header {
	clear:both;
	margin:0px auto;
	width:942px;
	height:179px;
}
#header_left {
	display:block;
	float:left;
	width:312px;
	height:179px;
	background:url(../images/logo.old.gif) no-repeat;
}
#header_right {
	float:right;
	width:590px;
	height:179px;
	background:url(../images/header_bg.gif) no-repeat;
}

/***********************************************************************************/
/* NAV
/***********************************************************************************/

#nav {
	margin:147px 0px 0px 0px;
	width:590px;
	height:32px;
	line-height:32px;
}
#nav a, #nav .first {
	display:block;
	float:left;
	padding:0px 28px 0px 28px;
	height:32px;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
	color:#00b5a0;
	text-decoration:none;
}
#nav .first {
	padding:0px 28px 0px 0px;	
}
#nav a:hover, #nav .first:hover {
	text-decoration:underline;
}

/***********************************************************************************/
/* CONTENT
/***********************************************************************************/

#content {
	clear:both;
	margin:0px auto;
	width:942px;
}
#content_left {
	float:left;
	width:312px;
}
#content_right {
	float:right;
	width:590px;
}

/***********************************************************************************/
/* GALLERY
/***********************************************************************************/

#gallery_wrap {
	clear:both;
	margin:0px auto;
	width:940px;
	height:500px;
	background:#FFFFFF;
}
#gallery_wrap #foreground {
	z-index:1001;
	position:absolute;
	width:940px;
	height:500px;
	background:url(../images/foreground.png) center center no-repeat;
}
.loading {
	position:absolute;
	width:940px;
	height:500px;
	background:url(../images/loading.gif) center center no-repeat;
}
.gallery {
	width:940px;
	height:500px;
	overflow:hidden;
}
.gallery img {
	border:none;
}

.swGallery {
	overflow: hidden;
	position: relative;
}
.swGallery .slideElement {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	margin: 0px !important;
	background-color:#FFFFFF;
}
/*.swGallery .loadingElement {
	width: 100%;
	height: 100%;
	background:#FFFFFF url(../images/loading.gif) center center no-repeat;
	margin: 0px !important;
}*/


/***********************************************************************************/
/* FOOTER
/***********************************************************************************/

#footer {
	clear:both;
	margin:0px auto;
	width:942px;
	height:50px;
	line-height:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
}
