/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: sans-serif;
	color: #333333;                 /* SIMON - This is the text colour */
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #003399; /* SIMON - This is the background colour yucky green*/
}

/******* hyperlink and anchor tag styles *******/

a{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

/* SIMON - color: = text colour for all the header tags*/
h1{
 font: bold 120% sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% sans-serif;
 color: #180c8a;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold 150% sans-serif;
	color: #180c8a;
	margin: 0px;
	margin-bottom:5px;
 	padding: 0px;
}

h4{
 font: 100% sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em sans-serif;
 color: #334d55;
}
				
input{
font-family: sans-serif;
}

img{
border: none;
padding: 5px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	top: 138px;
	margin-left: auto;
	margin-right: auto;
	width:900px;
	background-color: #ffffff;
}


#masthead{
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width:900px;
	background-image: url(/images/summer-banner3.jpg);
	overflow:hidden;
	height:138px;
	background-repeat: no-repeat;
	background-position: left top;	
}
#masthead img{
	float:right;
	padding:0px;
	margin-left:700px;
	margin-right:10px;
	padding-top: 3px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	font: sans-serif;
	font-size:12px;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 183px;
	/*border-left: 1px solid #ccd2d2;*/
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 200% sans-serif;
	color: #180c8a;
	padding: 15px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p {
	padding: 0px;
	margin: 0px;
}

.story a.capsule{
	font: bold 1em sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 20px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 5px;
	margin-top: 0px;
}
#siteInfo p
{
padding: 5px;
	margin: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align:middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3 a{
	color:#000000;
}

#sectionLinks a{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	color:#180c8a;
	text-decoration: none;
}


/************* relatedLinks styles **************/

#sectionLinks .relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks .relatedLinks a{
	display: block;
	color:#3333FF;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/

/* Styles for autocomplete dropdown list*/

	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	#sightings{
		display:inline;
	}

.alignleft iframe {padding-right:10px;}
.alignleft {float:left; padding-right:10px;}
.alignright iframe {padding-left:10px;}
.alignright{float:right !important; padding-left:10px;} 

.vertseperator{border-left:solid 2px #003399; border-bottom:solid 2px #003399;}
.horiseperator td{border-bottom:solid 2px #003399;}

.contactblock{
	width:300px;
	float:left;
	padding-top: 30px;
}
.contactblock .pic{float:left;width:140px;}
.contactblock img{padding:5px 10px 5px 0px;}
.spacer{
	clear:both;
	height: 5px;
}

