/* 
=============================================
=============================================
=====					=====
=====					=====
=====		Body Styles		=====
=====					=====
=====					=====
=============================================
=============================================
 */

body {
	background: #EEEEEE url(../images/background.jpg) no-repeat;
	background-position: top center;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
        font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 25px;
}

/* 
=============================================
=============================================
=====					=====
=====					=====
=====		Link Styles             =====
=====					=====
=====					=====
=============================================
=============================================
 */

a {
 color: #E11351;
 text-decoration: underline;
}

a:hover {
 color:#E11351;
 text-decoration:none;
}

a:visited {
  color: #E11351;
  text-decoration: underline;
}

a:focus {
  background: #FFFF99;
}


.wide_highlight_box a {
 color: #DFE6D1;
 text-decoration: underline;
}

.wide_highlight_box a:hover {
 color: #DFE6D1;
 text-decoration:none;
}

.wide_highlight_box a:visited {
  color: #DFE6D1;
  text-decoration: underline;
}

.wide_highlight_box a:focus {
  background: #DFE6D1;
}

.highlight_box a {
 color: #DFE6D1;
 text-decoration: underline;
}

.highlight_box a:hover {
 color: #DFE6D1;
 text-decoration:none;
}

.highlight_box a:visited {
  color: #DFE6D1;
  text-decoration: underline;
}

.highlight_box a:focus {
  background: #DFE6D1;
}

/* 
=============================================
=============================================
=====					=====
=====					=====
=====	      Structure Styles		=====
=====					=====
=====					=====
=============================================
=============================================
 */

#wrapper {
	background: #FFFFFF;
	margin: 0 auto;
	width: 896px;
	margin-top: 131px;
	padding-left: 22px;
	padding-right: 22px;
	overflow: hidden;
}

.clear {
	clear: both;
}

#logo {
	float: right;
	margin-bottom: 20px;
	padding: 0;
	width: 550px;
}

#footer {
	width: 896px;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0 auto;
	height: 150px;
	background: #FFFFFF url(../images/footer_bg.jpg) no-repeat;
	background-position: bottom center;
}

#content_container {
	margin-top: 20px;
}

#middle_col {
	width: 385px;
	float: left;
}

#wide_col {
	width: 670px;
	float: left;
}

#third_col {
	width: 250px;
	float: right;
}

.highlight_box_top {
	background: url(../images/right_col_top.jpg);
	height: 49px;
}

.highlight_box {
	background: url(../images/right_col_bg.jpg);
}

.highlight_box_bottom {
	background: url(../images/right_col_bottom.jpg);
	height: 49px;
	margin-bottom: 40px;
}

.wide_highlight_box_top {
	background: url(../images/wide_col_top.jpg);
	height: 39px;
}

.wide_highlight_box {
	background: url(../images/wide_col_bg.jpg);
}

.wide_highlight_box_bottom {
	background: url(../images/wide_col_bottom.jpg);
	height: 39px;
}



/* 
=============================================
=============================================
=====					=====
=====					=====
=====	      Text Styles		=====
=====					=====
=====					=====
=============================================
=============================================
 */

#content_container h1 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #616B4F;
	margin-bottom: 10px;

}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 30px 0 0 0px;
	font-size: 40px;
	font-weight: normal;
	color: #616B4F;
}

#content_container h2 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #616B4F;
	margin-bottom: 0.5em;
}

#wide_col h2 {
        margin-top: 25px;
}

#middle_col h2 {
        margin-top: 25px;
}


.highlight_box h3 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 10px;
	color: #DFE6D1;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: #E1134F solid 2px;
}

.highlight_box p {
	margin-bottom: 0px;
	color: #DFE6D1;
	padding-left: 20px;
	padding-right: 20px;
}

.wide_highlight_box h3 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 10px;
	color: #DFE6D1;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: #E1134F solid 2px;
}

