
/* IMPORT SHEETS ############################## */

@import url(suckerfish.css);


/* LAYOUT ############################## 



body -----------------------------

 --- container -------------------
|
|  --- header
|  --- menu (absolute)
|  --- main-images
|
|  --- content ----
|  | direct-links | body-container   
|  -------------------
|
|  --- footer
|  
 ----------------------------------

*/


body {
	background-image:url(../i/bg-body.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#284977;
	color: #000000;
	margin: 0; 
	padding: 0; 
	text-align:center;
	}
	
#container { 
	width:760px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	position: relative;
}
	
#header {
	background-image:url(../i/bg-header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:100px; /* Image is 74px high - so set to 74px plus menu height */
	}
	
#header-print {
	visibility:hidden; display:none; height:0;
	}
	
#main-images {
	background-image:url(../i/home-image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 123px;
	}
	
#menu {
	position: absolute;
	top:74px;
	left:0;
	}
	
#content { /* content holds body-text and direct-links */
	background-image:url(../i/bg-content.gif);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	}
	
#body-container {
	background-color:#FFFFFF;
	float: right;
	\width: 580px; /* for old IE */
	w\idth: 540px;
	padding: 14px 20px 20px 20px;
	}
	
#body-text {} /* Just text - hook for slide javascript */

#section-menu {
	margin-top: 30px;
	}

#direct-links {
	width: 180px;
	float: left;
	padding-top: 15px;
	}
	
#clearer {
	clear:both;
	height:0; /* All these zeros needed to give div no height cross browser */
	font-size:0;
	}

#footer {
	padding-bottom: 30px;
	color: #FFFFFF;
	background-color: #284977;
	}



#telephone {
	margin:0;
	padding:0;
	text-align:right;
	position: absolute;
	top:42px;
	right:0;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:1.35em;
	font-weight:bold;
	color:#FFFFFF;
}

#telephone p {
	margin:0;
	padding:0;
}




/* FONTS ############################## */	


body {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

body {
    font-size : x-small;
    voice-family : "\"}\"";
    voice-family : inherit;
    font-size : small;
    }

html>head:first-child+body {
    font-size : small;
    }


h1, h2, h3 {
	background-color: transparent;
	color: #0F305E;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 120%;
	padding-bottom: 3px;
	border-bottom: 2px dotted #666666;
	}

h3, h4 {
	font-size: 100%;
	margin-bottom: -1em;
	}

/* special paragraphs ######################## */

p#printAddress { /* hide - print only */
	position: absolute;
	left: -999em;
}

p#crumb {
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	color:#666666;
	}
	
p#crumb a {
	color:#666666;
	text-decoration:none;
	}
	
p#crumb a:hover {
	text-decoration:underline;
	}
	
p#topLink {
	text-align:right;
	}
	
p#topLink a {
	background-image:url(../i/bg-toplink.gif);
	background-position:center right;
	background-repeat:no-repeat;
	color: #143462;
	text-decoration:none;
	padding-right: 25px;
	}
	
#footer p {
	text-align:right;
	color: #FFFFFF;
	}

#footer p a {
	color: #FFFFFF;
	text-decoration:none;
	}
	
#footer p a:hover {
	color:#FFFF00;
	}

p.sitelinks {
	text-align:right;
	color:#FFFFFF;
	}
	
p.sitelinks a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
p.sitelinks a:hover {
	color:#FFFF00;
	text-decoration:underline;
	}
	
	
/* direct-links ######################## */

#direct-links {
	font-family: arial, helvetica, sans-serif;
}

#direct-links ul {
	font-size: 85%;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	list-style: none;
	border-bottom: 1px solid #A09E9E;
}

#direct-links p {
	margin: 5px 0px 0 0px;
	font-weight: bold;
	color:#143462;
}

