/* CSS Document
Music City Moves
Tour de Nash Registration Page CSS
© 2007 Music City Moves
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-tyle and font-weight */
address, captin, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Remove quotation marks from q */
q:before, q:after {
	content: '';
	}

	

/* Universal */

body {
	background: #fff;
	margin: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
/* Global Layout Elements */
	
div#wrapperdiv {
	width: 600px;
	margin: auto;
	border: solid 2px #ccc;
	font-size: 0.8em;
	}
	
div#headerdiv {
	width: 600px;
	height: 225px;
	background: url(../images/MCM015_TDNemail_01.jpg) no-repeat top left;
	border-bottom: 2px solid #ccc;
	}
	
div#footerdiv {
	width: 600px;
	height: 116px;
	background: url(../images/reglogos.jpg) top left no-repeat;
	border-top: 2px solid #ccc;
	}
	
div#bottomdiv {
	width: 600px;
	height: 135px;
	}
	
div#contentwrapperdiv {
	width: 550px; /* total width is 600px */
	padding: 30px 25px 30px 25px;
	}
	
div#clearfloats {
	width: 600px;
	clear: both;
	}
	
/* Text */
	
h1 {
	font-size: 150%;
	color: #f60;
	text-align: center;
	padding: 20px 0 20px 0;
	font-weight: bold;
	}
	
h2 {
	font-size: 110%;
	color:  #000;
	text-align: center;
	padding: 0 0 15px 0;
	}
	
p {
	text-align: center;
	padding: 0 0 10px 0;
	}
	
strong {
	font-weight: bold;
	}
	
p.participate {
	font-style: italic;
	color: #f60;
	font-size: 120%;
	}
	
p.grantours {
	font-size: 110%;
	padding: 20px 0 15px 0;
	}
	
p.address {
	font-size: 110%;
	padding: 0;
	color: #f60;
	}
	
p#charitylink {
	padding: 0 0 25px 0;
	}
	
/* Links */

a {
	color: #0079c2;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	font_weight: bold;
	}


/* Lists */


/* Images */
	
img.register {
	margin-bottom: 10px;
	margin-top: 10px;
	}

/* Tables */


/* Forms */

form {
	margin: 0;
	padding: 0;
	border: none;
	}
	
label {
	display: block;
	padding: 0 0 10px 0;
	}
	
div.rowdiv {
	width: 100%;
	margin: 0 0 15px 0;
	}
	
div.labels {
	width: 38%;
	float: left;
	text-align:right;
	padding: 0 2% 0 0;
	}
	
div.input {
	width: 55%;
	float: left;
	text-align: left;
	line-height: 150%;
	}
	
div.cleardivs {
	clear: both;
	}
	
div#submitdiv {
	text-align: center;
	padding: 15px 0 0 0;
	}
	
p#waiver {
	padding: 20px 0 40px 0;
	}
