html {
	height: 100%;
	width: 100%;	
}	

body {
	background: transparent url( '../images/blue-gradient-background.jpg' ) repeat-x top left;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;	
	
	font-family: Verdana;
	font-size: 12px;
	color: #6c6c6c;
}

img {
	border: 0px;
}

#top-container {
	width: 850px;

	background: transparent url( '../images/grey-gradient-horizontal.jpg' ) repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}

#right-container {
	background: transparent url( '../images/mother-of-all-background-images.jpg' ) no-repeat top center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 17px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-top: 0px;	
}

#header-container  {
	width: 815px;
	height: 160px;
	background-color: #C8C8C8;
	border-left: 1px solid #807f84;
	border-right: 1px solid #807f84;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#header { /* contains topheader and bottomheader */
	width: 809px;
	height: 100%;
	padding: 0px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-top: 0px;
}

#topheader {
	width: 809px;

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

	padding: 0px;
}

#content-container { 
	margin: 0px;
	padding: 0px;
	
	min-height: 625px;	
}

#bottom-cap {
	width: 850px;
	height: 33px;
	background: transparent url( '../images/expertBot_02.jpg' ) no-repeat;
	
	margin: 0px;	
	padding: 0px;
}

#footer-section {
	width: 820px;
	height: 100px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	
	padding: 0px;
	text-align: right;
}

#footer-section p {
	color: #C0C0C0;
	font-size: 10px;	
}

#footer-section p a {
	color: #BB3B52;
	font-size: 10px;		
}	

#footer-image {
	background: transparent url( '../images/footer_image.jpg' ) no-repeat top; 
	width: 820px;
	height: 33px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding: 0px;
	padding-top: 15px;
	
	font-size: 11px;	
	color: #C0C0C0;
}

#skip-section {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	
	display: none;	
}

#footer-plug {
	margin: 0px;
	padding: 0px;	
}	

#footer-image a, #footer-plug a {
	font-family: Verdana;
	font-size: 11px;	
	color: #C0C0C0;	
}

.clear {
	clear: both;
}

.required, .warning {
	color: #FF0000;
}

.notice {
	color: #00FF00;
}

.cms-view-news-item {
	margin-bottom: 30px;	
}

.cms-view-news-item h2 { 
  margin-bottom: 0px;
}

.cms-view-news-item h2 a { 
	font-size: 14px;
}

/*
 * navigation
 */

#nav {	
	position: absolute;
	
	background: transparent url( '../images/bottom_header(cropped).jpg' ) no-repeat top center;
	
	width: 810px;
	height: 49px;
	
	z-index: 1;	
}
	
.menu-item-out {
	background: transparent url( '../images/blue_button.jpg' ) no-repeat top center;
	padding-top: 21px;
	height: 49px;
	
	text-align: center;
	vertical-align: baseline;
	
	text-decoration: none;
	color: #406F95;
	font-family: Verdana;
	
	z-index: 1;
}

.menu-item-over {
	background: transparent url( '../images/red_button.jpg' ) no-repeat top center;
	padding-top: 21px;
	height: 49px;
	
	text-align: center;
	vertical-align: baseline;	
	
	text-decoration: none;	
	color: #406F95;	
	font-family: Verdana;
	
	z-index: 1;	
}	

.menu-item-inner {

}
	
.menu-subitem-out {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 3px;	
	text-align: left;
	
	text-decoration: none;	
	color: #406F95;	
	font-family: Verdana;
	
	width: 400px;

        border-left: 1px solid #BCCAD6;
        border-bottom: 1px solid #BCCAD6;
        border-right: 1px solid #BCCAD6;
	
	font-size: 11px;
	
	z-index: 1;	
}

.menu-subitem-over {
	background-color: #BCCAD6;
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 3px;
	padding-bottom: 3px;	
	text-align: left;
	
	text-decoration: none;	
	color: #406F95;	
	font-family: Verdana;	

        border-left: 1px solid #BCCAD6;
        border-bottom: 1px solid #BCCAD6;
        border-right: 1px solid #BCCAD6;
	
	width: 400px;	
	
	font-size: 11px;	
	
	z-index: 1;		
}	

.menu-subitem-inner {

} 

.nav-menu-hack-about { 
  margin-left: 10px;
}

.nav-menu-hack-services { 
  margin-left: 20px;
}

.nav-menu-hack-products { 
  margin-left: 18px;
}

.nav-menu-hack-employment { 
  margin-left: 5px;
}

.nav-menu-hack-press { 
  margin-left: 11px;
}

 