/* Ergonomic Work site health programs */

* { /* set all margins and padding to 0 so I don't have to deal with the default values */ 
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	background: #023460;
	font: 72% Arial,"Trebuchet MS", Helvetica, Tahoma, Verdana,  sans-serif;
	color: #FFF;
}

/* Global
----------------------------------------*/
p {
	padding-top: 7px;
	padding-bottom: 8px;
}
a {
	color: #c8e5ff;
	text-decoration: none;
}
a:hover {
	color: #eeeeee;
}
a img {
	border: none;
}
img {
	vertical-align: text-bottom; /*gets rid of space under image*/
}

h2 {
	font-size:20px;
	margin: 0;
	padding: 0 0 5px 0;
}

h3 {
	font-size:16px;
	padding-bottom: 3px;
}
hr {
	color: #264b6b;
	background-color: #264b6b;
	height: 1px;
	border: none;
	margin: 0;
	line-height: 5px;
}
blockquote {
	padding-left: 30px;
	padding-bottom: 15px;
}
.text-w-less-space{
	line-height: 13px;
}	
.required { color: #F00; }

.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}
.pageheading {
	border-bottom: 1px solid #415c88;
	margin-bottom: 5px;
}

.sideaddress {
	font-size: 9pt;
}

/* Wrapper and Masthead
----------------------------------------*/
#wrapper {
	width: 770px;
	margin: 0 auto;
	background-color: #002b51;
}

h1 {
	height: 80px;
	background: url(../images/erg-logo.gif) no-repeat left top;
	/*text-indent: 50em;*/
	text-align: right;
	background-color: #023460;
	font-size: 1.1em;
}

.printtxt{
	display: none;
}

#login-top {
	padding: 40px;
}

/* Primary Navigation
---------------------------------------------------------------------*/
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 31px;
}

#navigation li a {
	display: block;
	text-indent: -9999em;
	outline: none;
	font-size: 1.1em;
	text-decoration: none;
	color: #333;
	/*height: 31px;*/
}

#navigation ul li a:hover {
	background: #eeeeee;
	color: #023460;
}
	
#navigation li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	width: 160px;
	margin: 0;
	padding: 0;
	background: #dddddd;
	list-style: none;
	border: 1px solid #023460;
	z-index: 10000 !important;
}

#navigation li:hover ul, #navigation li:hover ul li:hover ul {
	display: block;
}

#navigation iframe {
	display: none;
}

#navigation ul li {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

#navigation ul li a {
	width: 140px;
	padding: 5px 10px;
	text-indent: 0;
}

#navigation ul ul, #navigation li:hover ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-left {
	width: 78px;
	height: 31px;
	background: url(../images/nav-bg.gif) no-repeat left top;
}

#nav-home {
	width: 100px;
	height: 31px;
	background: url(../images/nav-bg.gif) no-repeat -78px top;
}

#nav-home:hover { background-position: -78px bottom; }

#nav-about {
	width: 125px;
	height: 31px;
	background: url(../images/nav-bg.gif) no-repeat -178px top;
}

#nav-about:hover { background-position: -178px bottom; }

#nav-services {
	width: 110px;
	height: 31px;
	background: url(../images/nav-bg.gif) no-repeat -303px top;
}

#nav-services:hover { background-position: -303px bottom; }

#nav-resources {
	width: 130px;
	height: 31px;
	background: url(../images/nav-bg.gif) no-repeat -413px top;
}

#nav-resources:hover { background-position: -413px bottom; }

#nav-faq {
	width: 85px;
	height: 31px;
	background: url(../images/nav-bg.gif) no-repeat -543px top;
}

#nav-faq:hover { background-position: -543px bottom; }

#nav-contact {
	width: 142px;
	height: 31px;
	background: url(../images/nav-bg.gif) no-repeat -628px top;
}

#nav-contact:hover { background-position: -628px bottom; }

#nav-right {
	width: 17px;
	height: 31px;
	background: url(../images/nav-bg.gif) no-repeat -753px top;
}

/* Content
----------------------------------------*/
#main-content  {
	width: 730px;
	margin: 0;
	/*background-color: #002b51;*/
	padding: 20px 20px 0 20px;
	font-size: 1.2em;
}
	
	
#main {
	float: left;
	width: 535px;
	border-right: 1px solid #415c88;
	padding-right: 15px;
}
/*#main {
	float: left;
	width: 535px;
	border-right: 1px solid #415c88;
	background-color: #002b51;
	padding: 20px 20px 0 20px;
}*/
.clear {
	clear: both;
}

/* Home content
-----------------------------------------*/
#vitruvianimg {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 186px;
	height: 186px;
}

#home-content {
	border-top: 1px solid #4d6b86;
	font-size: .9em;
	/*margin-top: 10px;*/
	padding-top: 5px;
}
	#home-content img {
		float: left;
		padding-right: 10px;
	}
	
