/***********************************************************
**       /styles/standardwrap-1/standardwrap-1.css
**
** contains all the css needed to render the standard wrap
** (version 1) for the CMS/SMC site
**
*/


/* import directives must occur before regular css */

/* pull in the main menu handling style sheet */

@import url(mainmenu.css);


/****************************************************/


@media screen {
	body {
		/* Background gradient */
  /* fallback */
  background-color: #d1e4f2;
  background-repeat: no-repeat;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1e4f2), to(#FFFFFF));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #d1e4f2, #FFFFFF);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #d1e4f2, #FFFFFF);
  /* IE 10 */
  background: -ms-linear-gradient(top, #d1e4f2, #FFFFFF);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #d1e4f2, #FFFFFF);
  
/*		/* background-color: #0000; */
	/* background-image: url(/Events/summer16/images/10.jpg); */
	background-size: 100%;
	color: #14487c;
	font-size: 1em;
        height: 100%;
	background-repeat: no-repeat;
        background-attachment: fixed;
	}
}

a:link {
	color: #600;
}


a:visited {
	color: #14487c;
}

#sw1_docbodydiv p a:hover {
	background-color: #ccc;
}


#sw1_printheader {
	margin-bottom: 2.5em;
}


#sw1_printtitle {
	color: #000;
	text-align: left;
	font-size: 1.2em;
	font-family: Optima, "Oregon LDO", Arial, Verdana, Helvetica, serif;
	font-weight: bold; 
	line-height:1.8em;
	border-bottom: 2px solid #000;
}


.sw1_printsubtitle {
	color: #000;
/*	align: right; */
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





#sw1_masterdiv {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sw1_backdrop {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 368px;
	z-index: 1;
/*	background-image: url(bggrad.png);
	background-repeat: repeat-x; */
}


#sw1_fullcontentdiv {
	top: 0px;
	left: 0px;
	right: 0px;
	
	z-index: 10;
}
@media screen {

	#sw1_fullcontentdiv {
		position: absolute;
		margin: 4px 5% 2px 5%;
		padding:  2px 1px 2px 1px;
	}

}
@media print {
	#sw1_fullcontentdiv { 
		position: static; 
	}
}


#sw1_contentdiv {

	z-index: 11;
}
@media screen {

	#sw1_contentdiv {
		padding-left: 1px;
		background-color: #ffffff;
		background-image: none;
		border: 3px ridge #fff;
	}

}

#sw1_topbanner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sw1_toptable {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#sw1_cmslogo{
	padding:0.5em 0em 0.5em 3em;

}

.sw1_logoimg{
	font-size:10px;
	height:4.4em;
	width:5.7em;
}

/*
.sw1_logoimg:hover{
	font-size:10px;
	height:4.4em;
	width:5.7em;
}
*/


.sw1_cmsname  {
	font-family: Optima, "Oregon LDO", Arial, Verdana, Helvetica, serif;
/*	font-weight: bold; */
	color: #000;
	font-size: 1.2em;
	letter-spacing: .1em;
	line-height:normal;
	padding: 0em 0em 0em 0.5em;
}






#sw1_toplinks {
	font-size: 11px;
	font-family: "Arial", "Verdana";
	/* color: #000;  background-color: #cddcef; */
	color: #fff;  background-color: #000;
	line-height:15px;
	margin: 0px;
	padding: 28px 0.5em 0px 1em;
	float: right;
	height: 92px;  /* height + top padding should equal banner height */
}

#sw1_toplinks a {
	text-decoration: none;
}

#sw1_toplinks a:link {
	/* color: #fff; */
	color: #000;
}

#sw1_toplinks a:visited {
        color: #e6e6e6;  /*  #d6d6d6;  */
}

#sw1_toplinks a:hover {
	color: #f00;
}










#sw1_menubartable {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#sw1_searchform {
	margin-bottom: 0px;
}

#sw1_searchbox {
	background-color: #324e75; 

	background-image: url(mbargradblue.png);
	background-repeat: repeat-x;
	background-position: bottom left;

}

#sw1_squery {
	font-family: Verdana, Arial;
	font-size: 0.7em;
	background-color: #fff;
	color: #AAA;
	padding: 1px 3px;
}

#sw1_squery:focus {
	background-color: #ff0;
	border-color: #5892bf;
	color: #000;
	width: 15em;
}







#sw1_bc_line {
	clear: both;
	border-bottom: 1px solid #fff;
}

#sw1_bc_line td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: lighter;
	background-color: #c0d2e8; /* #997846; /* #cca854; /* #7364355 */

	line-height: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-right: 0.4em;
	padding-left: 0.4em;

}

