﻿/* dark blue : #003F8A */
/* aqau blue : 7FDCFF (old design */

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 85%;
	background-image: url(../images/bkg.jpg);
	padding: 0px;
	margin: 0px;	padding-top:20px;
	text-align: center;
}

.wrapper
{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	/*background-color:#fff;*/
	

}

.midwrapper
{
	width:892px;
	background-color: #fff;
	margin-left:4px;

}


.logowrapper
{
	background-color: #fff;
	color: #3c3c3c;
	height: 125px;
	background-image: url(../images/header-bkg3.png);
}

.topmenu
{
	background-image: url(../images/menu-bkg2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #fff;
	height: 31px;
	font-size: 11px;
	color: #181818;
	padding-left: 30px;
}


.topmenuitemselectedright, .topmenuitemselectedleft
{
	/*float: left;
	width: 15px;
	height: 45px;*/
}

.topmenuitemselectedright
{
	background-image: url(../images/menu-selected-right.jpg);
}
.topmenuitemselectedleft
{
	background-image: url(../images/menu-selected-left.jpg);
}

.topmenuitem, .topmenuitemselected
{
	float: left;
	padding: 5px;
	padding-left:12px;
	padding-right:12px;
	text-transform: uppercase;
	font-weight: bold;
	height: 21px;
	
}

.topmenuitemselected
{
	background-image: url(../images/menu-selected2.jpg);
	/*height: 25px;*/
}

.topmenuitem A
{
	color: #fff;
	text-decoration: none;
	border-width: 0px;
}

.topmenuitemselected A.selected
{
	color: #fff;
	text-decoration: none;
	border-width: 0px;
}


.topmenuitem A:hover
{
	color: #181818;
	text-decoration: none;
	border-width: 0px;
}

.dvContentMain
{
	margin-left:35px;
	padding-top:30px;
}

.dvContentMain p
{
	font-size:0.9em;
}

.dvContentMain h1
{
	font-weight:normal;
	font-size:1.5em;
}

.dvContentMain h2
{
	font-weight:normal;
	font-size:1.3em;
}

.subpages ul
{
	padding:0px;
	margin:0px;
}

.subpages li
{
	display:inline;
	padding-right:20px;
    background-image:url(../images/more-arrow.gif);
    background-repeat:no-repeat;
    background-position:right;
	text-transform:uppercase;
	height:25px;
	list-style:none;
}

.subpages a
{
	color:#181818;
	text-decoration:none;
}

.homecenterfade
{
	background-image:url(../images/central-fade.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:20px;
	font-size:0px;	
	margin-top:10px;
}

.homemenu
{
	padding-left:17px;
	padding-top:0px;
}

.homemenu ul
{
	padding:0px;
	margin:0px;
	padding-top:10px;
	
}

.homemenu li
{
	list-style-type:none;
	display:inline;
	padding-left:4px;
	padding-right:4px;
	
}

.homemenu a
{
	color:#181818;
	text-decoration:none;
	text-transform:uppercase;
}

.subMenu
{
	background-color:#f7f7f7;	
	margin-left:100px;
	
}

.subMenu ul
{
	margin:0px;
	padding:0px;
	margin-top:20px;
}

.subMenu li
{
	/*display:inline;*/
	float:left;
	list-style-type:none;
	padding:6px;
	padding-left:10px;
	padding-right:25px;
	background-color:#f7f7f7;
	background-color:#BDE0EC;
	background-color:#9BBFE3;
}

.subMenu li.sorted
{
	border-left:solid 2px #fff;
	border-right:solid 2px #fff;
}

.subMenu a
{
	font-size:0.9em;
	color:#181818;
	text-decoration:none;
}


.subMenu A.selected , .subMenu a:hover
{
	/*color: #7FDCFF;*/
	color:#1F74C0;
	text-decoration: none;
	
	
}

.homesquares
{
	text-align:center;
	width:900px;
	padding-top:30px;
}

.footer
{
	background-image: url(../images/footer-bkg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size: 0.9em;
}

.submenu
{
	border-top: solid 1px #858A8C;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 5px;
	
	color: #858A8C;
}

.logos
{
	margin-left: 40px;
	margin-right: 40px;
	text-align:right;
	

}

.submenu ul
{
	padding: 0px;
	margin: 0px;
}

.submenu ul li
{
	list-style-type: none;
	display: inline;
}

.submenu a
{
	color: #858A8C;
	text-decoration: none;
}


img
{
	border-width:0px;
}

h1
{
	/*color:#7FDCFF;*/
	color:#1F74C0;
	
}

h2
{
	color:#003F8A;
	
}

.clearing
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.clearing2
{
	clear: both;
	line-height: 0px;
	font-size: 0px; /*height: 0px;*/
}



.attachment a
{
	text-decoration:none;
	color:#181818;
	font-weight:bold;
}

.attachment a:hover
{
	text-decoration:underline;
	color:#181818;
	font-weight:bold;
}