@IMPORT url("contents.css");
body{
	background-color: #EFEFEF;
	margin: 0;
	padding:0;
	font-family: "Verdana", sans-serif;
	color: #666;
	font-size: 11px;
}
a{
	color: #52799F;
}
a.hover{
	color: #DC141A;
}
#wrapper-bg{
	width: 964px;
	margin:0;
	margin-left: auto;
    margin-right: auto;
	background: url(images/bg.gif) repeat-y;
	padding: 0 8px 0 8px;
	height: 100%;
	padding-bottom: 10px
}
#footer-bg{
	width: 964px;
	margin:0;
	margin-left: auto;
    margin-right: auto;
    background: url(images/footer.gif) no-repeat;
    padding: 0 10px;
    font-size: 10px;
    padding-top: 5px;
    text-align: center;
}
#footer-bg a{
	color: #00A8F9;
	text-decoration: none;
	padding: 0 7px;
	}
	#footer-bg a:hover{
	color: #006699
	}
#header{
	padding: 26px 0 26px 0;
	width: 948px;
}
#logo{
	margin:0;
	height: 40px;
	width: 237px;
	float: left;
}
#logo a{
	display: block;
	height: 40px;
	width: 237px;
	background: url(images/Logo.jpg);
	text-indent: -9999999px;
}
#menu{
	float: left;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 711px;
	background: url(images/menu_bg.gif) repeat-x;
}
#menu li{
	float: left;
	height: 40px;
	background: url(images/menu_sep.gif) right no-repeat;
}
#menu li a{
	display: block;
	float: left;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	margin-right: 2px;
	padding-right: 18px;
	font-family: sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover{
	overflow: hidden;
	/**background: url(images/menu_bg_on.gif) repeat-x;**/
}
#menu .menu-slip{
	position: absolute;
	background-color: white;
	height: 40px;
	cursor: pointer;
}
#contents{
	height: 100%;
	padding: 0 4px 0 4px;
	width: 940px;
}
#floaters{
	float: left;
	width: 250px;
	margin:0;
	
	padding:0;
}
#floaters .more{
	border: 1px solid #CCC;
	width: 240px;
	padding: 5px;
}
blockquote{
	margin:0;
	font-style: italic;
	color: #069;
	padding: 5px 0;
}
blockquote .sign{
	padding-top: 3px;
	margin-left: 100px;	
	color: #666;
}
#floaters .floater{
	border: 1px solid #CCC;
	height: 150px;
	width: 250px;
	margin-bottom: 10px;
	overflow: hidden;
}

#floaters .floater .slate{
	margin-top: 115px;
	/*filter:alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;*/
}

#floaters .title{
	height: 30px;
	background-color: #CCC;
	padding-left: 5px; padding-right: 5px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
}
#floaters .body{
	background-color: #EEE;
	height: 115px;
	overflow: hidden;
}
#non-floater-content{
float: left;
width: 675px;
margin-left: 10px;
}


 #projects {  
     position: relative; /* important */  
     overflow: hidden; /* important */  
     width: 675px; /* important */  
     height: 120px; /* important */  
     margin: 0;  
 }  
   
 #projects_frame {position: relative}
 #projects_previous {float: left;cursor:pointer;}  
 #projects_next {float: right;cursor:pointer;}  
 
   
 #projects_content  ,
 #projects_content li {  
     list-style: none;  
     margin: 0;  
     padding: 0;  
 }  
  #projects_content {  
     position: absolute;  
     top: 0;  
     margin-left: 35px;  
 } 
     #projects_content {  
         width: 7560px;  
     }  
    #projects ul li {  
         display: block;  
         float: left;  
         margin: 14px;  
         padding: 0px;  
         border: 1px solid #2E8330;  
     }  
   
#projects ul li img {  
     display: block;  
 }  

.highlightBlock{
	background-color: #F4F4F4;
	border: 1px solid #D6D6D6;
	padding: 10px;
}
ul.ls-green, ul.ls-orange{
	list-style-image: url(images/ls-green.gif);
	padding-left:20px;
	margin:0
}
ul.ls-orange{
	list-style-image: url(images/ls-orange.gif);
}
ul.ls-green li, ul.ls-orange li{
	margin-top: 10px;
}
.splash-green, .splash-orange{
	float:right;
	height: 80px;
	width: 80px;
	background-image: url(images/splash-green.gif);
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.splash-orange{
	background-image: url(images/splash-orange.gif);
}


 /** HIGHSLIDE **/
 
.highslide-wrapper div {
   
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}


.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    
}
.highslide-image-blur, .highslide-caption-blur {
 opacity: 0.40;
 filter: alpha(opacity=40);
}
.highslide-credits{
	display:none !important;
	}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
   
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.gallery_photo{
	width: 300px;
	height: 280px;
	float: left;
	overflow:hidden;
	border: 1px solid #CCC;
	margin: 5px;
}
.gallery_photo img{
	border: 1px solid #999;
	margin: 9px;
}
.gallery_photo p{
	margin:0;
	padding: 0 1em 5px 1em;
	}
.paging{
	text-align: center;
	clear:both;
}
 