/* global style */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0;
	padding: 0;
}

/*body#home-page {
	background: url(/images/bg-strip.gif) repeat-x white;
}*/

body#home-page,
body#content-page {
	background: url(/images/bg-strip-content.gif) repeat-x white;
}

#layoutShell {
	width: 930px;
	margin: auto;
}

a {
	color: #709e20;
}

a:active, a:focus, a:hover {
	color: #00cccc;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #709e20;
	margin: 0.5em 0 1em;
}

h1		{ font-size: 1.5em;	}
h2		{ font-size: 1.25em;	}
h3		{ font-size: 1.1em;	}
h4, h5, h6	{ font-size: 1em;	}

p {
	margin: 0.5em 0em 1em;
}

div.message {
	text-align: center;
	font-size: larger;
	font-style: italic;
	background-color: #eeffee;
	border-style: outset;
	border-width: thin;
	padding: 0.5em;
	margin-bottom: 1em;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table.contentpaneopen table th {    /* an actual content table */
	text-align: left;
	vertical-align: baseline;
	padding-right: 1em;
}

table.contentpaneopen table td {    /* an actual content table */
	vertical-align: baseline;
}

table.contentpaneopen {
	width: 100%;
	/*border-spacing: 1px 0;
	border-collapse: separate;*/
}

table.contentpaneopen p {
	margin-top: 18px;
}

div.componentheading {
	color: white;
	background: #006600;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 1px 5px 2px;
}

.contentheading {
	color: white;
	background: #006600;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 1px 5px 2px;
}

.contentheading * {
	color: white;
	background: #006600;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}

.blog .contentheading {
	color: #709e20;
	background: transparent;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 0;
	margin: 0;
}

.blog .contentheading * {
	color: #709e20;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}

.blog .contentheading h1 {
	margin: 0.5em 0;
}

.blog .article_separator /* sic */ {
	display: block;
	border-bottom: 1px solid #cccccc;
}

/* staff directory pages */

.contentpane-aitho8ch td {
	padding: 0;
}

.contentpane-aitho8ch p {
	margin-top: 0;
}

.contentpane-aitho8ch td.contentheading-aitho8ch {
	color: white;
	background: #006600;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 1px 5px 2px;
}

.contentpane-aitho8ch td.contentheading-aitho8ch * {
	color: white;
	background: #006600;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}

.contentpane-aitho8ch td td {
	width: auto;
	padding: 2px 3px 0px;
}

.sectiontableheader-aitho8ch {
	color: white;
	background: #006600;
	font-size: 17px;
	font-weight: bold;
	padding: 1px 3px 2px;
}

.contentpane-aitho8ch td td.sectiontableheader-aitho8ch {
	color: white;
	background: #006600;
	font-size: 17px;
	font-weight: bold;
	padding: 1px 3px 2px;
}

/* header */

#home-page #banner {
	height: 270px;
	background: url(/images/flashHolder.gif);
}

#content-page #banner {
	height: 143px;
	background: url(/images/flashHolderContent.gif);
}

#header {
	height: 84px;
	background: url(/images/logo-header-bg.jpg) no-repeat;
	position: relative;
}

#headerLogo {
	width: 307px;
	height: 57px;
	/*margin: 10px 15px 0px 35px;
	float: left;*/
	position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
	/*top: 10px;
	left: 35px;*/
}

#headerContent {
	width: 525px;
	height: 64px;
	position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
	left: 333px;
	text-align: center;
	font-size: 10px;
}

#headerContent table.moduletable {
	width: 100%;
	height: 100%;
}

#headerContent table.moduletable * {
	vertical-align: middle;
}

#headerContent a.odd {
	color: #99cc66;
}

#headerContent a.even {
	color: #999999;
}

/* top nav */

#nav {
	background: url(/images/nav-bg.jpg) no-repeat;
	font-size: 18px;
}

#navBottom {
	background: url(/images/nav-bg-bottom.jpg) no-repeat;
	height: 8px;
}

#flashNav {
	width: 840px;
	height: 32px;
	margin: auto;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin: 10px 10px;
}

#nav a {
	color: #626262;
	text-decoration: none;
}

#nav a:active, #nav a:focus, #nav a:hover {
	color: #709e20;
}

/* main body */

#contentBody {
	background: url(/images/mainBody.gif) top no-repeat;
	padding: 10px 23px;
}

/* video player */

#videoBox {
	float: left;
}

#videoTop {
	background: url(/images/video-box.gif) right no-repeat;
	width: 398px;
	height: 184px;
}

