body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
  	font-size:12px;
  	color: #474747;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg-container.gif);
	background-repeat:repeat-y;
	background-position:center;
	}

p {margin: 0; padding: 0;}

a:link { 
	color: #b50f1b; 
	font-weight:bold;
	text-decoration:none;	
	}
a:visited { 
	color: #b50f1b; 
	font-weight:bold;
	text-decoration:none; 
	}
a:hover { 
	color: #01698b; 
	text-decoration:none;
	}
	
#container {
	position:relative;
	width: 910px;
	min-height: 100%;
	overflow:visible;
	margin: auto;
}


.header {
	width:100%;
	height: 156px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}


.header-container {
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
    position:relative;
	width: 910px;
	min-height: 100%;
	overflow:visible;
	margin: auto;
}

.header-surveys  {
	background-image:url(images/hdr-surveys.jpg);
	background-repeat:no-repeat;
	background-position:185px 32px;
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
	
	}
	
.header-articles  {
	background-image:url(images/hdr-articles.jpg);
	background-repeat:no-repeat;
	background-position:185px 32px;
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
		}
	
.header-company  {
	background-image:url(images/hdr-company.jpg);
	background-repeat:no-repeat;
	background-position:185px 32px;
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
	}

.header-events  {
	background-image:url(images/hdr-events.jpg);
	background-repeat:no-repeat;
	background-position:185px 32px;
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
	}
	
.header-index  {
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
	}
	
.header-method  {
	background-image:url(images/hdr-method.jpg);
	background-repeat:no-repeat;
	background-position:185px 32px;
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
	}
	
.header-services  {
	background-image:url(images/hdr-services.jpg);
	background-repeat:no-repeat;
	background-position:185px 32px;
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
	}
	
.header-careers  {
	background-image:url(images/hdr-careers.jpg);
	background-repeat:no-repeat;
	background-position:185px 32px;
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
	}
	
.header-tech_solutions  {
	background-image:url(images/hdr-tech.jpg);
	background-repeat:no-repeat;
	background-position:185px 32px;
	height: 124px;
	padding-top: 32px;
	padding-left: 185px;
	}
	
	
.tagline {
	position: absolute;
	left: 400px;
	width:401px;
	top: 5px;
	text-align:right;
	color: #b19c61;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	}

.nav {
	position: absoltue;
	top: 0px;
	left: 0px;
	width: 165px;
	text-align:left;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 20px;
	
	}

.nav h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size:15px;
	color: #b50f1b;
	border-top: 1px dotted #a19d87;
	border-bottom: 1px dotted #a19d87;
	padding: 5px;
	line-height:100%;
	padding-left: 10px;
	}

.nav ul { 
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	list-style-type: none; 
	font-size: 12px; 
	font-weight: bold;
	}
	
.nav li { 
	padding: 5px 0px 5px 0px; 
	margin: 0px; 
	text-align: left; 
	border-bottom-width: 1px;  
	border-bottom-style: dotted; 
	border-bottom-color: #b2b2b2;  
	}

.nav a:link { 
	color: #474747; 
	text-decoration:none;	
	}
.nav a:visited { 
	color: #474747; 
	text-decoration:none; 
	}
.nav a:hover { 
	color: #cc0000; 
	text-decoration:none;
	}

.nav ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.nav li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(images/spacer.gif) no-repeat left center;
list-style-type: none;
}

.nav li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(images/spacer.gif) no-repeat left;
cursor: hand !important;
cursor: pointer !important;
}


.nav li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
border-bottom:none;
padding-top:5px;
padding-left: 10px;
}

.nav .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
border-bottom:none;
border-top: 1px dotted #b2b2b2;
padding: 3px;
}

.nav .submenu a:link { 
	color: #474747; 
	text-decoration:none;	
	font-weight: normal;
	}
.nav .submenu a:visited { 
	color: #474747; 
	text-decoration:none;
	font-weight: normal; 
	}
.nav .submenu a:hover { 
	color: #cc0000; 
	text-decoration:none;
	font-weight: normal;
	}

.content {
	position: absolute;
	left: 205px;
	width:685px;
	top: 45px;
	line-height:133%;
	}

#left {
	font-family: Arial, Helvetica, sans-serif;
    float:left;
	width: 202px;
	text-align:left;
	font-size: 11px;
	margin-right: 20px;
		}
	
#sidebar {
	float:right;
	width: 210px;
	text-align:left;
	background-image: url(images/gray-top.gif);
	background-repeat:no-repeat;
	background-color: #f2f2f2;
	margin-left: 20px;	
	margin-bottom: 15px;
	}


.sidebar-hdr {
	color:#0a7b85;
	font-weight:bold;
	}

#sidebar-content {
	padding:15px;
	}
	
#sidebar ul { 
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	list-style-type: none; 
	font-size: 11px; 
	font-weight:bold;
	border-top: 1px dotted #b2b2b2;
	
	}
	
#sidebar li { 
	padding: 5px 5px 5px 5px; 
	margin: 0px; 
	text-align: left; 
	border-bottom-width: 1px;  
	border-bottom-style: dotted; 
	border-bottom-color: #b2b2b2;  
	}
#sidebar-bottom {
	height:15px;
	background-image:url(images/gray-bottom.gif);

		}

.goldbox {
	display:block;
	width: 165px;
	height: 25px;
	padding: 10px;
	background-color:#b19c61;
	color:#FFFFFF;
	}

.scroll {
	height: 160px;
	min-height: 160px;
	width: 215px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #eaeaea;
	}	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#0a7b85;
	font-weight:normal;
	line-height:normal;
	}
	 
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#b19c61;
	font-weight:normal;
	line-height:normal;
	}

h3 {
	font-size: 13px;
	}
	
h4 {
	font-size: 12px;
	font-weight:bold;
	}
	
h5 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#005470;
	font-weight:normal;
	display:block;
	border-bottom: 1px dotted;
	}
	
	
.footer {
		text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	clear: all;
	line-height: 133%;
		}

hr {
	height: 1px;
	width: 100%;
	text-align:center;
	color: #eaeaea;
	background-color:#eaeaea;
	border: 0;
	}
	

/*MENU*/

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

