/* GENERAL STYLES */
.bodycolor
{
	background-color:#cccccc;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #000000;
width: 350px; /*width of featured content slider*/
height: 350px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-left: 10px;
background: #000000;
width: 330px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv{
padding-top:0px;
}

.pagination{
width: 198px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #000000;
float:right;
}

.pagination a{
FONT: 13px verdana, arial, sans-serif;
text-decoration: none; 
COLOR: #7c96a1; 
background: white;
}


.pagination a:hover, .pagination a.selected{
FONT: 13px verdana, arial, sans-serif;
COLOR: #3b5a6f;
}
#paginate-slider1 a img, #paginate-slider1 a img{
border: 2px solid black;
filter:alpha(opacity=50);
-moz-opacity:0.5;

}

#paginate-slider1 a img:hover, #paginate-slider1 a.selected img{

filter:alpha(opacity=100);
-moz-opacity:1;
}


#navibar
{
	top:-10px;
	width:700;
}
#nav ul, #nav {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	
}

#nav li ul
{
	padding: 0 0px 0 10px;
	
}

#nav a {
    	padding: 0 0px 5px 15px;
	font-family:Arial;
	font-size:13px;
	background-image:url(../media/top_menu_red.gif);
	background-repeat:no-repeat;
    	text-decoration:none;
    	color:#ffffff;
    	display: block;
    	
}

#nav .current {
	font-weight:normal;
}

#nav a {
	text-decoration: none;
		
}

#nav a:hover {
	color: White;
	background-image:url(../media/top_menu_red.gif);
	background-repeat:no-repeat;
}


#nav a
{
	background-image:url(../media/top_menu.gif);
	background-repeat:no-repeat;
	
}
#nav li li a {
	display: block;
	font-weight: normal;
	padding: 2px 0 5px 10px;
	background-image:url(../media/top_menu.gif);
	background-repeat:no-repeat;
	width:120px;
	
}

#nav li li a:hover {
	display: block;
	font-weight: normal;
	padding: 2px 0 5px 10px;
	
	
}

#nav li {
	float: left;
	position: relative;
	width: 90px;
	padding: 0 0 0 0;
	cursor: default;
	
	
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	
	width:120px;
	background-color:#212121;

	
}

#nav li>ul {
	top: auto;
	left: auto;
	padding: 5px 0px 5px 5px;
}

#nav li li {
	display: block;
	float: none;
	
	border: 0;
		

}
#nav li:hover ul, li.over ul {
	display: block;
}

#divBlock
{
	padding-left:20px;
	border: none;
	overflow:hidden;
}
.foldout {
	color:#ffffff;
	text-decoration:none;
}

.foldout a:hover {
	padding-left:30px;
	text-decoration:none;
	color: #999999;
	}
.foldoutMenu
{
	font-family:Arial;
	font-size:13px;
	height:20px;
	padding:20px 0px 0px 0px;
	margin:10px 0px 10px 10px;
}
/************/
/* the body */
/************/
body 
{
 position:relative;
	
	background-color:#000000;
	color:#ffffff;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
}

.formText1
{
	background-color:#000000;
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
}
.formText2
{
	background-color:#000000;
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
	color:#ffffff;
}
.formTextBox
{
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
	color:#000000;
	width: 140px;
	border-width:1px;
	border-style:solid;
	border-color:#b1b2b4;
	height: 20px;
	background-color:#cecfce;
}

.formButton {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b1b2b4;
	border-right-color: #b1b2b4;
	border-bottom-color: #b1b2b4;
	border-left-color: #b1b2b4;

	text-decoration: none;
	background-color: #000000;
	height:20px;
}
.formError
{
	font-family:Arial;
	font-size:13px;
	color:red;
}

form
{
	margin:0;
	padding:0;
}
input.send {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b1b2b4;
	border-right-color: #b1b2b4;
	border-bottom-color: #b1b2b4;
	border-left-color: #b1b2b4;

	text-decoration: none;
	background-color: #000000;
	height:20px;
}

input.text
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b1b2b4;
	border-right-color: #b1b2b4;
	border-bottom-color: #b1b2b4;
	border-left-color: #b1b2b4;
	width: 80px;
	text-decoration: none;
	background-color: #000000;
	height:20px;
}

#textStyle{
	font-family:Arial;
	font-size:13px;
}


.paddingTop{
	padding-top:31px;
	
}

a:link, a:visited {
	font-family:Arial;
	font-size:13px;

	color:#ffffff;
	}
a:hover {
	text-decoration:none;
	color: #ffffff;
}
#header
{
	position:absolute;
	overflow: hidden;
}
#scrollContent
{
	width:514px;
	height:493px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3dlight-color:#cccccc; 
	scrollbar-arrow-color:#ffffff; 
	scrollbar-base-color:#000000; 
	scrollbar-darkshadow-color:#cccccc; 
	scrollbar-face-color:#000000; 
	scrollbar-highlight-color:#000000; 
	scrollbar-shadow-color:#000000; 
	scrollbar-track-color:#000000;
}

#gallery {
	width:514px;
	height:493px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3dlight-color:#cccccc; 
	scrollbar-arrow-color:#ffffff; 
	scrollbar-base-color:#000000; 
	scrollbar-darkshadow-color:#cccccc; 
	scrollbar-face-color:#000000; 
	scrollbar-highlight-color:#000000; 
	scrollbar-shadow-color:#000000; 
	scrollbar-track-color:#000000;
}

#foldOutStyle
{
	height:440px;
	overflow: auto;
	scrollbar-3dlight-color:#cccccc; 
	scrollbar-arrow-color:#ffffff; 
	scrollbar-base-color:#000000; 
	scrollbar-darkshadow-color:#cccccc; 
	scrollbar-face-color:#000000; 
	scrollbar-highlight-color:#000000; 
	scrollbar-shadow-color:#000000; 
	scrollbar-track-color:#000000;
}
#startContent
{
	width:514px;
	height:493px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-right:15px;
	padding-top:6px;	
}


#page {
	width:931px;
	margin:0 auto;
	height:493;
}
#top {
	background-image:url(../media/top.gif);
	width:940px;
	height:19px;
}
#middle {
	background-image:url(../media/middle.gif);
	background-repeat:repeat-y;
	height:497px;
	width:940px;
	
}
#logo 
{
	position:relative;
	left:5px;
	width:165px;
	height:58px;
	
}
#imgLink
{
	border:none;
	}

#bottom {
	background-image:url(../media/bottom.gif);
	width:940px;
	height:19px;
}
#info{
	float:right;
	width:570px;
}
#content 
{
	padding:0 30px 15px 15px;
}

#menu
{
	float:left;
	width: 175px;
}
.link {
	font-family:Arial;
	font-size:13px;

	background-image:url(arrow.gif);
	background-repeat:no-repeat;
	color:#666666;
	}
.link a:link, .link a:visited {
	background-image:url(arrow.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	text-decoration:none;
	color:#666666;
	}
.link a:hover {
	background-image:url(arrow_over.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	text-decoration:none;
	color: #999999;
	}


/* EDITOR PROPERTIES */
p {
font-family:Arial;
font-size:13px;

}


