@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------
Reccenter CSS Style Sheet

TEXT
Any item dealing strictly with textual styles

version: 	1.0
author: 	Reccenter Media
email:		info@reccenter.com
website:	http://www.reccenter.com
copyright:	(c)2007	
-------------------------------------------------------------------*/
body{
  
  font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.8em;
  color: #464646;
}

-moz-selection {
  background-color: #00a0c6;
  color:#ffffff;
}

a:link, a:visited{
	position: relative;
	color: #6699CC;
	text-decoration: none;
	font-size: 11px;
}

a:hover, a:visited:hover{
	color: #464646;
	text-decoration: none;
}

a.large_link{
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px dotted #00a0c6;
}

	a.medium_link{
		font-size: 115%;
		font-weight: bold;
		border-bottom: 1px dotted #00a0c6;
	}
		
h1, h2, h3, h4{
	font-family:"Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.pad { padding-left: 15px;}
.center { padding-left: 10px;}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}

	h1.page_title{
		margin-bottom: 8px;
		padding: 0;
		border: none;
		font-size: 30px;
		line-height: 30px;
	}
	
	h1.element_title{
		font-weight: bold;
		margin-bottom: 4px;
		font-size: 18px;
		line-height: normal;
		letter-spacing: -.5px;
	}

h2 { 
	color: #FFFFFF;
  font-size: 14px; 
  line-height: 18px; 
  margin-bottom: 8px;
  font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
  padding-top: 5px;
}

h3 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 15px; 
  line-height: 18px; 
	font-weight: bold;
	color: #555;
}
h3.space23 { padding-top:7px;
			padding-left: 105px;
			font-size: 12px;
			}

h4{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px; 
 	line-height: 18px;
	font-weight: bold;
}

p{
	margin-bottom: 18px;
	line-height: 1.6em;
}

	p.intro{
		font: 20px/1.6em Georgia, "Times New Roman", Times, serif;
		margin-bottom: 18px;
	}

blockquote{
	margin: 0 0 3px 0;
	padding:  3px 15px;
}

/* CLASSED FOR TEXT
-------------------------------------------*/
.secondary_info{
	margin-bottom: 2px;
	display: block;
	color: #838383;
	font-size: 11px;
}

.tertiary_info{
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	color: #909090;
	font-style: italic;
	clear: both;
}

.description{
	font-size: 11px;
	color: #909090;
}


.tip{
	line-height:1.3em;
	margin-bottom: 10px;
	padding: 10px;
	color: #000;
	font-size: 11px;
	background-color: #f2f7fb;
	border-top:1px solid #D7E6F2;
	border-bottom:1px solid #D7E6F2;
}




