/* 
=============================================
=============================================
=====					=====
=====					=====
=====		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: #e1134f;
 text-decoration: none;
}

a:hover {
 color: #006892;
 text-decoration:none;
}


.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 {
	position: relative;
	margin: 0 auto;
	background: #FFFFFF;
	width: 980px;
	text-align: left;
	border: 0px;
}

#header {
	position: relative;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}

.signature_logo	{
	float: left;
} 

.awards_logo {
	float: right;
}

#decor_bar {
	position: relative;
	background: #FFFFFF url(../images/background.jpg) top left no-repeat;
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	padding: 10px;
	height: 107px;
}

#content_container {
	margin-top: 10px;
}

#index_container {
	width: 750px;
	height: 820px;
	float: right;
	background:url(../images/index_photo_strip.png) no-repeat;
}

#index_container p  {
	margin-right: 200px;
}

#index_col {
	float: right;
	width: 754px;
	margin-bottom: 0px;
	border: 0px;	
}

#wide_col {
	float: right;
	width: 754px;
	margin-bottom: 20px;
	border: 0px;
}

#news_col {
	float: left;
	width: 754px;
	margin-bottom: 20px;
	border: 0px;
}

.press_col {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer {
	position: relative;
	background: #ffffff url(../images/footer_bg.jpg) no-repeat;
	overflow: hidden;
	height: 91px;
	clear: both;
}

#footer p {
	padding: 28px;
	font-size: 14px;
}

#footer a {
 color: #006892;
 text-decoration: none;
}

#footer a:visited {
 color: #006892;
 text-decoration: none;
}

#footer a:hover {
 color: #e1134f;
 text-decoration: none;
}	

.clear {
	clear: both;
}

#logo {
	float: right;
	margin-bottom: 20px;
	width: 550px;
}

#middle_col {
	width: 47%;
	float: left;
	margin-bottom: 25px;
}

#third_col {
	width: 250px;
	float: right;
}

#news_archive_col {
	width: 625px;
	margin-left: 50px;
}

#right_col_pic_strip {
	width: 147px;
	float: right;
	border: 0px; 
}

#right_col_winner_strip
{
	margin-left: 30px;
	margin-right: 10px;
	width: 160px;
	float: right;
	border: 0px;
}

#right_col_winner_hor_strip
{
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 10px;
	width: 270px;
	float: right;
	border: 0px;
}

#right_col_winner_hor_strip_alt
{
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 10px;
	width: 270px;
	float: right;
	border: 0px;
}

.side_menu_top {
	background: url(../images/side_menu_top.jpg);
	height: 19px;
	width: 195px;
	margin-left: 3px;
}

.side_menu_box {
	background: url(../images/side_menu_bg.jpg);
	width: 195px;
	margin-left: 3px;
}

.side_menu_bottom {
	background: url(../images/side_menu_bottom.jpg);
	height: 19px;
	width: 195px;
	margin-bottom: 20px;
	margin-left: 3px;
}

.press_menu_top {
	background: url(http://www.signature.org.uk/awards/images/press_menu_top.jpg);
	height: 14px;
	width: 280px;
}

.press_menu_box {
	background: url(http://www.signature.org.uk/awards/images/press_menu_bg.jpg);
	width: 280px;

}

.press_menu_bottom {
	background: url(http://www.signature.org.uk/awards/images/press_menu_bottom.jpg);
	height: 14px;
	width: 280px;
}

.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;
}

.side_menu_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;
}

.side_menu_box p {
	margin-bottom: 0px;
	color: #DFE6D1;
	padding-left: 20px;
	padding-right: 20px;
}

.press_menu_box h3 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 10px;
	color: #DFE6D1;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: #E1134F solid 2px;
}

.press_menu_box h4 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin-bottom: 5px;
	color: #DFE6D1;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 3px;
}

.press_menu_box p {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #DFE6D1;
	font-size: 14px;
}

.press_menu_box a {
	line-height: 10px;
	color: #ffee00;
}

.press_menu_box a:hover {
	color: #e1134f;
}

#press_menu_box a:visited {
	color: #ffee00;
}


.press_menu_box ul {
	padding-left: 0px;
	padding-right: 12px;
	list-style-type: disc;
	color: #DFE6D1;
	font-size: 14px;
	line-height: 20px;
}

.press_menu_box li a {
	line-height: 10px;
	color: #ffee00;
}

.press_menu_box hr {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.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: 44px;
	margin-left: 30px;
	margin-top: 10px;
}

/* 
=============================================
=============================================
=====					=====
=====					=====
=====	      Image Styles		=====
=====					=====
=====					=====
=============================================
=============================================
 */

.divider_image {
	float: left;
	margin-top: 25px;
	margin-bottom: 40px;
}

