* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.clear { clear: both;}	
p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.9em;*/
	}
	
a:link, a:visited {
	color: #036;
}
a:hover, a:active {
	color: #94303a;
}

acronym {
	cursor: help;
	border-bottom: #888 dotted 1px;
	padding-bottom: 0px;
}

h1 {
	padding-bottom: .25em;
}
	h1 span {
		display: block;
		font-size: .5em;
	}
h2 {padding-top: .3em;
	padding-bottom: .2em;
}
	h2 span {
		display: block;
		font-size: .7em;
	}
h3 {
	padding-bottom: .2em;
}
p#contact-info {
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	background: #669999 url(../images/contact-background.jpg) repeat-x top;
	}
	
body {
	background: #0171ae url(../images/background-pattern2.gif);
	}

#wrapper {
	margin: 40px auto;
	width: 960px;
	background: #fff url(../images/wrapper-background.jpg) repeat-y right;
	border: 2px solid #000;
	}
	
#header {
	border-bottom: 2px #000 solid;
	background-color: #fff;
	}
#header img {
	border-bottom: #000 solid 2px;
	}
	#header p {
		margin: 0px;
		border-top: none;
		padding: 5px;
		line-height: 1em;
		text-align: center;
		}

.note-text {
	font-style: italic;
	color:#333;
	font-size: .95em;
	margin-top: -.5em;
}
	
ul#mainNav {
	margin-bottom: 0px;
	text-align: center;
	font-style: italic;
	background-color: #0184cc;
	border-top: #000 2px solid;
	font-size: 1.2em;
	}
	
ul#mainNav li {
	display: inline;
	margin: inherit;
	}
ul#mainNav li #here{
	color: #000;
	}	
ul {
	margin-bottom: 1em;}
li {
	margin-left: 20px;
	font-size: .9em;
	color: #333;
	font-style: italic;
	}

	
#wrapper #mainNav a:link, #wrapper #mainNav a:visited {
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 1.2em;
	background: #0184cc url(../images/mainNav_seperator2.png) no-repeat right top;
	}
#wrapper #mainNav a:hover {
	color: #000000;
	}
#mainContent {
	width: 590px;
	float:left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	}
	
#main-content-testimonials {
	color: #333;
	border-top: #000 dotted 1px;
	margin-top: 2em;
	padding-top: 1em;
}
	#main-content-testimonials p {
		clear: both;
		font-size: .9em;
		font-style: italic;
	}
	#main-content-testimonials span {
		font-style: normal;
		display: block;
		color: #111;
 		float: right;
		clear: left;
		margin: 0 1em 1.3em 2.5em;
	}
		.2col-box-content {
			width: 263px;
			padding: 10px; 
			margin-right: 10px; 
			border: 1px solid #069; 
			float:left; 
			background: #DDF3F9;	
		}
		.2col-box-content h2 {
			font-size: 18px; 
			text-align: center; 
			border-bottom: #06C 1px dotted; 
			padding-bottom: 1px;	
		}
		.2col-box-content h2 span{
			font-size: 13px; 
			text-align: center; 
			display: block; 
			margin: -0.5em 1px 1px 1px; 
			padding-bottom: 0px; 
			font-style: italic;	
		}
#supportingInfo {
	background-color: transparent;
	width: 280px;
	float:right;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	}
	#supportingInfo p {
		line-height: 1.1em;
	}

	
#supportingInfo .side-box {
	background: #fff;
	padding: 10px 10px 1px 10px;
	margin-bottom: 15px;
	border: 1px solid #999;

}
  #supportingInfo .side-box h3{
	  margin-bottom: .1em;
  }
  #supportingInfo .side-box p{
	  margin-top: .1em;
	  color: #444;
	  font-style: italic;
  }
  .side-testimonial span{
	  display: block;
	  width: 100%;
	  color: #333;
	  font-family:"Times New Roman", Times, serif;
	  text-align: right;
	  clear: left;
  }
  
#supportingInfo img {
		padding: 4px;
		background-color: #fff;
		border: 1px solid #666;
		}
	#supportingInfo img:hover {
		padding: 4px;
		background-color: #0184cc;
		border: 1px solid #666;
		}
		
	
#wrapper #supportingInfo .vCard-download p {
	color: #666;
	font-size: 75%;
	margin-left: 75px;
	font-style: normal;
}
#wrapper #supportingInfo .vCard-download {
	border: 1px solid #999;
	margin-bottom: 20px;
	background-color: #fff;
	}
#wrapper #supportingInfo .vCard-download img {
	float: left;
	border-style: none;
	margin: 5px;
	}
#wrapper #supportingInfo .vCard-download img:hover {
	background: #fff;
	}	
div.vcard {
	display: none;
	}	
	
	
#footer {
	clear: both;
	font-size: small;
	border-top: #000 2px solid;
	padding: 10px 10px 10px 20px;
	line-height: 10px;
	background: #819caf url(../images/background-pattern-footer1.gif) repeat-x top;
	position: relative;
	}
	
#footer p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	}
	
.warning {
    font-weight: bold;
    color: #f00;
}

form {
    margin: 0 0 0 20px;
}
	#CONTACT form {	background: url(../images/icon-mail-stamp.jpg) no-repeat right top;}
	#LINKS form {	background: url(../images/form-link-note-01.jpg) no-repeat right bottom;}


form h2 {
    color: #036;	
	font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}
	label .required-text {
	font-size: .7em;
	color:#666;
	letter-spacing: .1em;
	}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}	
	
	
#website-credit {
	float: right;
	margin-right: 20px;
	color: #222;
}
#website-credit a {
	color: #222;
}
#website-credit a:hover {
	color: #94303a;
}

.pool-links {
	margin: 35px 10px 10px 10px;
	font-size: 90%;
}
	.pool-links h2 {
		border-top: #ccc 1px dashed;
		padding-bottom: 0;
	}   .pool-links h3 {
		padding-bottom: 0;
		margin-top: 10px;
	}	.pool-links p {
		border-top: #ccc 1px dashed;
		margin:2px;
	}

#main-content-box, .note-box {
	margin:10px;
	padding: 5px 10px;
	border: dotted #666 1px;
	background: #eee;
	font-size: .9em;
}
.note-box {
	background: #E9FCFC;
	border: 1px dotted ;
}

#header-top {
	background: #819caf;
	height: 16px;
	width: 100%;
	position: relative;
	border-bottom: #333 3px solid;
	padding: 6px;
}
#header-social-bar {
	position: relative;
	width: 770px;
	margin: 0 auto;
}
#header-top .header-box {
	float: right;
	margin-left: 15px;
}
#add-this { margin-top: -16px;}

