﻿body
{
	background-color: #2a453f;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana;
	font-size: 0.8em;
}

.hr
{
	width: 100%;
	background-image: url(/images/styling_images/horizontal-line.jpg);
	background-repeat: repeat-x;
	height: 10px;	
}

.ShaddowLayer
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/styling_images/BackgroundDropShadow.jpg);	
	background-repeat:repeat-y;
	top: 0px;	
}

.MainLayer
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	top: 0px;		
}

/* Site Footer Styles */
.homepageFooterLink
{
    display: block;
    padding: 10px;
    color: #999999;
    text-decoration: none;
    border-right: dashed 1px #333;
    padding-left: 50px;
    float: left;
}               
        
#dlPressAndMedia
{
    width: 100px;
    background: url(/images/styling_images/NewHomepage/press.png) no-repeat 10px center;
}
        
#dlTimetable
{            
    width: 100px;
    background: url(/images/styling_images/NewHomepage/pdf.png) no-repeat 10px center;
}
        
#dlCareer
{            
    width: 100px;
    background: url(/images/styling_images/NewHomepage/career.png) no-repeat 10px center;
}
        
#dlPressAndMedia:hover, #dlTimetable:hover, #dlCareer:hover
{
    background-color: #101010;
}
        
#dlClubLocations a
{
    text-decoration: none;
    color: #fff;
    display: inline;
    padding: 5px 0px;
}

#footertip { 
    display:none; 
    background:transparent url(/images/styling_images/NewHomepage/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

#FooterText
{
	width: 980px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #445f58;
	font-size: 8pt;
	margin-bottom: 10px;
}

#FooterText a, #FooterText a:link, #FooterText a:visited
{
	color: #556f69;
	text-decoration: none;
}

#FooterText a:hover
{
	text-decoration: underline;
}
 
/* End of Site Footer Styles */

.PNGFix
{
	behavior: url(/script/iepngfix.htc);
}

.Breadcrumb
{
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.Breadcrumb ul
{		
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.Breadcrumb li
{
	float: left;
}

.Breadcrumb li a:link, .Breadcrumb li a, .Breadcrumb li a:visited
{
	display: block;
	padding: 2px 2px 2px 15px;
	margin-left: 5px;
	text-decoration: none;
	color: #888;
	background-image: url(/images/styling_images/tri_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}

.Breadcrumb li a:hover
{
	color: #bbb;
	text-decoration: underline;
	background-image: url(/images/styling_images/tri_bullet_over.gif);
}

.MainContentArea
{
}

.MainContentArea h1
{
	font-size: 1.4em;
	margin-bottom: 5px;
	color: #7d9b17;
	background-image: url(/images/styling_images/h1_bullet.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	background-position: left 1px;
}

.MainContentArea h2
{
	font-size: 1.2em;
	margin-bottom: 5px;	
	color: #6d8b07;
}

.MainContentArea p
{
	margin: 4px 30px 4px 0px;
	padding: 0px 10px 0px 0px;
}

.MainContentArea a:link, .MainContentArea a:visited
{
	color: blue;
	text-decoration: none;
}

.MainContentArea a:hover
{
	text-decoration: underline;
}

.StyledTable
{
	border: 1px solid #7d9b17;
}

.StyledTable th
{
	background-color: #7d9b17;
	color: White;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

.StyledTable td
{
	padding: 4px;	
}

.altRow
{
	background-color: #f2f5e8;
}


.FadedText
{
	color: #aaa;
	font-size: 0.8em;
	font-weight: normal;
}

.testimony  {
	width:350px;
	background: url(/images/styling_images/quotes2.gif);
	background-repeat: no-repeat;
	background-position: -75px top;
	position:relative;	
}

.testimonial {
	width:280px;
	padding:10px 50px;
	background: url(/images/styling_images/quotes2.gif);
	background-repeat: no-repeat;
	background-position: 340px bottom;
	font-size:12pt;
	color:#787878;
	font-style:italic;
	position:relative;	
}

.testaments {} /*style this differently for whoever the quote is attributed to*/

#ttsNewsHeadlines
{
    font-size: 10pt;
}