html,body {
	text-align: center;
	background-color: #ffffff;
	margin: 0px;
	background-image: url(../img/bg-body.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
}
body {
}
html {
    overflow: -moz-scrollbars-horizontal;
    overflow: -moz-scrollbars-vertical;
}
#container {
	text-align: left;
	width: 960px;
	margin: auto;
}


.spacer {
	display: block;
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
.skipnav,.skipnav h1 {
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}



/* start CMS              
*/
a {
	color: #bc8bbb;
	font-weight: normal;
}
a:hover, .selected {
	color: #62B77A;
}

p {
	color: #ffffff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul,li,div {
	color: #ffffff;
}

p, blockquote,li {
	color:#ffffff;	
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
td,th {
	vertical-align: top;
}


iframe{
border:0px solid #000000;
padding:0px;
margin:0px;
margin-top:0px;
}




.alignL {
	margin: 0px 15px 15px 0px;
	float: left;
}
.alignL2 {
	text-align: left;
}
.alignR {
	margin: 0px 0px 15px 15px;
	float: right;

}
.alignC {
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}






/*
columns
*/
.onecolumn {	
	width:100%;
	float:left;
	}
	
.twocolumnleft50 {	
	width:48%;
	float:left;
	}	
.twocolumnright50 {	
	width:48%;
	float:right;
	}

.twocolumnleft33 {	
	width:26%;
	float:left;
	}	
.twocolumnright66 {	
	width:70%;
	float:right;
	}
	
.twocolumnleft66 {	
	width:70%;
	float:left;
	}	
.twocolumnright33 {	
	width:26%;
	float:right;
	}
.twocolumnleft80 {	
	width:81%;
	float:left;
	}	
.twocolumnright20 {	
	width:16%;
	float:right;
	}
.twocolumnleft20 {	
	width:16%;
	float:left;
	}	
.twocolumnright80 {	
	width:81%;
	float:right;
	}

.threecolumnleft {	
	width:30%;
	float:left;
	}	
.threecolumnmiddle {	
	width:30%;
	float:left;
	margin-right:0%;
	margin-left:5%;
	}
.threecolumnright {	
	width:30%;
	float:right;
	}	

.threecolumnsmleft {	
	width:21.4%;
	float:left;
	}	
.threecolumnbigmiddle {	
	width:53.0%;
	float:left;
	margin-right:0%;
	margin-left:2%;
	}
.threecolumnsmright {	
	width:21.4%;
	float:right;
	}	
	
	
	
	
.par {
	margin-left:20px;
	}





	

/*
logo
*/
#logocontainer{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:80px;
	margin:0px 0px 0px 0px;
}

/*
banner
*/
#bannercontainer{
	background-repeat: no-repeat;
	background-position: center center;
	height:300px;	
	border-top:3px solid #85b5dd;
	border-bottom:3px solid #85b5dd;
	margin:0px 0px 10px 0px;
}
#bannercontainer .inset{
	background-repeat: no-repeat;
	background-position: center center;
	top:20px;
	left:790px;
	position: relative;
	height: 140px;
	width: 220px;
	border:1px solid #ffffff;
}
#bannercontainer ul{
	margin:0px 0px 0px 0px;
}


/*
navigation commonalities
*/

ul.navcommon{
	padding:0px;
	margin:0px;
	font-weight:normal;
}
ul.navcommon a{
	text-decoration:none;
	color:#ffffff;
}
ul.navcommon li{
padding:0px 0.5em;
margin:0px;
display:inline;
}







/*
Top Menu
*/
#topmenu{
margin-bottom:2px;
padding-top:8px;
font-size:1em;
height:32px;
color:#666666;
}
#topmenu a{
color:#ffffff;
	text-decoration:none;
}
#topmenu a:hover,#topmenu .selected{
color:#33FFCC;
}

#topmenu ul{
text-align:right;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
#topmenu li{
color:#FFFFFF;
}
#topmenu ul li{
padding:0px 0.5em;
margin:0px;
display:inline;
}
#topmenu li a.profilehighlight{
	color:#66CCFF;
}

#topmenu a.profilehighlight:hover{
color:#ffffff;
text-decoration:underline;
}

#topmenu li a.profilelink{
	color:#66CCFF;
	background-image: url(../img/profileicon.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
}

#topmenu a.profilelink:hover{
color:#ffffff;
text-decoration:underline;
}


/*
Main Menu
*/
#mainmenu{
margin:0px;
padding:0px;
height:33px;
margin-bottom:0px;
border-left:1px solid #3B3B3B;
}
#mainmenu ul{
text-align:left;
font-size:1em;
margin:0px;
padding:0px;
}
#mainmenu li{
margin:0px;
padding:0px;
display:block;
float:left;
}
#mainmenu li+li{
}
#mainmenu a{
display:block;
padding-top:8px;
padding-left:9px;
padding-right:9px;
padding-bottom:7px;
color:#ffffff;
text-decoration:none;
border-bottom:3px solid #AF4160;
border-right:1px solid #3B3B3B;
}
#mainmenu a:hover,#mainmenu a.selected{
	color:#ffffff;
	background-color:#61B479;
	background-image: url(../img/bg-mainnav2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
border-bottom:3px solid #3B3B3B;
}





