/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #ffffff url(img/bg.gif) top left repeat-x;
color: #121212;
font-family: "Times New Roman", Times, serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 824px;
	padding: 0 88px 0 88px;
}

	#left{
		position: absolute;
		left: 0px;
		top: 0;
		height: 237px;
		width: 88px;
		background: url(img/left.gif) top left no-repeat;
	}
	
	#right{
		position: absolute;
		right: 0px;
		top: 0;
		height: 237px;
		width: 88px;
		background: url(img/right.gif) top right no-repeat;
	}

	#top {
	position: relative;
	height: 80px;
	background: url(img/top-bg.gif) top left no-repeat;
	background-image: url(img/top-bg2.gif);
	}
	
		#top p{
			position: relative;
			float: right;
			padding: 45px 55px 0 0;
			color: #fff;
		}
		
		#top a{
			color: #fff;
			text-decoration: underline;
		}
		
		#top a:hover{
			text-decoration: none;
		}
	
	
	#page{
		position: relative;
		background: url(img/page-bg.gif) bottom left no-repeat;
	}
	
	
		#sidebar{
			position: relative;
			float: left;
			text-align: left;
			width: 289px;
			z-index: 1000;
		}
		
			#menu{
				position: relative;
				background: url(img/top-left-bg.gif) top left no-repeat;
				padding: 0 25px 0 47px;
			}
				
				#menu li{
	position: relative;
	outline-color: #FFFFFF;
				}
				
				#menu li a{
					position: relative;
					font-size: 1.2em;
					color: #fff;
					display: block;
					padding: 9px 0 7px 0;
					border-bottom: 1px solid #8091A4;
				}
				
				#menu li:last-child a{
					border: 0;
				}
				
				#menu li ul{
					position: absolute;
					display: none;
					text-size: 1.2em;
					z-index: 10000;					
					top: 0px;
					left: 217px;
					width: 207px;
					padding: 0 10px 0 15px;
				}
				
				#menu li:hover ul{
					display: block;
				}
				
				#menu li ul li{
					background: #c1c1c1;
					padding: 0 10px 0 10px;
				}
				
				#menu li ul li a{
					padding-left: 10px;
					border-bottom: 1px solid #616c78;
				}
				
				
			
			#menu-cap{
				position: relative;
				height: 19px;
				margin-top: -1px;
				background: url(img/menu-bg.gif) top left no-repeat;
			}
			
		
			.widget{
				position: relative;
				font-size: 1.1em;
				padding: 8px 25px 8px 30px;
			}
			
				.widget h3{
					position: relative;
					color: #032C5A;
					font-size: 1.4em;
				}
				
				.widget p{
					position: relative;
					padding-bottom: 1em;
					line-height: 1.4em;	
				}
				
				.widget a{
					color: #1EA4B0;
					text-decoration: underline;
				}
			
			
		
		#content{
			position: relative;
			float: left;
			width: 535px;
			text-align: left;
		}
		
			#header{
	position: relative;
	height: 228px;
	background: url(img/head-bg.gif) top left;
	background-image: url(img/head-bg4.gif);
			}
		
			.crumb{
				position: relative;
				color: #1EA4B0;
				padding: 10px 10px 20px 10px;	
			}
			
				.crumb a{
					text-decoration: underline;
					color: #1EA4B0;
				}
					
			.entry{
				position: relative;	
				font-size: 1.1em;
				padding-left: 10px;			
			}
			
				.entry h1{
					position: relative;
					font-size: 3.1em;
					color: #032C5A;
					text-transform: uppercase;
					font-weight: bold;
					padding-bottom: 12px;	
				}
				
				.entry p{
					position: relative;
					line-height: 1.4em;
					padding-bottom: .5em;
				}
				
				.entry a{
					text-decoration: none;
					color: #121212;
				}
			
				


	#foot{
		position: relative;
		clear: both;
		padding-top: 85px;
		height: 30px;
		padding-bottom: 18px;
		text-align: center;
		color: #CCCCCC;	
	}
	
		#foot a{
			color: #CCCCCC;	
			text-decoration: underline;
		}
	
		#foot span a{
			color: #3BB0BA;
			text-decoration: none;
		}
		
		#foot a:hover{
			text-decoration: underline;
		}
