/*
Name: Text
Version: 1
Created: 2007-07-31
Author: Ben Pace
Intended for: http://www.cts-lansdowne.co.uk/
*/

img, slideshow, my_slideshow {
	display: none;
	}

/*--- Standard Elements (main content) ---*/

body {
	margin: 0;
	padding-bottom: 0;
	text-align: left;
	color: #000;
	font: small/normal Arial, Helvetica, sans-serif;
}

a:link, 
a:visited {
	color: #000000;
	text-decoration: underline;
	border-bottom-color: #014492;
	border-bottom-style: none;
	border-bottom-width: 0px;
	}

a:hover, 
a:active {
	color: #fff;
	text-decoration: underline;
	background-color: #014492;
	border-bottom-color: #014492;
	border-bottom-style: none;
	}


h1 {
	margin: 1em 0 0 0;
	font-size: 1.7em;
	letter-spacing: normal;
	}

h2 {
	margin: 20px 0 1em 0;
	color: #000;
	font-size: 1.5em;
	letter-spacing: normal;
	}

h3 {
	margin: 10px 0 0 0;
	font-size: 1.2em;
	letter-spacing: normal;
	}

h4 {
	margin: 0 0 1em 0;
	font-size: 10pt;
	letter-spacing: normal;
	}
	
input {
	color: #4666b0;
	font: .85em/normal Arial, Helvetica, sans-serif;
	padding: 0;
	}
hr {
	width: 780px;
	text-align: center;
}


/*--- Layout ---*/

#container {
	clear: both;
	width: 780px;
	margin: 14px auto 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	height:expression( this.scrollHeight < 500? "500px" : "auto" );
	border: 0px solid black;
	}

#main {
	background-color:#FFF;
	width: 780px;
	border: 0px solid black;
	}


#ss-text {
	display: none;
	}


#footer-top {
	font-size: 11px;
	float: left;
	border-top: 1px solid black;
	margin-top: 20px;
	padding-top: 5px;
	width: 780px;
	text-align: center;
	color:#003366;
}

#footer-top a:link, 
#footer-top a:visited {
	color: #003366;
	text-decoration: none;
	padding: 8px 2px 2px 2px;
}

#footer-top a:hover, 
#footer-top a:active {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	background-color: #003366;		
}

#footer-links-right{
	color: #003366;
	text-decoration: none;
	padding-left: 250px;
	float: left;
	width: 530px;
	text-align: right;

}

#footer-links-right a:hover, 
#footer-links-right a:active {
	text-decoration: underline;
	color: #FFFFFF;

	background-color: #003366;		
}
#footer-links-right a:hover{
	text-decoration: underline;
}

#footer-links-left{
	color: #000;
	float: left;
	width: 250px;
	text-align: left;

}


#footer-bottom {

	clear: both;
	float: left;
	color:#003366;
	font-size: 11px;
	padding-top: 5px;
	margin: 0;
	width: 780px;
	text-align: center;	
}
#footer-bottom a:link, 
#footer-bottom a:visited {
	color: #003366;
	text-decoration: none;
	padding: 8px 2px 2px 2px;
}

#footer-bottom a:hover, 
#footer-bottom a:active {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	background-color: #003366;		
}
	
#footer-copyright {
	clear: both;
	float: left;
	color: #003366;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 780px;
	text-align: center;	
}


#footer-bottom a:link, 
#footer-bottom a:visited {
	color: #003366;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	}

#footer-bottom a:hover, 
#footer-bottom a:active {
	text-decoration: underline;
	color: #FFF;
	padding: 5px 5px 5px 5px;

	}