.image_left {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

.quote_image_left {
	float: left;
	padding-left: 1px;
	padding-top: 8px;
	padding-bottom: 20px;
}

.image_left_venue {
	float: left;
	margin-top: 5px;
	margin-right: 80px;
	
}

.image_left_margin {
	float: left;
	margin-right: 10px;
}

.image_left_small_margin {
	float: left;
	margin-right: 5px;
}

.ver_photo_strip {
	float: right;
	width: 170px;
	padding-left: 1%;
}

.image_right_margin {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.image_right_large_margin {
	float: right;
	margin-bottom: 5px;
}

.image_right{
	float: right;
}


.image_right_winners {
	float: right;
	padding-left: 20px;
	padding-bottom: 40px;
}

.image_right_awards {
	float: right;
	margin-left: 50px;
	margin-bottom: 10px;
}

.image_right_community_spirit {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.image_right_winners_alt {
	float: right;
	margin-bottom: 60px;
}

.image_right_materials {
	float: right;
	border: 0px;
	margin-top: 5px;
	margin-left: 10px;
	width: 350px;
	height: 285px;
}

.image_awards {
	float: right;
	margin-right: 75px;
	margin-left: 75px;
	margin-bottom: 20px;
}

.image_centre{
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.header_image_centre{
	padding-left: 5%;
	padding-right: 5%;
}

.image_centre_alt{
	float: right;
	margin-right: 55px;
	margin-top: 80px;
	margin-bottom: 30px;
}

.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: #006892;
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: #E5E5E5; }


#latest_news {
	margin-top: 10px;
	background-color: #e4e5e6; 
	border: 3px solid #006892; 
}

#latest_news h3 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #006892;
	padding-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	border-bottom: #E1134F solid 2px;
}

#latest_news p {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 13px;
	background-color: #e4e5e6; 
}

#latest_news a {
	color: #006892;
	background-color: #e4e5e6; 
}

#latest_news a:hover {
	color: #e1134f;
}

.latest_news a:visited {
	color: #006892;
}



#nominate a
{
text-decoration: none;
background-color: #e1134f;
display: block;
}

#twitter {
	width: 202px;
	float: left;
	margin-top: 20px;
}

#twitter p {
	font-size: 12px;
}

#twitter a {
	background-color: #FFFFFF;
	color: #006892;
}

#twitter a:visited {
	background-color: #FFFFFF;
	color: #006892;
}

#twitter a:hover {
	background-color: #FFFFFF;
	color: #e1134f;
}

/* 
=============================================
=============================================
=====					=====
=====					=====
=====	      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;
} 

.newscontainer { /* the outer div with the black border */
border: 0px;
background: #fff; 
width: 100%; 
height: 100px; 
margin-bottom: 20px;
padding-left: 100px;
overflow: hidden;
}

.newsfade {
	width: 100%;
	height: 30px;
	overflow:visible
} 

/*
=============================================
=============================================
=====					=====
=====					=====
=====	      Table Styles              =====
=====					=====
=====					=====
=============================================
=============================================
 */
 #header_table {
 	width: 99%;
 }

 
 #contact_table {
 	line-height: 20px;
	width: 100%;
 }
 
 .td_contact {
  	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	padding-right: 8px;
  }
  
  #shortlist_table {
    line-weight: 20px;
	width: 80%;
  }
  
  #shortlist_table td {
  	padding: 10px;
  }



 .news_table {
     width: 100%;
     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;
 }
  
 .links_table {
 	 margin-top: 50px;
	 margin-left: 90px;
	 margin-bottom: 20px;
	 width: 75%;
     line-height: 25px;
	 text-align: left;
	 background-color: #EBEBEB;
  }
  
  .td_link {
  	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
  }
  
  .links_table a {
	text-decoration: none;
  }

  .links_table a:hover {
  	color: #006892;
  }
  
  .links_table a.current { 
  	color: #006892; 
  }
  
  .awards_table {
 	 width: 99%;
     line-height: 25px;
	 padding-top: 10px;
  }
  
  .td_white {
  	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	background-color: #FFFFFF;
	border: #EBEBEB solid 2px;
	}
   
   .td_grey {
   	width: 50%;
   	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	background-color: #EBEBEB;
	border: #EBEBEB solid 2px;
	}
	
	.td_picture {
	width: 50%;
	padding-bottom: 20px;
	}
	
#regional_winners {
	margin-top: 15px;
    line-weight: 20px;
	width: 80%;
}
  
#regional_winners td {
  	padding: 5px;
}
	
	
/*
=============================================
=============================================
=====					=====
=====					=====
=====	      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              =====
=====					=====
=====					=====
=============================================
=============================================
 */
 
.news_block
{
	border: #EBEBEB solid 2px;
	background-color: #FBFBFB;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}


.date {
	float:left;
	height:56px;
	width:56px;
	background:url(../images/icon-calendar.gif);
	margin-top: 10px;
	margin-right: 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;
    margin-left: 10px;
	width: 688px; 
    }

/*
=============================================
=============================================
=====			=====
=====			=====
=====	     Picture fader              =====
=====			=====
=====			=====
=============================================
=============================================
 */
 
.fade {
	float: right;
	width: 400px;
	height: 265px;
	margin-left: 15px;
	overflow: hidden;
	background-image:url(../images/venue_images/fade_frame.jpg);
	background-repeat:no-repeat
}

.fade img {
	margin-left: 35px; 
	margin-top: 23px;
}
