@import 'font.css';
@import 'custom.css';
@import 'components.css';

body {	
    text-align: center;
    margin: 0px;
    padding: 0px;

    background: #c3c5d5 url('web-background.png') 50% 0 repeat-y;
    _background: #c3c5d5 url('web-background.gif') 50% 0 repeat-y;
}

hr {
	border-top: 1px dashed #777777;	
    border-bottom: 1px dashed #777777;	
}

a { 
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
}

td p {
	margin-bottom: 2px;
	margin-top: 2px;
}

#banner {
	width: 100%;
	height: 90px;
	overflow: hidden;
	background: #011c5c url('top-background.png') 50% 0 repeat-y;
	_background: #011c5c url('top-background.gif') 50% 0 repeat-y;
	border-bottom: 3px solid #3a64b7;
	margin-bottom: -3px;
}

#bannerimg {
	width: 750px;
	_width: 751px;
	height: 90px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background: #032b91 url('bkpat.png');
	
	font-size: 18pt;
	color: white;
}

#search {
	float: right;
	height: 22px;
	font-size: 8pt;
	top: -33px;
	left: -35px;
	_top: -60px;
	
	position: relative;
	padding: 5px;
}	

#search input {
	width: 100px;
	border: 1px solid #3a64b7;
}


#menu {
	width: 746px;
	_width: 747px;
	overflow: hidden;
    margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
    background: white;
    border-top: 3px solid #73a0fc;
}

#navmenu {
	width: 736px;
	_width: 734px;
    margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
    background: white;
    
    border-bottom: 1px solid #dedede;
    padding: 5px 5px 5px 5px;
}

#centercontent {
	width: 746px;
	_width: 744px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 10px;
	text-align:left;
	background: white;
}

#centercontent #leftcontent {
        width: 170px;
}

#centercontent #main {
        width: 540px;
        padding-right: 20px;
	float: right;
	margin-top: -10px;
	_margin-top: 5px;
}

#centercontent #footer {
	text-align: center;
	font-size: 90%;
	border-top: 1px dotted #ccc;
	clear: both;
}

.feature {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 12px;
}

.feature h1 {
        font-size: 14px;
        padding: 2px;
        padding-left: 15px;
        margin: 0px;
}

.feature .csc-header {
        width: 170px;
        overflow: hide;
        background: url('web-tabtop.png') no-repeat;
        color: white;
        padding: 0px;
        margin-bottom: -10px;
}

.feature .box h2 {
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: -5px;
}

.feature .box p {
	padding-left: 30px;
}

.feature p {
        padding-left: 30px;
	text-align: left;
}

.csc-uploads {
	margin: 3px;
}

.csc-uploads td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	
	background: #eeeeee;
	border: 1px solid #dedede;
}

.csc-uploads td:hover {
	background: #dedede;
}
	
#map {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

#amenu {
	margin-top: 8px;
	margin-left: 1px;
	position: relative;
	top: -3px;
	left: 1px;
	_top: -10px;
}

#amenu div {
	_margin-bottom: -3px;
}

.menuitem {
	_margin-top: 19px;
}

.menuitem {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	text-align: left;
	width: 166px;
	border: 1px solid black;
}

#amenu .menuitem {
	_width: 168px;
}

.menuitem li {
	height: 25;	
}

.menuitem a
{
	font-size: 8pt;
	color: black;
	font-weight: bold;
	padding: 3px;
	display: block;
	background-color: #eeeeee;
	_width: 100%;
	_height: 100%;
}

.menuitem .odd a {
	background-color: #dadada;
}

.menuitem .act a {
	background-color: #4455AA;
	color: white;
}

.menuitem .act a:hover {
	background-color: #334499;
	color: white;
}

.menuitem a:hover
{
	background-color: #8899EE;
	color: black;
}

.menuitem .ifsub
{
	background-image: url('../../images/rightarrow.png');
	_background-image: url('../../images/rightarrow.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

.menuitem .ifsubact
{
	background-image: url('../../images/rightarrowwhite.png');
	_background-image: url('../../images/rightarrowwhite.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

