﻿/* default.css for Dynamic Web Templates */
/* 2007, Nichole Koonce, hnknc.com */
/* nicholeknc@hnknc.com */

@import url(layout.css);
a {
	
}
a:link {
	color:#FFFF99;
	text-decoration: none;
}
a:active {
	background-color:silver;
}
a:visited {
	color:#6600CC;
	font-style:italic;
	text-decoration: none;
}
a:hover {
	color:#00CC66;
	text-decoration: underline;
}
hr {
	border-color: #0000FF;
	border-style: hidden;
	background-color: #0000FF;
	width: auto;
	height: 2px;
}
body {
	background-color: #7799CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#banner {
	width: 468px;
	height: auto;
}
#masthead {
	background-color: #FFFFFF;
}
.pagetitle {
	margin-top: 40px;
	margin-right:80px;
	text-align:center;
}
/* urls for bar images */
/*images/bar7_seg1.jpg */
/*images/bar7_seg2.jpg */
/*images/bar6_seg1.jpg */
/*images/bar6_seg2.jpg */
/*images/bar5_seg.jpg */
/*images/bar4_seg.jpg */
/*images/bar1_seg.jpg */
/*images/bar_seg.jpg */

#div.top {
	background-image: url('images/bar1_seg.jpg');
	height: 32px;
	width: 100%;
	background-color: #7799cc;
}
#logo {
	border-style: none;
	float:left;
	vertical-align:middle;
}
#container {
}
/* Columns */
/* l_r side column body */
.column_body {
	margin: 5px 25px 0px 10px;
	padding-left: 3px;
}
/* navigation */
.navigation {
	background-image: url('images/menu.jpg');
}
.nav_hdr {
	font-family: Arial;
	font-size: 12pt;
	font-weight: 700;
	color: #FFCC66;
	text-align: center;
}
.nav_hr {
	height: 1px;
	width: auto;
}
.nav_text {
	font-size: 11pt;
	color: #000000;
	text-align: left;
}
/* center column */
.main_body{
	margin-right: 10px;
	margin-left: 10px;
}
#page_content {
}
#page_content h3 {
	margin:0px;
}
/* site styles */
.div_body {
    text-align:left;
}
.center {
	text-align:center
	}
.div_highlight_blue {
	background-color: #99CCFF;
	margin-right: 5px;
}
div.highlight {
	background:yellow;
	padding:4px;
}
div.gray {
	background-color:#DDDDEE;
	padding:5px;
}
.txt_orn {
	color: #FFCC00;
}
/* specific page styles */
/* about page */
.h3_style1 {
	font-weight: normal;
}
.about_body_txt {
	font-size: 12pt;
}

/* footer style and layout */
.footer1{
	background-image: url('images/footer_lft.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 0px;
}
.footer2 {
	background-image: url('images/footer_bd.jpg');
	background-repeat: repeat-x;
	margin-right: 8px;
	margin-left: 40px;
}
.footer3 {
	background-image: url('images/footer_rht.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
	padding-bottom: 40px;
}
.footer_text {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 40px;
	padding-right: 40px;
}
