/**************************************************************
  mikeo tamplate
 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background:#007db2 url(/images/bg.jpg) top repeat-x;
  font:100 0.7em "Trebuchet Ms";
  color:#737373;
  line-height:1.2em;
  }

 h1, h2, h4, h5, h6, p, dl {
  margin: 0;
  padding:5px 15px;
}


h1 {   
}


h2 {
font:700 22px "Trebuchet Ms";
color:#0055a5;
padding-top:7px;
margin:0;
letter-spacing:-1px;
padding-bottom:5px;
}

#page_content h2 {margin-top:15px;}

h3 {
font:700 17px "Trebuchet Ms";
padding:0;
margin:0;
color:#00adef;
padding:5px 15px;
padding-top:15px;
}

h3 a {
	color:#00adef;
	text-decoration: underline;
}


h4 {

}

h5 {

}

h6 {

}



/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */

a {
  color: #ff6500;  
  outline:none;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #db4409;
}

b {
}

ol, ul {
  margin:0;
  padding: 0;
}

ol {
  color: #333333;
}

ol span {
  color: #999999;
}

ul {
  list-style: none;
}

del {
  color: #666666;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  background:#DFDFDF; 
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #666666;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




/**************************************************************
   Form Elements
 **************************************************************/

label {
  color: #00759A;
  font-size:13px;
  font-weight:bold;
  display:block;
  margin-top:10px;
  margin-bottom:5px;
}

.sidelabel label 
{
}

fieldset {
padding:10px 0;
position:relative;
background:#dff1f8 url(/images/form_top.gif) no-repeat top right;
border:none;
margin:10px 15px 20px 15px;
padding-bottom:0;
}

fieldset p {padding:3px 15px;
margin:0;}

input,
textarea,
select {
  padding: 4px;
  font:100 11px verdana, arial, sans-serif;
  color: #737373;
  background: #fff;
  border: 1px solid #CCCCCC;
  margin:0;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
  margin:0;
}

input.button 
{
  padding: 2px 5px;
  font: 400 1.1em Arial;
  color: #fff;
  background: #00759a;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #fff #fff #FFF;
}

a.button 
{
  padding: 2px 5px;
  color: #fff;
  background: #00759a;
  border-width: 1px;
  border-style: solid;
  text-decoration:none;
}

a.view_all_btn
{
  width:237px;
  display:block;
  margin:0 0 0 0;
  text-align:center;
  border:none;
}

a:hover.button 
{
  padding: 2px 5px;
  color: #fff;
  background: #7AB800;
  border-width: 1px;
  border-style: solid;
  text-decoration:none;
}

a:hover.view_all_btn
{
  border:none;
}


a.button2 
{
  padding: 4px 10px;
  color: #00759a;
  line-height:20px;
  background: #dff1f8;
  border: none;
  text-decoration:none;
}

a:hover.button2 
{
  padding: 4px 10px;
  color: #00759a;
  background: #dbf5b3;
  border: none;
  text-decoration:none;
}



/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 10px;
  padding-left: 27px;
  
  background-color: #DFDFDF;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 15px 15px 5px 15px;  
}

img.floatLeft {
  margin: 5px 15px 5px 15px;
}

a img {border:none;}

a:hover img {border:none;}