#sw1_bc_line td a,  #sw1_bc_line td a:visited {
	color: #000;
	text-decoration: none;
}


#sw1_bc_line td a:link,  #sw1_bc_line td a:visited {
	color: #000;
}


#sw1_bc_line td a:hover {
	color: #f00;
	text-decoration: underline;
}

.sw1_bc_intro {
	color:#777;
	font-style: italic;
}







#sw1_bodywrapperdiv {
	clear:both;
	padding: 0;
}
@media screen {
	#sw1_bodywrapperdiv {
		padding: 0em 0em 1em 0em;
		background-color:#fff;
		border-top: 6px solid #c7ba9a;
		border-bottom: 2px outset #324e75;
	}
}


#sw1_docbodydiv {
	
}
@media screen {
	#sw1_docbodydiv {
		padding: 1.5em 2em 2em 2em;
		border-top: 2px inset #324e75;
		z-index: 1;
/*		padding: 0em 2em 1em 4em; */
		font-size: 0.9em;
	}
}




#sw1_sidekick_div {
	float:right;
	margin-left: 2em;
	margin-bottom: 1.5em;
	margin-top: 0px;
	margin-right: 1.5em;
	z-index: 2;

}





.sw1_sidekick {
	border-left-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-top-style:none;
	border-width:2px;
	border-color: #324e75;

	font-family: verdana, arial, sans-serif;
	font-size:1.0em;
	line-height:normal;

	background-color:#eae9e5; /* #c5ba9e; */

	padding: 0em;
	z-index: 3;
}


.sw1_sk_title {
	background-image: url(sktitlebg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #c7ba9a;

	font-size:0.9em;
	font-weight:bold;
	font-style: italic;

/*	text-align: center; */

	padding: 0.2em 0px 0.2em 1.0em;
	z-index: 4;

	border-bottom: 1px solid #324e75;
}

.sw1_sk_contents a:link, #sw1_sk_contents a:visited {
	text-decoration: none;
	color:#000;
	display: block;
}

.sw1_sk_contents a:hover {
	text-decoration: underline;
	color:#006;
}



.sw1_sk_title:hover {
	background-color:#fff;
	background-image: none;
	border: 1px solid #777;
}

.sw1_sk_title a:link, .sw1_sk_title a:visited {
	color:#006;
	display:block;
	text-decoration: none;
}

.sw1_sk_title a:hover {
	color:#006;
	text-decoration: underline;
}

.sw1_sk_mark {
	background-image: url(skmarkc.png);
	background-repeat: no-repeat;
	background-position: center left;
}


.sw1_sk_line {
	border-top: 1px solid #cacaca;
	padding: 0.2em 1em 0.2em 1.5em;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	display:block;
	z-index: 4;
}

.sw1_sk_line:hover {
	background-color: #fff;
}


.sw1_sk_here {
	background-color: #c0d2e8;
}

.sw1_sk_l1 {
	font-size:0.7em;
	padding-left: 3em;
	display:block;
}

.sw1_sk_l2 {
	font-size:0.6em;
	padding-left: 4.5em;
	display:block;
}















#sw1_footerdiv {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 4px solid #c7ba9a;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
	font-family: "Arial", "Verdana";
	color: #bbb;
}

#sw1_footerdiv a {
	text-decoration: none;
}

#sw1_footerdiv a:link {
	color: #666;
}


#sw1_footerdiv a:hover {
	color: #00f;
	text-decoration: underline;
}

#sw1_copyright_line {
	z-index: 50;
	text-align: center;
	font-size: 0.8em;
	color:#666;
}

#sw1_printfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #000000;
	text-align: center;
}


h1 {
	font-size: 1.4em;
	font-weight: bold;
		color: #000;
}


@media screen {
	h1 {
		border-bottom: medium solid #600;
	}
}


@media print {
	h1 {
		text-decoration: underline;
	}
}

div#sponsors {
	background-color: #fff;
	border: 1px solid #006;
	margin: 3em 1em 1em 1em;
	clear: both;
}

div#sponsors h2 {
	background-color:#14487c;
	color: #fff;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0.3em 0px 0.2em 0px;
	text-align: center;
}


div#sponsors a:hover {
	background-color: #fff;
}





table.schedules  { margin-top: 1em; width: 100% }

td.sched-sections    { color: #600; font-size: 1em; font-weight: bold; text-decoration: none; background-color: #ccc; text-align: left; padding-left: 0.5em; height: 1.25em; vertical-align: middle }

table.schedules img    { background-color: #ccc; margin-top: 0em; float: right; vertical-align: middle; border: 0 }


