/**
*	style_top.css - Stylesheet for the top
*   Imported into other style sheets. Must not be dependent on sitebase.css
*/

table.top{
	background-color:#28456F;
}

.top_MainHeader{
    font-size: 21px;
	font-family: Times New Roman, Times;
    color: #FFFFFF;
	position:absolute;
	left:157px; 
	top:21px;
	white-space: nowrap;
}

.top_SubHeader{
    font-size: 18px;
	font-family: Times New Roman, Times;
    color: #FFFFFF;
	position:absolute;
	left:157px; 
	top:45px;
	white-space: nowrap;
}

.top_SubHeader_small{
	font-size: 13px;
}

.top_Menu{
	margin-top: 5px;
	margin-right: 5px;
	color: #BCA64D;
	font-weight: bold;
	float:right;
	vertical-align: top;
}

.top_Search{
	clear:right;
	float:right;
	padding-right:30px;
	padding-left:10px;
	padding-top:22px;
	white-space:nowrap;
}


.top_Search_1024{
    position:absolute;
	left:812px;
	top:40px;
	white-space: nowrap; 
}

.top_Search input{
	margin: 0px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

a.top_MenuItem{
	font-size: x-small;
    color: white;
	font-weight: normal;
}

.topForm{
	margin: 0px;
	padding:0px;
}

a.top_MenuItem:visited
{
    color: white;
}

a.top_MenuItem:hover{
    color: white;
}

a.top_MenuItem:link{
    color: white;
}


div.logo{
	position:absolute; 
	left:35px; 
	top:20px;
}

td.topTD{
	vertical-align:top;
}

.topBackground{
	background-color: #28456f;
}




#top_Toolbox {
	white-space:nowrap;	
	margin-top: 42px;
	clear:left;
}
	

#top_Rssbutton {
	float: right;
	padding-top: 4px;
	clear: none;
}

/* Font size changing styles */
#fontsize {display: block; width: 50px; float: right; padding-top: 4px;}
#top_Toolbox a#fontsize-larger {background:transparent url(../images/apluss.gif) no-repeat scroll 0 0;}
#top_Toolbox a#fontsize-normal {background:transparent url(../images/a.gif) no-repeat scroll 0 0;}
#top_Toolbox a#fontsize-smaller {background:transparent url(../images/aminus.gif) no-repeat scroll 0 0;}
#top_Toolbox #fontsize a {display: block; float: left; height: 16px; margin:0; width:16px; text-indent: -9999px; }


/*.fontsize-smaller div, .fontsize-smaller td{font-size: 11px;}*/
.fontsize-normal div, .fontsize-normal td{font-size: 14px;}
.fontsize-larger div, .fontsize-larger td{font-size: 16px;}

.fontsize-normal div.top_MainHeader{font-size: 24px;}
.fontsize-larger div.top_MainHeader{font-size: 26px;}

.fontsize-normal a.top_MenuItem{font-size: small;}
.fontsize-larger a.top_MenuItem{font-size: medium;}

.fontsize-normal .ctsitebase-placeformater-left h2,
.fontsize-normal .ctsitebase-placeformater-right h2,
.fontsize-normal .ctsitebase-placeformater-bottom_left h2,
.fontsize-normal .ctsitebase-placeformater-bottom h2,
.fontsize-normal .ctsitebase-placeformater-bottom_right h2 {
	font-size: medium;
}

.fontsize-larger .ctsitebase-placeformater-left h2,
.fontsize-larger .ctsitebase-placeformater-right h2,
.fontsize-larger .ctsitebase-placeformater-bottom_left h2,
.fontsize-larger .ctsitebase-placeformater-bottom h2,
.fontsize-larger .ctsitebase-placeformater-bottom_right h2 {
	font-size: large;
}

.fontsize-normal .ARTICLE_DATE {font-size: small;}
.fontsize-larger .ARTICLE_DATE {font-size: medium;}

.fontsize-normal h2.ARTICLE_HEADER{font-size: 18px;}
.fontsize-larger h2.ARTICLE_HEADER{font-size: 20px;}

.fontsize-normal h3{font-size: small;}

.fontsize-normal .ctsitebase-placeformater-left h3,
.fontsize-normal .ctsitebase-placeformater-right h3,
.fontsize-normal .ctsitebase-placeformater-bottom_left h3,
.fontsize-normal .ctsitebase-placeformater-bottom h3,
.fontsize-normal .ctsitebase-placeformater-bottom_right h3 {
	font-size:small;
}

.fontsize-larger .ctsitebase-placeformater-left h3,
.fontsize-larger .ctsitebase-placeformater-right h3,
.fontsize-larger .ctsitebase-placeformater-bottom_left h3,
.fontsize-larger .ctsitebase-placeformater-bottom h3,
.fontsize-larger .ctsitebase-placeformater-bottom_right h3 {
	font-size:medium;
}



.fontsize-normal a.LIST_LINK{font-size: small;}
.fontsize-larger a.LIST_LINK{font-size: medium;}

.fontsize-normal a.SERVICE{font-size: small;}
.fontsize-larger a.SERVICE{font-size: medium;}

.fontsize-normal a.READMORE{font-size: small;}
.fontsize-larger a.READMORE{font-size: medium;}

.fontsize-normal p.CATEGORY_PATH span, .fontsize-normal .CATEGORY_PATH a{font-size: small;}
.fontsize-larger p.CATEGORY_PATH span, .fontsize-larger .CATEGORY_PATH a{font-size: medium;}

.fontsize-normal h1.ARTICLE_HEADER{font-size: medium;}
.fontsize-larger h1.ARTICLE_HEADER{font-size: large;}

.fontsize-normal .COLOPHON{font-size: x-small;}
.fontsize-larger .COLOPHON{font-size: small;}

.fontsize-normal SELECT.business_browser{font-size: small;}
.fontsize-larger SELECT.business_browser{font-size: medium;}
