/* CSS Document */
	/* link underlines tend to make hypertext less readable,
	because underlines obscure the shapes of the lower halves of words */
	:link,:visited{ text-decoration:none; }
	/* whoever thought blue linked image borders were a good idea? */
	a img,:link img,:visited img{ border:none; }

	
	body{background:url(../media/background2.gif) top center repeat-y; margin:0; padding:0; background-color: #f6f6f6; text-align:center; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: small; color: #333333;}	
	a{color:#990000; text-decoration:none;}
	a:link, a:visited{color: #990000; text-decoration:none;}
	a:hover{text-decoration:underline; color:#990000;}
	a#noborder img{border:none;}
	h3{	font-size: 1.2em;
	color: #444444;
	margin: 0px;
	margin-top:20px;
	line-height: normal;
}
	h4{font-size:95%; color:#333333;}
	p {margin-top: 5px;}
	
		
	ul li {padding-bottom:10px; }
	
	#wrap{width: 782px; margin: 0 auto; text-align: left; padding-bottom: 20px;}
	#brand{width: 782px; background-image:url(../media/banner.jpg); background-position:top left; background-repeat:no-repeat; height:145px;}
	#main {background:url(../media/main_background.gif) top center repeat-y; margin-top:0; padding-top:0; border-bottom: 1px solid #E0E0E0;}
	#main h2 { font-family: Tahoma, Arial, Verdana; margin-top:0; padding-top:0; color:#333333; font-size: 1.85em; font-weight: 400;}
	
	
	#main_nav {float:right; width:155px; font-size: 1em; margin-right: 15px; padding-bottom: 20px;}
	*html #main_nav {float:right; width:155px; font-size: 1em; margin-right: 8px; padding-bottom: 20px;} /*-- IE6 --*/
	
	#main_nav ul{ margin:0; padding:0; border-bottom: 1px solid #cccc99;}
	.navright { font-family: Tahoma; font-weight: 400; list-style:url(../media/nav_arrow_right.gif); margin-top: 10px; margin-bottom:10px; margin-left: 20px;}
	.navdown { font-family: Tahoma; font-weight: 400; list-style:url(../media/nav_arrow_down.gif); margin-top: 10px; margin-bottom:10px; margin-left: 20px;}
	
	#main_nav ul li ul {border-bottom: 0;}
	#main_nav ul li ul li { list-style-image: none; list-style: none; margin-top:0; margin-bottom:0; margin-left:0; font-weight: 100;font-size: .80em; margin-top: 5px; margin-bottom:5px; }
	
	#main_left {float:left; width:602px;}
	#content {width:562px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px;}
	
	.spacer{clear:both; height:0px;}
	.alignright {float: right;}
	.alignleft {float: left}


	#footer{clear:both; color:#999; text-align:left; font-size: 80%; margin-top: -8px; margin-left:20px; margin-right:20px; margin-bottom:20px;}
*+html #footer{clear:both; color:#999; text-align:left; font-size: 80%; margin-top: -15px; margin-left:-20px; margin-right:20px; margin-bottom:20px;}	/* IE7 */
*html #footer{clear:both; color:#999; text-align:left; font-size: 80%; margin-top: -15px; margin-left:-20px; margin-right:20px; margin-bottom:20px;}	/* IE6 */
	#footer a{color:#999;}
	#footer ul.nav{padding-left: 0px;}
	#footer ul li{display: inline;}
	
	.teaser {font-size: 85%;}


.homecolpanel {
	border: 0;
}
.homecolwrapper {
	padding: 0; margin-top:-15px;
}
.homecolheader {
	padding: 0;
}
.homecolheader h2, .homecolheader h3 {
 margin: 0 0 6px 0;
 font-weight: normal;
}
.homecolcontent {
	padding-left:20px;
	padding-top: 15px;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	color: #333333;
	border-top: 1px solid #cecece;
	background-image: url(../p7tp/img/tabs09_back.jpg); background-repeat: repeat-x; background-position: top left;
}


*html .homecolcontent {           /* IE6 */
	height:200px;
}

*+html .homecolcontent {           /* IE6 */
	min-height:200px;
}

.homecolcontenth2, .homecolcontent h3, 
.homecolcontent h4 {
	font-size: 1.2em;
	color: #444444;
	margin: 0px;
	line-height: normal;
}
.homecolcontent h5 {
	font-size: .95em; font-weight: 800;
	color: #444444;
	margin: 0px;
	line-height: normal;
}


.homecolcontent p {
	margin: 6px 0 12px 0;
}

.homecol_floatleft {
	float: left;
	width: 170px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #cecece;
}


#feature_image {
	float:left;
	width: 266px;
	min-height:195px;
	padding:1px;
	/* border:1px solid #cecece; */
	margin-right:20px;
}


#feature_text {
	float: left;
	width:270px;
}

#feature_text h2 {font-size: 1.5em; margin-bottom: 10px;}
#feature_text h3 {font-size: .85em; font-weight: 800; letter-spacing: 2px; color: #666666; margin-top:-5px; margin-bottom: 20px; text-transform: uppercase;}
#feature_text p {font-size: .95em;}

.border1 {
	padding-right: 8px;
	padding-bottom: 8px;
}

.alert {background-color:#F9F9F9; border:#eeeeee 1px solid; padding: 10px; color:#900;}

