@charset "UTF-8";
/* CSS Document
Mailing List CSS
© 2007 Michelle Wright
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 6/9/10 7:56AM
Validated 6/9/10 7:56AM */	

/* GLOBAL LAYOUT ELEMENTS */	
	
div#headerdiv {
	background: url(../images/emaillist_02.jpg) top left no-repeat;
	}
	
div#titlediv {
	background: url(../images/emaillist_04.jpg) top left no-repeat;
	}
	
div#contentdiv {
	background: url(../images/bio01_19.jpg) top repeat-y;
	}
	
div#contentrightdiv {
	background: url(../images/emaillist_07.jpg) top left no-repeat;
	position: relative;
	z-index: 0;
	visibility: visible;
	padding: 90px 145px 0 15px;
	}
	
div#bannerdiv {
	margin: 90px 0 30px 0;
	}
	
div#tellafrienddiv {
	margin: 15px 0 0 100px;
	}
	
div#topnavdiv {
	width: 198px;
	height: 196px;
	position: absolute;
	z-index: 20;
	visibility: visible;
	left: 473px;
	top: 36px;
}

div#topmenuspacerdiv {
	width: 300px;
	float: right;
	height: 50px;
}

div#topmenuspacerdiv2 {
	width: 80px;
	float: right;
	height: 100px;
	clear: right;
}
div.clearfloats {
	clear: both;
	height: 10px;
	}
	
/* Text */
	
div#contentrightdiv p {
	padding: 0 0 8px 0;
	}
	
div#contentrightdiv h1 {
	padding: 15px 0 7px 0;
	font-size: 120%;
	}
	
div#contentrightdiv p#required {
	width: 180px;
	text-align: right;
	font-size: 80%;
	padding: 0;
}

/* FORMS */

div.label {
	float: left;
	margin: 0 5px 0 0;
	font-size: 80%;
	text-align: right;
	width: 180px;
	padding: 3px 0 0 0;
	}
	
div#formdiv {
	margin: 25px 0 0 0;
	}
	
input#submit {
	margin: 10px 0 0 190px;
	}
	
p.thankyou {
	font-weight: bold;
	}
	
/* LINKS */

a {
	color: #000;
	text-decoration: underline;
	}
	
a:hover {
	color: #fff;
	}
