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

*, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, Times, Timse New Roman, serif;
	font-size: 14px;
	line-height: 22px;
	color: #555555; /* THIS IS THE DARK BROWN */
	background:#f1f9fd url('/images/clouds-repeat.gif') 0 0 repeat-x;
}

/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}

a {
	color: #902e7f; /* THIS IS THE DARK RED */
	text-decoration: none;
}

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

img {
	border: none;
	overflow: hidden;
	display: block;
}

/* IE 6 PNG FIX */
img, div { behavior: url('/js/iepngfix.htc') }


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background: url('/images/clouds.gif') center top no-repeat;
}

#main {
	width: 700px;
	margin: 0 auto;
}

#footercontainer {
	background: #ddedf3;
	width: 100%;
	border-top: 1px solid #bdd8e4;
}

#footer {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 700px;
	margin: 0 auto;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ddedf3;
}

ul#logolist {
padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: block;
	text-align: center;
	overflow: hidden;
}

ul#logolist li {
position: relative;
	float: left;
	display: block;
	list-style: none;
	padding-right: 10px;
}

#footer a.link {
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px solid #ebdbaf;
	color: #ebdbaf;
}

#footer a.link:hover {
	color: #ffffff;
}


#footer a.first {
	padding-left: 0px;
}

#footer a.last {
	padding-right: 0px;
	border-right: none;
}

#footer p.copyright {
	padding-left: 12px;
	color: #ffffff;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}

#footer p.copyright a.link {
	color: #ebdbaf;
}

#clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}



#navigation {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #7d1b6b;
	background: #852974 url('/images/navbg.gif') center top repeat-y;
	overflow: hidden;
}

#navigation2 {
	position: relative;
	left: 50%;
	float: left; 
}

#navigation3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: -50%;
	float: left; 
}



ul#menu {
padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: block;
	text-align: center;
	overflow: hidden;
}

ul#menu li {
position: relative;
	float: left;
	display: block;
	list-style: none;
}

ul#menu li a {
display:block;
position:relative;
padding: 15px 15px 9px 15px;
color: #ffffff;
text-transform: uppercase;
font-size: 18px;
line-height: 21px;
text-decoration: none;
}



ul#menu li a.home {
background: url('/images/navdivider.gif') bottom right no-repeat;
}

ul#menu li a.austincloyd {
background: url('/images/navdivider.gif') bottom right no-repeat;
}

ul#menu li a.register {
background: url('/images/navdivider.gif') bottom right no-repeat;
}

ul#menu li a.charities {

}


ul#menu li a.active {
text-decoration: none;
font-weight: bold;
}


ul#menu li a:hover {
text-decoration: none;
color: #fff338;
}




#topsection {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 35px;
}

#topsection h2 {
	font-size: 25px;
}

#topsection h3 {
	color: #852974;
	line-height: 20px;
	font-size: 16px;
	padding-top: 8px;
}

.center {
	display:block;
	margin:auto;
}



#sidebar {
	float: right;
	width: 226px;
	overflow: hidden; 
}

#sidebar a.container {
	border: 1px solid #dbedf6;
	background: #f1faff;
	padding: 15px 15px 15px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

#sidebar a.container:hover {
	background: #ffffff url('/images/sun-bg.gif') -42px -42px no-repeat;
	text-decoration: none;
}

.red {
	color: #c20d42;
}

.pink {
	color: #ed3485;
}

.green {
	color: #65ad0b;
}

#sidebar .container span {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 120%;
	font-size: 20px;
	display: block;
}

#sidebar .container span.lastline {
	padding-bottom: 10px;
}

#sidebar .container span.small {
	font-size: 12px;
}

#sidebar p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 14px;
	color: #716948;
}





#maincontentarea h1 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 21px 0px;
	line-height: 120%;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	color: #852974;
}


#maincontentarea h2 {
	color: #902e7f;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 14px 20px;
	line-height: 120%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	background: url('/images/dot.gif') 0px 7px no-repeat;
	clear: both;
}

.bordertop {
	border-top: 1px dotted #cccccc; padding-top: 21px;
}



#maincontentarea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 19px 0px;
}


#maincontentarea ul, #maincontentarea ol {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 12px 37px;
}

#maincontentarea ul li, #maincontentarea ol li {
	color: #BC2518;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

