/* CSS Document */

body {
margin: 30px;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
	background-color:#fff;
}



#page {
	width: 961px; 
	height: auto;
    margin: 0 auto;
	background-color: #fff;
}

#left {
	width: 301px; 
	height: 100%;
    margin: 0 auto;
	background-color:#FFF;
	float: left;
}


#right {
	width: 640px; 
	height: 100%;
    margin: 0px 0px 0px 20px;
	background-color:#fff;
	float: left;
}

#header {
	width: 301px; 
	height: 166px;
       margin: 0px 0px 10px 0px;
	background-color:#FFF;
	float: left;
}

#enter_wrap {
	width: 380px; 
        padding: 20px;
	height: 290px;
        margin: 40px;
	background-color:#FFF;
	float: left;
}

.menu1 {
	width: 150px; 
	height: auto;
    margin-bottom: 5px;
    margin-top: 0px;
	background-color:#fff;
	float: left;
	
}

.menu2 {
	width: 150px; 
	height: auto;
    margin-bottom: 10px;
	background-color:#fff;
	float: left;
	
}

.menu3 {
	width: 150px; 
	height: auto;
    margin-bottom: 10px;
	background-color:#fff;
	float: left;

	
}

.menu4 {
	width: 350px; 
	height: auto;
    margin-bottom: 5px;
    margin-top: 0px;
	background-color:#fff;
	float: left;
	
}

.projects {
	width: 580px; 
	height: auto;
    margin: 0px 0px 10px 0px;
	background-color:#fff;
	
}










#sitemap {
list-style-type: none;
color: #333;
text-decoration: none;
margin-top: 2px;
margin-bottom: 2px;
margin: 4px;
}

ul {
margin: 0;
padding: 0;
list-style-type: none;
}
	
	
li {
margin: 0;

}
	
	

.first  {
        list-style-type: none;
        font-weight: 500;
		margin: 10px 0px 10px 0px;
} 

p {

line-height: 14px;
color: #666;
}

a.page {
color: #666;
text-decoration: none;
}

a.page:link {
color: #666;
}

a.page:hover {
color: #000;
}


a.page1 {
color: #000;
text-decoration: none;
}

a.page1:link {
color: #000;
}

a.page1:hover {
color: #000;
}





h1 {

 color: #666;
 font-weight: 500;
 padding: 0px;
 

}

h2 {

 color: #333;
 font-weight: 500;
font-size: 12px;
 

}


a {
color: #000;
text-decoration: underline;
}


a img {border: none; }




div.slideshow-container { 

height: 600px; }

	div.slideshow-title {
		position: absolute;
		width: 100%;

		left: 0px;
		bottom: -50px;
		line-height: 15px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: 500;
		background: #fff;
		color: #666;
		text-align: left;
		padding: 1em 0 1em 0;
	
	}

	div.slideshow-container div.filmstrip {
		background: rgb(10, 10, 10);
	}

		div.filmstrip ul.filmstrip {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		div.filmstrip img {
			margin: .3em;
		}




div.slideshow-container div.slideshow-counter {
	float: right;
	position: relative;
	margin: 1em;
	padding: 1em;
	color: rgb(255, 255, 255);
	font-family: Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: rgb(0, 0, 0);
	opacity: 0.8;
}


#accordion {
	margin:5px 0px;
}

h3.toggler {
	cursor: pointer;

	font-size: 12px;
	font-weight: 500;
	
	color: #666;

}

.element {


}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;

}

blockquote {
	padding:5px 20px;
}