@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{
	height:100%;
	background-image: url(../images/bg_page_bottom.gif);
}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
}

/*  Heading Formatting */
h1 {
	font-size:1.9em;
	font-weight: 900;
	color: #000;
}
h2 {
	font-size:1.7em;
	font-weight: 900;
	color: #000;
}
h3 {
	font-size:1.5em;
	font-weight: 900;
	color: #000;
}
h4 {
	font-size:1.4em;
	font-weight: 900;
	color: #000;
}
h5 {
	font-size:1.3em;
	font-weight: 900;
	color: #000;
}
h6 {
	font-size:1.2em;
	font-weight: 900;
	color: #000;
}

/*links*/
a:link {
	color: #00C;
}
a:hover {
	color: #F00;
}
a:visited {
	color: #00C;
}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
#page #main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
#page #main #content #content_right .contentheading {
	font-size: 1.4em;
	color: #C00;
	font-weight: bold;
	line-height: 2em;
}
#page #main #content #content_right .componentheading {
	font-size: 1.5em;
	color: #C00;
	font-weight: bold;
	line-height: 2em;
}
#page #main #content #content_right h1 {
	font-size: 1.4em;
	color: #C00;
}
#page #main #content #content_right h2 {
	font-size: 1.3em;
	color: #C00;
}
#page #main #content #content_right h3 {
	font-size: 1.1em;
	color: #C00;
}
#page #main #content #content_right h4 {
	font-size: 1em;
	color: #C00;
}
#page #main #content #content_right h5 {
	font-size: 1.2em;
	color: #C00;
}

#page #main #top_border {
	background-image: url(../images/top_border.jpg);
	height: 24px;
	width: 791px;
	display: block;
}
#page #main #top_border #search input {
	font-size: 11px;
	color: #C00;
	width: 160px;
	margin-top: 2px;
	float: right;
	margin-right: 16px;
}
#page #main #top_border #search .search .button {
	height: 22px;
	width: 22px;
	background-image: url(none);
	margin-bottom: 0px;
	margin-left: -10px;
}
#page #main #banner {
	float: left;
	height: 200px;
	width: 791px;
	background-image: url(../images/banner.jpg);
	display: block;
}
#page #main #top_border #date {
	color: #FFF;
	display: block;
	float: left;
	font-size: 0.8em;
	padding: 4px 2px 2px 10px;
}

#page #main #top_menu {
	background-image: url(../images/top_menu.jpg);
	display: block;
	float: left;
	height: 28px;
	width: 791px;
	font-weight: 600;
}
#page #main #top_menu ul {
	color: #000;
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
}
#page #main #top_menu ul li {
	float: left;
	padding-right: .6em;
	list-style-type: none;
}
#page #main #top_menu ul li a:link, 
#page #main #top_menu ul li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #C00;
	font-family: Tahoma, Arial, Geneva, sans-serif;
}
#page #main #top_menu ul li a:hover {
	color: #FFF;
}
#page #main #top_menu ul li.active a {
	color: #900;
}

#page #main #content {
	display: block;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 791px;
}
#page #main #content #breadcrumb_box {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 750px;
}
#page #main #content #left_menu {
	background-image: url(../images/menu_left_bg.gif);
	background-repeat: repeat-y;
}


#page #main #content #left_menu #title {
	background-image: url(../images/menu_left_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-top: 0px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 40px;
	margin-bottom: 0px;
	color: #C00;
	font-weight: bolder;
}
#page #main #content #left_menu ul {
	width: 170px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#page #main #content #left_menu ul li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	width: 160px;
}
#page #main #content #left_menu ul li a:link, 
#page #main #content #left_menu ul li a:visited {
	color: #6F7384;
	text-decoration: none;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	display: block;
}
#page #main #content #left_menu ul li a:hover {
	color: #C00;
	display: block;
	background-color: #FAFAF5;
}

#page #main #content #left_menu ul li.active a:link, 
#page #main #content #left_menu ul li.active a:visited {
	color: #C00;
	text-decoration: none;
}
#page #main #content #left_menu ul li ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: -36px;
}
#page #main #content #left_menu ul li ul li{
	padding-top: 0.2em;
}
#page #main #content #left_menu ul li ul li a:link, 
#page #main #content #left_menu ul li ul li a:visited {
	font-size: 0.9em;
	color: #B6B66B;
}
#page #main #content #left_menu ul li.active ul li.active a:link , 
#page #main #content #left_menu ul li.active ul li.active a:visited{
	font-size: 0.9em;
	color: #C00;
}
#page #main #content #left_menu ul ul li a:hover {
	color: #C00;
}
#page #main #content #left_menu #bottom_menu {
	background-image: url(../images/menu_left_bottom.gif);
	background-repeat: no-repeat;
	height: 19px;
}
#page #main #content #left_menu2 {
	width: 200px;
	float: left;
	background-image: url(../images/menu_left2_bg.gif);
	background-repeat: repeat-y;
	clear: left;
}


