@charset "utf-8";

/*	Armadale Station CSS  */
/*	Created by: Andrew McEwan // The Web Workshop Ltd  */

* {
	padding:0;
	margin:0;
	}

body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #669acc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5c5c5c;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/logos/EMA-logo.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
} 

/*	Header  */

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	width:800px;
	height:250px;
} 

/*	Sidebar navigation  */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
}

.twoColFixLtHdr #sidebar1 h3 {
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:30px;
	padding-left:15px;
	}
	
ul#primaryNavigation {
	color:#083B68;
	padding-left:15px;
	}
	
ul#primaryNavigation li {
	list-style-type:circle;
	list-style-position: outside;
	}
	
ul#primaryNavigation li:hover {
	list-style-type:disc;
	list-style-position: outside;
	}

ul#primaryNavigation li a {
	font-weight:bold;
	color:#013469;
	text-decoration:none;
	line-height:1.7em;
	font-size:1.0em;	
	}


/*	Main Content Area  */

.twoColFixLtHdr #mainContent {
	background:#e6e6e6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;	
}

.twoColFixLtHdr #mainContent h1 {
	color:#083B68;
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:10px;
	line-height:1.6em;
	}

.twoColFixLtHdr #mainContent h2 {
	color:#6594BE;
	font-size:1.6em;
	font-weight:normal;
	padding-bottom:10px;
	}
		
.twoColFixLtHdr #mainContent p.subContent {
	padding-bottom:25px;
	font-size:1.0em;
	color:#88A5C3;
	}
	
.twoColFixLtHdr #mainContent p {
	font-size:1.2em;
	padding-bottom:15px;
	line-height:1.5em;
	}
	
p.lastParagraph {
	padding-bottom:250px !important;
	background:transparent !important;
	}
	
p.createGap {
	padding-bottom:350px !important;
	background:transparent !important;
	}
	
/*	Lists	*/

.twoColFixLtHdr #mainContent ul.genericList {
	list-style-type:circle;
	padding-left:30px;
	padding-bottom:20px;
	}
	
.twoColFixLtHdr #mainContent ol.genericList {
	padding-left:50px;
	padding-bottom:20px;
	}
	
.twoColFixLtHdr #mainContent ul.genericList li,
.twoColFixLtHdr #mainContent ol.genericList li {
	font-size:1.2em;
	line-height:2em;
	}
	
.twoColFixLtHdr #mainContent ul#comparison {
	list-style-type:none;
	}
	
.twoColFixLtHdr #mainContent ul#comparison li {
	width: 240px;
	float:left;
	padding-right:15px;
	}
	
.twoColFixLtHdr #mainContent dl.teams {
	padding-bottom:15px;
	font-size:1.2em;
	float:left;
	}
	
.twoColFixLtHdr #mainContent dl.teams dt {
	font-weight:bold;
	width:200px;
	padding-right:20px;
	padding-bottom:5px;
	line-height:1.6em;
	float:left;
	clear:left;
	}
	
.twoColFixLtHdr #mainContent dl.teams dd {
	width:300px;
	float:left;
	line-height:1.6em;
	padding-bottom:5px;
	}



/*	Style Links In Main Content  */

.twoColFixLtHdr #mainContent a:link {
	text-decoration:underline;
	color:#5c5c5c;
	}

.twoColFixLtHdr #mainContent a:visited {
	text-decoration:underline;
	color:#9B9B9B;
	}
	
.twoColFixLtHdr #mainContent a:hover, 
.twoColFixLtHdr #mainContent a:active {
	text-decoration:none;
	}

/*	Footer  */

.twoColFixLtHdr #footer {
	height:100px;
	text-align:right;
	background-color: #669acc;
	background-image: url(../img/a.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.15em;
}

.twoColFixLtHdr #footer p a,
.twoColFixLtHdr #footer p a:visited,
.twoColFixLtHdr #footer p a:hover,
.twoColFixLtHdr #footer p a:active {
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom:0px !important;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*	News - Current  */

h3#latestNewsHeading {
	padding-top:25px;
	padding-bottom:10px !important;
	}

ul#LatestNewsSnippets {
	padding-left:15px;
	list-style-type:none;
	}

ul#LatestNewsSnippets li {
	list-style-type:none;
	padding-bottom:10px;
	text-decoration:none;
	clear:right;
	line-height:1.6em;
	}

ul#LatestNewsSnippets li a {
	list-style-type:none;
	text-decoration:none;
	color:#013469;
	}
	
ul#LatestNewsSnippets li a:hover {
	text-decoration:underline;
	}
	
ul#LatestNewsSnippets li h3 {
	font-size:1.4em !important;
	padding-bottom:5px;
	}
	
ul#LatestNewsSnippets li a img {
	float:right;
	padding:5px;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #669acc;
	}
	
p.newsDatePosted {
	font-size:0.8em;
	}
	
br.newsItem {
	line-height:1.4em;
	}
	
/*	News - Archive  */
	
ul#NewsArchive {
	padding-top:20px;
	list-style-type:none;
	}
	
ul#NewsArchive li {
	list-style-type:none;
	padding-bottom:10px;
	text-decoration:none;
	clear:right;
	}

ul#NewsArchive li a {
	list-style-type:none;
	text-decoration:none;
	}
	
ul#NewsArchive li h3 {
	font-size:1.4em !important;
	padding-bottom:5px;
	}
	
ul#NewsArchive li a img {
	float:right;
	padding:5px;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #669acc;
	}
	
.clear {
	clear:right;
	}
	
/*	News Items  */

p.viewNewsItem {
	clear:right;
	}

p.viewNewsItem img {
	float:right;
	padding:5px;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #669acc;
	}
	
ul#downloadDocuments {
	list-style-type:none;
	}
	
ul#downloadDocuments li {
	list-style-type:none;
	padding-bottom:10px;
	text-decoration:none;
	}
	
ul#downloadDocuments h4 {
	font-size:1.3em;
	padding-bottom:5px;
	}
	
cite {
	font-style:normal;
	font-weight:bold;
	}
	
blockquote {
	padding-left:30px;
	padding-right:30px;
	font-size:1.2em;
	line-height:1.6em;
	}
	
img.spacer {
	padding-bottom:20px;
	}
	
a.spacer:hover {
	text-decoration:none;
	border:none;
	background:transparent;
	}