/* ----------------------------------------------------------------------------------- GENERAL */

.clear { clear: both } 

a:hover {
	background: blue;
	color: white;
}

a:hover.image {
	background: inherit;
	border: 0;
}


body {
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol, dl {
	margin-bottom: 16px;
}

li {
	margin-left: 16px;
	margin-bottom: 8px;
}

dt {
	font-weight: bold;
	margin-left: 24px;
}

dd {
	margin-left: 48px;
	margin-bottom: 8px;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

hr {
  border: solid lightblue 1px;
  background: lightblue;
  margin: 16px 0;
  height: 1px;
  clear: both;
}

address {
  margin-left: 16px;
  white-space: pre;  
}

dd address {
  margin: 0;
}

body {
	background: #eee;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;	
}

h1, h2, h3, h4, h5, h6 {
	line-height: 32px;
	font-weight: bold;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: inherit;
	background: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	background: inherit;
	color: inherit;
	text-decoration: none;
	border-bottom: solid lightblue 3px;
}

.center {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

.title {
	margin-top: 0 !important;
}

.callout {
	font-size:1.5em; 
	font-family:tahoma;
	line-height: 24px;
}

/* --------------------------------------------------------------------------------------- CALL TO ACTION BUTTONS AND LINKS */

/* Button */
a.call-to-action {
	background: #f90;
	color: white;
	text-decoration: none;
}
a.call-to-action:visited {
	color: white;
}		
a.call-to-action:hover {
	background: white;
	color: blue;
}
a.call-to-action {			
	padding: 8px;
	2: 20px;
	font-weight: bold;
	
	border-right: solid #eee 2px;
	border-bottom: solid #ccc 2px;
	
	vertical-align: middle;
	zoom: 1;
}

/* Link */
span.call-to-action {
	vertical-align: middle;
}	
span.call-to-action a {
	color: blue;
	font-weight: bold;
	
	padding-bottom: 2px;			
	padding: 2px;
	
	text-decoration: none;			
	border-bottom: solid blue 2px;			
}		
span.call-to-action a, span.call-to-action a:visited {
	color: blue;
}		
span.call-to-action a:hover {
	background: #fff;
}		

/* ----------------------------------------------------------------------------------- NAVIGATION */
#navigation {
	background: white;			
	text-align: center;
}

#navigation p {
	font-weight: bold;
	width: 760px;
	line-height: 32px;
	margin: 0 auto;
	text-align: right;
}		

#navigation a {
	text-decoration: none;
	margin-left: 16px;
	padding-bottom: 1px;
}
#navigation a, #navigation a:visited, #navigation a:active {
	color: blue;
}
#navigation a.current, #navigation a.current:visited, #navigation a.current:active {
	color: black;
	border-bottom: solid lightblue 2px;
}

#navigation a:hover {
	background: inherit;
	color: blue;
	border-bottom: solid blue 2px;
}

#navigation a.current:hover {
	background: inherit;
	color: black;
	border-bottom: solid blue 2px;	
}

#navigation a#home {
	/* Vertically center the link in the 32px high paragraph. 
	    We have to adjust the line-height because we are using the bottom-border as the hover action
	*/
	margin: 9px 0;	
	line-height: 14px;
	float: left;		
	font-size: 12px;
}

/* ----------------------------------------------------------------------------------- MIDDLE (brown section) */

#middle {
	background: #eeeedf url(/images/noisy-background.png);
	border-bottom: solid #ccc 1px;
	
	text-align: center;
	padding: 32px 0;
}

#middle h1 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}

#middle p {
	font-size: 1.25em;
	padding-bottom: 16px;
}

/* ----------------------------------------------------------------------------------- MARQUEE */

#marquee {
	overflow: hidden;
	margin-bottom: -3px;
}

#logo {
	float:left;
	line-height: 0;
}

#logo a:hover {
	background: inherit;
	color: inherit;
}

#logo img {
	padding-right: 8px;
}

#logo span {
	position: relative;
	bottom: 8px;
	
	color: #404030;	
	font-size: 18px;	
}

#join {
	padding-top: 16px;
}

#marquee #join {
	float: right;
	padding-bottom: 0;
}

/* ----------------------------------------------------------------------------------- MIDDLE-CONTENT*/

#middle-content {
	clear: both;
	overflow: auto;
	margin-top: 32px;
}

/* ----------------------------------------------------------------------------------- BOTTOM */

.subscribe, .subscribe img {
  vertical-align: middle;
}

#bottom {
	background: white;
	border-top: solid #eff 24px;
	border-bottom: solid #ccc 1px;
	
	text-align: center;			
	padding-bottom: 15px;			
	
	overflow: auto;			
}

#bottom .center {
	padding-top: 32px;
}

#bottom h1 {
	margin: 0 0 16px;
	font-size: 2em;
	font-weight: bold;			
}

#bottom h2 {
	margin-top: 16px;
	font-size: 1.25em;
	font-weight: bold;
}

#bottom p {
	margin-bottom: 8px;
}

/* ----------------------------------------------------------------------------------- BOTTOM: 3 equal column layout */

#bottom .col3 div {
	float: left;
	width: 237px;	
}

* html #bottom .col3 div {
	width: 250px;
}

#bottom .col3 .one {
	padding-right: 8px;
}
#bottom .col3 .two {
	padding: 0 16px;
} 
#bottom .col3 .three {
	padding-left: 8px;
}

/* ----------------------------------------------------------------------------------- BOTTOM: right sidebar layout */

#bottom .rightbar {
}

#bottom .rightbar .one {
	width: 437px;
	padding-right: 16px;
	margin-right: 16px;
	float: left;
}

#bottom .rightbar .two {	
	width: 290px;
	float: left;
}

/* ----------------------------------------------------------------------------------- FOOTER */

#footer {
	padding-top: 8px;
	text-align: center;
}

#footer .center {
	text-align: center;						
}

#footer a {
	margin: 0 8px;
	text-decoration: none;
	color: #666;
}		
#footer a:hover {
	background: inherit;
	color: blue;
	text-decoration: underline;
}
