a 	{
	color:#158cd8;
	text-decoration:none;	
	}

a:hover	{
	color:#158cd8;
	text-decoration:underline;	
	}
	
	
	
	body#mainpage {
	background:#FFF url(../images/blue/header_bg.jpg) top center repeat-x;
	outline:none;
	}
	
#subpage{
	background:#FFF url(../images/blue/header_bg.jpg) 0 -295px repeat-x;
	position:relative;
	}	
	
.subheader	{
	background:url(../images/blue/subheader.png) no-repeat;
}	
	

	
/* Sidebar Menu
-------------------------------------------------------------------------------------*/

#sidebar .widget{
background: #e9eef3 url(../images/sbot.png) no-repeat 0 100%; 
-moz-border-radius-topleft: 10px; 
-webkit-border-top-left-radius: 10px;  
-moz-border-radius-topright: 10px; 
-webkit-border-top-right-radius: 10px; 
padding: 20px; 
margin-bottom: 20px; 
}

#sidebar h3{
				background:	url(../images/footer_title_border.png) bottom left no-repeat;
				padding-bottom:15px;
				}
				
					
#sidebar .box ul{
	list-style:none;
	margin:0;
	padding:0;
	}

	#sidebar .box ul li{
		height:1%;
		background:url(../images/arrow.png) 0 10px no-repeat;
		padding-left:25px;
		}

	#sidebar .box ul li a{
		height:1%;
		text-decoration:none;
		color:#333333;
		}
				
	#sidebar .box ul li a:link, 
	#sidebar .box ul li a:visited{
		display:block;				
		padding:7px 0 7px 0px;				
		}

	#sidebar .box ul li.current a{
		color:#158cd8 !important;	
		}

	#sidebar .box ul li a:hover{
		text-decoration:none;
		color:#158cd8 !important;			
		}
			
	.gallery_info{
		background:#158cd8;
		}

/* Footer
-------------------------------------------------------------------------------------*/

#footer_wrapper {
	background:#3272A4 url(../images/lime/bg_foot.png) top center no-repeat;
	border-top:5px solid #ccc;
}

		.footer .footer_column ul li {
			margin:0px;
			list-style-type:none;
			height:1%;
			background:url(../images/arrow.png) 0 9px no-repeat;
			padding-left:25px;			
			}
		
					
			.footer a{
			color:#333333;
			}
					
			#footer_wrapper a:hover {
				text-decoration:underline;
				}
			
			