/* CSS Document */

/* basic elements */
body { 
	font-size: 76%; /* tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (especially on a Mac) */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera */
	color: #333;
	text-align:center;
	background: white;
	}
	
	
p, ol, li, dd, td {	
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	text-align: left; /* compensates for an IE 6 bug */
	margin-top: 0;
	margin-bottom: 1em;	
	font-weight : normal;
	}
	
.speciallist li {
			line-height: 1.3em;
            margin-bottom: .70em;
			margin-top: .65em;


}
	
	
A:link {
	font-style: normal;
	color: #0000cc;
}

A:visited {
	color: #0000cc;
}
A:hover {
	color: #0000cc;
}
A:active {
	color: #0000cc;
}
	
	
/* layout */


#logoMinorNavContainer {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
    width: 772px;
	border-top:#ee8230 8px solid;		

	}
	
#logo  {
	margin: 0 0 0 0px;
	width: 265px;
	float: left;
	display: inline;
	
}

#minorNav {
	margin: 7px 34px 0 0px;
	float: right;
	display: inline;
	
}
	
#navMainContainer {
	clear: left;
	display: block;
	position: relative;
	text-align:left;
    height: 148px;	
	padding: 0;
	background: #fff; 
	/*width: 100%;*/
	margin: 0 0 5px 0;
}

/* hack: necessary for IE Mac as it won't centre an unordered list */
#navMainContainer2 {
	margin: 0 auto;
	width: 772px;
	
}

#navMainContainer ul {
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0;
	white-space: nowrap;
	height: 31px;
	width: 772px;
	display: block;
	overflow: hidden;
}
#navMainContainer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#navMainContainer ul li a {
	float: left;
	margin: 0 0 0 0px;
	height: 31px;
	display: block;
}

#navMainContainer ul li.first a {
	margin: 0 3px 0 0px;
	display: inline;
}

#navMainContainer ul li.second a {
	margin: 0 3px 0 0px;
	display: inline;
}

#navMainContainer ul li.third a {
	margin: 0 3px 0 0px;
	display: inline;
}


.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

#mainNav  {
	margin-bottom: 3px;

}

#mainNavPhotos    {

}

#mainNavPhotos img {
	margin-right: 3px;

}

#mainNavPhotos img.last {
	margin-right: 0px;

}

#ContentContainer  {

	display: block;
	position: relative;
	text-align:left;
	width: 764px;
    height: auto;	
	padding: 0;
	background: #fff; 
	/*width: 100%;*/
	margin: 0 auto 0 auto;
	border:#1976b9 solid 4px;

}

#leftCol  {
	float: left;
	display: inline;
	margin: 28px 0 20px 15px;
	width: 145px;
	font-size: 0.9em;

}

#mainDataContent  {
	float: right;
	display: inline;
	margin: 28px 52px 10px 0px;
	width: 522px;

}


#copyright  {
	width: 772px;
	margin: 4px auto 1em auto;
	color: #000;
	font-size: 0.85em;
	text-align: left;
}

/* contentstyles */	

.sidebarHead  {
	margin-bottom: 6px;

}

.mainContentHead  {
	margin-bottom: 6px;

}


