/***************************/
/***** Tag Definition *****/
/*************************/



body {
	font-family:Arial,Helvetica,sans-serif;
}

h1 {
	padding:0;
	margin: 0;
	font-weight: bold;
	line-height:44px;
	margin-bottom: 15px;
	font-size: 34px;
}

h2 {
	padding:0;
	margin: 0;
	font-weight: bold;
	line-height:30px;
	margin-bottom: 10px;
	font-size: 20px;
}

h3 {
	padding:0;
	margin: 0;
	font-weight: bold;
	line-height:28px;
	margin-bottom: 4px;
	font-size: 18px;
}

p {
	padding:0;
	margin:0 0 15px 0 !important;
	font-size:12px;
	line-height:22px;
}

a, a:link, a:visited {
	font-size:12px;
	line-height:22px;
	color:#657d7b !important;
	text-decoration:none  !important;
	font-weight:bold;
}

a:hover, a:active {
	text-decoration:underline;
}

#pageContent ul, .mceContentBody ul { 
	margin:0 0 5px 4px;
	padding:0;
	list-style:none;
}

#pageContent ul li, .mceContentBody ul li { 
	/*margin-left:5em;*/
	font-size: 12px;
	line-height: 22px;
	/*list-style-image: url(/images/miscellaneous/bullet.gif);*/
	background-image:url(/images/miscellaneous/bullet.gif);
	background-repeat:no-repeat;
	background-position:10px 8px; 
	padding:0 0 0 24px; 
	margin:0 0 5px 0;
}

/******************************************/
/******** Classes ************************/
/****************************************/
.white {
	color:#FFFFFF;
}

.black {
	color:#000000;
}

.green {
	color:#657d7b;
}

.red {
	color:#875862;
}

.text-bold {
	font-weight:bold;
}

.text-italic {
	font-style:italic;
}

.text-quote {
	line-height:26px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.text-attribution {
	line-height:16px;
	color: #657d7b;
	margin-bottom: 15px;
}


.text-subheading {
	font-weight: bold;
	font-size:14px;
}

.image-border {
	border:1px solid #000000;
	/*padding:3px;*/
	margin-right:6px;
}

.sub-menu {
	/*padding:2px 8px 2px 4px !important;*/
	/*padding:8px 0px 8px 0px !important;*/
	/*line-height:30px !important;*/
	/*border-right:1px solid #657d7b;*/
	border-bottom: 2px dotted #657d7d;
	border-top: 2px dotted #657d7d;
	margin-bottom: 20px;
}

.sub-menu a {
	border-left:1px solid #657d7b;
	line-height:30px !important;
	padding:2px 4px 2px 5px !important;
}

.sub-menu a:first-child {
	border: none;
	padding-left: 0 !important;
}

/*.sub-menu-last {
	padding:2px 8px 2px 4px !important;
	line-height:30px !important;
}*/



.dashed-line {
	background-image:url(/images/miscellaneous/green-dashed-line.gif);
	background-position: center left;
	background-repeat: repeat-x;
	line-height: 1px !important;
	height: 1px !important;
	text-size: 1px !important;
	/*margin: 15px 0 15px 0;*/
	border: 0;
}

.space-out-images {
	margin-right: 10px;
	margin-bottom: 10px;
}


/* Past Production page */

table.table-shows {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

table.table-shows td {
	padding:0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

table.table-shows tr td img {
	padding:0;
	margin: 0;
	margin-bottom: 5px;
}

table.table-shows a, table.table-shows a:link, table.table-shows a:visited {
	text-decoration: none;
	color: black;
	line-height: 16px;
}

table.table-shows a:active, table.table-shows a:hover {
	text-decoration: none;
	color: #657d7b;
}
