/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;  
  line-height: 170%;
  color: #EEE;
  background: #585858 url(../images/bg_body.jpg) repeat-y top center;
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}

a, a:visited {
  color: #46C7C9;
}

a:hover {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 70%;
}

textarea {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

select,
input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;
  background-color: #9AC5C6;
  border: 1px solid #78A3A4;
}

select {
  padding: 0;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #000;
  background-color: #BCE7E8;
  border: 1px solid #89B4B5;
}

h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1.2em verdana, sans-serif;
  text-transform: uppercase;
  /*
  color: #46C7C9;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
  */
  color: #000;
  background: #9AC5C6 url(../images/rounded_tr.gif) no-repeat top right;
}

* html h1 {
  font: 700 0.8em verdana, sans-serif;
}	


h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

#sideBar h1 {
  text-align: right;
  color: #000;
  background: #9AC5C6 url(../images/rounded_tl.gif) no-repeat top left;
/*
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
*/
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  color: #000;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
/*
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
*/
}


#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
  font-size: 1.2em;
}

#content ul ul {
	font-size: 1em;
}

* html #content #text ul {
	font-size: 1.2em;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  width: 100%;
  height: 4em;
  background: #585858 url(../images/bg_header.gif) repeat-y top center;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 767px;
  margin: 0 auto;
  text-align: left;
}

#menu ul {
  margin: 0 0 0 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 1.2em;  
  list-style: none;
  text-align: center;
  font-size: 1.2em;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a.active {
	font-weight: bold;
	background: url(../images/menu_tab.gif) no-repeat bottom center;
}
#menu ul li a.active {
	color: #fff;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 0.3em 15px 0 0;
  margin-right: 0.5em;
  float: right;
}

#titleTagLine {
	margin-top: -10px;
	color: #fff;
}
/*
#title h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
}
*/


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
}

#splash {
  float: left;
  width: 744px !important;
  width: 744px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
  font-size: 1.2em;
}

#text {
  float: left;
  width: 410px !important;
  width: 437px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

#text p {
	font-size: 1.2em;
}

* html #text p {
	font-size: 1.2em;
}
* html h2 {
	font-size: 1.5em;
}

#image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

* html #image {
	width: 167px;
}

#sideBar {
  float: right;
  width: 145px !important;
  width: 160px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}


/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 0px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;
  font-size: 1.2em;
}

* html .sideMenu a { font-size: 1.2em; }
* html .sideMenu h1, * html .sideBar h1{ font-size: 1.2em; }

#sideBar p { font-size: 1.2em; }

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(../images/grey_rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(../images/grey_rounded_bl.gif) no-repeat bottom left;
}

.sideMenu a {
	color: #FFCC00;
}

/***************************************************
 Comment Styles
 ***************************************************/
* html .commented tr td h1 {
	margin-top: -2px;
}

.comments {
	width: 145px;
}

* html .comments {
	width: 145px;
	font-size: 0.7em;
}

.comments p, #riskfree p{
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(../images/clear_rounded_tl.gif) no-repeat top left;
}

* html .comments p {
	padding-top: 5px;
}
.comments img, #riskfree img {
  margin-top: -1px;
}
* html .comments img {
	margin-left: -3px;
	margin-top: 0px;
}

.comments a, #riskfree a {
  color: #46C7C9;
}

.comments a:visited, #riskfree a:visited {
  color: #AAA;
}

.comments a:hover, #riskfree a:hover {
  color: #FFF;
}

#riskfreeBadge { cursor: pointer; }
#riskfree {
	position: absolute;
	display: none;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  float: left;
  width: 500px;
  padding: 10px 20px;
  color: #888;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

form {
	display: inline;
}


/* CUSTOM */
.drNav {
	text-align: right;
	font-size: 1.2em;
}
.aboutClient {
	background-color: #fff;
	color: #000;
}
.aboutClient a, .aboutClient a:hover {
	color: #000;
}

.content ul {
  padding-bottom: 10px;
  font-size: .5em;
}

.content ul ul {
	font-size: .5em;
}

.content ul li {
  list-style-image: url(../images/li_bullet.gif);
}


/* Naviagation Links */
#navHome {

}
#navDR {
	width: 12em;
}
#navAbout {
	width: 15em;
}
#navContact {
	width: 12em;
}


/* MSIE HACKS */
* html #navDR {
	width: 12em;
}
* html #navAbout {
	width: 8em;
}
* html #navContact {
	width: 8em;
}

* html #titleTagLine {
	margin-top: -5px;
}

* html #content ul {
	font-size: .8em;
}

* html #splash ul {
	font-size: 1em;
}

* html .commented ul li {
	font-size: 0.7em;
}

* html h1 {
	font-size: 1.2em;
}

* html .commented h1 {
	font-size: 0.8em;
}

* html #content ul ul li {
	font-size: .9em;
}

.fontsizeHack {
	font-size: 1.2em;
}
* html .fontsizeHack {
	font-size: 1em;
	margin-top: 15px;
}

* html .sideMenu a span {
	color: #FFCC00;
}

.error { font-size: 1.4em; font-weight: bold; color: #f00; }
.documentDetails { display: none; }
.impression { color: #999; }
.rowSubHeading { font-weight: bold; font-size: 1.2em; padding: 10px; padding-bottom: 5px; padding-top: 0px; border-bottom: 1px solid #999; text-align: center;}

