/* Overridden HTML tags */
a {
	text-decoration: none;
	color: #0000AD; /* #003366; */	
}

a:hover {text-decoration: underline;}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* "Trebuchet MS"; */
	font-size: 14px;
	line-height: 1.5em;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h3, h4, h5 {
	color: #1E62A4;
	font-size: 16px; 
	padding: 0px; 
	margin: 0px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;	
	padding-bottom: 10px;
}

h2 {
	font-weight: bold;
	color: #000000;	
	font-size: 14px;
	padding: 0px; 
	margin: 0px;
	padding-top: 16px;
}

h2#first  {
	padding-top: 0px;	
}

h2#events  {
	padding-top: 0px;	
	color: #4F81BD;
	font-weight: bold;
	font-size: 16px;
}

h2#redtext  {
	padding-top: 16px;	
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}

.redtext  {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}

.smallredtext  {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.largenewstext {
	font-size: 16px;
}

h4 {
	font-weight: bold;	
}

html, body {
	height:100%; /*makes the html the full window height*/
	margin: 0px;
	padding: 0px;
}

html {
	overflow: auto; /* fix a scrolling problem in IE */
	overflow-y: scroll; /* show vertical scroll bar in all browsers, to prevent page shifting for short pages */
}

img {border:none;}

input {
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
input[type="button"],  input[type="reset"], input[type="submit"] {
	background-color: #002D56;
	border-bottom: #486A94 1px solid;
	border-left: #486A94 1px solid;
	border-right: #486A94 1px solid;
	border-top: #486A94 1px solid;
	color: #ffffff;
	font-weight: bold;
}

input[type="checkbox"] {
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none;
	padding-left: 0;
}

table td {
	vertical-align: top;
}

textarea {
	overflow: auto;
	border: 1px solid #003366;
	font-weight: normal;
}

ol {
  	margin: 0;
	padding: 0;
	margin-left: 18px;
}

ul {
  	list-style: disc outside;
  	margin-bottom: 0; 	
}

li { 
	margin-left: 5px; 
	padding-bottom: 5px;	
}

/* Containers */
#maincontainer {
	margin:0 auto; /* center, not in IE5 */
	width: 854px; /*780px;*/ 
	border: 1px #CCCCCC solid;
}
#contentwrapper{
	float: left;
	width: 100%;
}

/* Header Styles */
#header {
	width:100%;
	padding:0;
	background-color: #909092; /* #949494; */
	height: 262px; /* 263px; 285px*/
}

#header a {
	font-size: 14px;
	color: #FFFFFF;
}

#header #logo {
	float:left;
}

#header #topnav {
  float: none;
  padding: 2px;
  padding-bottom: 4px;
  padding-left: 4px;
  text-align:center;
}

.active {
	color: #690203;
	text-decoration: none;
}

/* Footer Styles */
#footer {
	margin:0 auto;
	padding:0px;
	padding-top:10px;
	background-color: #000000;
	height:40px;
	clear:both;
}

#footer a {
	font-size:10px;
}

#footer #bottomnav {
	float:left;
	text-align:center;
	width:50%; 
	font-size:10px;
	color:#FFFFFF;
}

#footer #bottomnav a {
	font-size:10px;
	color:#FFFFFF;
}

#footer #copyright {
	float:left;
	white-space:nowrap;
	font-size:10px;
	color: #FFFFFF;	
}

#footer #design {
	float:right;
	white-space:nowrap;
	margin-left: 5px; 
	margin-right: 5px;
	text-align:right;
} 

#footer #design a {
	font-size:10px;
	color:#FFFFFF;
}

/* Navigation Menu */
#navmenu {
	background: #FFFFFF url(../images/maroonbar2.jpg) left repeat-x;
	height: 32px;		
}

#navlinks {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 10px;
	color: #000000;
	height: 14px;
	padding-top: 4px;		
}

#navlinks ul {
	background: #FFFFFF url(../images/maroonbar.jpg) left repeat-x;	
	width: 100%;		
}

#navlinks li{
	display: inline;
	/* remove the margin and padding for the menu items, otherwise you end up with
	a space above the menu in IE */
	margin: 0; 
	padding: 0;
	vertical-align: middle;
}

#navlinks li a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Content Styles 
	the total width of the #leftcolumn #contentcolumn and #rightcolumn divs must
	not be greater than the total width of the 
*/
#contentcolumn {
	margin-top: 10px;
	margin-right: 0px; /* Width of the right hand column, do not forget to add any padding */
	margin-bottom: 0px;
	margin-left: 210px; /* Width of the left hand column, do not forget to add any padding that you may apply */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#leftcolumn {
	float:left;
	width: 200px; /* Width of the left column */
	margin-left: -100%;  /*set left margin - (Main Container Width} */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	min-height: 100%;
	height: auto;
	height: 100%;/*900px;*/
}

#rightcolumn {
	float: left;
	width: 200px; /*Width of right column*/	
	margin-left: -210px; /*Set left margin to -(RightColumnWidth)*/
	padding:0 5px 0 5px;
	background-color: #FFFFFF; 
	/*border-left: 1px solid grey;*/
}

