@charset "utf-8";
a:link, a:visited{ color: #005FA9; text-decoration: none; }

a:hover{ text-decoration: underline; }

a.glink, a.glink:visited{
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 3px 5px 35px 5px;
}

a.glink:hover{ color: #CCC0D8; text-decoration: none; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

fieldset {
	background-color: white;
	border: 1px solid #CCCCCC;
	color: black;
	font-size: 90%;
	padding: 10px 10px 10px 10px;
}

h1 { font-size: 1.5em; }

h2 { font-size: 125%; }
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

		.dow, .calDay, .calDay_now, .empty	{ width:15px; height:15px; font-family:verdana; cursor:default; }
		.calDay, .calDay_now		{ font-size:9px; text-align:right; vertical-align:bottom; }
		.calTable			{ background-color:#cccccc; border-right:2px #000000 solid; border-bottom:2px #000000 solid; }
		.calMoYr			{ font-size:10px; background-color:#ffffff; text-align:center; font-family:verdana; font-size:11px; color:#000000;}
		.dow				{ font-size:10px; background-color:#A395AD; text-align:center; font-weight:bold;  }
		.calDay				{ background-color:#ffffff; border:1px #ffffff solid; }
		.calDay_now			{ background-color:#ffffcc; border:1px #7097c7 solid; }
		.empty				{ font-size:9px; background-color:#ececec; text-align:right; vertical-align:bottom; color:#999999; }

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 18px;
} 

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
} 


.boldtext { font-weight: bold; }

.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 a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* Miscellaneous classes for reuse */
.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.legendtext{
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 120%;
	padding: 12px 5px 12px 5px;
}

.indextext{
	font-weight: bold;
	font-size: 80%;
}

.thrColElsHdr #relatedlinks {
	padding: 10px 0px 10px 10px;
}

.thrColElsHdr #relatedlinks a { 
	display: block;
	font-weight: bold;
}

.thrColElsHdr #relatedlinks h3{ padding: 10px 0px 2px 0px; }

.thrColElsHdr #breadcrumb{
	color: #AAAAAA;
	font: small Arial, Helvetica, sans-serif;
	padding: 5px 0px 35px 10px;
}

.thrColElsHdr #breadcrumb a{ color: #AAAAAA; }

.thrColElsHdr #breadcrumb a:hover{ color: #005FA9; text-decoration: underline; }

.thrColElsHdr #breadcrumb img { float: right; padding: 10px 10px 0px 0px; }

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.thrColElsHdr #container {
	width: 46em; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}



.thrColElsHdr #facet { font-size: 90%; padding: 0px 15px 0px 15px; }

.thrColElsHdr #feature {
	font-size: 90%;
	margin: 0px 0em 0px 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0px 0px 0px 0px;
}

.thrColElsHdr #feature h1{
	color: #312C39;
	font: bold 125% Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

.thrColElsHdr #feature h2{
	color: #312C39;
	font: bold 80% Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

.thrColElsHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: white;
}

.thrColElsHdr #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 */
}

.thrColElsHdr #founderlink{
	color: black;
	font-size: 90%;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	position: relative;
}

.thrColElsHdr #globallink{
	color: white;
	padding: 0px 0px 0px 0px;
}

.thrColElsHdr #globallink h1{
	color: white;
}

.thrColElsHdr #globallink2 {
	position: relative;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 85%;
	float:right;
	font-weight: bold;
	width:25em;
}
#search{
	position: inherit;	
	padding: 5px 10px 0px 0px;
	float: right;
	top: 5px;
}

.thrColElsHdr #globallink3, #globallink3 a:link, #globallink3 a:visited, #globallink2 a:hover {
	color: #FFFFFF;
	padding: 1px 10px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
	float: right;
	font-weight: bold;
}

.thrColElsHdr #header {
	background-color: #44486B;
	background-image: url(../images/1100x125_logo.png);
	color: white;
	height: 100px;
	padding: 0px 10px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.thrColElsHdr #header h1 {
	color: #FFFFFF;
	float: right;	
	font: bold;
	font-size: 110%;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 0px 0px 300px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColElsHdr #pagename{
	border-bottom: 1px solid #CCD2D2;
	margin: 0px;
	padding: 0px 0px 20px 10px;
}

.thrColElsHdr #pagename h1{
	color: black;
	font: bold 125% Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

.thrColElsHdr #pagename h2{
	color: #312C39;
	font: bold 125% Arial,sans-serif;
}

.thrColElsHdr #pagename img{ 
	float: right;
	padding: 0px 10px 0px 0px;	
}

.thrColElsHdr #rightlinks {
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	float: right;
	font-size: 90%;
	padding: 12px 10px 10px 10px; /* top and bottom padding create visual space within this div */
	width: 11em; /* since this element is floated, a width must be given */
}

.thrColElsHdr #rightlinks fieldset { border: 1px solid #dcdcdc; }

.thrColElsHdr #rightlinks img { display: block; text-align: center; }

.thrColElsHdr #sectionlinks{ background-color: #392B2B; }

.thrColElsHdr #sectionlinks a:link, #sectionlinks a:visited {
	background-color: #44486B;
	border-bottom: 1px solid #523A3A;
	color: white;
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
}

.thrColElsHdr #sectionlinks a:hover{
	background-color: black;
	background-image: none;
	border-bottom: 1px solid #44486B;
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
}

.thrColElsHdr #sectionlinks h3{
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 2px 10px;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. 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 ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 85%;
	float: left;
	width: 13em; /* since this element is floated, a width must be given */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
}

.thrColElsHdr #sidebar p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	padding: 0px 0px 5px 0px;
}

.thrColElsHdr #siteinfo {
	background-color: #FFFFFF;
	color: #696969;
	font-size: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
}

.thrColElsHdr #siteinfo fieldset, #siteinfo legend { color: #696969; font-size: 98%; font-weight: bold; }

.thrColElsHdr #tl {
	height: 8px;
	float: left;
	margin: 0px;
	padding: 0px;
	top: -1px;
	width: 8px;
}

.thrColElsHdr #tr {
	height: 8px;
	margin: 0px;
	padding: 0px;
	float: right;
	top: -1px;
	width: 8px;
}


.thrColElsHdr #rightlinks legendindex{
	font: bold 100% Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
}

.thrColElsHdr #advert{
	background-color: white;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

.thrColElsHdr #advert img{
	display: block;
}