/**

[Colors]
Blue        #297BA8
Blue light  #3FBCFF

**/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}  

h1, h2, h3, h4 { margin: 0; }

p { margin: 0 0 1em; }

a, a:link, a:active { color: #009; text-decoration: none; }
a:hover { text-decoration: underline; }

.main-text { font-size: 120%; line-height: 170%; color: #666; }
.main-text h1  { margin: 0; }
.main-text a, .main-text a:link, .main-text a:visited { text-decoration: none; }
.main-text ul { font-size: 80%; line-height: 120%; }

.main-links { font-size: 130%; font-style: italic; margin: 11px 0 0 0; }
.main-links a:link, .main-links a:visited { color: #666; text-decoration: none; margin-left: 13px;}
.main-links a:hover, .main-links a:active { color: #666; text-decoration: underling; }
.main-links img { margin-right: 5px;}

.slideshow { width: 1000px; height: 400px; background: #eee; margin: auto; overflow: hidden; }
.slideshow img { }

.slidenote { 
  z-index: 400; 
  position: absolute; 
  left: 610px; top: 210px; 
  height: 140px; width: 330px; 
  background: white;
  padding: 10px 15px 15px;
  -webkit-box-shadow:0px 0px 8px #111;box-shadow:0px 0px 8px #111;-moz-box-shadow:0px 0px 8px #111;
  opacity:.9;
  zoom:1;
}

#subscribe, #subscribe td { background: none; border: none; color: #009; margin: 0; }

hr { margin: 5px 0; border: 0; border-bottom: 1px solid #ccc; }

ul { list-style-type: none; margin: 0; padding: 0; }
ul li { list-type: none; margin: 0 0 4px 0;  padding: 0; }

/** SPECIAL FORMATTING STYLES **/

.container     { margin: 0 auto; width: 1000px; }

.back-blue     { background-color: #297BA8; }

.text-center   { text-align: center; }
.text-left     { text-align: left; }
.text-right    { text-align: right; }

.float-left    { float: left; }
.float-right   { float: right; }

.clear         { clear: both; display: block; }
.no-over       { overflow: hidden; }