#page #main #content #left_menu2 #title {
	background-image: url(../images/menu_left2_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-top: 0px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 40px;
	margin-bottom: 0px;
	color: #C00;
	font-weight: bolder;
}
#page #main #content #left_menu2 div ul {
	width: 200px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page #main #content #left_menu2 div ul li {
	list-style-type: none;
	padding-top: .2em;
	padding-bottom: 0.2em;
}
#page #main #content #left_menu2 div ul li a:link, 
#page #main #content #left_menu2 div ul li a:visited {
	color: #6F7384;
	font-family: Tahoma, Arial, Geneva, sans-serif;
}
#page #main #content #left_menu2 div ul li a:hover {
	color: #C00;
}

#page #main #content #left_menu2 div ul li.active a:link, 
#page #main #content #left_menu2 ul li.active a:visited {
	color: #C00;
}
#page #main #content #left_menu2 div ul li ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: -36px;
}
#page #main #content #left_menu2 div ul li ul li{
	list-style-type: none;
	padding-top: 0.2em;
}
#page #main #content #left_menu2 div ul li ul li a:link, 
#page #main #content #left_menu2 div ul li ul li a:visited {
	font-size: 0.9em;
	color: #B6B66B;
}
#page #main #content #left_menu2 div ul li.active ul li.active a:link , 
#page #main #content #left_menu2 div ul li.active ul li.active a:visited{
	font-size: 0.9em;
	color: #C00;
}
#page #main #content #left_menu2 div ul ul li a:hover {
	color: #C00;
}
#page #main #content #left_menu2 p {
	font-size: 0.8em;
	padding-right: 10px;
	margin-left: 30px;
}
#page #main #content #left_menu2 form{
	color:#C00;
	margin: 0 0 0 30px;
}
#page #main #content #left_menu2 .inputbox {
	width: 140px;
	margin: 3px;
}
#page #main #content #left_menu2 #bottom_menu {
	background-image: url(../images/menu_left2_bottom.gif);
	background-repeat: no-repeat;
	height: 19px;
}
#page #main #content #left_news {
	width: 200px;
	float: left;
	clear: left;
	background-image: url(../images/menu_left_bg.gif);
	background-repeat: repeat-y;
}
#page #main #content #left_news #title {
	background-image: url(../images/menu_left_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-top: 0px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 40px;
	margin-bottom: 0px;
	color: #C00;
	font-weight: bolder;
}
#page #main #content #left_news div {
	font-size:9px;
	padding-left: 20px;

}
#page #main #content #left_news #bottom_menu  {
	background-image: url(../images/menu_left_bottom.gif);
	background-repeat: no-repeat;
	height: 19px;
}

#page #main #content #content_right {
	padding-right: 20px;
	display: block;
	padding-left: 20px;
	margin-top: 0px;
	float: left;
	width: 520px;
}

#page #main #content #content_right .fieldset{
	padding-right: 30px;
	padding-top: 20px;
}
#page #main #content #content_right a:link, 
#page #main #content #content_right a:visited,
#page #main #content #content_right a:active{
}
#page #main #bottom_border {
	background-image: url(../images/bottom_border.jpg);
	display: block;
	float: left;
	height: 50px;
	width: 791px;
	font-size: 10px;
	clear: both;
}
#page #main #bottom_border a:link ,#page #main #bottom_border a:visited     {
	color: #FFF;
}
#page #main #bottom_border a:hover {
	text-decoration: none;
}


#page #main #bottom_border #copyright {
	color: #FFF;
	float: left;
	margin-left: 20px;
	margin-top: 16px;
}
#page #main #bottom_border #bottom_menu    {
	float: right;
	margin-right: 30px;
	list-style-type: none;
}
#page #main #bottom_border #bottom_menu ul {
	list-style-type: none;
	margin-top: 16px;
}
#page #main #bottom_border #bottom_menu ul li {
	display: inline;
	padding-left: 1em;
}
#page #main #bottom_border #designer {
	float: left;
	width: 100%;
	text-align: center;
}
#page #main #bottom_border #designer #copyaddress {
	padding: 5px;
}
#page #main #bottom_border #designer #copyaddress h1 {
	font-size: 9px;
	margin: 0px;
}
#page #main #bottom_border #designer #copyaddress h2 {
	font-size: 9px;
	margin: 0px;
}


#page #main #bottom_border #designer a {
	color: #C00;
	padding-bottom: 10px;
	margin: 0px;
}
#page #main #bottom_border #designer p {
	margin: 0px;
}

#page #main #content #content_right ul {
	padding-left: 2em;
	text-align:left;
	list-style: disc outside;
}
#page #main #content #content_right ol {
	padding-left: 2em;
	text-align:left;
}
#page #main #banner h1 {
	margin-left: -9999px;
}
