/* CSS Document  */

/* turn off print items */

#logo, #tagline, #phone {
display: none;
}

body {
margin: 0;
padding: 0;
font-family: "lucida grande", verdana, sans-serif;
background: #797979;
font-size: small;
}

#main {
margin: 0 auto;
width: 750px;
border-right: 1px solid #000;
border-left: 1px solid #000;
background: #fff url("images/omega_main_bg.gif") repeat-y;
}

#topbar {
background: #ffc url("images/topbar_bg.gif") top left repeat-x;
}

#sidenav {
float: left;
clear: left;
width: 164px;
background: url("images/nav_top_bg.gif") no-repeat;
padding-top: 5px;
}

#content {
float: left;
padding: 10px;
width: 566px;
line-height: 1.5em;
}

#content h2 {
margin: 0;
margin-bottom: .5em;
padding: 0;
color: #600;
}

#content h3 {
margin-top: 1em;
margin-bottom: .25em;
}

#content dl, #content ul, #content ol {
margin: 0 10px;
}

#content p {
color: #333;
line-height: 1.5em;
}

#content p strong {
color: #000;
}

#content dl, #content ul, #content ol {
color: #600;
}

#content ul, #content ol {
margin-top: 1em;
padding: 0;
}

#content dt {
font-weight: bold;
}

#content dd, #content li {
margin: 0 0 .5em 2em;
}

#copy {
clear: left;
width: 730px;
font-size: 80%;
color: #fff;
background: #000 url("images/copy_bg.gif") repeat-x;
padding: 10px;
text-align: right;
}

#quad1, #quad3 {
width: 50%;
float: left;
}

#quad1 p, #quad3 p {
padding-right: 2em;
}

#mid_photo {
margin: auto -10px;
clear: both;
border-top: 10px solid #fff;
}

#mid_photo img {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}

#quad2, #quad4 {
width: 50%;
float: right;
}

form.form table {
margin-top: 1em;
background-color: #f0f0f0;
border: 1px solid #ccc;
font-size: 11px;
width: 100%;
}

form.form table th {
text-align: right;
font-weight: normal;
width: 100px;
}

form.form table th, form table td {
padding: 5px;
}

form.form ul {
list-style: none;
}

.red {
color: #900;
}

table.data {
font-size: 11px;
}

table.data th {
width: 50%;
text-align: left;
border-bottom: 1px solid #ccc;
}

table.data td {
border-bottom: 1px solid #f0f0f0;
}

.more-btn {
padding: 10px;
text-align: right;
}

li.selected {
color: #000;
font-weight: bold;
border: 1px solid #ccc;
}

/* testing adding sidebar style back in temporarily */

#sidebar p.heading, #sidebar dt {
margin: 0;
margin-left: 1px;
padding: 10px;
color: #666;
background: #f1f1f1 url("images/head_bg.gif") no-repeat bottom left;
font-size: 10pt;
line-height: 1em;

}

#sidebar dt {
background: transparent;
color: #000;
}

#sidebar p, #sidebar ul, #sidebar dd, #sidebar ol {
font-size: 8pt;
line-height: 1.5em;
margin: 0 15px;
color: #666;
}

#sidebar ul, #sidebar ol {
padding: 0;
margin-left: 30px;
list-style-image: url("images/bullet_prin.gif");
}

/* new navigation design 10/2006 */

#sidenav {
font-size: small;
}

#nav {
margin: 0;
padding: 0;
list-style: none;
width: 164px;
background-color: #187731;
font-size: 80%;
line-height: 1.5em;
}

#nav li {
margin: 0;
padding: 0;
list-style: none;
font-family: verdana, arial, sans-serif;
}

#nav li a {
display: block;
width: 154px;
padding: 5px;
border-bottom: 1px solid #393;
color: #fff;
text-decoration: none;
}

#nav ul {
margin: 0;
padding: 0;
background-color: #393;
}

#nav ul li a {
border-bottom: 1px solid #363;
}

/* sub navigation */

#nav ul li a {
color: #666;
background: #e0e0e0 !important;
font-weight: normal !important;
}

/* special sub nav */

#nav #pim ul li a {
background: #ffc !important;
font-weight: normal;
}

#nav #tool ul li a {
color: #009;
background: #9cf !important;
font-weight: normal;
}

#nav #comp ul li a {
color: #063;
background: #80b399 !important;
font-weight: normal;
}

#nav #and ul li a {
color: #c33;
background: #e69999 !important;
font-weight: normal;
}

/* pdf icon */

#nav #pim ul li a.pdf {
padding-left: 23px;
width: 136px;
background: #ffc url("images/pdf-icon.gif") 2px no-repeat !important;
}

#nav #tool ul li a.pdf {
padding-left: 23px;
width: 136px;
background: #9cf url("images/pdf-icon.gif") 2px no-repeat !important;
}

#nav #comp ul li a.pdf {
padding-left: 23px;
width: 136px;
background: #80b399 url("images/pdf-icon.gif") 2px no-repeat !important;
}

#nav #and ul li a.pdf {
padding-left: 23px;
width: 136px;
background: #e69999 url("images/pdf-icon.gif") 2px no-repeat !important;
}

/* hide sub nav */
#nav ul {
	display: none;
}

/* ACT design */

.box {
width: 566px;
background: url("images/div-bottom.gif") no-repeat bottom left;
margin-bottom: 1em;
}

.box h3 {
margin: 0 !important;
padding: 6px 8px 4px 10px;
font-size: 130%;
color: #333;
border-bottom: 1px solid #c5c5c5;
background: url("images/h3-bg.gif") no-repeat top left;
}

.box p {
margin: 0;
padding: 14px 10px;
}

#nnv {
display: none;
}