/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);

/* Homepage Content */

#pageContent-Wrapper {
	position: relative;
	width: 987px;
	font-size: 0px; line-height: 0px;
	text-align: left;
	margin: 0px; padding: 0px 0px 10px 0px;
	}
	
	#pageContent-Header {
		width: 987px; height: 10px;
		font-size: 0px; line-height: 0px; 
		overflow: hidden;
		}
				
	#pageContent-Footer {
		width: 987px; height: 13px;
		font-size: 0px; line-height: 0px; 
		overflow: hidden;
		clear: both;
		}
		
	#pageContent-LeftNav {
		float: left;
		width: 183px; min-height: 363px;
		padding: 25px 20px;
		line-height: normal;
		background-color: #FFFFFF;
		overflow: hidden;
		}
		
		#pageContent-LeftNav ul {
			margin: 0px; padding: 0px;
			list-style: none;
			}
			
			#pageContent-LeftNav ul li{
				line-height: 20px; font-size: 12px;
				margin: 0px; padding: 0px;
				list-style: none;
				}
				
				.leftNav-Selected {
					color: #000000;
					font-weight: bold;
					}
				
				#pageContent-LeftNav ul li ul{
					margin: 0px 0px 0px 10px; padding: 0px;
					list-style: none;
					}
					
					#pageContent-LeftNav ul li ul li{
						line-height: 20px; font-size: 12px;
						margin: 0px; padding: 0px;
						list-style: none;
						}
				
				
				
		
	#pageContent-Text {
		float: left;
		width: 711px; min-height: 313px;
		padding: 25px 20px;
		line-height: normal; font-size:12px;
		background-color:#FFFFFF;
		overflow: hidden;
		}
		
		
	#pageContent-InnerShadow {
		float: left;
		width: 6px; min-height: 363px;
		overflow: hidden;
		}
		
		#pageContent-InnerShadow img{
			behavior: url(/assets/css/iepngfix.htc);
			}
		
		
	#pageContent-Shadow {
		float: left;
		width: 7px; min-height: 363px;
		overflow: hidden;
		}
		
		#pageContent-Shadow img{
			behavior: url(/assets/css/iepngfix.htc);
			}