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


/*----------------------------------------------
            BODY TEXT
----------------------------------------------*/

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #666;

	}
	
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #666;

	}
	
body a{
	color: #cc0000;
	text-decoration: none;
	

	}	
	
	
body a:hover{
	color: #999;
	text-decoration: none;
	


	}
	
	
/*----------------------------------------------
               MAIN GRID
----------------------------------------------*/

#wrapper{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	width: 980px;
	height: 125px;
	vertical-align: middle;
	}

#header h3 {
	color: #444;
	font-size: 12px;
	float: right;
	text-align: right;
	}


#header .float_right{
	float: right;
	text-align: right;
	width: 480px;
	}
	
	#header .logo{
	display: inline;
	float: right;
	text-align: right;
	width: 111px;
	}
	#header .tagline{
	font-size: 11px;
	color: #444
	display: inline;
	float: right;
	padding-top: 46px;
	padding-right: 10px;
	text-align: right;
	width: 250px;
	}

#footer {
	width: 980px;
	font-size: 9px;
	color: #444;
	text-transform:uppercase;
	margin-top:25px}
	
#footer .float_left{
	color: #444;
	float: right;
	text-align: left;
	width: 400px;
	}	

#footer .float_right{
	float: right;
	text-align: right;
	width: 580px;

	}


	
	
/*----------------------------------------------
            NAVIGATION
----------------------------------------------*/

#nav
{
height: 40px;
margin-left: -40px;
padding-top: 30px;
list-style-type: none;
text-align: left;
}



#nav ul
{
	font-size: 14px;
	list-style-type: none;
	text-align: left;
	
}

#nav ul li { display: inline; }

#nav ul li a
{
text-decoration: none;
padding: .3em 3em;
color: #fff;
background-color: #999;
}

#nav ul li a:hover
{
color: #fff;
background-color: #CC0000;
}
		
#gallery_nav{
		font-size: 10px;
		color: #c1c1c1;
		margin-top: -17px;
		text-transform:uppercase;
		word-spacing: 10px;
}

/*----------------------------------------------
           SECTIONS (ACCORDIAN)
----------------------------------------------*/

/*
#accordian{
	padding:0px;
	width:980px;
}

.accordion_headings{
	padding:7px 10px;
	background:url(../images/item_bg.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
	clear:both;
}



.accordion_child{
	padding:10px 10px;
	
}




.header_highlight{
	background:url(../images/item_bg_select.jpg) top no-repeat;
}
*/

#list1a a.accordion_headings{
	background:url(../images/item_bg_inactive.jpg) top no-repeat;
	color:#FFFFFF;
   /* border-bottom: 1px solid #999999;
    border-top: 1px solid #FFFFFF;*/
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin-top: 2px;
    padding:7px 10px;
    text-decoration: none;
}
#list1a a.selected{
	background:url(../images/item_bg_select.jpg) top no-repeat;
}

#list1a a.accordion_headings:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}



/*----------------------------------------------
           EASY SLIDER GALLERY
----------------------------------------------*/

	img{border:none;}
	pre{
		display:block;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:980px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:980px;
		background-color: #FFF;
		background:url(../images/gallery_background.jpg) top no-repeat;	
		}	
			
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
		height:450px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:85px;
		height:77px;
		position:absolute;
		left:-00px;
		top:180px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:950px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
		
	
		
	
		
		

				

		
		
		
		
		
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
