
/* set default margins to make mozilla/ie the same */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: trebuchet ms, arial, verdana, georgia, sans-serif;
	font-size: 0.625em;
	line-height: 1.9em;
}

a
{
	text-decoration: none;
	outline: none; /*prevents Firefox showing dotted lines around href */
	color: black;
}

a:hover
{
	text-decoration: underline;
}

ol
{
	margin-left: 20px;
}

ol ol
{
	list-style-type: lower-alpha;
}


#contentmain ul {
	margin-bottom: 1em;
}

ul.portraitgallery li
{
	list-style-type: none;
	text-align: center;

}

ul.landscapegallery li
{
	list-style-type: none;
	text-align: center;

}

#primarynav 
{
	font-weight: bold;
}

#primarynav a.index
{
	margin-left: 140px;
	
}

#primarynav a:hover.index
{
	margin-left: 140px;
	
	
}

#primarynav a
{
	font-size: 1em;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

#primarynav a:hover
{
	text-decoration: none;
	color: black;
}

#primarynav a.interests:hover
{
	background: url(../images/layout/hover_background_large.jpg) no-repeat;
}

#primarynav a.contactus:hover
{
	background: url(../images/layout/hover_background_xlarge.jpg) no-repeat;
}

#primarynav a.whatsnew:hover, #primarynav a.information:hover, #primarynav a.newsletters:hover, #primarynav a.photogallery:hover
{
	background: url(../images/layout/hover_background_xxlarge.jpg) no-repeat;
}


#primarynav a.index:hover
{
	background: url(../images/layout/hover_background_medium.jpg) no-repeat;
}

#primarynav a.forum:hover
{
	background: url(../images/layout/hover_background_medium.jpg) no-repeat;
}

#secondarynav h5
{
	margin-bottom: 10px;
	padding-top: 15px;
	font-size: 1.2em;
	font-family: times, serif;

}

#tertiarynav h5
{
	margin-bottom: 10px;
	color: #343746;
	padding-top: 15px;
	font-size: 1.2em;
	font-family: times, serif;

}


#sidebar h5
{
	
	color: #47759C;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

#sidebar h5.left
{
	margin-top: 10px;

}

#contentmain h3
{
	color: #003F78;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: times, serif;
}

#contentmain p
{
	margin: 0px 0px 10px 0px;
}

#footer p
{
	font-size: 0.9em;
	color: #E6E6E6;
}

#footer a
{
color: #E6E6E6;
}

h1
{
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

h2
{
	font-size: 1em;
}

em
{
	font-weight: bold;
}

#contentmain img
{
	margin-bottom: 10px;
}








