/* cfcstylesheet.css for chris-ford.com        */

/* Base styles                                 */

body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a {
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #008AD2;
	text-decoration: none;
}

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

h1 {
 	font-family: Arial,sans-serif;
 	font-size: 120%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h2 {
	font-family: Arial,sans-serif;
 	font-size: 114%;
 	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3 {
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	color: #334D55;
 	margin: 0px;
 	padding: 0px;
}

h4 {
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	font-weight: normal;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h5 {
 	font-family: Arial,sans-serif;
 	font-size: 90%;
 	color: #334d55;
}

ul {
	list-style-type: disc;
}

ul ul {
    list-style-type: disc;
}

ul ul ul {
    list-style-type: none;
}

/* Header styles                               */

#header {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

.header_date {
	float: right;
	text-align: right;
	font-size: x-small;
	padding: 0px 10px 0px 0px;
	margin-top: -20px;
}

.header_site_name {
	margin: 0;
	text-indent: 10px;
	padding: 10px 0px 0px 0px;
}

.header_site_nav {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	color: #334D55;
	font-weight: bold;
}

.header_site_nav a {
	font-size: 90%;
	font-weight: normal;
	padding: 0 4px 0 0;
}

.header_site_nav_current {
	font-size: 90%;
	padding: 0 4px 0 0;
}

.header_page_nav {
	margin: 0px;
	padding: 0px 0px 1px 0px;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	color: #334D55;
	font-weight: bold;
}

.header_page_nav a{
	font-size: 75%;
	font-weight: normal;
}

/* Index main content styles                   */

#content {
	float: left;
    width: 55%;
	padding: 0px;
}

.content_main_text {
	clear: both;
	padding: 5px 5px 5px 10px;
	font-size: 80%;
	text-align: justify;
}

.content_main_text p {
	padding: 0px 0px 0px 0px;
}

.content_main_text em {
	padding: 0px 0px 0px 0px;
	font-style: italic;
}

.content_indent {
	text-align: left;
	padding: 0px 0px 10px 12px;
}

.content_table_header {
	font-weight: bold;
}

.content_notes {
    font-size: x-small;
}

.content_return_to_top {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -20px;
}

/* Non-index main content style                */

#non_index_content {
	float: left;
    width: 78%;
	padding: 0px;
}

/* Navigation bar styles                       */

#nav_bar {
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.nav_bar_search {
	padding: 3px 0px 0px 10px;
	font-size: 90%;
}

.nav_bar_search_notes {
    font-size: x-small;
}

.nav_bar_ad {
	text-align: center;
}

.nav_bar_text {
}

.nav_bar_text ul a:link,
.nav_bar_text ul a:visited {
	display: block;
}

.nav_bar_text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.nav_bar_text li {border-bottom: 1px solid #eeeeee;}

/* fix for browsers that don't need the hack */
html>body .nav_bar_text li {border-bottom: none;}

.nav_bar_major_links {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

.nav_bar_major_links h3 {
	padding: 0px 0px 2px 10px;
}

.nav_bar_major_links a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

.nav_bar_major_links a:hover {
	background-color: #dddddd;
}

.nav_bar_minor_links {
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.nav_bar_minor_links h3{
	padding: 10px 0px 2px 0px;
}

.nav_bar_minor_links a:link,
.nav_bar_minor_links a:visited {
	display: block; 
}

/* Headline styles                             */

#headlines {
    float: right;
	width: 22%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
}

.headlines_text {
	padding: 5px 10px 5px 10px;
	font-size: 80%;
	text-align: justify;
}

.headlines_text p{
	padding: 5px 0px 5px 0px;
}

.headlines_notes {
    font-size: x-small;
}

/* Footer styles                               */

#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
}

.footer_text {
	font-size: 80%;
	color: #cccccc;
}

.footer_text img {
	vertical-align: top;
	position: relative;
	top: 1px;
}