/* --- CohenKenny Style Sheet updated June 14, 2007  --- */

/* MAIN COLOR SETTINGS */
/* page background: 98BFDC (old 5C98C4) - med blue */
/* text background: F8F8FF - off white */
/* border lines: CCE0EF (old 660000) - light blue */
/* text: 333366 - dark blue */
/* links: 333366 (dark blue), hover CC0000 (red) */
/* headings, breadcrumbs, tagline: 660000 - maroon, c57a7a - light maroon */
/* buttons: off 5C98C4 (old 005290) - dark blue, on A54444 - red */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333366;
	padding: 0;
	margin: 0 10px;
	background: #98BFDC;
}
/* 
standard HTML tags --------------------------------------------*/

p, li, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333366;
	line-height: 1.75;
}
p {
	margin: 0 0 6px 0;
}
ul {
	text-align: left;
	text-indent: 0;
	list-style-image: url(/images/bullet.gif);
	margin: 0;
	padding: 0 0 0 20px;
}
li {
	margin: 0 0 6px 0;
	text-indent: 0;
	text-align: left;
}
table {
	margin: 0;
	border: 0px none;
}
table td {
	border-width: 0;
	vertical-align: top;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}
h1 {
	font-size: 120%;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 100%;
	border-bottom: 1px solid #c57a7a;
	margin: 13px 100px 5px 0;
}
h3 {
	font-size: 100%;
	margin: 13px 0 5px 0;
}
h4 {
	font-size: 100%;
	margin: 13px 0 5px 0;
}
/* Links --------------------------------------------------*/
/* links set to underline but this is turned off in some sections */
a:link {
	color: #005290;
}
a:visited {
	color: #420081;
}
a:hover {
	color: #660000;
}
/* HR background-color and border needed for FireFox */
hr {
	clear: both;
	color: #CCE0EF;
	width: 100%;
	height: 1px;
	margin: 5px 0 10px 0;
	padding: 0;
	background-color: #CCE0EF;
	border: none;
}
/* 
PAGE LAYOUT --------------------------------------------*/

div#wrapper {
	width: 980px;
	margin: 0;
	padding: 0;
	background-color: #F8F8FF;
}
div#header {
	width: 980px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCE0EF;
}
div#header h1 {
	display: none;
}
div#header #photo {
	display: block;
	height: 120px;
	background-image: url('/images/header.jpg');
}
div#header #tagline {
	display: block;
	color: #660000;
	margin: 5px 10px;
}
div#header a {
	color: #660000;
	text-decoration: none;
}
/* breadcrumbs */

div#bc {
	width: 100%;
	border-bottom: 1px solid #CCE0EF;
}
div#bc p {
	font-size: 90%;
	color: #660000;
	margin: 0;
	padding: 5px 10px;
	line-height: 1;
}
div#bc a:link, div#bc a:visited {
	font-size: 90%;
	color: #660000;
	text-decoration: none;
}
div#bc a:hover {
	color: #660000;
}
div#content {
	width: 980px;
}
div#nav {
	width: 200px;
	float: left;
	padding: 10px;
	margin: 0;
}
div#body {
	width: 739px;
	float: left;
	padding: 10px;
	margin: 0;
	border-left: 1px solid #CCE0EF;
}
div#bodyfull {
	width: 960px;
	padding: 10px;
	margin: 0;
}
div#footer {
	clear: both;
	width: 980px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #CCE0EF;
}
div#footer p {
	font-size: 90%;
	text-align: center;
	padding: 5px 10px;
	margin: 0;
}
/* 
NAVIGATION Vertical buttons --------------------------------------------*/

div#buttons {
	width: 180px;
	margin: 0 auto;
	padding: 0;
}
div#buttons h2 {
	font-size: 100%;
	border-bottom: none;
	margin: 0 0 5px 0;
}
div#buttons h3 {
	font-size: 100%;
	border-bottom: none;
	margin: 10px 0 5px 0;
}
div#buttons a:link, div#buttons a:visited {
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	color: #F8F8FF;
	background-color: #5C98C4;
	margin: 0;
	padding: 3px 5px;
}
div#buttons a:hover {
	background-color: #A54444;
	text-decoration: none;
}
/* 
SPAN characters --------------------------------------------*/

span.red {
	color: #CC0000;
}
span.green {
	color: #006600;
}
span.gold {
	color: #F6AC19;
}
span.smallfont {
	font-size: smaller;
	line-height: 1.30;
}

/* 
IMAGES --------------------------------------------*/

img {
	border: none;
}
div.video {
	text-align: center;
	margin: 20px 10px;
}
/*  ---------------------------------------------------------------------------
	IMAGES Formatting COPIED FROM SLOW EUROPE FIX THIS */

/* PHOTO class PHOTO style common things, other classes style layout - do not set border here, some photos no border */
div.photo {
	text-align: center;
}
div.photo img {
	display: block; 
	padding: 0;
	margin: 0;
}
div.photo p {
	text-align: center;
	font-size: 85%;
	line-height: 100%;
	color: #660000;
	margin: 5px 0 0 0;
}
div.photoright {
	display: inline; 
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
}

div.photoleft {
	display: inline; 
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
}

/* Photocenter temp fix for IE - to make border and centering work */
div.photocenter {
	display: block; 
	padding: 5px;
	margin: 10px auto;
	border: none;
}
div.photocenter400 {
	width: 400px; 
	display: block; 
	padding: 5px;
	margin: 10px auto;
	border: none;
}

/* OLD image formatting for older pages */
.floatimgleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatimgright {
	float: right;
	margin: 0 0 10px 10px;
}
.floatimgcenter {
	text-align: center;
	margin: 10px 0;
}
.caption {
	font-size: 85%;
	text-align: center;
}
/* 
LINKS --------------------------------------------*/

/* small font links which underline when hovered */
 
.smalllinks {
	font-size: 90%;
}
.smalllinks a:link, .smalllinks a:visited {
	font-size: 90%;
	color: #333366;
	text-decoration: none;
}
.smalllinks a:hover {
	color: #660000;
}
/* same look as text but underline when hovered */
 
.nolinks a:link, .nolinks a:visited {
	color: #333366;
	text-decoration: none;
}
.nolinks a:hover {
	color: #660000;
}
/* back to top */
  
.backtotop {
	font-size: 90%;
	font-variant: small-caps;
	margin-bottom: 0;
}
.backtotop a:link, .backtotop a:visited {
	color: #333366;
	font-size: 90%;
	text-decoration: none;
}
.backtotop a:hover {
	color: #660000;
}
/* 
OTHER FORMATTING --------------------------------------------*/

.quote {
	margin: 0;
	text-align: center;
	font-family: Times New Roman, Times;
	font-size: 120%;
}
.small {
	font-size: 90%;
}
/* list of one column items */

div.dotted {
	margin: 10px 0 10px 0;
}
div.dotted h2 {
	clear: both;
	display: block;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #F8F8FF;
	background-color: #A54444;
	margin: 20px 0 10px 0;
	line-height: 1;
	padding: 2px;
	border: none;
}
div.dotted h3 {
	clear: both;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #660000;
	border-bottom: 1px solid #A54444;
	text-align: left;
	font-weight: bold;
	padding: 2px 0;
	margin: 6px 0;
}
div.dotted img {
	display: block;
	margin: 0 10px 0 0;
}
/* formatting for webcam */ 
div#webcam {
	padding: 10px;
	margin: 20px;
}
/* formatting for youtube video */ 
div.youtube {
	text-align: center;
	padding: 10px;
	margin: 20px;
}
