@import "titanDefault.css";

/* for text editor style drop down - repeat in all pagelayout default styles sheets */
h1{ 
	color:#921306;
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:17px 0 9px 0;
}

h2{
	color:#921306;
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:2px;
	padding-bottom:0px;
}

h3{
	color:#666;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:6px;
}

h4{ 
	color:#333;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;	
}

h5{
	color:#921306;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#rightZone .Freeform {background:0}
#rightZone .Freeform p{margin:0 0 10px 0;;padding:0;}

/* for text editor class drop down - repeat in all pagelayout default styles sheets */
.floatLeft{
	float:left;
	margin:0 7px 0 0;
}	 

.floatRight{
	float:right;
	margin:0 0 0 7px;
}

/* ============= page layout changes for home page ============= */
#contentContainer {
	min-height:150px; /* not ie6 */
	padding:0px 35px 58px 35px;
	overflow:hidden;
	height:1%; /* ie6 */
}

#topContentContainer {
	height:284px;
}

#topZone {
	background: url('/ClientCSS/images/TitanCMS/homeplaceholderBG.jpg') no-repeat top left;
	clear:none;
	height:280px;
	margin:0;
	padding:0;
}

/* homepage top header specific styling */
#homepageTopLeft { width:410px; float:left; margin:62px 0px 0px 50px; color:#fff; font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif;}
#homepageTopLeft h1.titleReplace {margin:0px; padding:0px; text-indent:-999999px;}
.IE6 #homepageTopLeft {margin:62px 0px 0px 25px;}

#leftZone {
	clear:none;
	float:left;
	margin-right:0px;
	width:220px;
}

#centerZone {
	clear:none;
	float:left;
	margin-top:0;
	width:200px;
}

#rightZone {
	float:right;
	width:350px;
	margin-top:0px;
}

.IE #rightZone {
	margin-top:0px;
}

/* ============= Block changes from titanContent.css ============= */
.Calendar h3,
.FAQ h3,
.Aggregation h3,
.FormEditor h3,
.SiteMap h3,
.TOCBlock h3,
.WhatsNew h3 {
	color:#921306;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:8px;
	font-weight:bold;
}

.WhatsNew p a{
	background:0;
}

.WhatsNew h4 {
	color:#333;
	font:bold 11px Arial, Helvetica, sans-serif;	
}

.WhatsNew h4 a{
	color:#333;
	font:bold 11px Arial, Helvetica, sans-serif;	
}

.WhatsNew h4 a:hover {
	color:#333;
	text-decoration:underline;
}

.Aggregation div.OneCol div,.TOCBlock div{
 	margin:0px;
	padding-bottom:3px;
}

.Aggregation div h4,.TOCBlock div h4{
	line-height:10px;
 	margin:0px;
	padding-bottom:0px;
}

.Aggregation h4 a,.TOCBlock h4 a{
	background:url(images/TitanCMS/bulletGreyArrowRect.gif) no-repeat 0px 2px;
	color:#555;
	font-weight:normal;
	padding-left:15px;
	text-decoration:none; 
}

.Aggregation h4 a:hover,.TOCBlock h4 a:hover{
	color:#555;
}


#centerZone .TOCBlock div h4 a:link,
#centerZone .TOCBlock div h4 a:visited,
#centerZone .Aggregation div h4 a:link,
#centerZone .Aggregation div h4 a:visited{
	color:#555;
	font-weight:normal;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#centerZone .TOCBlock div h4 a:hover,
#centerZone .Aggregation div h4 a:hover{
	text-decoration:underline;
}