#home-content-left {
	border-right: 1px solid #4d6b86;
	float: left;
	width: 340px;
	padding: 0 10px;
	/*margin: 10px 0 0 0;*/
}
	
#home-content-right {
	float: right;
	width: 339px;
	padding: 0 15px 0 0;
	/*margin: 10px 0 0 0;*/
}

/* timeline picture link
---------------------------------------------------------------------*/
#timeline-link {
	width: 150px;
	border: 1px solid #4d6b86;
	text-align:center;
	/*margin: 0 auto;*/
	margin: 5px 0;
	float: left;
	background-color: #23426b;
	padding: 5px 0;
}

#timeline-link img {
	padding: 5px 0;
}

/* Sidebar
---------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 175px;
	/*background-color: #002b51;
	margin-top: 30px;
	border-left: 1px solid #415c88;*/
}

.block h3 {
	margin: 5px 0 0;
}

.block {
	padding: 0 0 0 8px;
	
	/*border-left: 1px solid #415c88;
	background: #23426b;
	border-top: 2px solid #415c88;
	border-bottom: 2px solid #415c88;*/
}

.quote {
	font-style:italic;
}

.block li {
	margin: 2px 0;
}

#sidebar h3 {
	font-size: 1.1em;
}

.sidebarnav {
	background: #FAFAFA url(../images/sidebarnav-bg.gif) no-repeat left bottom;
	margin: 0 0 15px;
	padding: 0 0 5px;
}

.sidebarnav h3 {
	margin: 0 0 5px;
	padding: 10px 3px 0;
	background: url(../images/sidebarnav-h3.gif) no-repeat left top;
}

.sidebarnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarnav ul li {
	margin: 0 !important;
	padding: 0;
	border-top: 1px solid #DDD;
	font-size: 11px;
}

.sidebarnav ul li a {
	display: block;
	width: 170px;
	margin: 0;
	padding: 5px 15px;
}

.sidebarnav ul li a:hover {
	background: #F0F0F0;
}

/* About 
---------------------------------------------------*/
ul#about-list {
	padding-left: 40px;
	padding-bottom: 15px;
	list-style-type:circle;
}

/* Services 
---------------------------------------------------------------*/
ol#services-list {
	padding-left: 40px;
	list-style-type: decimal;
}

ol#services-list li {
	padding: 5px;
}

/* resources 
---------------------------------------------------------------*/
ol#resources-list {
	padding-left: 40px;
	list-style-type: circle;
}

ol#resources-list li {
	padding: 5px;
}

/* clincal services
-------------------------------------------------------------------*/
ul#clinserv-list {
	padding-left: 40px;
	list-style-type: circle;
}

ul#clinserv-list li {
	padding: 5px;
}

/* sitemap 
--------------------------------------------------------------------*/
ul.sitemap-list {
	padding-left: 40px;
	list-style-type:disc;
}

/* FAQ Page
---------------------------------------------------------------------*/
ul#faq {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

ul#faq li {
	margin: 5px 0 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #264b6b;
}

ul#faq dl {
	margin: 0;
}

ul#faq dt {
	font-weight: bold;
	/*font-size: 1.1em;*/
	margin: 0;
}

ul#faq dt a {
	display: block;
	padding: 3px 100px 3px 0;
	width: 375px;
}

ul#faq .view {
	background: url(../images/btn-viewanswer.gif) no-repeat right center;
}

ul#faq .close {
	background: url(../images/btn-closeanswer.gif) no-repeat right center;
}

ul#faq dd {
	margin: 5px 0 0;
	font-size: 1em;
}

.filters {
	padding: 5px;
	background: #23426b;
	border: 1px solid #415c88;
}

/* Contact Page
---------------------------------------------------------------------*/
dl.contact {
	margin: 0;
}

dl.left {
	float: left;
	width: 45%;
}

dl.right {
	float: right;
	width: 45%;
}

dl.registrant {
	float: left;
	width: 28%;
	margin: 0 20px 20px 0;
	padding: 7px;
	background: #FAFAFA;
	border: 1px solid #DDD;
}

dl.left dd, dl.right dd {
	margin: 0;
}

dl.wide {
	clear: both;
}

dl.contact dd {
	margin: 0;
}

dl.contact dd input.text, dl.contact dd select {
	font-size: 1.0em;
	width: 100%;
	margin: 3px 0 10px;
}

dl.wide dd select {
	width: 46%;
}

dl.contact dd textarea {
	width: 100%;
	height: 100px;
	margin: 3px 0 10px;
}

.btn_send {
    width: 99px;
    height: 23px;
    padding: 23px 0 0;
    border: 0;
    background: url(../images/btn-send.gif) no-repeat left top;
    cursor: pointer;
}

/* Footer
----------------------------------------*/
#footer {
	clear: both;
	padding: 20px 0 0;
	background: #023460 url(../images/footer-bg.gif) no-repeat left top;
}

	#footer p {
		margin: 0;
		text-align: center;
		font-size: 8pt;
	}
	
