@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
/*	background: white;*/
	background: #13A5D3;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
pre {
font-family:"Courier New", Courier, monospace;
font-size: .75em;
line-height:normal;
}
fieldset {
	background-color: #EEE;
	padding: 0px 0px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
/*
#436 purplish blue from ID 25408F
#48C dark blue
#49C lighter blue  From inDesign #13A5D3
#D54 orange  #F26122 (middle of gradient)
#DC7 yellow #F9E500
#998 gray
*/

body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

p {
	margin-bottom: 10px;
}

a {
	color: #25408F;
}

a:hover {
	color: #F26122;
	text-decoration: underline;
}

a:visited {
	color: #13A5D3;
}

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

li {
	margin-left: 1em;
}
 
ul li {
	list-style-type: square;
}

ol li {
	margin-left: 1.5em;
}

pre {
	font-family:"Courier New", Courier, monospace;
	font-size: .75em;
	line-height:normal;
}

#container  { 
	margin: 0 auto;
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#fff;
} 

#header  {
	font-family: Arial, Helvetica, sans-serif;
	height: 170px;
	background: #13A5D3  url(../images/header.png) no-repeat scroll 0px center; 
} 

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 135px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	line-height: normal;
}

#navigation  {
	font-family: Arial, Helvetica, sans-serif;
	float: right; 
	width: 155px; 
	font-size:0.75em;
	line-height: 14px;
	margin: 10px 15px 10px 10px;
	padding: 10px 10px 10px 10px; 
	color: #25408F;
	background-color:#eee;
}

#navigation a {
 	text-decoration: none;
}

#navigation h2 {
	color:#25408F;
	/*color: #B4D9CB;*/
	font-size: 1em;
	font-weight:bold;
	border-bottom:thin solid;
}

#navigation ul {
	margin-bottom: 12px;
}

#mainContent  {
	font-size: 1em;
	margin: 5px 15px 20px 20px; 
	float: left;
	width: 530px;
} 

#mainContent h1, h2, h3 {
	color: #25408F;
	font-family: Arial, Helvetica, sans-serif;	
}

#mainContent h1 {
	font-size: 1.75em;
	margin: 6px 0 0 0;
	padding: 0 0 5px 0;
}

#mainContent h2 {
	font-size: 1.5em;
	margin: 22px 0 5px 0;
	border-bottom: 1px solid #F26122;
}

#mainContent h3 {
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}

#footer  { 
	padding: 0 10px; 
	color:#25408F;
	font-size: .75em;
}
 
#bottom_menu {
	float: left;
	width: 530px;
	text-align:center;
}

#bottom_menu  ul li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	display:inline;
}

#bottom_menu a:visited {
	color:#333;
}

#copyright {
	float: right;
	text_align:right;
	width: 155;
}

/* Flowplayer video player */ 
a.myPlayer {
	display: block;
	 width: 384px;
	 height: 288px;
	 text-align:center;
	 margin:0 15px 15px 0;
	 float:left; 
	 border:1px solid #999; 
}  
/* play button */ 
a.myPlayer img {     
	margin-top:70px;
	border:0px; 
}
/* when container is hovered we alter the border color */ 
a.myPlayer:hover {
	border:1px solid #000; 
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.simpletable {
	text-align: center;
	border: thin solid #25408F;
}

th.simpletable {
	background-color: #13A5D3;

}

.photocaption {
	font-style:italic;
	font-size: 0.7em;
}
.numberlist {
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.index_entry {
	width: 110px;
	height: 130px;
	padding: 10px;
	float:left;
}
.index_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height: 14px;
	color: #25408F;
 	text-decoration: none;	
	width:100px;
}
.submit_button {
	float: right;
	margin: 10px 25px 10px 0px;
}	