/**
 ** RainbowStyles.ss
 ** By: Mel Karlik
 ** Created: May 16, 2007
 ** Updated: June 03, 2007
 **********************************************************/
body {
  margin: 0px;
  padding: 0px;
  background: white url("top_bg.jpg") repeat-x;
  font-size: .8em;
 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #333333;
}

/**
 ** Layout
 **********************************************************/
#container {
  width: 790px;
  margin: 0 auto;
}
#content-container {
	margin-top: 20px;
	margin-bottom: 50px;	
}
#main-content {
  position: relative;
  float: left;
  width: 530px;
  padding: 10px 0px 50px 0px;
}
#sidebar {
  position: relative;
  float: 	right;
  padding: 	10px;
  padding-left: 10px;
  width: 	230px;
}

/**
 ** Header
 **********************************************************/
#navigation {
  margin-top: 20px;
  float: left;
  height: 32px;
  width: 57%;
}
#title {
  margin-top: 60px;
  float: right;
  width: 40%;
  height: 100px;
}
#title a {
	font-size: 2.3em;	
	/*color: #ffffff;*/
	text-decoration: none;
}
#title p {
	color: #009E77;
}
ul#nav {
  padding: 0;
  height:32px;
  display: inline;
  overflow: hidden;
  list-style: none;
}
ul#nav li {
  padding:0;
  list-style: none;
  display: inline;
  float: left;
}
ul#nav a {
  float: left;
  padding: 1em 1em 1em 1em;
  color: #ffffff;
  text-decoration: none;
}
ul#nav li a:hover {
  color: #FF0000;
}
ul#nav li a.selected {
	background-color: #3198D3;
	color: #ffffff;
}

/**
 ** Content
 **********************************************************/
 #main-content p,
 #main-content ul
 {
 	line-height: 1.6em;
 }
 
 
#main-content a {
  color: #B82E00;
  text-decoration: none;
  padding: 1px;
}
#main-content p a{
  border-bottom: 1px dashed #B82E00;
}
#main-content img {
	display: block;
	clear: both;
	border: none;
	padding: 5px;
}
#main-content a img {
  border: none!important;
  border-bottom: 1px dashed #ffffff;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}

a img {
  border: none;
}

h1, h2 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #B82E00;
}

h1 {
  margin-top: 40px;
  font-size: 2.2em;
}

h2 {
  font-size: 1.9em;
}

#main-content ul {
  list-style: disc;
}

ul#links {
  padding: 0px;
  margin: 0px;
  font-size: 1.3em;
}

ul#links li {
  list-style: none;
  padding: 10px;
}
ul#links li a {
  background: url('flower.gif') left bottom no-repeat;  
  padding-top: 10px;
  padding-left: 25px;
}
ul#links li a:hover{
	border-bottom: 1px dashed;
}

.divider {
  height: 20px;
  display: block;
  background: url("divider.jpg") center no-repeat;
  padding: 10px;
  clear: both;
}

table {
	text-align: center;
}
/**
 ** Sidebar
 **********************************************************/

#quote {
  position: relative; /* IE needs this ??????? */
  background: url("quote-bg.gif") 0 0 no-repeat;
  margin-top: -30px;
  display: block;
  float: left;
}
#quote2 {
  position: relative; /* IE needs this ??????? */
  background: url("quote-bg-2.gif") 0 0 no-repeat;
  margin-top: -20px;
  display: block;
  float: left;
}

.quote-bg {
  padding: 45px 55px 200px 20px;
 /* background: url("quote-bg-bottom.gif") 0 100% no-repeat;*/
}

#quote2 .quote-bg {
  padding: 50px 45px 120px 20px;
  color: #666666;
  text-align: center;
 /* background: url("quote-bg-bottom.gif") 0 100% no-repeat;*/
}

.quotee {
  text-align: right;
  font-weight: bold;
  padding: 0 30px 0 0px;
}

/**
 ** Footer 
 **********************************************************/
#footer {
  clear: both;
 /* height: 50px;*/
  padding: 20px 0 30px 0;
  text-align: center;
  background-color: #195579;
 }

#footer p {
  color: #008AB8;
}

#footer p a {
  color: #008AB8;
  text-decoration: none;
}
#footer p a:hover {
	border-bottom: 1px dashed #ffffff;
}

/**
 ** Clearfix
 **********************************************************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */

