/* CSS for charliefarnell.com.
	 Hand coded by Matthew Farnell.
	 Copyright 2005 Charlie Farnell. */

/* Body
-------------------------------*/
body {
	background: #C1CBE3 url(/images/background.gif) center repeat-y;
	font: 16px arial, verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

/* Layout
-------------------------------*/
#container {
	width: 742px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

body td {
	font: 12px arial, verdana, sans-serif;
}

body td.line {
	height: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.center {
	text-align: center;
}

/* Images
-------------------------------*/
img {
	padding: 2px;
	border: 1px solid #aaaaaa;
}

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

/* Fonts
-------------------------------*/
.small {
	font-size: 12px;
	font-weight: bold;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

/* Headers
-------------------------------*/
#header {
	width: 100%;
	height: 196px;
	background: #ffffff url(/images/charlie.jpg) left no-repeat;
	border-bottom: 4px solid #ffffff;
}

#header h1 {
	background-color: #00ff00;
	float: right;
	width: 574px;
	height: 196px;
	background: #ffffff url(/images/newlogo.gif) right no-repeat;
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

h2 {
	font: 26px "times new roman", times, serif;
	padding-bottom: 0px;
	border-bottom: 0px;
	color: #000088;
	font-weight: bold	
}

h3 {
	font: 18px "times new roman", times, serif;
	display: inline;
	font-weight: bold	
}

/* Links
-------------------------------*/
a {
text-decoration: underline;
color: #0000ff;
}

a:hover {
text-decoration: none;
color: #ff0000;
}

/* Lists
-------------------------------*/
#content li {
	padding-bottom: 14px;
}

/* Misc
-------------------------------*/
hr {
	display: none;
}

/* Navigation Bar
-------------------------------*/
#navigation {
	padding-top: 3px;
	height: 22px;
	width: 742px;
	background-color: #000088;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 22px;
	white-space: nowrap;
	display: inline;
	font-weight: bold;
}

#navigation li {
	background: #ffffff url(/images/righttab.gif) right no-repeat;
	list-style-type: none;
	display: inline;
	height: 22px;
	width: 100%
}

#navigation li a {
	padding: 0px 10px;
	text-decoration: none;
	color: #ffffff;
	background: #000080;
	border-right: 8px solid #000080;
}

#navigation li a:link {
	color: #ffffff;
}

#navigation li a:hover {
	color: #ff0000;
	background-color: #C1CBE3;
	border-bottom: 1px solid #ffffff;
}

#navigation li a.active {
	color: #000080;
	background: url(/images/lefttab.gif) left no-repeat;
	border-bottom: 1px solid #ffffff;
}

#navigation li a:hover.active {
	color: #000080;
	background: url(/images/lefttab.gif) left no-repeat;
	border-bottom: 1px solid #ffffff;
}

/* Footer
-------------------------------*/
#footer {
	border-top: 1px solid #000088;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
}