#maincontentarea ul li span, #maincontentarea ol li span {
	color: #515151;
	font-weight: bold;
}


.left {
	float: left;
	padding: 6px;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	display: block;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.right {
	float: right;
	padding: 6px;
	margin-top: 3px;
	margin-left: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	display: block;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.righttext {
	float: right;
	margin-top: 7px;
	margin-left: 12px;
	margin-bottom: 7px;
	overflow: hidden;
	text-align: right;
	width: 400px;
	line-height: 150%;
}

.centeroverride {
	float: none;
	text-align: center;
	clear: both;
}

.padit {
	margin-bottom: 50px;
	background: url('/images/callus.gif') 0px 0px no-repeat;
	width: 232px;
	height: 93px;
}

.noborder {
	overflow: hidden;
	display: block;
	padding: 0px;
	background: none;
	border: none;
}


.firstLetter {
  	display: block;
  	float: left;
	margin-top: -.3em;
	margin-right: 0.1em;
  	margin-left: -0.3em;
  	height: 5em;
}

.firstLetter span {
  	font: 6.1em "Goudy Old Style", Georgia;
  	line-height: 1.0em;
	
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}




/* VALIDATION EMAIL FORM */

#contact_form					{ padding-bottom: 35px;  }
form fieldset					{ 
												margin:0px 0px 0px 0px; position:relative;
												border:0;display:block; padding: 0px 0px 0px; }
form fieldset legend	{ border-width:1px; border-style:solid; border-color:#cccccc; color:#3D7169;
												font-weight:bold; font-variant:small-caps; font-size:140%; padding:4px 8px;
												margin:0px 0px 10px 0px; position:relative; top: -12px; background:white; }
label									{ font-size:90%; display:block; float:left; width:10em; text-align:right; clear: both; margin: 5px 5px 0 0; font-weight:bold; }
label.error { 
	font-weight:normal; 
	color: #ff0000; 
	text-align:left;
	width:150px; 
	padding-left:25px; 
	margin-left: 125px; 
	margin-bottom: 3px;
	background: transparent url('/images/validate/cancel.png') no-repeat scroll left;
	}
	
input.text-input			{ margin:4px;padding:2px 0;color:#333; border: 1px solid #cccccc;  }
textarea.text-input			{ margin:4px;padding:2px 0;color:#333; border: 1px solid #cccccc;  }

label#name_label      {  }
input#name            {  }
label#name_error      {  }

label#email_label     {  }
input#email           {  }
label#email_error      {  }

label#phone_label     {  }
input#phone           {  }
label#phone_error      {  }

label#fullmessage_label     {  }
input#fullmessage           {  }




input.button					{ font-weight: bold; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; padding:6px 9px;
                        border:1px solid #cccccc; margin:10px 0px 0px 95px; color:#902e7f; 
												
												background:#eeeeee; -moz-border-radius:5px; }

input.button:hover		{ background:#902e7f none repeat scroll 0% 0%; color: #ffffff; }
#message							{ margin:30px 0 0 75px; }
#message h2						{ font-size:150%; color:#2ae100; }
#message p						{ font-weight:bold; margin:6px 0px; }
#checkmark						{ float: left; padding-right: 10px; background: url('/images/validate/check.png') 0 0 no-repeat; width: 48px; height: 48px; overflow: hidden; }


td input {
	color: #837752;
	border: 1px dotted #cccccc;
}

.averages {
	border-top: 1px dotted #cccccc; border-bottom: 1px dotted #cccccc; padding-bottom: 15px; padding-top: 15px;
}

#logowrapper {
	position: absolute;
	z-index: 99999;
	margin-top: 18px;
	margin-left: 58px;
	background: url('/images/logosmall.png') 0px 0px no-repeat;
	width: 150px;
	height: 75px;
}

.slideshowcontainer {
	background: #1f1f1f;
	width: 604px;
	height: 400px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
		margin-top: 12px;
}

.spinner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 155px;
	display: inline;
}


.paddingright {
	padding-right: 25px;
	padding-bottom: 12px;
}

.paddingright p {
	
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 130%;
	clear: both;
}

.paddingright p.last {
	border-bottom: none;
	padding-bottom: 0px;
}

.paddingright p.first {
	padding-top: 0px;
}

.blue {
	color: #466ea9;
}

.yellowish {
	color: #e2be6f;
}