/***********************************************/
/* stylesheet.css                              */
/* Use with template 3col_leftNav.html          */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body
{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background/ctsbackground.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a
{
	color: #333333;
	text-decoration: none;
}

a:link
{
	color: #333333;
	text-decoration: none;
}

a:visited
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #F89828;
	text-decoration: none;
}


h1   
{
	font-family: Arial,sans-serif;
	font-size: 140%;
	/* color: #003C83; */
	color: #F89828;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-family: Arial,sans-serif;
	font-size: 110%;
	color: #F89828;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: black;
	margin: 0px;
	padding: 0px;
}

h4
{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 85%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}



ul
{
	list-style-type: square;
}

ul ul
{
	list-style-type: disc;
}

ul ul ul
{
	list-style-type: none;
}

label
{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead
{
	padding: 10px 10px 10px 5px; /* border-bottom: 1px solid #cccccc; */
	width: 100%;
	height: 100px;
}

#leftBar
{
	width: 18%; /* height: 75%; */
	margin: 0px;
	padding: 0px;
	border-top: 0px; /* background-image: url(../images/background/sidebarbackground.gif); */
}



#rightBar
{
	width: 20%;
	margin: 0px;
	padding: 0px;
/*	background-image: url(../images/news_background.gif); */
}

#centreSection
{
	width: 62%; /* height: 70%; */
	
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
}

#centreSectionContent
{
	margin: 10px 2px 10px 2px;
	width: 100%;
	position: relative;
	font-size: 90%; 
	overflow: hidden;
}



#content
{
	/* float: left; */ /* width: 58%; */
	/* height: 400px; */
}
/************* #siteInfo styles ***************/

#siteInfo
{
	clear: both;
	border-top: 1px solid #404040;
	height: 20px;
	font-size: 70%;
	color: black; /* padding: 10px 10px 10px 10px; */
}





/* Components                                  */
/***********************************************/

#leftTopImage
{
	float: left;
	margin: 0;
	padding: 0 0 0 0px;
}

#rightTopImage
{
	float: right;
	margin: 0;
	padding: 0 0 0 0px;
}

/************* #globalNav styles **************/

#globalNav
{
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #000000;
	/* background-image: url(../images/background/navbarbackground.gif); */
	background-color: #F89828;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color: #404040;
	border-bottom-color: #404040;
	height: 20px;
}

#globalNav p
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*************** #pageName styles **************/

#pageName    
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 70%;
	padding-bottom: 10px;
	color: #023684;
	padding-top: 0px;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited
{
	display: block;
}
#navBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li
{
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html > body #navBar li
{
	border-bottom: none;
}


/*********** #leftBarLinks styles ***********/

#leftBarLinks
{
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%; /*width: 20%;*/
}


#leftBarLinks p
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}

/*********** #rightBarLinks styles ***********/

#rightBarLinks
{
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px; /* border-bottom: 1px solid #cccccc; */
	font-size: 80%;
}

#rightBarLinks p
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}

/*********** #siteInfoLinks styles ***********/