.wide_highlight_box p {
	margin-bottom: 0px;
	color: #DFE6D1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* 
=============================================
=============================================
=====					=====
=====					=====
=====	      List Styles		=====
=====					=====
=====					=====
=============================================
=============================================
 */
 
ul {
	list-style: disc;
	line-height: 25px;
	margin-left: 30px;
	margin-top: 15px;
}

/* 
=============================================
=============================================
=====					=====
=====					=====
=====	      Image Styles		=====
=====					=====
=====					=====
=============================================
=============================================
 */

.image_right {
	float: right;
	margin-top: 20px;
}

.image_left {
	float: left;
	margin-top: 20px;
}

.image_right_margin {
	float: right;
	margin-left: 10px;
}

.image_left_margin {
	float: left;
	margin-right: 10px;
}

.flickr_thumbs {
	border: solid silver 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* 
=============================================
=============================================
=====					=====
=====					=====
=====	      Navigation		=====
=====					=====
=====					=====
=============================================
=============================================
 */

#navigation {
	width: 202px;
	border: solid silver 0px;
	float: left;
	margin-right: 24px;
}

#navigation ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navigation li a
{
margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 5px;
color: white;
line-height: 20px;
}

#navigation li li a
{

margin-bottom: 0px;
margin-top: 0px;
font-weight: normal;
background: #f5f5f5;
color: black;
}

#navigation ul ul {


}

#navigation a
{
text-decoration: none;
background-color: #E11351;
display: block;
}

#navigation li a:hover
{
background-color: #708090;
}

#navigation li li a:hover
{
background-color: #E5E5E5;
}

#navigation li a#current { background-color: #708090; }
#navigation li li a#subcurrent { background-color: #708090; }

/* 
=============================================
=============================================
=====					=====
=====					=====
=====	      News Ticker               =====
=====					=====
=====					=====
=============================================
=============================================
 */


/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
border: 0px;
background: #fff; 
width: 100%; 
height: 27px; 
margin-bottom: 20px; 
padding: 0;
overflow: hidden; 
height: 40px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 8px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #E1134F;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/*
=============================================
=============================================
=====					=====
=====					=====
=====	      Table Styles              =====
=====					=====
=====					=====
=============================================
=============================================
 */

 .news_table {
     width: 97%;
     line-height: 25px;
 }

 .users_table {
     width: 97%;
     line-height: 25px;
 }

 .submissions_table {
     width: 97%;
     line-height: 25px;
 }
 
 .bookings_table {
 	 width: 85%;
     line-height: 25px;
 }
 
  .tickets_table {
 	 width: 99%;
     line-height: 25px;
 }

/*
=============================================
=============================================
=====					=====
=====					=====
=====	      Submissions               =====
=====					=====
=====					=====
=============================================
=============================================
 */

 .submissions {
     overflow: hidden;
     height: 100%;
 }

 .submission_status {
     width: 100px;
     float: left;
     margin-right: 10px;
 }

.submission_status img {
     display: block;
      margin-left: auto;
      margin-right: auto;
 }

 .submission_text {
     width: 540px;
     float: left;
 }

 .submission_link {
     text-align: right;
 }

  /*
=============================================
=============================================
=====					=====
=====					=====
=====	        News dates              =====
=====					=====
=====					=====
=============================================
=============================================
 */

 .date {
	float:left;
	height:56px;
	width:56px;
	margin-left: 15px;
	background:url(../images/icon-calendar.gif) no-repeat;
	margin-top: 10px;
	}
.date p {
	text-align:center;
	color:#9b9b8e;
	margin:0 0 0 -2px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	}
.date span.day {
	font-size:18px;
	display:block;
	color: black;
	margin-top: 5px;
	}
.date span.month {
	font-size:12px;
	display:block;
	color: white;
	font-weight: bold;
	}
.teaser_text_holder {
        float: left;
        width: 500px;
        margin-left: 20px;
        }