/* global */
html {
	height: 100%;
}
body /*Defines text style for body, color is just in case there is a problem with the color stylesheet */ {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.68em;
	color: #5A6370;
}
p /*Defines text alignment for paragraphs */ {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.8em;
}
h1 /*Defines text style and spacing for h1, color is just in case there is a problem with the color stylesheet */ {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	color: #7D97AE;
}
h2 /*Defines text style and spacing for h2 in case you need to use this*/ {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}
img /*You can have an image border on all your images by changing this*/ {
	border: 0px;
}
a {
	outline: none;
}
/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}
.right {
	float: right;
	padding: 0px 0px 0px 8px;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}
/* unordered list */
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* main page container */
#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
/* links above the logo / footer */
#links, #footer {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 21px 0px 19px;
	width: 720px;
	height: 26px;
	font-size: 94%;
	text-transform: none;
}
#links {
	text-align: right;
}
#footer {
	text-align: center;
}
#links a, #footer a {
	text-decoration: none;
}
#links a:hover, #footer a:hover {
	text-decoration: underline;
}
/* splash  AKA the header */
#splash {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 80px;
	text-align: left;
}
#splash h1 {
	margin: 0px;
	padding: 31px 0px 0px 25px;
	font-size: 200%;
	letter-spacing: 0.2em;
}

/* main content */
#content {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	padding: 0px;
	overflow: hidden;
}
/*** SIDEBAR ITEMS LAYOUT STARTS HERE ***/
/* column 1 - do not delete unless you want to eliminate all sidebars - container for all sidebar items */
#column1 {
	width: 207px;
	float: right;
	padding: 0px 0px 15px;
}
/*This is essential to have a sidebar, it contains the sbihead, sbicontent and sbilinks */
.sidebaritem {
	text-align: left;
	width: 188px;
	float: left;
	margin: 0px 0px 25px 0px;
}
.sbihead {
	height: 14px;
	width: 188px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
}
.sbihead h1 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 112%;
}
.sbicontent {
	padding: 14px 8px 8px 19px;
}
.sbicontent p {
	line-height: 14px;
	padding: 0px 0px 8px 0px;
}
.sbicontentEvents {
	padding: 14px 8px 8px 0px;
	overflow: hidden;
}
.sbilinks {
	padding: 0px;
}
.sbilinks ul {
	margin: 0px auto;
}
.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}
.sbilinks li a, .sbilinks li a:hover {
	float: left;
	text-decoration: none;
	padding: 5px 0px 10px 19px;
	width: 188px;
	border: 0px;
	vertical-align: middle;
}
/*The following 2 change the dash underline to solid on hover*/
.sidebaritem a, #column2 a, #column2a a, .sidebaritem a:hover, #column2 a:hover, #column2a a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.sidebaritem a:hover, #column2 a:hover #column2a a:hover{
	border-bottom: 1px solid;
}
/*MAIN CONTENT LAYOUT STARTS HERE*/
/******************************************************************************************
THIS COLUMN TYPE IS USED IN PAGES W/SIDEBAR AND IN PAGES W/SIDEBAR AND HORIZONTAL TABBED PANELS
 ******************************************************************************************/
#column2 {
	text-align: left;
	width: 523px;
	float: left;
	padding: 12px 10px 15px 19px;
	height: 650px;
	overflow: auto;
}
#column2 h1 {
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}
#column2 h8 {
	font-size: 130%;
	text-transform: none;
	font-weight: bold;
	color: #353E47;
}
/**************************************************************
THIS COLUMN TYPE IS USED FOR THE SHOWS PAGE - VERTICAL TABBED PANELS
 **************************************************************/
#column2a {
	text-align: left;
	width: 523px;
	float: left;
	padding: 12px 10px 15px 19px;
	height: 650px;
}
#column2a h1 {
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}
/*#column2a h8 {
	font-size: 130%;
	text-transform: none;
	font-weight: bold;
	color: #353E47;
}*/
#column2a a {
	padding: 0px 0px 2px 0px;
	color: #353E47;
}

/***************************************************************************
COLUMN WIDE IS USED IN PRESS, PANELS, CONTACT PAGES, DOES NOT HAVE A SIDEBAR 
 ***************************************************************************/
#column_wide {
	text-align: left;
	width: 725px;
	float: left;
	padding: 12px 3px 30px 15px;
	height: 650px;
	overflow: auto;
}
#column_wide h1 {
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 125%;
	text-transform: uppercase;
	font-weight: normal;
}
#column_wide h2 {
	font-size: 90%;
	font-weight: normal;
}
#column_wide a {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #999999;
	font-weight: bold;
}
#column_wide ul li {
	list-style-type: disc;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	text-indent: 20px;
	list-style-position: inside;
}

/**************************************************************
   Generic Display 
 **************************************************************/
.block {
	display: block;
}
.clear {
	clear: both;
}
.marginRight {
	margin-right: 15px;
}
.paddingLeft {
	padding-left: 5px;
}
.paddingRight {
	padding-right: 5px;
}
.floatLeft {
	float: left;
	padding: 10px 20px 10px 0px;
}
.floatRight {
	float: right;
	padding: 10px 0px 10px 20px;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignTop {
	vertical-align: top;
}
.alignMiddle {
	vertical-align: middle;
}
.alignBottom {
	vertical-align: bottom;
}