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

/**Generic Style sheets********/
* {
	margin: 0em;
	padding: 0em;
}
body {
	background-repeat: repeat;
	background-image: url(../jpgs/grass.jpg);
	color: #000000;
}
a {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	color:#009900;
}
a img {
	border: 0;
}
sup {
	font-size: 10px;
	font-family: "Lucida Grande";
	font-weight: normal;
}
img {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
ul, li {
	text-decoration: none;
}

p {
	margin: 0 0 1em;
}
.ticket_font {
	font-family: Steamer;
	font-size: 14px;
	font-weight: normal;
}
#wrapper {
	background:#FFFFFF;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.bold {
	font-weight: bold;
}
	
/*.fluid {
	width:90%;
}*/
#header {
	width: 908px;
	height: 339px;
	background-image: url(../web%20graphics/header%203.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -110px;
	margin-left: auto;
}
#logo {
	height: 185px;
	width: 150px;
	margin-left: 95px;
	padding-top: 40px;

}
h1 {
	font-family: "Lucida Grande";
	color: #990000;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 a{
	text-decoration: underline;
}
h1:hover {
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #333;
}
#header_image {
	height: 229px;
	width: 610px;
	margin-left: 185px;
	margin-top: -229px;
}
h2 {
	color: #CC6600;
	font-family: "Lucida Grande";
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC9900;
	padding-top: 20px;
}

h3 {
	font-family: "Lucida Grande";
	font-size: 10px;
}
h6 {
	font-family: "Lucida Grande";
	color: #CC6600;
	font-size: 12px;
}

td {
	border: 1px solid #EBEBEB;
}

#photoholder {
  width:200px;
  height:250px;
  background:#fff url('/images/loading.gif') 50% 50% no-repeat;
}
#thephoto {
  width:200px;
  height:250px;
}
/*navigation link*****************************************/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	width: 3em;
	float: left;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#left_sidebar {
	float:left;
	width:175px;
	line-height:20px;
	background-repeat: repeat;
	margin-right: 15px;
	margin-left: 0;
	height: auto;
	font-family: "Lucida Grande";
	font-size: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FEDEAF;
}
#left_sidebar hr {
	width: 85%;
	height: 1px;
	border-style:none;
	color:#666666;
	background-color:#666666;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DFA126;
	margin-left: 2px;
	padding-left: 2px;
}
#subscribe {
	background-image: url(../web%20graphics/subscribe%20copy.png);
	height: 360px;
	width: 211px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -17px;
}
#subscribe li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: 0px;
	padding-right: 0px;
}
#survey {
	background-image: url(../web%20graphics/survey.png);
	height: 237px;
	width: 209px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -17px;
	font-family: "Lucida Grande";
	font-size: 10px;
}

#rssfeed {
	background-image: url(../web%20graphics/feed.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
}
#applications {
	background-image: url(../web%20graphics/applications.png);
	height:388px;
	width:210px;
	background-repeat: no-repeat;
	margin-left: -16px;
}
.subscribe_text {
	font-family: "Lucida Grande";
	font-size: 9px;
	width: 155px;
	padding-top: 65px;
	padding-left: 28px;
}
.subscribe_text a {
	color: #990000;
}
.subscribe_text a:hover {
	color: #006600;
}
.applications_text {
	font-family: "Lucida Grande";
	font-size: 9px;
	width: 157px;
	padding-top: 65px;
	padding-left: 29px;
}
.applications_text li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: 0px;
	padding-right: 0px;
}
.applications_text a {
	color: #990000;
}
.applications_text a:hover {
	color: #006600;
}
#subscribe form input {
	width: 100px;
	color:#003399;
	margin-left: 23px;
}

#modelcalls {
	background-image: url(../web%20graphics/model%20calls.jpg);
	height: 246px;
	width: 131px;
	background-repeat: no-repeat;
	margin-left: 22px;
}

#modelcalls li {
	font-family: "Lucida Grande";
	font-size: 9px;
	list-style-type: none;
	padding-top: 180px;
	color: #FFFFFF;
	padding-left: 7px;
}




/*******right sidebar nav**************/

#right_sidebar {
	width:160px;
	float:right;
	color:#1F5063;
	background-color: #FFFFFF;
	background-image: url(../web%20graphics/paper.jpg);
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
}
#black_bar {
	width:162px;
	background-color: #000000;
	height: 20px;
}
#black_bar h3 {
	padding-left: 38px;
	padding-top: 0.2em;
	color: #FFFFFF;
	font-family: "Lucida Grande";
	font-size: 10px;
}
.rightpane_text {
	font-family: "Lucida Grande";
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FBDEB6;
}
.rightpane_text li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B7AD70;
	margin-top: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.rightpane_text li:hover {
	background-color: #EFEFEF;
}
.rightpane_text ul a {
	color:#000000;
}
.rightpane_text ul a:hover {
	color: #CC9900;
}
#minnesota {
	background-image: url(../web%20graphics/minnesota.jpg);
	height: 85px;
	background-repeat: no-repeat;
}
#minnesota a {
	font-family: "Lucida Grande";
	color: #333333;
	font-size: 9px;
}
#minnesota a:hover {
	color: #009900;
}
#minnesota h4 {
	clear:both;
	font-family: "Lucida Grande";
	color: #000000;
	font-size: 9px;
	padding-top: 62px;
	padding-left: 15px;
}

