html, body 
{
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #6d6c6c;	
	background-color: #f7f7f7;
}

* 
{ 
	margin:0; 
	padding:0; 
} 

a img 
{
	border: 0;
}

a 
{
	color: #b50000;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

/* Wapper */
/* =============================================================================== */
#wrapper
{
	width: 987px;	
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
}


/* Container Box*/
#container
{
	width:977px;
	margin: 0 5px;
	background-color: #FFFFFF;	
}




/* Menu */
/* =============================================================================== */
#header
{
	width: 936px;
	height: 22px;	
	margin: 0 41px;
	padding: 22px 0 13px 0;
}

#logo
{
	float: left;
}

#descriptor
{
	float: left;
	padding: 0 36px;	
	font-style: italic;
	color: #225d93;
}

#menu
{
	width: 500px;
	float: left;	
	padding-top: 1px;	
	font-size: .95em;
	font-weight: bold;
}

#menu ul
{
	list-style: none;
	margin: 0;
	display: block;
}

#menu li
{
	float: left;
	padding: 0 5px;
}

#menu a
{
	color: #6d6c6c;
}

#menu a:hover
{
	color: #b50000;
	text-decoration: none;
}


/* Banner */
/* =============================================================================== */
#banner
{
	color: #FFFFFF;
	padding: 34px 0 0 39px;
	width: 938px;
}

#banner a
{
	color: #ff7e00;
}	

#banner a:hover
{
	text-decoration: underline;
}	

.home
{
	height: 428px;	
	background-image: url(images/banner_home.jpg);
	background-repeat: no-repeat;
}

.content
{
	height: 84px;	
	background-image: url(images/banner_content.jpg);
	background-repeat: no-repeat;
}

/* Left column*/
#banner .left
{
	width: 645px;	
	float: left;
}

#banner .left p
{
	width: 470px;	
	margin: -9px 0 0 0;
	padding: 0 0 52px 0;	
	font-size: 1.2em;
	line-height: 1.7em;
}

#banner .left p + p
{
	margin: -9px 0 0 0;
	padding: 0 0 41px 0;
}

#banner .left p + p + p
{
	width: 335px;	
	font-size: 1.4em;
	line-height: 1.5em;
}

#banner h1 /* SIFR */
{
	margin: 0;
	padding: 0 0 15px 0;	
	font-size: 3.3em;
	font-weight: normal;
	font-family: Times New Roman, Times, serif;
}

#banner h2 /* SIFR */
{
	margin: 0;
	padding: 0 0 15px 0;	
	font-size: 1.8em;
	font-weight: normal;
	font-family: Times New Roman, Times, serif;
	color: #C0C0C0;
}

/* Right column */
#banner .right
{
	width: 220px;	
	float: left;	
	padding: 0 25px 0 45px;	
	font-size: 1em;
	font-style: italic;
	line-height: 1.9em;
}

#banner .right .window
{
	background-color: #000033;
	padding: 10px 0 10px 12px;
	font-style: normal;
	margin: 0 25px 0 -43px;
	line-height: 1.5em;
	position: relative;
	top: -2px;
}

#banner .right .quote .openquote
{
	height: 13px;
	width: 19px;	
	position: relative;
	top: 23px;
	left: -22px;	
	margin: -13px 0 0 0;	
	background-image: url(images/quote_open.gif);
	background-repeat: no-repeat;
}

#banner .right .quote .closequote
{
	height: 13px;
	width: 19px;	
	position: relative;
	top: 2px;	
	display: inline-block;	
	background-image: url(images/quote_close.gif);
	background-repeat: no-repeat;
}

#banner .right .quote p
{
	width: 220px;	
	padding: 7px 0 8px 0;
}

#banner .right .quote p em
{
	font-size: .95em;
	line-height: 1.7em;
}



/* Content Styles */
/* =============================================================================== */

#content
{
	margin: 32px 0 0 40px;
}

.horizontal_divider_thick
{
	width: 947px;
	height: 4px;
	margin: 0 -25px 30px;
	padding-top: 30px;
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.horizontal_divider_thick2
{
	width: 947px;
	height: 4px;
	margin: 0 -25px 30px;
	padding-top: 10px;
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.horizontal_divider_thin
{
	width: 947px;
	height: 1px;	
	margin: 0 -25px 0;	
	padding-top: 25px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.horizontal_space
{
	width: 947px;
	height: 30px;
	clear: both;
}

#content h2
{
	font-family: Times New Roman, Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #225d93;	
	margin: 0 0 14px 0;
}

#content  h3
{
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

/*schedule table */
#content table
{
     background-color:#F8F8F8;
     color:#303030;
     border-style:solid;
     border-width:3px;
     border-color:black;
     font-family:times;
     font-size:12pt;
     width:870px;
     border-style:ridge;
     border-color:#000099;
     border-width:1px;
}


/* Small Big Small Columns */
#content .small_big_small
{
	width: 900px;	
	line-height: 1.7em;
}

#content .small_big_small .column1
{
	width: 244px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}

#content .small_big_small .column2
{
	width: 320px;	
	padding: 0 29px 0 30px;	
	float: left;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}

#content .small_big_small .column3
{
	width: 240px;
	padding: 0 5px 0 30px;
	float: left;
}

#content .small_big_small .column1 ul
{
	list-style: none;
	text-indent: 24px;
	margin-left: 10px;
}

#content .small_big_small .column1 li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* Small Small Small Small Columns */
#content .small_small_small_small
{
	width: 900px;	
	line-height: 1.7em;
}

#content .small_small_small_small .column
{
	width: 190px;
	float: left;
	padding: 10px 35px 0 0;
}

#content .small_small_small_small .column p
{
	padding: 0 0 10px 0;
}

#content .small_small_small_small .column .box
{
	width: 200px;
	padding: 8px 6px;
	background-color: #fcfcfc;
	border: 1px solid #e2e2e2;
	margin-bottom: 27px;
}

#content .small_small_small_small .column .box + .box /* resets margin for second box */
{	
	margin: 0;
}

#content .small_small_small_small .column .box p
{
	padding: 0;
}




/* Big Small Columns */
#content .big_small
{
	width: 900px;	
	line-height: 1.7em;
}

#content .big_small .column1
{
	width: 605px;
	float: left;
	padding-right: 55px;
}

#content .big_small .column2
{
	float: left;
	width: 240px;
}

#content .big_small .column1 .image
{
	width: 110px;
	height: 70px;
	float: left;
	padding-top: 5px;
	margin-top: 5px;
}

#content .big_small .column1 .text
{
	width: 495px;
	float: left;
	padding-top: 5px;
}

#content .big_small .column1 ul
{
	list-style: none;
	text-indent: 24px;
	margin-top: -30px;
}

#content .big_small .column1 li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 5px;
}

#content .big_small .column1 .extraspace li
{
	margin-top: 30px;
}

#content .big_small .column1 ul p
{
	text-indent: 0;
	margin-left: 24px;
	padding: 0;
}

#content .big_small .column1 p
{
	padding-bottom: 20px;
}

#content .big_small .column2 .sectiontitle
{	
	height: 35px;
	width: 246px;
	background-image: url(images/sectiontitle_background.gif);
	background-repeat: no-repeat;
	
	margin: 0 0 0 -14px;
	padding: 10px 0 15px 14px;
}

#content .big_small .column2 h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#content .big_small .column2 p em
{
	font-size: .95em;
	line-height: 1.7em;
}

#content .big_small .column2 .quote
{
	font-style: italic;
}

#content .big_small .column2 .source
{
	padding: 10px 0 35px 0;
}

#content .big_small .column2 ul
{
	list-style: none;
	text-indent: 24px;
	margin-top: -13px;
}

#content .big_small .column2 li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 2.5em;
}


/* Small Small Small Small Small Columns */
#content .small_small_small_small_small
{
	width: 900px;	
	line-height: 1.7em;
}

#content .small_small_small_small_small .column
{
	width: 158px;
	float: left;
	padding: 10px 10px 0 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}

#content .small_small_small_small_small .column p
{
	padding: 0 0 10px 0;
}


/* Big */
#content .big
{
	width: 900px;	
	line-height: 1.7em;
}

#content .big p
{
	width: 460px;
	padding-bottom: 20px;
}

#content .big .sectiontitle
{	
	height: 35px;
	width: 246px;
	background-image: url(images/sectiontitle_background.gif);
	background-repeat: no-repeat;
	
	margin: 0 0 0 -14px;
	padding: 10px 0 15px 14px;
}

#content .big h4
{
	font-size: 1.1em;
	font-weight: bold;
}



/* Tiny Medium Tiny Medium Columns */
#content .tiny_medium_tiny_medium
{
	width: 900px;	
	line-height: 1.7em;
}

#content .tiny_medium_tiny_medium ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2.5em;
}

#content .tiny_medium_tiny_medium .column1
{
	width: 100px;
	float: left;
	padding-right: 15px;
	text-align: right;
}

#content .tiny_medium_tiny_medium .column2
{
	float: left;
	width: 250px;
}

#content .tiny_medium_tiny_medium .column2 input
{
	width: 240px;
	color: #6d6c6c;
}

#content .tiny_medium_tiny_medium .column2 select
{
	width: 240px;
	color: #6d6c6c;
}


/* Tiny Huge Columns */
#content .tiny_huge
{
	width: 900px;	
	line-height: 1.7em;
	line-height: 2.5em;
}


#content .tiny_huge .column1
{
	width: 100px;
	float: left;
	padding-right: 15px;
	text-align: right;
}

#content .tiny_huge .column2
{
	float: left;
	width: 600px;
}

#content .tiny_huge .column2 textarea
{
	width: 600px;
	height: 250px;
	color: #6d6c6c;
}


/* Banner */
/* =============================================================================== */

#copyright 
{
	height: 40px;
	padding-top: 11px;
	margin: 0 ;
	background-image: url(images/copyright_background.gif);
	background-repeat: repeat-x;
	clear: both;
}

#copyright p
{
	width: 967px;
	text-align: center;
}






/* sIFR */
/* =============================================================================== */
.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;
}

/* Decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	
	width: 580px;
}

.sIFR-hasFlash .content h1 {
	visibility: hidden;
	
	width: 560px;
	height: 35px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	
	height: 28px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	
	height: 20px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	
	height: 20px;
}