/* MDB Industries Stylesheet - 2010 */

/* Layout Styles - Global */

* {
 margin:0px;
 padding:0px;
 }

html, body { 
 margin: 0px; 
 padding: 1em;
 color: #000000;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: normal;
 font-weight: normal;
 letter-spacing: .02em;
 }

* html #container {
  height: 100%;
  }

#container {
 position:relative;
 width:100%;
 margin:auto;
 }

#footer {
 margin: auto;
 position: relative;
 clear: both;
 width: 100%;
 height: auto;
 font-size: x-small;
 text-align:center;
 color: #666666;
 line-height:1.5;
 letter-spacing:.1em;
 margin-top:3em;
 background:#cccc99;
 padding-top:3em;
 }


#logo_box {
 position: relative;
 text-align:center;
 float:left;
 height: 100px;
 width: 200px;
 border:0px;
 margin-bottom:2em;
 }

#hdr_txt {
 position:relative;
 float:right;
 width:250px;
 height:100px;
 font-size:small;
 }

img, img a, a img {
 border:0px;
 text-decoration:none;
 border-bottom:0px;
 }
 
/* Main Page Layout */

#container.main {
 height: auto;
 }

#intro_wrap {
 position:relative;
 float:left;
 clear:both;
 width:100%;
}

#intro {
 font-size:normal;
 letter-spacing:.02em;
 text-align:justify;
 color:#000000;
 }


#intro .title {
 font-size:x-large;
 font-weight:bold;
 color:#CC6600;
 }

/* Subpage Layout */

img.banner {
 display:none;
 }
 
#hdr_container {
 position:relative;
 width:100%;
 top:0px;
 height:auto;
 margin:auto;

 }
#content {
 position: relative;
 width:95%;
 margin:auto;
 margin-top:2em;
 clear:both;
 }


/* Link Styles */

a {
 color: #CC6600;
 text-decoration:none;
 border-bottom:1px dotted #CC6600;
 }
a:hover {
 color: #FF9933;
 text-decoration:none;
 border-bottom:1px solid #FF9933;
 }
a:visited, a:active {
 color: #CC6600;
 text-decoration:none;
 border-bottom:1px dotted #CC6600;
 }

#footer a {
 color: #999999;
 text-decoration: none;
 border-bottom: 0px;
 }


/* Content Styles */

h1 {
 position:relative;
 float:left;
 clear:both;
 font-weight: normal;
 font-size:22px;
 color: #CC6600;
 margin-bottom:10px;
 height:22px;
 width:100%;
 letter-spacing: .1em;
 }

h2 {
 font-weight: normal;
 font-size: small;
 color: #CC6600;
 margin-bottom:1em;
 margin-top:2em;
 height:20px;
 width:100%;
 border-bottom:1px dotted #CC6600;
 letter-spacing: .1em;
 }

em {
 font-weight:bold;
 }

p {
 margin-bottom:2em;
 }


ol {
 margin-left:4em;
 margin-bottom:2em;
 }
ol li {
 margin:1em;
 font-size:12px;
 }

#arrow_nav {
 display:none;
 }

/* Inline Image wrapping classes */

img.lft{
 position:relative;
 float:left;
 margin-right:2em;
 }

img.rt {
 position:relative;
 float:right;
 margin-left:2em;
}

/* For Print CSS */
.noprint {
 display:none;
 }

/* Tooltip Styles */

a.tooltip{
 }
a.tooltip:hover{
 display:none;
 }
.tooltip span {
 height:0;
 width:0;
 display: none;
 }



/* RocWorx Hosting & Design - www.rocworx.com */