/* CSS Document */



/*************************************************  Layout */

body, html							{ margin: 0; height: 100%; background-color: #84B9D9; padding: 0; }

#container							{ overflow: hidden; margin-left: 0; margin: 0; }

#container .column					{ position: relative; padding-bottom: 20010px; margin-bottom: -20000px; min-height: 540px;}

#navigation							{ float: left; width: 170px; margin: 0; padding: 0; background-color: #320266; }

	#navigation_spine				{ height: 500px; margin: 0; padding: 0;}


#header								{ width: 100%; background-image: url(images/top_background.gif); background-repeat: repeat-x; 
									  height: 63px; margin-bottom: 0px; }
	
	
	
	#text_body						{ width: 600px; padding-left: 20px; padding-top: 5px; padding-right: 10px; background-color: #FFFFFF; 
										margin-left: 170px;}

#side_right							{ width: 150px; margin-left: 810px; background-color: #00CCFF; margin-top: 0px; float: right; position: relative; }

#footer								{ width: 700px; clear: both; padding: 5px 50px 0 50px; background-color: #99D6EB; margin-top: -10px; }

/*************************************************  Images */

.thumbnail_portrait					{ float: left; padding: 5px; border: 1px solid #666666; width: 255px; margin-right: 10px; margin-bottom: 10px;}
img.thumbnail_portrait, img.thumbnail_landscape		{ text-align: center; }

.thumbnail_landscape				{ float: left; padding: 5px; border: 1px solid #666666; width: 400px; margin-right: 10px; margin-bottom: 10px;}

.thumb_large						{ float: left; padding: 5px; border: 1px solid #666666; width: 560px; margin-right: 10px; margin-bottom: 10px; }

/*************************************************  Misc */

.clearLeft							{ clear: left; }
.clearRight							{ clear: right; }
.clearBoth							{ clear: both; }

/*************************************************  Lists */

#navigation	 ul						{ width: 160px; margin-left: 10px; padding: 0;  padding-top: 6px }

#navigation	li						{ margin-bottom: 10px; list-style-type:none; background-color: #3D007E; width: 150px;
											  padding: 10px; }

#navigation	ul li ul				{ display: none; margin-left: -10px; padding:0; margin-bottom: 5px;  line-height: 12px; }
#navigation ul ul					{ margin-top: 10px;  }

#text_body li						{ margin-bottom: 5px; }


/*************************************************  Type */

body, html							{ font-family: "Lucida Grande", arial, sans-serif, verdana; }

#text_body *						{ font-size: 10pt; line-height: 1.5em; color: #000000;}

#text_body h1						{ font-size: 18px; color: #330066; }
#text_body h2						{ font-size: 14px; color: #330066; }


#footer p							{ color: #000000; font-size: 7pt; line-height: 12pt; text-align: center}

#text_body .bold					{ font-weight: bold; color: #000000; }

#text_body .breadcrumbs 			{ font-size: 9pt; text-decoration: none; }
#text_body a.breadcrumbs  			{ border-bottom: 1px solid #6699FF; }

#text_body a						{ text-decoration: none; color:#000000; font-size:10pt; }
#text_body a:hover						{ text-decoration:underline; color:#000000; font-size:10pt;  }

#text_body .thumbnail_portrait, #text_body .thumbnail_landscape, #text_body .thumb_large		{ font-size: 8pt; }

#navigation	 ul						{ color: #FFFFFF; font-size: 10pt; font-weight: bold; }

#navigation a						{ color: #ffffff; text-decoration: none;  }

#navigation a:hover					{ text-decoration: underline;  }

#navigation	ul li ul				{ font-size: 90%; font-family: verdana, Helvetica, sans-serif; font-weight: lighter; }

#text_body .small					{ font-size: 8pt; }


/*************************************************  links */

#text_body p.top a					{ text-decoration: none; border: none; }
#text_body a.no_decoration						{ text-decoration: none; border: none; }

/*************************************************  Quotes */

.quotes								{ width: 460px; margin-left: 50px; height: 100%; }
.quotes .col1						{ float: left; width: 60px; }
.quotes .col1 a { color:#000000;}
.quotes .col2						{ float: left; width: 330px; padding: 10px;  }
.quotes .col3						{ float: right; width: 60px; margin-top: -50px; }


.home3col							{ width: 600px; }
.home3col .col1						{ width: 445px; float: left; }
.home3col .col3						{ width: 115px; float: right; margin-left: 40px;}



/************************************************* sIRF */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

