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

html {
  height: 100%;
  background:#2069bc url("/images/bg.gif");
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font:100 0.7em verdana, arial, sans-serif;
  color:#737373;
  line-height:1.2em;
  }

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

p {line-height:1.5em}

hr {
border: 0;
width: 80%;
color: #ccc;
background-color: #d3d3d3;
height: 1px;
}


h1 {   
}


h2 {
font:900 25px verdana, sans-serif;
color:#226fc6;
padding-top:7px;
margin:0;
letter-spacing:-1px;
padding-bottom:5px;
font-variant: small-caps;
}

h2.smaller {font:900 20px verdana, sans-serif;}

h3 {font:900 15px arial, verdana, sans-serif;
	color:#226fc6;
	letter-spacing:-1px;
}

h3.bigger {font:900 18px arial, verdana, sans-serif;
	color:#226fc6;
	letter-spacing:0px;}

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: #226fc6;  
  outline:none;
}

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

a:hover {
  color: #00539a;
}

b {
  color: #000;
}

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 {
  font-weight:bold;
  display:block;
  float:left;
  width:100px;
}

.sidelabel label 

{
}

fieldset {
padding:10px 0px;
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, input.form_button
{
	overflow: visible;
  padding:2px 10px;
  color: #226fc6;
  font:900 15px arial, verdana, sans-serif;
  line-height:15px;
  background: #e4d405;
  border:none;
}

input:hover.button, input:hover.form_button, input:focus.button
{
  color: #fff;
  overflow: visible;
  background: #226fc6;
}


.form_button {margin-left:100px}

a.button 
{
  padding: 2px 5px;
  color: #226fc6;
  background: #e4d405;
  font:900 15px arial, verdana, sans-serif;
  text-decoration:none;
}

a.small_button 
{
  padding: 5px 5px;
  color: #fff;
  background: #226fc6;
  font:900 13px arial, verdana, sans-serif;
  text-decoration:none;
  margin:0;
}



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: #226fc6;
  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;
}

/**************************************************************
   forms field with errors
 **************************************************************/


.field-with-errors input{
  color: #000;
  background: #fee4e4;
  border: 1px solid #ff6363;
  margin:0;
}

.field-with-errors label {color:#ff6363;}

.error-explanation ul li
{  
	color:#ff6363;
	padding:2px 20px;
	margin:5px 0;
	background:url("../images/icons/exclamation.png") no-repeat left top;
}

.error-explanation ul
{
padding:10px 10px;
}



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

blockquote {
  margin: 10px 10px;
  padding-left: 60px;
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;
font:100 20px arial, verdana, sans-serif;
line-height:1.5em;
color:#7ab1ef;

}

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;}

/*********** assets **************************/

ul#assets li {list-style:none; width:150px; float:left; background:none; padding-left:0; margin-bottom:30px;}

ul#assets {list-style:none; margin-left:20px; padding-left:0;}  


ul#assets li a:hover img.border {border:3px solid #00adef;}



