﻿@charset "utf-8";
/* CSS Document */

body {
font-familY: Arial, Helvetica, sans-serif;
font-size: 1em;
background-image: url('images/main-bg.jpg');
background-position:top center;
background-repeat:no-repeat;
background-color: white;
}

p {
font-familY: Arial, Helvetica, sans-serif;
font-size: 1em;
}

a {
font-family: Arial, Helvetica, sans-serif;
color: teal;
text-decoration:none;
font-size: 1em;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}

#maincontainer {
width: 800px;
margin: auto;
background-color: transparent;
}

#topmenu li{
display: inline;
list-style-type: none;
padding-right: 20px;

}

#topmenu {
text-align: left;
position: absolute;
z-index: 1;
}

#header {
border: 0px black solid;
width: 100%;
height: 325px;
}

#content{
border: 0px solid green;
min-height: 500px;
width: 800px;
background-color: transparent;
margin-top: 15px;
}

#left {
float: left;
background-color: transparent;
width: 200px;
border: 0px orange solid;
margin-top: 10px;
padding-left: 1px;
background-image: url('images/menu1.gif');
background-repeat: no-repeat;
background-position: left;
height: 500px;
}

#navcontainer ul
{
margin: 20px 0 0 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

#navcontainer li { margin: 0px 0 5px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 5px;
border: 1px solid #cadbdb;
width: 180px;
background-color: transparent;
}

#navlist a:visited
{
color: black;
text-decoration: none;
}

#navcontainer a:link
{
color: black;
text-decoration: none;
}

#navcontainer a:hover
{
	border: 1px solid #d9e5e5;
	background-color: white;
	color: #006600;
	text-decoration: none;
}

#active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color: #333;
}

#active a:visited
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color: #333;
}

#active a:link
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color: #333;
}

#right {
border: 0px solid olive;
min-height: 500px;
padding-right: 10px;
padding-left: 10px;
background-color: transparent;
margin-top: 10px;
margin-left: 225px;
}

#footer {
border: 0px solid purple;
margin: auto;
width: 800px;
margin-top: 10px;
background-image: url('images/layout_05.jpg');
background-repeat: no-repeat;
height: 40px;
}

.footer{
color: black;
text-align: center;
vertical-align: middle;
padding-top: 10px;
}

.roundedcornr_box_481698 {
   background: #e8f0f0;
}
.roundedcornr_top_481698 div {
   background: url(images/roundedcornr_481698_tl.png) no-repeat top left;
}
.roundedcornr_top_481698 {
   background: url(images/roundedcornr_481698_tr.png) no-repeat top right;
}
.roundedcornr_bottom_481698 div {
   background: url(images/roundedcornr_481698_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_481698 {
   background: url(images/roundedcornr_481698_br.png) no-repeat bottom right;
}

.roundedcornr_bottom_481698 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

.roundedcornr_bottom_481698 div {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

.roundedcornr_top_481698 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

.roundedcornr_top_481698 div {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_481698 { margin: 0 10px; }

#opps {
	border: 1px solid #C5D8D8;
	background-color: #E8F0F0;
	padding: 10px;
}

#breadcrumbs {
	border: 0px solid silver;
	height: 25px;
	margin-left: 235px;
	margin-top: 10px;
	font-size: small;
	color: gray;
}

#breadcrumbs a{
	color: gray;
}

.opps {
	border: 1px solid #C5D8D8;
	background-color: #E8F0F0;
	padding: 10px;
}
