/* CSS Document */

html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #3d4455;
}

#affiliateTabs
{
	background: #dfe0e1;
	border: solid 1px #dfe0e1;
	border-width: 0px 0px;
}

#affiliateTabs #tabHeader
{
	float: left;
	background: #dfe0e1;
	width: 221px;
	padding: 9px 0 5px 0;
	text-align: center; 
}

#affiliateTabs #tabList, #affiliateTabs #tabList #tabItem
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#affiliateTabs #tabList #tabItem
{
	border-left: solid 1px #dfe0e1;
}

#affiliateTabs #tabList #tabItem a
{
	display: block;
	padding: 9px 26px 5px 26px;
}

#affiliateTabs #tabList .active, #affiliateTabs #tabList #tabItem a:hover
{
	background: #FFFFFF;
}

#affiliateTabs #tabList #tabItem a img
{
	border: none;
}

.mainBody
{
	background-color: #FFFFFF;
	
	margin: 0px auto 0px auto;
	text-align: left;

	width: 849px;
}

.headSpace
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #c7c7c7;
}

.dateSpace
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
	
	padding: 2px 50px;
	
	background-color: #5d677e;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 4px #c2c7d2;
}

.menuSpace
{
	background-color: #e2e2e2;
	vertical-align: top;
}

.menuHolder
{
	padding: 12px 7px;
}

.menuSpace .extraMenu
{
	margin: 30px 0px 20px 0px;
}

.menuSpace .extraMenuElement
{
	margin: 3px 0px;
}

.menuSpace .eventsHeader
{
	background-color: #5d677e;
	color: #FFFFFF;
	height: 30px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.menuSpace .eventImage
{
	padding: 3px 0px;
	text-align: center;
}

.menuSpace a.event
{
	display: block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	padding: 7px 0px 7px 20px;
	
	background-image: url( ../images/menuArrow.gif );
	background-repeat: no-repeat;
	background-position: left 9px;
	border-bottom: solid 1px #c5c5c5;
}

.menuSpace a.event:hover
{
	background-image: url( ../images/menuArrowOver.gif );
}


.menuElement
{
	display: block;
	width: 152px;
	padding: 3px 0px 3px 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	
	border-bottom: solid 1px #c5c5c5;
	
	background-image: url( ../images/menuArrow.gif );
	background-repeat: no-repeat;
	background-position: left center;
}

.menuElement:hover, .menuElementOver
{
	display: block;
	width: 152px;
	padding: 3px 0px 3px 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	
	border-bottom: solid 1px #c5c5c5;
	
	background-image: url( ../images/menuArrowOver.gif );
	background-repeat: no-repeat;
	background-position: left center;
}

.contentHolder
{
	width: 100%; 
	padding: 33px 18px; 
	vertical-align: top;
	
	font-size: 10pt;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #47484a;
}

.contentHolder .smallerText
{
	font-size: 9pt;
	line-height: 13pt;

}

.contentHolder .blurb
{
	font-size: 11pt;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #47484a;
}

.contentHolder br
{
	font-size: 9pt;
	line-height: 9pt;
}

h1, .title
{
	margin: 0px 0px 11px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c7792;
	font-size: 15pt;
	line-height: 19pt;
	font-weight: bold;
}


h2, .subTitle, h1 .subTitle, .sub_title
{
	margin: 20px 0px 8px 0px;
	font-family: "Times New Roman", Times, serif;
	color: #9ba21f;
	font-style: italic;
	font-size: 15pt;
	font-weight: bold;
}

.sub_title
{
	font-family: "Times New Roman", Times, serif;
	color: #9ba21f;
	font-style: italic;
	font-size: 12pt;
	line-height: 17pt;
	font-weight: bold;
}

h3
{
	margin: 0px 0px 11px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c7792;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
}

h4
{
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #47484a;
}


.red
{
	color: #DD0000;
	font-style: normal;
}

.special
{
	color: #a2a82e;
	font-weight: bold;
}

.sub_menu_current, .sub_menu:hover
{
	color: #5d677e;
	font-size: 9pt;
}

.sub_menu
{
	color: #5f6063;
	font-size: 9pt;
}

.list
{
	margin-left: 2px;
}

.list .bullet
{
	background-image: url( 	../images/bullet.gif );
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-right: 12px;
}

.list .element
{
	padding-bottom: 1px;
}

.list .elementPadded
{
	padding-bottom: 4px;
}

.testimonialQuote
{
	font-style: italic;
	color: #5d677e;
}

.testimonialAuthor
{
	background-image: url( 	../images/bullet.gif );
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	margin: 5px 0px 15px 25px;	
}

.adSpace
{
	vertical-align: top;
	text-align: center;
	border-left: solid 1px #e6e8ec;
}

.adSpace .ad
{
	margin: 0px 6px;
	padding: 10px 4px;
	
	border-bottom: solid 1px #e6e8ec;
	text-align: center;
}

.footerSpace
{
	background-color: #6c7792;
	padding: 18px 18px;
	
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d4455;
}

.footerSpace a.link
{
	color: #3d4455;
	text-decoration: none;
}

.footerSpace a.link:hover
{
	color: #3d4455;
	text-decoration: underline;
}

.companyInfo
{
	text-align: center;
	
	font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.companyInfo a.link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.companyInfo a.link:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.link:hover
{
	color: #000000;
	text-decoration: underline;
}

a.link
{
	color: #47484a;
	text-decoration: underline;
}

.contactSelect
{
	border: solid 1px #d3d6de;
	background-color: #eeeeee;
}

.contactInput
{
	width: 300px;
	border: solid 1px #d3d6de;
	background-color: #eeeeee;
}

.contactInputShort
{
	width: 150px;
	border: solid 1px #d3d6de;
	background-color: #eeeeee;
}

.frame
{
	border: solid 1px #000000;
}

img
{
	border: 0px;
}

form
{
	margin: 0px;
}

.hidden
{
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}


