/*
 * -----Layout CSS-------
 *
 * author: Aram Balakjian
 * date: 26th March 2009
 * 
 * Layout for BrushedSilver template
 * 
 * Provided by SSbits.com
 * 
 *
 * 
 */
/**** Reset *****/
* {
	margin: 0 auto;
	padding: 0;
}
.clear{
	clear:both;
}
/**********************************
 * 
 *  Core
 *  
 ********************************/
html {
	background: #C0C0C0;
}
	body {
		color: #333;
	 	font-size: 62.5%; 
		font-family: Verdana, Lucida, sans-serif;
		}
		
img { border: 0px; }
/**********************************
 * 
 *  Topbanner
 *  
 ********************************/
#topbanner {
	width: 950px;
	height: 250px;
}		
		
		
/**********************************
 * 
 *  Containers 
 *  
 ********************************/

#container { /*contains everything except footer */
	width: 950px;
	/* padding-bottom: 5px; 
	margin: 0 auto; */
	background-image: url(../images/contentbkgrnd.jpg);
	background-repeat: repeat-y;
	}	


/**********************************
 * 
 *  Layout Wrappers
 *  
 ********************************/

#layout {	/* contains sidebar & content */
	width: 950px;
	clear: both;
	overflow: hidden;
	/* margin: 15px auto; */
}
	
#content {
	width: 660px;
	float: right;
	text-align: left;
	border-left: 1px solid #494949;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
/**********************************
 * 
 *  Breadcrumbs
 *  
 ********************************/
#Breadcrumbs {
	color: #0066FF;
	text-align: left;
	font-size: 0.9em;
	margin: 0 5px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
	#Breadcrumbs p {
		margin: 0;
		padding-top: 0;
	}
/**********************************
 * 
 *  Sidebar
 *  
 ********************************/

#sidebartop {
 	width: 190px;
	height: 26px; 
	float: left;  
}

#sidebar {
	width: 190px;
	float: left;
	background:url(../images/leftmenumid.jpg) repeat-y;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}


#sidebarbot {
 	width: 190px;
	height: 36px; 
	float: left;  
}


							
/**********************************
 * 
 *  Navigation
 *  
 **********************************/						
							

ul#Navigation {
	font-size:14px;
	list-style:none;
	margin:0;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 20px;
	}
		ul#Navigation li {
			display:inline;
			margin:0;
			padding: 6px 0 0 0;
		}
		ul#Navigation li a {
			letter-spacing: -1px;
			text-transform: uppercase;
			text-decoration:none;
			display:block;
			padding:3px;
			margin-bottom:1px;
			color:#FFFF00;
		}
			ul#Navigation li a:hover {
				letter-spacing: +1px;
				color:#000;
			}
			ul#Navigation li a.current {
				color:#fff;
				letter-spacing: 0px;
				
		}
		ul li ul {
			margin: 0 0 0 10px;
			padding: 0;
		}
								
	

																		
/**********************************
 * 
 *  Footer
 *  
 ********************************/
#footer {
	clear: both;
	width: 950px;
	height: 68px;
	text-align: center;
	margin: 0 auto;
	background: url(../images/footerbkgrnd.jpg);
	background-repeat: repeat-y;
	}
	#footer div.footerContent {
		width: 920px;
		margin: 0 auto;
	}
  	#footer p { 
		color: #e2e9ed;
		font-size: 1.1em;
		text-align: left;
		padding: 30px 0 0 0;
	}
  	#footer a { 
		color: #162A8C;
	   	text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
