@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF4D8;
	background-repeat:repeat;
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	font-size:14px;
}

#header {
	padding: 50px 0 29px 100px;
	color:#5902B1;
	font-size:45px;
	background-image:url(../images/layout/topbar.jpg);
	width:850px;
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
	
}


h2{
	background-image:url(../images/layout/h2.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	text-align:center;
	font-size:35px;
	height:40px;
	width:681px;
	
}

#content_wrap {
	background-image: url(../images/layout/shadow.jpg);
	background-repeat:repeat-y;
	padding: 0 13px;
	width: 973px;
	margin: 0 auto 0 auto;
	padding-bottom:5px;
	position:relative;
	
}


.content{
	margin: 90px 0px 10px 270px;
	color:#333333;
}

.content p {
	padding: 0 110px 0 50px;
}

html > body #nav {
	height: 34px;
	padding-right: 247px;
	
}


#nav  ul {
	margin:0;
	padding:0;
}

#nav li {
	width: 90px;
	display:block;
	background-image:url(../images/layout/nav.gif);
	list-style: none;
	float: right;
    line-height: 34px;
    text-align: center;
	background-repeat: no-repeat;
	list-style: none;
	padding-right:1px;
}



#nav a:link,
#nav a:visited,
#nav a:active {
	font-family:Helvetica, Arial,  sans-serif;
	display:block;
	color:#FFF;
	text-decoration: none;
	font-size: 14px;
	border:none;
}

#nav a:hover {
	width: 90px;
    height: 34px;
	background-image:url(../images/layout/nav2.jpg);
	background-repeat:no-repeat;
}

 a:link,
 a:visited,
 a:active {
	font-family:Helvetica, Arial,  sans-serif;
	color:#ED6006;
	text-decoration: none;
	
}

a:hover{
	color:#89B705;
}

/*positions the logo*/
.picture {
	padding-right:35px;
	float:right;
	padding-top:10px;

}

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 0px 10px 0; 
}

/*clothesline*/
.side_pic {
	float:left;
    padding:0;
    margin-left:6px;
}




/* multimedia pics styling */
.photo ul.topic li ul li {
	display:block;
	width:112px;
	height:87px; 
	float:left; 
	border:1px solid #fff; 
	margin:1px;
}



.photo ul.topic li ul li a {
	display:block;
	width:110px;
	height:85px;  
	float:left; 
	text-decoration:none;  
	border:1px solid #888;
}

.photo ul.topic li ul li a img {
	display:block; 
	width:100px; 
	height:75px;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover {
	position:relative;
}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img {
	position:absolute;
	left:-50px;
	top:-32px; 
	width:200px; 
	height:150px;
	border-color:#fff;
}




/* thumbnail list */
    ul#thumbs, ul#thumbs li{
        margin:0;
        padding:0;
        list-style:none;
    }
    
    ul#thumbs li{
        float:left;
        margin:5px;
        border:2px solid #89B705;    
        padding:2px;
        
    }
    ul#thumbs a{
        display:block;
        float:left;
        width:150px;
        height:100px;
        line-height:100px;
        overflow:hidden;
        position:relative;
        z-index:1;        
    }
    ul#thumbs a img{
        float:left;
        position:absolute;
        top:-20px;
        left:-50px;    
    }
    
    /*multimedia pics mouse over */
    
        ul#thumbs a:hover{
            overflow:visible;
            z-index:1000;
            border:none;        
        }
        ul#thumbs a:hover img{
            border:3px solid #E65B01;    
            background:#fff;
            padding:2px;            
        }    
    

/*this styles the view more pictures and return to previous page from the multimedia section*/

.multimedia p{
	padding-left:275px;
	
}

/*multimedia index page table*/
.multimedia_table td {
		border:2px solid #8DBB09;
	
}

/*footer*/
address{
	font-style:normal;
	font-family:Helvetica, Arial,  sans-serif;
	font-size:10px;
	color: #ED6006;
	text-align: center;
	padding: 10px 0 0 300px;
	clear:both;
	width:400px;
}


.clear {
	clear:both;
}

#footer {
	margin: 0 auto;
	width:999px;
}