body
{
    Background-color : rgb(0 , 77 , 135);
    Font-family : Georgia , Times New Roman , Serif;
    Font-size : 13px;
    Margin : 0px;
    Padding : 0px;
}
blockquote {
    Margin : 0px;
    Padding : 8px;
	background-color : #dbdbdb;
}
.menu a
{
    Font-family : Georgia , Times New Roman , Serif;
    Font-size : 14px;
    Color : rgb(255 , 255 , 255);
    Text-decoration : none;
    Font-weight : bold;
    Margin-left : 20px;
}
.menu a:hover
{
    Color : rgb(255 , 255 , 255);
    Text-decoration : underline;
}
h2
{
    Color : rgb(0 , 77 , 135);
    Font-size : 18px;
    Font-family : Georgia , Times New Roman , Serif;
}
h3
{
    Color : rgb(51 , 51 , 51);
    Font-size : 15px;
    Font-family : Georgia , Times New Roman , Serif;
}
.hometext a
{
    Color : rgb(0 , 77 , 135);
}
.pages {
    Font-family : Georgia , Times New Roman , Serif;
    Font-size : 13px;
    Color : #000000;
	margin: 20px;
}
.hometext
{
    Font-family : Georgia , Times New Roman , Serif;
    Font-size : 13px;
    Color : rgb(51 , 51 , 51);
    Margin : 20px;
    Border-left-width : 0px;
    Border-color : rgb(156 , 178 , 195);
    Border-style : solid;
    Border-bottom-width : 1px;
    Border-top-width : 0px;
    Border-right-width : 0px;
    Padding-top : 0px;
    Padding-right : 0px;
    Padding-bottom : 15px;
    Padding-left : 0px;
}
.footer
{
    Font-family : Verdana, ariel, sans-serif;
    Font-size : 10px;
    Color : rgb(204, 204, 204);
    Margin : 15px;
}
.footer a
{
    Color : silver;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	}
.gallery-caption {
	margin-left: 0;
	}

/* Image sizes depending on the number of columns */
.col-0 { width: 100%; }
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-6 { width: 16.5%; }
.col-7 { width: 14%; }
.col-8 { width: 12.4%; }
.col-9 { width: 11%; }
.col-10 { width: 10%; }
.col-11 { width: 9%; }
.col-12 { width: 8.33%; }
.col-13 { width: 7.6%; }
.col-14 { width: 7.1%; }
.col-15 { width: 6.66%; }
.col-16 { width: 6.25%; }
.col-17 { width: 5.83%; }
.col-18 { width: 5.55%; }
.col-19 { width: 5.25%; }
.col-20 { width: 4.95%; }

/* 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:480px;
		height:218px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#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 */
