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

<style>
/* CSS RESET*/

#enhancedtextwidget-69{
	margin:0;
        font-size:1em;
	padding:20px;
}

/*Text Styles*/

.content{
	font-size:1em;
}
.odd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding: 0px 10px;
	
	text-transform: capitalize;
	
}
.evenly {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
        color:#ccc
	padding: 0px 10px;
	text-transform: capitalize;

	background-color: #f7f5e7;
}

.SpryHiddenRegion{
	visibility:hidden;
}

.myHoverClass {
	color:#26a5a5; 
	text-decoration: none;
}

.mySelectClass {	
	color:red;
	font-weight:bold;

} 

.phone{
	
	color:red;
	font-size:1em;
	border-top: 0px solid #f7f5e7;
	
}
.state{
	color:black;
}

.comments {
	text-transform: none;
	
}
.comments:first-letter {
	text-transform: capitalize;
	
}
.nname {
	text-transform: capitalize;
	
}
a:link {
	text-decoration: none;
	color: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:red;
}
a:active {
	text-decoration: none;
}


/* Layout CSS*/


@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
@media only screen and (max-width: 480px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	padding-left: 0.9891%;
	padding-right: 0.9891%;
}
#enhancedtextwidget-71 referrallist{
	width: 99%;
	margin:0;
        font-size:1em;
	padding:20px;
}
.referrallist{
        width: 99%;
	height:900px;
	overflow:auto;
	margin-bottom:15px;
	padding:3px;
	border: 1px solid #f7f5e7;
	border-radius: 8px;
	background: #fff;	
}
#headbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headbox img{
	
	clear: both;
	float:left;
	margin-left: 0;
	display: block;
}
.toplinks{
	width:60%;
	float:left;
	text-align:center;
	padding-top:20px;
	
	}
	
.compass {
	height:100%;
	width:10%;
	float:left;
	}
}

/* Tablet Layout: 481px to 768px. (999px window on desktop) Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 99%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#headbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headbox img{
	clear: both;
	float: left;
	margin-left: 16px;
	display: block;
}
.toplinks{
	width:70%;
	float:left;
	text-align:center;
	padding-top:20px;
	
	}
	
.compass {
	
	height:100%;
	width:10%;
	float:left;
	}
}
}


/* Desktop Layout: 769px to a max of 1232px.  (1000px starts desktop) Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 99%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#headbox {
	clear: both;
	float: left;
	margin: auto;
	width: 100%;
	display: block;
}
#headbox img{
	clear: both;
	float: left;
	margin-left: 32px;
	display: block;
	vertical-align: middle;
}
.toplinks{
	width:70%;
	float:left;
	text-align:center;
	padding-top:20px;
	
	}
	
.compass {
	width:10%;
	float:left;
	}
}

</style>