body {
	width:778px;
  background-color:#B9CAD1;
}

/************
 * Header   *
 ************/

.header {
  margin:0;
  padding:0;
	width:778px;
	background-image:url(images/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:209px;
}

.header h1 {
	font-family:Times New Roman, Times;
  padding:35px 0 0 20px;
  margin:0;
	font-size: 40px; 
	font-weight:normal;
	color: #ffffff;
}

.header h2 { 
	font-family:Times New Roman, Times;
  font-weight:normal;
	margin:0 0 0 25px; 
  font-size: 23px; 
 	color:#22404B;
 	font-style:italic;
}

/*********************
 * Global Navigation *
 *********************/
 
.global-nav { 
  font-size:11px;
	color:#fff;
	font-size:11px;
	position:absolute;
	top:110px;
	left:270px;
	width:500px;
	text-align:right;
	padding:0;
	margin:0;
	font-weight:bold;
}

.global-nav li {
	border-right:1px solid #fff;
	padding:0 5px 0 5px;
}

.global-nav li.last {
	border-right:none;
}

.global-nav a {
	color:#fff;
}

/*****************
 * Product Menu  *
 *****************/

.menu {
  font-size:14px;
	padding:0 0 60px 0;
	float:left;
	margin-left:-205px;  
	position:relative;
	background-color:#22404B;	
	width:205px;
}

.menu h2 {
	font-family:Times New Roman, Times;
  font-size:25px;
	color:#FFAD38;
	margin-bottom:5px;
	padding-left:10px;
	font-weight:normal;
}

.menu .nav {
	margin:20px 0 30px 10px;
	padding:0;	
}

.menu .nav a {
	color:#B9CAD1;
}

.menu .product-menu {
	margin-left:10px;
}

.menu .product-menu .html-menu{
  background-color:transparent;
  border:none;
  text-align:left;
  width:auto;
}

.menu .product-menu .html-menu h3{
  color:#ddd;
  font-weight:bold
}

.menu .product-menu .html-menu a{
  color:#B9CAD1;
}

/**********************
 * Content
 *********************/
 
.container{
  width:573px; 
	float:left;
	border-left:205px solid #22404B;
	background-color:#fff;
	background-image:url(images/rightShadow.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

.middle {
  width:573px;
  margin-right:-573px; 
  float:left;
}

.content {
  width:535px;
	padding:20px 0 35px 0;
	margin-left:20px;
}

.content ol {
	list-style-image:url(images/bullet.gif);
}

.content ul {
	list-style-image:url(images/bullet.gif);
}


/*******************
 * Footer          *
 *******************/

.footer {
	width:778px;
  clear:left;
	background-color:#1A8AB4;
	background-image:url(images/rightShadow.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

.footer p {
	text-align:center;
	padding:10px;
	color:#fff;
}



          