#siteInfoLinks p
{
	padding: 0px 0px 0px 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
/************** Table styles ***************/

	.tblHeading
	{
		font-style: italic;
		font-weight: bold;
		font-size: 80%; 
		color: #F78A09; 
		border:0;
	}

	.tblTable
	{
		 
		border: 1px solid #999999;
		text-align: left; 
	}
	
	.tblHeader
	{
		font-weight: bold;
		color: #404040;
		font-size: 80%; 
		background-color: #F89828;
		 
	}

	.tblItem
	{
		color:black;
		background-color:#EEEEEE;
		border: 1px solid #999999;
		font-size: 80%; 
	}
	
	.tblAlternatingItem
	{
		color:Black;
		background-color: gainsboro;
		border: 1px solid #999999;
		font-size: 80%; 
	}
	
	.tblFormRecord
	{
		color:black;
		font-size:smaller;
		
	}
	
	.tblCell
	{
		 
	}
	
	.tblCellBold
	{
		font: bold;	
	}
	
	.tblCellBoldItalic
	{
		font: bold;	
		font-style :italic;
							
	}
	
	.tblSeparator
	{
		background-color:#999999;
		height:1px; 
		
	}
/************** Datagrid classes ***************/

	.DG
	{
		
		Border-Width:1px;
		Background-Color:White;
		
	}

	.DGHeader
	{
		font-weight: bold;
		color: #404040;
		background-color: #F89828;
	}


	.DGPager
	{
		color: black;
		background-color: #CCCCCC;
	}

	.DGFooter
	{
		color: black;
		background-color: #CCCCCC;
		
	}

	.DGItem
	{
		color:Black;
		background-color:#EEEEEE;
		
	}

	.DGAlternatingItem
	{
		background-color: gainsboro;
	}

	.DGSelectedItem
	{
		color:White;
		background-color: #008A8C;
	}

	
/************** misc classes styles ***************/

.inputForm
	{	
		font-weight:normal; 
		 
		width:100%;
	}
	
.inputForm td
	{
		font-size: 80%;
		/* padding-top: 3px;  */
	}

.inputPrompt
	{
		font-style: italic;
		font-weight: bold;
		color: #F78A09; 
	}

.siteMap
{
	padding: 2px 0px 0px 0px;
	color: black;
}

.siteMap h2
{
	text-align: left;
	color: #F07800;
	padding-top: 3px;
	color: #F89828;
}

.siteMapPage
{
	margin-bottom: 10px;
	width: 400px;
	border: 1px solid #cccccc;
}

.siteMapPageHead
{
	padding-left: 5px;
	color: #333333;
	font-family: Arial,sans-serif;
	font-size: 90%;
	margin: 0px;
	font-weight: bold;
	background-image: url(../images/background/sidebarbackground.gif);
	width: 100%;
}

.siteMapSectionHead
{
	padding-left: 5px;
	color: black;
	font-family: Arial,sans-serif;
	font-size: 70%;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	width: 40%;
}

.siteMapSectionLink
{
	font-size: 60%;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.siteMapSectionText
{
	font-style: italic;
	font-size: 60%;
	padding-top: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: 1px solid #cccccc;
}


.feature
{
	padding: 2px 0px 0px 0px;
	color: black;
}


.feature h2
{
	text-align: left;
	
	padding-top: 3px;
	color: #F89828;
}

.featureh2 /*Used by ASCX labels to replicate H2 tags*/
{
	font-family: Arial,sans-serif;
	font-size: 114%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-top: 3px;
	color: #F89828;
	font-weight:bold ; 	 
}

.feature h3
{
	text-align: left;
	color: #F89828;
	padding-bottom: 0px;
	padding-top: 5px;
}

.feature h4
{
	text-align: left;
	font-size: 90%;
	color: #F89828;
	font-weight: bold;
	padding-bottom: 0px;
}

.feature h5
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 85%;
	color: #F89828;
	margin: 0px;
	padding: 0px;
}

.feature td
{
	font-size: 90%;
	color: Black;
	padding-top: 3px;
}

.feature img
{
	border: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}


.sectionHeading
{
	padding: 2px 0px 2px 2px;
	color: #F89828;
	font-family: Arial,sans-serif;
	font-size: 90%;
	margin: 0px;
	font-weight: bold;
	display: block;
	background-image: url(../images/background/sidebarbackground.gif);
}

.sectionLink
{
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sectionLink h3
{
	padding: 10px 0px 2px 10px;
	color: black;
}

a.sectionLink
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}


.sectionLinkIndented
{
	font-size: 60%;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sectionLinkIndented h3
{
	padding: 10px 0px 2px 10px;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.sectionLinkIndented
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sectionText
{
	font-size: 80%;
	color: black;
}

.relatedHeading
{
	padding: 2px 0px 2px 2px;
	color: #F89828;
	font-family: Arial,sans-serif;
	font-size: 90%;
	margin: 0px;
	font-weight: bold;
	display: block;
	background-image: url(../images/background/sidebarbackground.gif);
}

.relatedLink
{
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.relatedLink
{
	display: block;
	padding: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}
a.relatedLink:visited
{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}

a.relatedLink:hover
{
	color: #FE840A;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.relatedText
{
	font-size: 80%;
	color: black;
	margin-left: 5px;
}

.newsHeading
{
	padding: 2px 0px 2px 2px;
	color: #F89828;
	font-family: Arial,sans-serif;
	font-size: 90%;
	margin: 0px;
	font-weight: bold;
	display: block;
	background-image: url(../images/background/sidebarbackground.gif);
}

.newsLink
{
	font-size: 80%;
	color: #333333;
}

.newsLink h3
{
	padding: 10px 0px 2px 10px;
	color: black;
}

a.newsLink
{
	
	
}

a.newsLink:link
{
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}

a.newsLink:visited
{
	color: #333333; /* color: gray; */ /* text-decoration: none; */
	padding-top: 5px;
	padding-bottom: 5px;
}

a.newsLink:hover 
{
	color: #F89828;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsText
{
	font-size: 80%;
	font-weight: bold;
	color: #E8830C;
	margin-left: 5px;
}

.errorPanel h2
{
	color: Red;
	font-weight: bold;
	font-size: 90%;
}

.errorMessage
{
}

.navImgLink img
{
	padding: 0px 0px 0px 0px;
	border: 0;
}

a.navImgLink
{
	font-size: 90%;
	padding: 0px 0px 0px 10px;
	color: #033678;
}

a.navImgLink:hover
{

}

.navTextBar
{
	font-size: 75%;
}

a.navTextLink:link
{
	padding: 5px 2px 5px 5px;
	color: #404040;
	font-weight: bold;
}

a.navTextLink:visited
{
	padding: 5px 2px 5px 5px;
	color: #404040;
	font-weight: bold;
}

a.navTextLink:hover
{
	padding: 5px 2px 5px 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.navTextLinkSelected:link
{
	color: #F89828;
	background-color: #404040;
	padding: 5px 2px 5px 5px;
	font-weight: bold;
}

a.navTextLinkSelected:visited
{
	color: #F89828;
	background-color: #404040;
	padding: 5px 2px 5px 5px;
	font-weight: bold;
}

a.navTextLinkSelected:hover
{
	color: #F89828;
	text-decoration: none;
	font-weight: bold;
}

.imgLink img
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.siteInfoImgLink img
{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 50px;
	border: 0;
}

a.siteInfoImgLink
{
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	color: #033678;
}


/************* #search styles ***************/

.search
{
	padding: 5px 0px 5px 10px;
	font-size: 80%;
}

.search form
{
	margin: 0px;
	padding: 0px;
}

.search label
{
	display: block;
	color: black;
	margin: 0px;
	padding: 0px;
}

.sideBar
{
	width: 100%;
}
