@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #28579F;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.01em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}
#imageside2 {
	float: left;
	width: 150px;
	margin-right: 10px;
	padding: 2px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: normal;
	text-transform: uppercase;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	color: #274E9E;
	text-decoration: underline;
	float: right;
}
.highlightext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	color: #274E9E;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: normal;
	word-spacing: normal;
	font-stretch: narrower;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.Hotspot {
	float: left;
	width: 215px;
	margin: 0px;
	padding: 8px;
	text-align: left;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
}

a:link {
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.newshead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #333;
}

a:visited {

}
a:hover {
	background-color: #ECE9D8;
}
#header {
	background-color: #FFF;
	width: 900px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: normal;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	line-height: 1.2em;
}
.thrColLiqHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
#navbar {
	background-color: #333;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

.thrColLiqHdr #header {
	background-color: #333;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1000px;
	color: #FFF;
	height: auto;
} 

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 228px; /* top and bottom padding create visual space within this div  */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #E4E9F3;
	font-size: 14px;
	color: #999;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 300px;
	background-color: #EFF2F8;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 11pt;
	color: #000;
}

.thrColLiqHdr #mainContent {
	padding-right: 10px;
	padding-left: 10px;
	right: 300px;
	margin-top: auto;
	margin-right: 280px;
	margin-bottom: auto;
	margin-left: 300px;
	background-color: #FFF;
}

.thrColLiqHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	color: #000;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#branding {
	width: 1000px;
	padding: 0px;
	color: #FFF;
	background-color: #FFF;
}
#navigation {
	width: 1000px;
	padding: 0px;
	background-color: #97ADD0;
}
.thrColLiqHdr #centre {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #DEDEEF;
}
.thrColLiqHdr #specials {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 294px;
	background-color: #E9BCBD;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColLiqHdr #widemaincontent {
	padding-right: 10px;
	padding-left: 10px;
	right: 300px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 270px;
}
.thrColLiqHdr #widemaincontentleft {
	padding-right: 10px;
	padding-left: 10px;
	right: 300px;
	margin-top: auto;
	margin-right: 350px;
	margin-bottom: auto;
	margin-left: 0px;
	float: none;
}
.thrColLiqHdr #sidebar1wide {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 600px; /* top and bottom padding create visual space within this div  */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.thrColLiqHdr #sidebar1narrow {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 120px; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #E2EDF3;
}
#column1 {
	width: 600px;
}
#column2 {
	width: 290px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
}
#column3 {
	width: 280px;
	float: right;
}
.thrColLiqHdr #sidebar1widebg {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 600px; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #DFEFFF;
}
.thrColLiqHdr #sidebar3 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 294px;
	background-color: #CAEAFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #F79F9F;
}
.thrColLiqHdr #search {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 900px; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}
.bannerad {
	height: 139px;
	width: 690px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
}
.pageheader {
	margin: 0px;
	padding: 0px;
	height: 139px;
	width: 324px;
	float: right;
}
.thrColLiqHdr #advert {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 676px;
	background-color: #FFF;
	height: 139px;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.thrColLiqHdr #logo {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 324px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	height: 139px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	color: #FFF;
}
#navbarindex {
	background-color: #333;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
.thrColLiqHdr #headerindex {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1000px;
	color: #FFF;
	height: auto;
}
#activityextension {
	width: 312px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-right-color: #999999;
	padding-right: 0px;
	background-color: #FFF;
	padding-left: 10px;
	height: auto;
}
#activityotherideas {
	width: 260px;
	float: right;
	background-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
	height: 200px;
}
.thrColLiqHdr #activityimage {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 294px;
	background-color: #DFDFEE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: auto;
}
.thrColLiqHdr #activity {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 640px; /* top and bottom padding create visual space within this div  */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.quickfind {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
.thrColLiqHdr #activitynotes {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* top and bottom padding create visual space within this div  */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #D6D6D6;
}
.thrColLiqHdr #toolbox {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 294px;
	background-color: #FFC;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: thin dotted #CCCCCC;
}
.thrColLiqHdr #advertfront {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 1000px;
	background-color: #FFF;
	height: 155px;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.thrColLiqHdr #sidebar2front {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 265px;
	background-color: #EFF2F8;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 11pt;
	color: #000;
}
.thrColLiqHdr #sidebar1front {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px; /* top and bottom padding create visual space within this div  */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
	font-size: 14px;
	color: #000;
}