#direct-links a {
	\width: 180px; /* for old IE */
	w\idth: 153px;
	padding: 2px 5px 2px 22px;
	margin: 0;
	display: block;
	background-color: #E8E8E8;
	text-decoration:none;
	color: #000000;
	background-image:url(../i/bg-menu.gif);
	background-position:center left;
	background-repeat:no-repeat;
	}

#direct-links p a {
	color:#143462;
	background-image:none;
	\width: 180px; /* for old IE */
	w\idth: 165px;
	padding: 1px 5px 4px 10px;
}
	
#direct-links a:hover {
	background-color: #FFD800;
	}
	
#direct-links p.social {
	margin: 5px 10px;
	font-weight: bold;
	color:#143462;
	line-height:180%;
}

#direct-links p.social a {
	display:inline;
	width:auto;
	padding:0;
	margin;0;
	background-image:none;
}

/*  SLIDESHOW ##############################

<div.slide>
<h2>HEAD</h2>
<p><img alt="" src="/pics/02ms_orig.jpg" border="0"></p>
<p>TEXT</p>
</div>
*/

ul#slidelist {
	float:right;
	width: 120px;
	padding:10px 0;
	margin:10px 5px 0 0;
	list-style: none;
	font-size: 85%;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	}
	
html > ul#slidelist {
	margin:10px 10px 0 0;
	}
	
ul#slidelist li {
	padding:0 5px 0 13px;
	margin:0;
	background-image:url(../i/bg-slidelist-arr.gif);
	background-position:4px 5px;
	background-repeat:no-repeat;
	}
	
#slidelist a {
	text-decoration:none;
	color:#0F305E;

	}
	
#slidelist a:hover {
	text-decoration:underline;
	color:#FF0000;
	}
	
div.slide {
	padding: 0 10px 0 10px;
	border: 1px solid #757575;
	background-color: #E8E8E8;
	}

div.slide h2 {
	margin-right:130px;
	}
	
	

/* Sitemap styling */

#sitemap {
	margin-top: 30px;
	margin-left: 10px;
	}

#sitemap ul {
	list-style-type: square;
	color: #284977;
	}

#sitemap a:link, #sitemap a:visited, #sitemap a:active {
	color: #211F5E;
	/* text-decoration: none; */
	}

#sitemap a:hover {
	color: #F15F22;
	text-decoration: underline;
	}

#sitemap ul li {
	font-weight: bold;
	margin:0;
	padding: 0;
	margin-top: 10px;
	}

#sitemap ul ul li {
	font-weight: normal;
	margin:0;
	padding: 0;
	}

#sitemap ul ul ul li {
	font-weight: normal;
	margin:0;
	padding: 0;
	}
	
#sitemap ul ul ul li {
	font-weight: normal;
	margin:0 10px;
	padding: 0;
	margin-top: 0px;
	}
	

/* To hide skip to contents link */
.skipLink a {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

.skipLink a:active, .skipLink a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	/* The rest are purely presentational properties to make the link stand out */
	background-color: yellow;
	color: red;
	top: 5px;
	left: 5px;
	padding: 5px;
	border: 2px solid red;
	font-weight: bold;
} 



/* ACCESSIBILITY CONVERSIONS ###################### */
em {	font-style: italic;	}
strong {	font-weight: bold;	}


/* EMAIL FORM STYLES == */

div.demoFormRow input, div.demoFormRow textarea { 
	width: 300px; 
	}

div.mailFormRow { 
	margin-bottom:5px; 
	}

div.mailFormRow input, div.mailFormRow textarea { 
	width: 400px; 
	}

table.contact {
	background-color: #EAFAFB;
	border: 1px dotted #CCCCCC;
	}

input:focus, textarea:focus {
	background:#FFFF80;
	color:black;
	} 
	

/* RSV error validation ========= */

#rsvErrors {
    display: none; 
    background-color: #FFFF80;
    border: 1px solid #D90000;
    padding: 8px;
    width:380px;
    margin-bottom: 10px;
}

.errorHere {
	background-color:#D90000;
}
