/* Screen CSS */
body { /*Set outside main container*/
  padding: 0;
  margin: 0;
  background: #26596A;
  width: 100%;
  font-family: Arial,Helvetica,sans-serif;
  }

#container	{
	max-width:1200px; /*Prevent the site getting too large or too small*/
	min-width:760px;
	width: 91%; /*set container to 960px at 1024 resolution*/
	margin: 10px auto;
	background-color: #FFFFFF; /*set default background white*/
	border: 5px solid #6C98A1; /*set solid border around the site*/
	font-size: 1em; /*set the default font size*/
	line-height: 120%;
	}

#header { /*Accessibility header*/
	font-size: 0.8em; /*set smaller font size*/
	padding: 2px 2px 2px 5px;
	}

#header p {
	float:left;
	margin: 0 5px 5px 1px; 
	}

#header .floatright {
	float:right;
	margin: 0 1px 0 5px;
	display:inline;
	}
	
#header a {
	text-decoration: none;
	}
	
#header a:hover {
	text-decoration: underline;
	color: #0000FF;
	}
	
#header .logo { /*Logo*/
	float:right;
	margin: 1px; 
	padding: 2px;
	border: 3px solid #6C98A1; /*set solid border around the logo*/
	}

		
#horiznav { /*Navigation*/
	font-size: 0.8em;
	}
	
#horiznav ul {
	clear:left;
	list-style: none;
	padding: 5px;
	margin: 0;
	}

#horiznav ul li {
	float: left;
	margin: 0 1px;
	}

#horiznav li a {
	background: url(../logos/css-nav.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	width: 8em;
	display: block;
	border: 0.1em solid #6C98A1;
	text-decoration: none;
	text-align: center;
	}
	
#horiznav li a:hover {
	text-decoration: underline;
	color: #0000FF;
	}
	
	
#breadcrumb{ /*You are here web page indication*/
	clear:both;
	font-size: 0.75em; /*set smaller font size*/
	float:left;
	}
	
#breadcrumb ul{
	list-style-type:none;
	margin: 1px 1px 1px 5px;
	padding:0;
	}
	
#breadcrumb ul li{
	display:inline; 
	font-size:1em
	}
	
#breadcrumb ul li a {
	text-decoration:none; 
	line-height:1.4em; 
	}
	
#breadcrumb ul li a:hover{
	text-decoration:underline
	}

#main { /*second column*/
	clear:both;
	width: 95%; /*set container to 960px at 1024 resolution*/
	margin: 5px auto;
	padding:5px;
	font-size: 0.8em; 
	border: solid 3px #6C98A1;
	}
	
#main .floatright {
	float:right;
	margin:5px;
	}
	
#main .floatleft {
	float:left;
	margin:5px;
	}

#main h3 {
  color: #163342;	
	}
	
#vertnav { /*First column*/
	float:left;
	padding:0 5px 0 0;
	}

#vertnav h4 {
  color: #163342;	
	}
	
#vertnav ul {
	width:115px;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#vertnav li {
	float: left;
	margin-bottom: 5px;
	}

#vertnav li a {
	background: url(../logos/css-nav.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	margin-bottom: 0.5em;
	display: block;
	border: 0.1em solid #6C98A1;
	text-decoration: none;
	text-align: center;
	}
	
#vertnav li a:hover {
	text-decoration: underline;
	color: #0000FF;
	}
		
#content {
	margin-left:175px;
	padding:0 5px 0 5px;
	border-left: solid 3px #6C98A1;	
	}
	
#content-nomargin {
	padding:0 5px 0 5px;
	}
	
#content img {
	padding:5px;
	margin:5px;
	border: solid 3px #6C98A1;	
	}
	
#content h3 {
  color: #163342;	
	}
	
#content-nomargin img {
	padding:5px;
	margin:5px;
	border: solid 3px #6C98A1;	
	}
	
#content-nomargin h3 {
  color: #163342;	
	}

#MMEmbeddedMap {
	float:right;
	}
	
#contact {
	float:left;
	clear:left;
	padding:0;
	margin-top:20px;
	}

#contact p { /*third column*/
	font-size: 0.8em;
	}
	
#contact h4 {
  color: #163342;	
	}
	
#footer  {
	display:inline;
	}

#footer p {
	clear:both;
	background-color: #6C98A1;
	padding: 0.5em 0;
	font-size:1em;
 	text-align: center;
	}

#footer .floatleft {
	padding: 0 0 0 0;
	float: left;
	}

#footer a {
	padding: 0 0 0 0;
	float: right;
	}

#footer .copyright {
	padding: 0;
	font-size: 0.8em;
	font-style:italic;
 	text-align: center;
	}
