/* style_onc.css  Stephen F. Fulghum Jr. 14oct2009 beginning with the One Column Fixed Centered template from DreamWeaver CS4 */
/* @charset "utf-8"; legacy code that caused Google Chrome to give incorrect background */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #003366;
	}
p { 
	color: white;
	background-color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1 {
	color: white;
	background-color: #0066cc;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	color: white;
	background-color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h3 {
	color: white;
	background-color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px
}
h4 {
	color: white;
	background-color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

/* ==============================================================================*/
/* I am assuming that the standard screen for an Old North web surfer is 1024x760 */
/* so I am using a 900 pixel-wide design. */
/* later pages with a lot of text may want to assume a 640x480 laptop screen */

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0066cc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden; /* su[pposedly a fix to the expanding-box problem... watch out for clipped content */
}
/*---------------------------------------------------------------------------------------------------*/
/* left sibebar format */
/* the left sidebar on many pages provide text-based links to pages beyond the image map hot spots */

.oneColFixCtr #left_sidebar {
	float:left;
	margin-right:0px;
	width:245px;
	height:500px;
	background-color:#0066cc;
	font-family: Verdana,Arial, Helvetica, sans-serif;
/*	overflow:hidden;*/
	padding-left:0px;
}
.oneColFixCtr #left_sidebar h3 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:16px;
	text-align:center;
}
.oneColFixCtr #left_sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size:14px;
}
.oneColFixCtr #left_sidebar a {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-right:5px;
	float:right;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
}
#left_sidebar a:link {color:#FFD;}
#left_sidebar a:visited {color:#FFD;}
#left_sidebar a:hover {color:#FF6;}
#left_sidebar a:active {color:red;}

/* ------------------------------------------------------------------------------------- */
.oneColFixCtr #mainContent {
	margin: 0px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #footer {
	top: 0px;
	left: 0px;
	width: 900px;
	height: 30px;
	padding: 0px 0px;
	background-color:#0066cc
}
.oneColFixCtr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
}
/* -----------------------------------------------------------------------------*/
/* tips from DreamWeaver */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*------------------------------------------------------------------------------*/
/* links formatting */

a:link {color:#FFD;}
a:visited {color:#FF9;}
a:hover {color:#FF9;}
a:active {color:red;}

a.textpage:link {color:#003366;}
a.textpage:visited {color:#0066cc;}
a.textpage:hover {color:#0066cc;}
a.textpage:active {color:#0066cc;}

a.text_center:link {color:#003366;}
a.text_center:visited {color:#0066cc;}
a.text_center:hover {color:#0066cc;}
a.text_center:active {color:#0066cc;}

a img {
	border: none;
}
/*-------------------------------------------------------------------------------*/
/* Cod map at the top of the index pages */

#codmap {
	position:relative;
	width:900px;
	height:100px;
	left: 0px;
	top: 0px;
	background: url(cod_header_100.jpg) top left no-repeat;
	z-index: 5;
	background-color: #0066CC;
	}
	#cod_ucc {
	position:absolute;
	width:65px;
	height:82px;
	left:825px;
	top:6px;
	z-index:10;
	border:none;
	}
	#cod_ucc:hover {
	border:1px dotted white;
	}
	#cod_home {
	position:absolute;
	width:272px;
	height:75px;
	left:333px;
	top:10px;
	z-index:10;
	border:none;
	}
	#cod_home:hover {
	border:1px dotted #FFFFDD;
	}
	#cod_back {
	position:absolute;
	width:272px;
	height:75px;
	left:333px;
	top:10px;
	z-index:10;
	border:none;
	}
	#cod_back:hover {
	border:1px dotted #FFFFDD;
	}
/*-------------------------------------------------------------------------------*/
/* Cod Jump map at the top of jump pages which only return to their link page */

#jumpmap {
	position:relative;
	width:900px;
	height:100px;
	left: 0px;
	top: 0px;
	background: url(cod_jump_header_100.jpg) top left no-repeat;
	z-index: 5;
	background-color: #0066CC;
	}
	#cod_back {
	position:absolute;
	width:272px;
	height:75px;
	left:333px;
	top:10px;
	z-index:10;
	border:none;
	}
	#cod_back:hover {
	border:1px dotted #FFFFDD;
	}
		
/* --------------------------------------------------------------------------------------*/
/* film_nav_100.jpg  combination navigation and filmstrip thumbnail boxes */
	
	#fnav_home {
	position:absolute;
	width:80px;
	height:70px;
	left:410px;
	top:5px;
	z-index:10;
	border: 1px solid #0066cc;
	}
	#fnav_home:hover {
	border:1px dotted white;
	}
	#fnav_backward {
	position:absolute;
	width:390px;
	height:25px;
	left:10px;
	top:5px;
	z-index:10;
	border:none;
	}
	#fnav_backward:hover {
	border:1px dotted white;
	}
	#fnav_forward {
	position:absolute;
	width:390px;
	height:25px;
	left:500px;
	top:5px;
	z-index:10;
	border: none;
	}
	#fnav_forward:hover {
	border:1px dotted white;	
	}
	.fnav {
		position:absolute;
		top:33px;
		width:62px;
		height:62px;
		border:1px solid #0066cc;
	}
	.fnav:hover{border: 1px dotted white;}
	
	#fnav1{left:8px;}
	#fnav2{left:73px;}
	#fnav3{left:138px;}
	#fnav4{left:203px;}
	#fnav5{left:268px;}
	#fnav6{left:333px;}
	#fnav7{left:503px;}	
	#fnav8{left:568px;}
	#fnav9{left:633px;}
	#fnav10{left:698px;}
	#fnav11{left:763px;}	
	#fnav12{left:828px;}

/* -------------------------------------------------------------------------------------------*/
/* text page design */
	
	#text_page {
	margin-left: 0px;
	width:840px;
	padding: 30px 30px;
	background-color:#FFFFCC;
	color:#FFFFCC;
	border:none;
	}
	#text_page p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	}
	#text_page h3 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	text-indent:40px;
	}	
	#text_page h2 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	}
	#text_page h1 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	text-align:center;
	}
	#text_page a:link {
			color:#003366;
	}
	#text_page a:visited {
			color:#0066cc;
	}
	#text_page a:hover {
			color:#0066cc;
	}
	#text_pagea:active {
			color:#0066cc;
	}
	
	#text_page ul {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	list-style-type: circle;	
	}

/*-------------------------------------------------------------------------------------------------------------------*/
/* a text page with all elements centered */

	#text_center {
	text-align:center;
	margin-left: 0px;
	width:840px;
	padding: 30px 30px;
	background-color:#FFFFCC;
	color:#FFFFCC;
	border:none;
	}
	#text_center p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	text-align:center:
	}
	#text_center h3 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	text-align:center;
	}	
	#text_center h2 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	text-align:center;
	}
	#text_center h1 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	background-color: #FFFFCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	text-align:center;
	}
	#text_center a:link {
		color:#003366;
	}
	#text_center a:visited {
		color:#0066cc;
	}
	#text_center a:hover {
		color:#0066cc;
	}
	#text_center a:active {
		color:#0066cc;
	}

