/* ---------- © Eric Dubois ---------- */
/* ---- http://www.ericdubois.com ---- */

/* ---------- Minimum ---------- */
/* ------- Styles for text and image elements ------- */

/* ------- Text ------- */
p a, td a, li a { 
	text-decoration: none;
	color: #002d6a;
	border: none;
	padding: 2px;
}

p a:link, p a:visited, td a:link, td a:visited, li a:link, li a:visited { 
	color: #002d6a;
}

p a:hover, td a:hover, li a:hover { 
	color: #fff;
	text-decoration: none;
	background: #002d6a;
}

.slideshow-controller ul li a:hover {
	background-color: transparent;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

#mainContent h1 { 
	color: #002d6a;
	font-style: normal; 
	font-weight: bold; 
	font-size: 2em; 
	line-height: 1.2em; 
	text-align: left;
	padding: 0;
	margin: 0;
	clear: left;
}

#mainContent h2 { 
	color: #002d6a;
	font-style: normal; 
	font-weight: bold; 
	font-size: 1.4em; 
	line-height: 1.2em; 
	text-align: left;
	padding: 0;
	clear: left;
}

#mainContent p, #mainContent ul, #mainContent ol { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: 1.5em; 
	text-align: left;
	padding: 0;
}

#mainContent p.left {
	text-align: left;
}
#mainContent p.center {
	text-align: center;
}
#mainContent p.right {
	text-align: right;
}

#mainContent ul, #mainContent ol { 
	margin-left: 20px;
	padding-left: 0;
}
#mainContent ul { 
	list-style-type: square;
}

#page_foot { 
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold; 
}

#page_foot a { 
	color: #777;
	text-decoration: none;
}

#page_foot a:hover { 
	color: #aaa;
	text-decoration: none;
	background: none;
}

#copyright {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 20px;
	color: #888;
}


#credit {
	text-align: right;
	margin: 0;
	padding: 0 20px;
	color: #ccc;
}

#credit a {
	text-decoration: none;
	font-weight: bold; 
	color: #ccc;
}
#credit a:hover {
	color: #aaa;
	background: none;
}
#mission {
	text-align: center;
	padding-top: 50px;
	font-size: 1.4em;
	font-style: italic;
	color: #aaa;
}


/* ------- Form ------- */
th {
	text-align: right;
	padding-right: 5px;
}

input, textarea, select {
	border: 1px solid #002d6a;
	padding: 2px;
	background: #fff;
	color: #000;
}

select:hover, textarea:hover, input:hover {
	background: #eee;
}

.submit input:active {
	background: #002d6a;
	color: #000;
}

/* ------- Tables ------- */
td {
	font-size: 1.2em;
	text-align: left;
}
td.sep {
	border-top: 1px solid #b2c0d2;
	font-size: 1px;
	padding: 0;
}

/* ------- Images ------- */
img {
	margin: 0px;
	border: none;
	padding: 0px;
}

img.floatright { 
	float: right;
	margin: 0 0 10px 10px; 
}

img.floatleft { 
	float: left;
	margin: 0 10px 10px 0; 
}

.hiddenPic { 
	display: none;
}

/* ------- Navigation ------- */
#page_head a, #page_head a:link, #page_head a:visited, #page_head a:hover {
	width: 135px;
	height: 24px;
	margin: 2px 0;
	border: none;
	padding: 8px 0 0 0;
	font-weight: bold; 
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-size: 1.2em; 
	color: #002d6a;
	overflow: visible;
}

#page_head a:hover {
	background: #b2c0d2;
}

#page_head a.active, #page_head a.active:link, #page_head a.active:visited {
	color: #fff;
	background: #002d6a;
}

#page_head a:hover.active {
	color: #fff;
}
#sideNavigation a, #sideNavigation a:link, #sideNavigation a:visited, #sideNavigation a:hover {
	width: 135px;
	margin: 0;
	border: none;
	padding: 5px 35px 5px 0;
	font-weight: bold; 
	text-decoration: none;
	text-align: right;
	display: block;
	font-size: 1.2em; 
	color: #002d6a;
	overflow: visible;
}

#sideNavigation a:hover {
	background: #b2c0d2;
}
/* ------- JS Warning ------- */

.warning {
	margin: 5px auto;
	padding: 20px;
	width: 540px;
	background: orange;
	clear: both;
	font-family: Arial;
	font:  1.4em bold;
	color: white;
}