/*
Main Menu Icons
*/
#mainmenuicon{
margin-bottom:2px;
font-size:1em;
color:#666666;
float:right;
}
#mainmenuicon a{
color:#ffffff;
	text-decoration:none;
}
#mainmenuicon a:hover,#mainmenuicon .selected{
	color:#dfdfdf;
}

#mainmenuicon ul{
	float:right;
	padding:0px;
	margin:0px;
	font-weight:normal;
	list-style-type: none;
}
#mainmenuicon ul li{
padding:0px 0.5em;
margin:0px;
	float:left;
display:block;
color:#666666;
}

.iconmenu{
margin-left:4px;
display:block;
float:left;
}
.iconmenu .pad{
padding-top:12px;
padding-left:65px;
}




/*
Footer Menu
*/
#footermenu{
margin:0px;
background-color:#363636;
color:#000000;
padding:0px;
padding-bottom:0em;
margin-top:0px;
}

.footermenu ul{
margin:0px;
padding-top:5px;
padding-left:9px;
padding-bottom:7px;
text-align:right;
}
.footermenu li{
padding-top:2px;
padding-bottom:2px;
}

.footermenu a{
	color:#FFFFFF;
	margin-right:5px;
	font-size:1em;
	font-weight:normal;
}
.footermenu a:hover,
.footermenu .selected{
	color:#85b5dd;
}
.footercontainer{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:129px;	
}



/*
Sub Footer Menu
*/
#subfootermenu{
margin:0px;
padding:0px;
padding-bottom:1em;
padding-top:1em;
}
#subfootermenu ul{
padding-top:5px;
padding-left:9px;
padding-bottom:35px;
width:99%;
}
#subfootermenu li{
display:block;
width:16.5em;
float:left;
padding-top:2px;
padding-bottom:2px;
}

#subfootermenu ul a{
	color:#aaaaaa;
	margin-right:5px;
	display:block;
	font-size:0.8em;
	font-weight:normal;
}
#subfootermenu a:hover,#subfootermenu .selected{
	color:#85b5dd;
}


/*
Login Footer Menu
*/

.login-menu{
margin-top:1em;
margin-bottom:1em;
height:2.2em;
background-color:#ffffff;
}
.login-menu ul{
margin:0px;
padding:0px;
}
.login-menu li{
display:block;
float:left;
margin:0px;
}
.login-menu li+li{
border-left:1px solid #ffffff;
}
.login-menu ul li a{
background-color:#D4E2ED;
color:#000000;
display:block;
padding:6px 9px 6px 9px;
text-decoration:none;
}
.login-menu ul li a:hover,.login-menu ul li a.selected{
color:#000000;
background-color:#9FD64B;
background-image: url(../img/mainmenu-bg-over.jpg);
background-repeat: repeat-x;
background-position: 0px 0px;	
}


/* 
hierarchical navigation 
*/
.contentbg{
background-image: url(../img/bg-hiernav.gif);
background-repeat: repeat-y;
background-position: 0px 0px;
}




/*
other css
*/

.homelink{
display:block;
float:left;
width:150px;
height:4em;
}













.flashgallery{
height:85px;
background-color:#000000;
border:0px solid #ffffff;
margin:0px;
margin-top:20px;
padding:0px;
	background-image: url(../img/bg-flashgallery.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.lowermenugroupcontainer{
	border:0px solid #ffffff;
	background-image: url(../img/bg-lowermenu.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height:322px;
	margin:0px;
	padding:0px;
	margin: auto;
}


.lowermenugroup{
	width: 72.5em;
	margin: auto;
}
.lowermenugroup ul{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
}

.lowermenugroup li{
	margin:0px;
	padding: 0px;
	text-align:left;
	list-style-type: none;
}
.lowermenugroup li a{
text-decoration:none;
}

.lowermenugroup div+div{
	padding-left: 36px;
}

.lowermenugroup div+div.footermenu{
border-left:1px solid #85b5dd;
	padding-left: 36px;
}

.lowermenugroup div.footermenu{
width:22%;
float:left;
	margin-top: 20px;
	padding-bottom: 10px;
}

.lowermenugroup .menu_header{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
	color:#85b5dd;
	font-size:1.3em;
}
.lowermenugroup li a::before {
	content: ": " ;
}
.lightboxcategory a{
display:block;
width:150px;
height:100px;
border:1px solid #ffffff;
float:left;
margin-right:10px;
margin-bottom:10px;
background-repeat: no-repeat;
background-position: 0px 0px;
text-decoration:none;
}
/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    padding:0px; 
    width:240px; 
    display:none; 
 	font-size:1em;
   color:#fff; 
	border:4px solid #BFB62F;
	background-color:#EFEBB3;
} 
 
/* tooltip title element (h3) */ 
div.tooltip h1 { 
    margin:0; 
    color:#fff; 
	background-color:#BFB62F;
    padding:5px; 
	font-size:1em;
}
div.tooltip p { 
    margin:0; 
    padding:5px; 
	font-size:1em;
   color:#000; 
}


