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


/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
/* -- */


/* styles */
strong {
	font-weight:bold;
}

html {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:62.5%;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

h1 a {
	display:block;
	height:178px;
	width:348px;
	text-indent: -2000em;
	text-decoration:none;
	z-index:1000;
	background:url(../images/mules_logo.gif);
	margin:0;
	padding:0;
	float:left;
}

h2 {
	margin:20px 0 0 15px;	
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.5em;
}

h2 ul {
	list-style:circle;
}

h3 {
	font-size:1.4em;
	margin:20px 0 0 0;
}


#container {
	width:760px;
	height:620px;
	margin: 10px auto;
}
/* HEADER */

#header {
	background-color:#930;
	width:760px;
	height:30px;
	list-style:none;
}
#header a, #header a:visited {
	text-decoration:none;
	color:#FFF;
	line-height:30px;
	font-size:1.4em;
}

#header a:hover {
	color:#CCC;	
}

#header li {
	display:inline;
	padding:0 0 0 10px;
	margin:10px 0 0 15px;
}

/* MAIN IMAGES */

#logo {
	background-image:url(../images/mules_logo.gif);
	background-repeat:no-repeat;
	display:inline;
}

/* NAV */

#nav {
	background:#000;
	width:520px;
	padding-left:240px;
	height:35px;
	list-style:none;
	clear:both;
}

#nav li {
	padding:0 0 0 11px;
	margin:0 0 0 21px;
	display:inline;
}
#nav a:link, #nav a:visited {
	color:#FFF;
	font-weight:bold;
	line-height:30px;
	font-size:1.6em;
}

#nav a:hover {
	color:#ccc;
}

.navimages {
	float:right;
	margin-top:3px;
	
}

/* MAIN */

.important {
	color:#993300;
	line-height:1.2em;
}

.gray-text {
	color:#666;
	line-height:1.3em;
}

.schedule {
	margin:0 0 0 15px;
}

.regbutton {
	position:absolute;
	bottom:15px;
	left:310px;
}

.fullcolumn {
	width:100%;
}

.fullcolumn img {
	float:left;
	margin-right: 10px;
}

.leftcolumn {
	width:525px;	
	float:left;
	position:relative;
}

.leftcolumn h2, .fullcolumn h2 {
	margin-bottom:5px;
}

.leftcolumn p, .fullcolumn p {
	line-height:1.6em;	
	font-size:1.3em;
	margin-left:15px;
	margin-bottom:10px;
}

.leftcolumn img {
	float:right;
	margin-left:8px;
}

.rightcolumn {
	width:211px;
	float:right;
}

.rightcolumn p {
	line-height:1.1em;
	font-size:1.3em;
	width:190px;
	margin:8px;
	margin-left:10px;
}

.rightcolumn h2 {
	margin-left:0;
}

.rightcolumn ul {
	list-style:outside;	
}

#footer {
	background-image:url(../images/mules_footer_bground.png);
	width:760px;
	height:30px;
	clear:both;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	line-height:28px;
}

/* form */

#form_container {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:340px;
}

label.description {
	border:none;
	color:#930;
	display:block;
	font-size:110%;
	font-weight:700;
	line-height:150%;
	padding:0 0 5px 0;
}

label.choice {
	color:#333;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

input.text {
	color:#111;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input {
	margin-bottom: 3px;
}

label {
	float: left;
	width: 120px;
	font-weight: bold;
	color:#333;
}

#submitbutton {
	width: 65px;
}
br {
	clear: left;
}