/* CSS Document */
/* A & E Tile - Main style */
/* Author: Craig Smith For Engine Communications - http://www.csmith-portfolio.com */
/* Main site styling - these affect parents */
body {
    background-color: #9ABDD2;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:0;
}
body,td,th {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	line-height: 14px;
}	
a {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* Heading and text styles without affecting parent tags. To add a style copy 
and paste one from below and change the name but ensure to keep period in front of name */
.primaryHeader{
	color: #559CBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
	.subpageHeader{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	.contactHeader{
	color: #559CBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}	
	.contactInfo{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	}
		.contactInfo2{
	color: #559CBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	}
	/*Navigation - This section deals with the look and functions of the navigation sections*/
#mainMenu ul{
font: 10px Arial;
color: #666666;
margin: 0 auto;
padding-left: 0;
float: left;
background-color: #FFFFFF;
list-style-type: none;
width: 410px;
}
#mainMenu ul li{
display: inline;
}
#mainMenu ul li a{
color: #666666;
display: block;
float: left;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
padding-top: 2px;
text-decoration: none;
background-color: #FFFFFF;
border-right: 1px solid #666666;
}
#mainMenu ul li a:visited{
color: #666666;
background-color: #FFFFFF;
}
#mainMenu ul li a:hover{
color: #666666;
background-color: #FFFFFF;
border-bottom: 5px solid #559CBE;
}
#mainMenu ul.last{
color: #666666;
display: block;
float: left;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-top: 4px;
text-decoration: none;
background-color: #FFFFFF;
border-right: 1px solid #FFFFFF;
}