#videoBottom {
	background: url(/images/video-box-bottom.gif) right no-repeat;
	width: 398px;
	height: 7px;
}

#videoDiv {
	padding: 9px 7px 0px;
}

/* feature boxes */

.moduletable-feature-box {
	float: left;
	width: 161px;
	min-width: 161px;
	max-width: 161px;
	height: 191px;
	min-height: 191px;
	max-height: 191px;
	font-size: 12px;
}

.moduletable-feature-box * {
	vertical-align: top;
}

.moduletable-feature-box .contentpaneopen {
	height: 184px;
	min-height: 184px;
	max-height: 184px;
	background: url(/images/feature-box.gif) top no-repeat;
}

.moduletable-feature-box .contentpaneopen td {
	padding: 9px 7px 0px 11px;
}

.moduletable-feature-box .article_separator /* sic */ {
	display: block;
	height: 7px;
	background: url(/images/feature-box-bottom.gif) top no-repeat;
}

.moduletable-feature-box h1,
.moduletable-feature-box h2,
.moduletable-feature-box h3,
.moduletable-feature-box h4,
.moduletable-feature-box h5,
.moduletable-feature-box h6 {
	margin: 0.2em 0em;
	font-size: 1em;
}

.moduletable-feature-box p {
	margin: 0.2em 0em;
}

.moduletable-feature-box a.readon {
	text-decoration: none;
	background: url(/images/morearrow.gif) right no-repeat;
	display: block;
	text-align: right;
	padding-right: 16px;
}

/* main column */

#middleColumn {
	/*text-align: justify;*/
	float: left;
	margin-top: 2px;
	width: 692px;
}

/*#home-page #middleColumn {
	width: 380px;
}

#content-page #middleColumn {
	width: 697px;
}*/

#middleColumn .moduletable-fe7tha2k {
	width: 348px;
}

#middleColumn .moduletable-fe7tha2k div {
	height: 225px;
}

/* left column (nav sidebar) */

#leftColumn {
	width: 180px;
	float: left;
	clear: left;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 2px;
}

#moduletable-events {
	margin-top: 25px;
}

a.left_link_color{
	color: #709e20;
}

a.left_link_color:active, a.left_link_color:focus, a.left_link_color:hover {
	color: #00cccc;
}

#leftColumn table {
	width: 100%;
	margin-bottom: 25px;
}

#leftColumn th {
	background: #006600;
	color: white;
	font-weight: bold;
	padding: 1px 3px 2px;
	font-size: 17px;
}

#leftColumn ul {
	margin: 0;
	padding: 0;
	border-top: 23px solid #006600;
}

#leftColumn li {
	list-style: none;
	/*background-image: url(/images/small_arrow.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-color: #ccffcc;*/
	background: url(/media/SevenStarEvents/chrome/subnavBackGround.png) no-repeat center;
	margin: 0;
	padding: 0 7px;
	height: 21px;
	/*padding: 2px;
	padding-left: 12px;*/
	/*border-bottom: 1px solid white;*/
}

#leftColumn li * {
	line-height: 21px;
	vertical-align: middle;
}

#leftColumn #mainlevel a {
	text-decoration: none;
	color: #333333;
}

#leftColumn #mainlevel a:active, #leftColumn #mainlevel a:focus, #leftColumn #mainlevel a:hover {
	color: #888888;
}

/* service/endorsement sidebar */

#rightColumn {
	width: 310px;
	float: left;
	clear: right;
	border-top: 23px solid #006600;
	margin-left: 5px;
	margin-top: 2px;
	padding-top: 10px;
}

#rightColumn .moduletable {
	margin-bottom: 10px;
}

.moduletable-service-box {
	width: 310px;
	margin-bottom: 10px;
	font-size: 13px;
	border-collapse: separate;
}

.moduletable-service-box th {
	font-size: 17px;
	background: #006600;
	color: white;
	text-align: left;
	padding: 1px 5px 2px;
}

.moduletable-service-box td {
	border: 1px solid #999999;
	/*border-top: none;*/
}

.moduletable-service-box img {
	float: right;
}

.moduletable-service-box p {
	margin: 0;
	padding: 3px;
}

.moduletable-service-box a {
	text-decoration: none;
	color: #333333;
}

.moduletable-service-box a:active,
.moduletable-service-box a:focus,
.moduletable-service-box a:hover {
	color: #00cccc;
}

/* footer */

#footer {
	clear: both;
	text-align: center;
}

#footer hr {
	background-color: #eeeeee;
}