body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003D6A;
	margin: 40 0 0;
	padding: 0;
	text-align: center;
	color: #BCE1F4;
	font-size:100%;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/col1-bord-rt.png);
	background-repeat: no-repeat;
	background-position: 198px top;
} 
/*----------------- header ----------------------*/
#header { 
} 
#header-wrapper {
	display: table;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo-wrapper {
	float: left;
	width: 197px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}
#header-img-wrapper {
	float: right;
	height: 196px;
	width: 762px;
	background-image: url(../images/header-img-border.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-img-container {
	margin: 2px;
}
#rotating-item-wrapper {
	position: relative;
	width: 726px;
	height: 196px;
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
/*----------------- header navigation ---------------*/
#nav-wrapper {
	float:left;
	width:100%;
	background:#6CF url(../images/nav-bg.jpg) no-repeat center center;
	overflow:hidden;
	position:relative;
	height: 35px;
	padding-top: 16px;
}
#nav-wrapper ul {
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#nav-wrapper ul li {
	display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#nav-wrapper ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:0px 20px;
	background:url(../images/nav-link-deyail.png) no-repeat center 4px;
	color:#003D6A;
	text-decoration:none;
	line-height:2.5em;
	font-size: 0.8em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-left-color: #6CF;
}
#nav-wrapper a:link,
#nav-wrapper a:visited {
		color:#003D6A;
}
#nav-wrapper a:hover,
#nav-wrapper a:focus {
	color: #FFF;
}
#nav-wrapper ul li:first-child {
}
/*---------------------- sidebar --------------------*/
#sidebar1 {
	float: left
	width: 199px;
	float: left;
	width: 199px;
	height: 100%;
	padding-top: 40px;
}
#sidebar1 img {
	width: 188px;
	margin-bottom: 10px;	
}
.subnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.subnav ul a {
	text-decoration: none;
	color: #FFF;
	width: 159px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 80%;
	padding-left: 40px;
}
.subnav a:link,
.subnav a:visited {
	background-image: url(../images/sun-nav-link-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.subnav a:hover,
.subnav a:focus {
	background-image: url(../images/sub-nav-link-bg-hi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #F60;
}
/*------------------------ content ----------------------*/
#mainContent {
	margin: 20px 0 0 199px;
	padding-left: 60px;
}
#mainContent h1 {
	font-size: 24px;
	font-weight: normal;
	background-image: url(../images/h1-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-top: 20px;
}
#mainContent p {
	font-size: 80%;
	line-height: 130%;
}
#mainContent table {
	font-size:0.8em;
}
/*------------------------- footer -----------------------*/
#footer {
	min-height:60px;
	background-color: #003D6A;
	background-image: url(../images/footer-bord-top.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
#footer-lft {
	background-image: url(../images/footer-bord-lft.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 201px;
	min-height:60px;
	margin-top: 3px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}
#footer-nav {
	float: right;
	width: 750px;
	margin-top: 20px;
}
#footer-nav-container {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
#footer-nav-container ul {
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   font-size:0.6em
}
#footer-nav-container ul li {
	display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#footer-nav-container ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:0px 14px;
	color:#FFF;
	text-decoration:none;
}
#footer-nav-container a:hover,
#footer-nav-container a:focus {
	color: #F90;
}
/*--------------------------------------------------*/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
