﻿/* CSS style */
/* designed by - Russell Barton */
/* Adoratek Web Design */
/* http://adoratek.com */
/* --------------------------------------------------------- */
/* Please do not steal my work. My children need to eat too.
/* --------------------------------------------------------- */

/* Global Style */

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #666633;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #996600;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #996600;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #996600;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #996600;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #996600;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #996600;
}
p {
	
}
a {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
ol {
	
}
ul {
	
}
li {
	
}

/* Header Content Style */

#header_content {
	font-style: italic;
	color: #996600;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Left Column Nav Style */

#left_col ul {
	width: 150px;
	margin-left: 10px;
	list-style-type: none;
	display: block;
	font-size: medium;
}
#left_col li {
	width: 150px;
	height: 30px;
}
#left_col a {
	padding-left: 10px;
}
#left_col a:hover {
	text-decoration: none;
	color: #CC0000;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #666633;
	padding-left: 8px;
}
#left_col a:active {
	color: #666633;
}

/* Top Navigation Text */

#nav_content ul {
	list-style-type: none;
	display: inline-block;
	float: right;
}
#nav_content li {

}


/* Footer Navigation Text */
	

#footer_content ul {
	list-style-type: none;
	display: inline-block;
	float: none;
	text-align: center;
}
#footer_content li {

}
#footer_content a {
	padding: 5px;
	color: #996600;
	text-decoration: none;
}
#footer_content a:hover {
	padding: 5px;
	color: #CC0000;
	text-decoration: underline;
}
