/*****************************************************
 * All rights reserved
 *****************************************************/
/* sub page content columns */

	
div#subpageWrapper {
	width: 770px;
	margin:40px auto 0 auto;
	padding: 0;
	text-align: left;
	background:url(../images/content_bg.gif) center top repeat-y;
	text-align: left;
	position:relative; 
	top:0px;
}
div#subpageWrapperTop {
	background:url(../images/content_bg_top.gif) center bottom no-repeat;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}
div#subpageWrapper div#contentBtm {
	background:url(../images/content_bg_btm.gif) center top no-repeat;
	margin:0 auto;
	padding:0;
	position:relative;
	top:0;
	left:0;
	width: 770px;
	height:3px;
	overflow:hidden;
}
/* main content */

div#subpageWrapper #contentLeft {
	float: left;
	width: 425px;
	height:auto;
	padding:0 0 5px 25px;
	position:relative;
	top:0px;
	left:5px;
	background:none;
	margin:10px 1px 4px 5px;
	text-align: left;
	color: #444;
}

#contentLeft a:link, #contentLeft a:visited {
	color: #1B68CF;
}
#contentLeft a:hover {
	color: #0A5C8F;
	color: #0b609e;
}
	
#contentLeft h4 {
	margin-top:10px;
}

#contentLeft li {
	margin-left:20px;
}
	
	#contentLeft dl {
		padding: 10px 0 0;
		margin: 0 0 0 13px;
	}

	#contentLeft dt {
		padding: 0 0 0 4px;
		margin: 0 23px 0 0;
		border-bottom: 1px dashed #999;
		font-size: 1.7em;
	}
	
	#contentLeft dd {
		padding: 0 0 0 30px;
		margin: 10px 23px 0 0;
		border-bottom: 1px dashed #999;
		font-size: 1.7em;
	}
	#contentLeft h1 {
		color:#212121;
		font-size: 1.85em;
		font-weight: normal;
		letter-spacing:0.5px;
		margin:5px 0 15px 5px;
		padding:0;
		line-height:31px;
		font-weight:normal;
	}
	#contentLeft h2 {
		font-size: 1.65em;
		letter-spacing:0.7px;
		font-weight: normal;
		text-transform:uppercase;
		margin:25px 0 10px 5px;
		padding:0 0 10px 0;
		border-bottom:1px solid #D7E7FE;
		border-bottom:1px solid #dfdfdf;
	}
	#contentLeft h2.first-hdr {
		border:none;
		padding-bottom:5px;
		line-height:25px;
	}
	#contentLeft h3 {
		font-size:1.35em;
		color:#002969;
		font-weight:bold;
		margin:10px 0 7px 5px;
		line-height:23px;
	}
	#contentLeft h3.dvd {
		background:url(../images/dvd_icon.jpg) no-repeat left center;
		padding:6px 0 22px 47px;
	}
	#contentLeft h3.dvd a{
		color:#002969;
		text-decoration:underline;
	}
	#contentLeft h3.dvd a:hover{
		color:#002969;
		text-decoration:none;
	}
	#contentLeft h3.books {
		background:url(../images/books_icon.jpg) no-repeat left center;
		padding:6px 0 22px 47px;
	}
	#contentLeft h3.books a{
		color:#002969;
		text-decoration:underline;
	}
	#contentLeft h3.books a:hover{
		color:#002969;
		text-decoration:none;
	}
	#contentLeft h3.excerpt {
		background:#f4f4f4;
		padding:10px;
		font-weight:normal;
		font-style:italic;
		font-size:1.2em;
		line-height:21px;
	}
	#contentLeft h4 {
		font-size:1.2em;
		color:#444;
		font-weight:normal;
		margin:7px 0 7px 5px;
		line-height:21px;
	}
	#contentLeft h6 {
		font-size:6px;
		line-height:6px;
		margin:0px 10px 5px 3px;
		padding:0;
		border-bottom:1px solid #ececec;
	}
	#contentLeft p.product-desc {
		margin:0 0 10px 47px;
		padding:0;
		line-height:17px;
		color:#777;
	}
	#contentLeft ul.product-desc {
		margin:0 0 10px 47px;
		padding:0;
		line-height:17px;
		color:#777;
	}
	#contentLeft p {
		padding: 0;
		margin: 7px 5px;
		position: relative;
		line-height: 18px;
		/*color: #888;*/
		color:#777;
		font-size: 0.95em;
	}
	#contentLeft ol, #contentLeft ul {
		padding: 0;
		margin: 7px 20px;
		color:#777;
	}
	#contentLeft li, #contentLeft ol {
		margin-top:2px;
		margin-left:12px;
		font-size:.95em;
	}
	#contentLeft p.footnote {
		font-size: 85%;
		line-height:15px;
	}
	
