@import 'reset.css';

body {
	font-family: Verdana,Arial,
             Helvetica,
             sans-serif;
	font-size: 10pt;
	background: #f36918 url('../images/background.jpg') repeat-x;

}
p {padding-bottom:20px;line-height:1.3;}
table {margin-bottom:40px;}
th {
	background-color:#ccc;text-align:left;
}
td,th {padding:2px;}
tr.alt td {
	background-color:#ddd;
}

.clear {clear:both;overflow:auto;}
.left {float:left;}
.img {padding:5px;margin-right:10px;margin-bottom:10px;margin-top:5px;border:1px solid #7F317F;}

a,a:visited {
	color:#7F317F;
	font-weight:bold;
}


a:hover {
	color:#f36918;
	text-decoration:none;
}

#navigation {
	width:100%;
	text-align:center;
	height:30px;
	border-top:1px solid #6c2a6c;
	border-bottom:1px solid #6c2a6c;
	background-color:#a43fa4;
}


#navigation>li {
	display:inline;
	height:30px;
}
	#navigation>li>a {
		display:block;
		float:left;
		padding-top:7px;
		height:23px;
		width:140px;
		text-decoration:none;
		color:#fff;
		font-weight: normal;
		background-color:#a43fa4;
		border-right:1px solid #6c2a6c;
	}

	#navigation>li>a:hover {
		background-color:#43AF18;
	}

	#navigation .first {
		margin-left:55px;
		border-left:1px solid #6c2a6c;
	}

.sponsor_intro {
	text-align:center;
	margin-top:40px;
	margin-bottom:0;
	padding:0;
	font-weight:bold;
}

.sefcu {
	margin:0 auto;
	margin-bottom:15px;
	width:227px;
	padding:5px;
	background-color:#fff;
	text-align:center;
	border:1px solid #6c2a6c;
	
}

.sponsor {
	margin:0 auto;
	margin-bottom:5px;
	margin-left:5px;
	width:100px;
	padding:5px;
	background-color:#fff;
	text-align:center;
	border:1px solid #6c2a6c;
}


.sponsor_wrap {
	width:250px;
	margin:0 auto;
	padding-bottom:15px;
}
.sponsor_column {
	width:120px;
	margin:0 auto;
	float:left;
	margin-right:5px;
}

.lavelle {
	background-color:#e6e6e6;
}

#site-wrapper {
	margin:0 auto;
	margin-top:20px;
	width:960px;
	border: 1px solid #7F317F;
	background-color:#d1d1d1;
	background: #d1d1d1 url('../images/background_main.png') repeat-y;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
#header {
	width:100%;
	height:100px;
	background-color:#7F317F;
}
#sidebar {
	float:right;
	width:350px;
	margin-right:10px;
}

#main-content,

#main-content,form {
	width: 540px;
	padding:20px;
	float:left;
	background-color:#fff;
	height:100%;
}
ul {
	width:500px;
}

li {
	width:500px;
	margin-bottom:15px;
}

h3 {
	font-family: "Lucida Sans",
	             "Lucida Grande",
	             Lucida,
	             sans-serif;
	font-size:14pt;
	font-weight: bold;
	padding-bottom:10px;
}

label {
	width: 500px;
	display: block;
	font-family: "Lucida Sans",
	             "Lucida Grande",
	             Lucida,
	             sans-serif;
	font-size:12pt;
	color:#555;
}

label.radio {
	display:inline;
	width: 440px;
}

input,select,textarea {
	width: 500px;
	border:1px solid #999;
	background-color:#ddd;
	padding:5px;
	font-family: "Lucida Sans",
	             "Lucida Grande",
	             Lucida,
	             sans-serif;
	font-size:10pt;
	color:#555;
}

#continue {
	width: 100px;
	border:1px solid #999;
	background-color:#777;
	color:#fff;
}

input.radio {
	display:inline;
	width: 20px;
}
#enroll label.error {
  background:url("../images/form_error.png") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#enroll label.checked {
  background:none;
  padding:0;
  margin:0;
  float:right;
  height: 0;
}



#footer {
	width:960px;
	margin:0 auto;
	height:20px;
	padding-top:5px;
	font-size:9pt;
	color:#ccc;
	background-color:#7F317F;
	border: 1px solid #7F317F;
	border-top:none;
	text-align:center;
}

#footer a {
	color:#ccc;
	font-weight:normal;
}

#footer a:hover {
	color:#fff;
}

.tagline {
	font-style:italic;
	font-weight:bold;
	color:#fff;
	font-size:12pt;
	margin:20px 0;
	text-align:center;
}

.cc_error {
	color:#f00;
}

.new-dates {
	background-color:#f3c418;
	padding:5px;
	margin-bottom:20px;
	font-weight: bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}