#volunteer {
	height: 122px;
	width: 122px;
	margin-right: auto;
	margin-left: auto;
}

#volunteer h4 {
}

#models {
	background-image: url(../web%20graphics/models.jpg);
	height: 85px;
}
#models h4 {
	font-family: "Lucida Grande";
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 59px;
	padding-left: 9px;
}
#lucky {
	background-image: url(../web%20graphics/Lucky%20Dube.jpg);
	height: 85px;
	background-repeat: no-repeat;
}
#lucky h4 {
	font-family: "Lucida Grande";
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 58px;
	padding-left: 26px;
}
h4 a:hover {
	color:#FF9900;
}
#lower_text {
	font-family: "Lucida Grande";
	font-size: 9px;
	color: #FBDEB6;
}
#lower_text a {
	font-family: "Lucida Grande";
	font-size: 9px;
	color: #CC6600;
	line-height: 1.4em;
}
#lower_text a:hover {
	color: #000000;
}

#performing {
	background-image: url(../web%20graphics/performing.jpg);
	background-repeat: no-repeat;
	height: 85px;
}

#performing h4 {
	font-family: "Lucida Grande";
	color: #FFFFFF;
	font-size: 9px;
	padding-left: 10px;
	padding-top: 62px;
}
/*******content********************/

#contentstyle {
	font-family: "Lucida Grande";
	font-size: 9px;
	color: #666666;
}
#content_text {
	font-family: "Lucida Grande";
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
	text-decoration: none;
}

.content h3 {
	color: #CC0000;
	font-family: "Lucida Grande";
	font-size: 11px;
}
#content_text ul li {
	list-style-type: none;
	font-family: "Lucida Grande";
	font-size: 12px;
	color: #CC6600;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 10px;
	text-decoration: none;
}
#content_text a {
	color: #990000;
	text-decoration: underline;
}
#content_text a:hover {
	color: #4E802B;
}
#content hr {
	width: 75%;
	height: 1px;
	color:#666666;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DFA126;
	text-align: left;
	background-position: left;
}
.sub_footer {
	font-family: "Lucida Grande";
	font-size: 10px;
	color: #F00;
	padding-top: 45px;
}

.sub_footer2 {
	font-family: "Lucida Grande";
	font-size: 10px;
	color: #C33;
	margin-top: 10px;
}

/*********sponsors******************/
#sponsors {
	background-color: #FFFFFF;
	background-repeat: repeat;
	height: auto;
	padding-bottom: 50px;
}
#sponsors a {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #D31D0C;
	font-weight: normal;
}
#sponsors a:hover {
	font-family: "Lucida Grande";
	font-size: 11px;
	font-weight: normal;
	color: #2C5E07;
}

/********footer*********************/

.footer_text {
	font-family: "Lucida Grande";
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	color: #333;

}

.footer_text a {
	color: #990000;
}

.footer_text a:hover {
	color: #006600;
}

#footer {
	width:902px;
	background-image: url(../web%20graphics/footer_paper%20copy.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 115px;
	margin-top: -40px;
	padding-top: -20px;
	clear: left;
}

.float_right {
	float: right;
}
.title_paper {
	background-image: url(../web%20graphics/title.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 152px;
	padding-left: 200px;
	margin-bottom: 25px;
}

.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}
.clearboth{
	clear: both;
}
.align_left {
	text-align: center;
	font-size: 16px;
}

#survey_icon {
	background-image: url(../web%20graphics/survey_icon.png);
	height: 87px;
	width: 95px;
	background-repeat: no-repeat;
	margin-left: 25px;
	text-indent: -9999;
	display: block;
	float: left;
	position: absolute;
}
img.index_pic {
	text-align: center;
	margin-top: 20px;
	margin-left: 32px;
}

.at_sign {
	font-size: 36px;
}
.direction_text {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #F00;
	}
#map_canvas {
	height: 400px;
	border: solid thin black;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}	
 .address-panel input, .address-panel select {
	margin-left: 20px;
	display: block;
}
.address-panel #street {
	width: 30%;
}
.address-panel #state {
	width: 30%;
}
                      .address-panel .button {
	text-align: right;
	padding-top: 20px;
}
.address-panel #city {
	width: 30%;
}
#directions {
	float: none;
	width: 50% !important;
}
#content_text p .media_p {
	font-size: 14px;
}