#sideBar {
	float: right;
	width: 250px;
	position: relative;
	right:25px;
	background:#f3f3f3;
	color: #555;
	padding: 0;
	padding-bottom:15px;
	margin:7px 0 15px 0;
	overflow:hidden;
}
	#sideBar div.snav-top {
		margin: 10px 0 10px 0;
		text-align:center;
	}
		#sideBar div.snav-top img {
			margin: 0 auto;
			width:228px;
			overflow:hidden;
		}

	#sideBar div.snav {
		clear:both;
		margin:7px 0 2px 0;
		padding:0;
		padding-bottom:15px;
		width: 250px;
		position: relative;
		color: #555;
		text-align: left;
	}
		.snav ul#subNav {
			list-style: none;
			margin:0 0 0 1px;
			padding:0;
		}
		.snav ul#subNav li {
			margin: 0 4px;
			padding: 0;
			background: url(../images/snav-div.png) center bottom no-repeat;
		}
		*html .snav ul#subNav li {
			height:22px;
			background: url(../images/snav-div.png) center bottom no-repeat;
		}
		*html .snav ul#subNav li.tall {
			height:45px;
			background: url(../images/snav-div.png) center bottom no-repeat;
		}
		.snav ul#subNav li a {
			display: block;
			margin:0 0 0 6px;
			padding: 6px 5px 6px 17px;
			display:block;
			background: url(../images/bullets/interior_arrow.jpg) 0px 10px no-repeat;
			text-decoration:none;
		}
		*html .snav ul#subNav li a {
			margin-top:0;
			margin-bottom:0;
			padding: 3px 5px 3px 15px;
			line-height:16px;
			height:17px;
			background: url(../images/bullets/interior_arrow.jpg) 0px 6px no-repeat;
		}
		.snav ul#subNav li a:link, .snav ul#subNav li a:visited {
			color:#9a2925;
		}
		.snav ul#subNav li a:hover {
			color:#6F1919;
			color:#444;
		}
	.snav h2 {
		margin:0;
		padding:8px 0 0 10px;
		width:243px;
		height:24px;
		color:#fcfcfc;
		font-size:13px;
		letter-spacing:-0.2px;
		font-weight:bold;
		font-weight:normal;
		text-transform:uppercase;
		background: url(../images/snav_hdr-bg.jpg) left top repeat-x;

	}

	#sideBar h3 {
		margin: 12px 0 5px 20px;
		height: 17px;
		width: 230px;
		padding: 2px 0 0 23px;
		text-transform:uppercase;
		font-weight:normal;
		font-size:12px;
		color:#252525;
	}
	#sideBar h3.contact {
		background: url(../images/icons/reqinfo-ico.jpg) 0 50% no-repeat;
	}
	#sideBar h3.cal {
		background: url(../images/icons/schoolcal-ico.jpg) 0% 50% no-repeat;
	}
	#sideBar p {
		margin: 0 0 1px 20px;
		padding: 5px 10px 10px 0;
		font-size:95%;
		line-height: 17px;
	}

	#sideBar a {
		padding: 2px 0;
		font-weight: normal;
		text-decoration: underline;
		/*
		background:#C6D7E1;
		*/
	}
	#sideBar a:link, #sideBar a:visited {
		color: #4C7DA5;
		/*
		background:#C6D7E1;
		*/
	}
	#sideBar a:hover {
		background:#C6D7E1;
		color: #3C7DA5;
	}

	#sideBar div.hr {
		height: 7px;
		background: url(../images/snav_section-div.jpg) repeat-x left center;
		color: inherit;
		margin:0;
		padding:0;
		border:none;
	}
	
	#sideBar div.hr hr {
		display: none;
	}
	#sideBar form {
		margin: 10px 0 0 15px;
		padding: 0 15px 0 0;
		line-height: 17px;
	}

		#sideBar form p {
			margin: 10px 0 0;
			padding: 0 15px 0 0;
			line-height: 17px;
		}
		
		#sideBar form select {
			margin: 0 7px 0 0;
			padding:0 1px 1px;
			height: 19px;
			width: 140px;
			color: black;
			background-color: white;
			font-size: 11px;
			vertical-align: middle;
		}

		#sideBar form p img {
			border: 0;
			margin: 0;
			padding: 0;
			height: 21px;
			width: 33px;
			vertical-align: middle;
			cursor: default;
		}
		
		#sideBar form p a {
			border: 0;
			margin: 0;
			padding: 0;
		}
	
	#sideBar dl {
		padding: 0;
		margin: 0 0 15px 17px;
		width: 215px;
		font-size: 1.0em;
		color: #737373;
		background-color: inherit;
	}
	
	#sideBar dt {
		padding: 0 0 0 18px;
		margin: 0 0 5px;
		display: block;
		line-height: 15px;
	}

	#sideBar dt a {
		padding: 0;
		margin: 0;
		color: #24B4D3;
		background-color: inherit;
		font-weight: normal;
		text-decoration: underline;
		display: block;
	}
	
	
/* sidebar boxes */

#sidefeaturesContainer {
width:243px;
height:74px;
padding:0;
padding-top:6px;
background-color:#f3f3f3;
border: 1px solid #CCCCCC;
overflow:hidden;
}

#sidefeaturesInterior {
width:243px;
}

#sideRAFContainer {
width:128px;
height:67px;
margin:0px 0px 6px 108px;
background-color:#9b2923;
}

#sideContainerHeader {
padding-top:6px;
font-size:13px;
color:#ffffff;
line-height:0px;
}
#sideContainerHeader a {
	margin:5px 5px 0 5px; 
	padding:0; 
	text-decoration:underline;
}
#sideContainerHeader a:link {
	color:#fbfbfb; 
}
#sideContainerHeader a:visited {
	color:#f9f9f9; 
}
#sideContainerHeader a:hover {
	color:#fff; 
}

#sideRAFContainer p {
margin:11px 4px 0 5px; 
padding:0;
font-size:0.9em;
line-height:13px;
color:#d69490;
}

#sideEnewsContainer {
width:128px;
height:67px;
margin:0px 0px 6px 108px;
background-color:#2581b4;
}

#sideEnewsContainer p {
margin:11px 4px 0 5px; 
padding:0;
font-size:0.9em;
line-height:13px;
color:#dcf0fb;
}

/* end content page styles */