#joeimageblock, #imageblock, #hemdeeimageblock {
	float: left;
	height: 300px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-bottom: 10px;
}

#imageblock h3 {
	margin: 0;	
	font-size: 14px;
	margin-bottom: 10px;
}
#homeimageblock{
	height: 308px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
/** Left and Right Hand Band */
#lefthandmenu {
	border-right: solid 1px #CCCCCC;
	height: 100%;
	padding-left: 0px;
}

#righthandmenu {
	border-left: solid 1px #CCCCCC;
	height: 100%;
	vertical-align: middle;
	padding-left: 15px;
}

#lefthandmenu ul, #righthandmenu ul {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal; 
	list-style: none;
}

#lefthandmenu ul li, #righthandmenu ul li {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	color: #000000;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 0;
}

#lefthandmenu div {
	padding-bottom: 5px;
	padding-top: 0px;
}

#righthandmenu div {
	padding-bottom: 5px;
	padding-top: 0px;
}

#righthandmenu h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;	
	padding-top: 10px;
	padding-bottom: 5px;	
}

#righthandmenu h2 a {
	text-decoration: none;	
	color: #000000;		
}

#lefthandmenu h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;	
	padding-top: 10px;
	padding-bottom: 5px;	
}

#leftbandsection {
	text-align: center;	
}

#leftbandsection h3 {
	background: #690203;
	padding: 5px 10px;
	margin: 0;
	color: #FFFFFF;
	border: solid 1px #690203;
	/* border-bottom: solid 1px #c4c4c4; */
	white-space: nowrap;
	font-size: 15px;
	font-weight: normal;
	/*height: 20px;*/
	text-align: center;
}

#leftbandsection img {
	padding-top: 7px;	
	padding-bottom: 7px;
}
#otherlinks, #menuitem {
	padding-left: 10px;
}

#otherlinks ul {
	padding: 5px;	
}

#otherlinks li {
	font-size: 14px;
	color: #003663;
	margin: 0;
	padding: 0;
	margin-left: 5px;	
	padding-bottom: 5px;
	background-image: url(../images/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#menuitem ul {
	padding-top: 5px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;	
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 5px;
}

#menuitem li {
	font-size: 14px;
	color: #003663;
	margin: 0;
	padding: 0;
	margin-left: 5px;	
	padding-bottom: 5px;
}

#centeredimages {
	text-align: center;
	padding: 5px;
}

.titletext {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	background: url(../images/greyline.gif) bottom repeat-x;		
	padding-bottom: 4px;
}

.greyverticalline {
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: middle;
	text-align: center;
}

.bluesubheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003663;
	padding-bottom: 2px;
	text-decoration: none;		
}

a.bluesubheadertext:hover {
	text-decoration: underline;		
}

.activeleftbandlink {
	color: #003366;
}

.inactiveleftbandlink {
	color: #003366;
	font-weight: bold;
}

/* Two column lists */
ul#two-column {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 90%;		
}

ul#two-column li {
	margin-left: 15px;
	padding-bottom:5px;
	padding-left: 15px;
	width: 40%;
	float: left;
	background-image: url(../images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#coolentertainers ul li {
	padding-bottom:25px;
	padding-top:50px;
}

#cool_entertainers_more_link {
	text-align:right;
}

.externalTable {
	width: 750px;
	border: 1px #CCCCCC solid;
}

.internalTable {
	padding-left: 5px;
	padding-right: 5px;
}

.maroonbar {
	background: #FFFFFF url(../images/maroonbar2.jpg) left repeat-x;
	height: 32px;		
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
}

#rightalignedimageblock {
	 float:right; 
	 margin-left:5px; 
	 margin-top:5px; 
	 margin-bottom:5px; 
	 margin-right:0px;
	 text-align: center;
}

.caption {
	font-size:12px;
	color:#1E62A4;
	margin-top: 0px;
	padding-top:0px;
}

/** PhotoSlider Image Gallery */
.photoslider {
	text-align:center;
	margin-right:0;
	margin-bottom: 10px;
}

.photoslider_nav {
	position: relative;
	border: solid #c4c4c4 1px;
	overflow: hidden;
	height: 120px;
	width: 542px; /*width of the sliding div*/
	margin: auto;
}
.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding-top:3px;
	padding-bottom:3px;
}

.photoslider_thumb {
	position: relative;
	border: solid #c4c4c4 1px;
	float: left;
	padding: 2px;
	padding-bottom:-1px;
	margin: 2px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 400px;
	padding-bottom: 2px;
}

.photoslider_main img {
	position: relative;
	border: solid #c4c4c4 4px;
	display: block;
	margin: 0;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.dashboard_font {
	font-weight: bold;
	color: #9F1D35;

	
}
.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #000000 1px;
	float: left;
}

.photoslider_play {
	background: url('../images/play_pause.jpg') no-repeat 0px 0px;
	border: 0px;
}

.photoslider_stop {
	background: url('../images/play_pause.jpg') no-repeat -25px 0px;
	border: 0px;
}