/* RESET STYLES */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, a, img, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul { list-style: none;}


/* BASIC STYLES */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background:url(../images/bg_body.jpg) no-repeat top center #001539;
	color:#001539;
}
p {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom:1em
}
a:link, a:visited {color:#E10A15;}
a:hover {color:#06C;}
a:active {color:#FFF; background-color:#E10A15;}

p.clearall {clear:both;}

/* WRAPPER */
#wrapper {
	margin:10px auto;
	width:980px;
	position:relative;
}

/* HEADER */
#header {
	width:980px;
	height:163px;
	margin:0 auto;
}
#header a#logo {
	display:block;
	width:189px;
	height:190px;
	position:absolute;
	top:-10px;
	left:10px;
	z-index:100;
}
#header h1 {
	text-indent:-5000px;
	width:750px;
	height:98px;
	position:absolute;
	top:0;
	left:212px;
	background:url(../images/logo_text.png) no-repeat;
}


/* MAIN NAV */
#col-nav {
	width:980px;
	height:40px;
	display:block;
	clear:both;
	margin:0 auto;
}
ul#nav {
	display:block;
	position:absolute;
	top:123px;
	left:210px;
}
ul#nav li {
	display:inline;
}
ul#nav li a {
	display:block;
	float:left;
	height:40px;
	background-position:top;
	background-repeat:no-repeat;
	text-indent:-5000px;
	margin-right:1px;
}

ul#nav li#nav-home a {width:54px;background-image:url(../images/nav_home.png);}
ul#nav li#nav-just a {width:116px;background-image:url(../images/nav_just.png);}
ul#nav li#nav-fire a {width:89px;background-image:url(../images/nav_fire.png);}
ul#nav li#nav-pubwk a {width:98px;background-image:url(../images/nav_pub.png);}
ul#nav li#nav-spec a {width:163px;background-image:url(../images/nav_spec.png);}
ul#nav li#nav-sched a {width:81px;background-image:url(../images/nav_sched.png);}
ul#nav li#nav-reg a {width:71px;background-image:url(../images/nav_reg.png);}

ul#nav li a:hover,
ul#nav li.current a {background-position:bottom;}

div#nav-alt {
	position:absolute;
	top:0;
	right:0;
}
div#nav-alt ul li {
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-left:1em;
}
div#nav-alt ul li a:link,
div#nav-alt ul li a:visited {
	color:#FFF104;
	text-decoration:none;
}
div#nav-alt ul li a:hover {
	color:#FFF;
	text-decoration:underline;
}

/* CONTENT SECTION */
#content-shell1 {
	width:960px;
	margin:-10px 0 0;
	padding:10px;
	background-color:#FFFCCD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content-shell2 {
	width:950px;
	margin:0;
	padding:15px 5px;
	background-color:#FFF100;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#content-section {
	width:890px;
	margin:0;
	padding:30px 30px 5px;
	background-color:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	clear:both;
}

#col-main {
	width:610px;
	margin:0;
	float:left;
}

#col-main.full {
	width:890px;
	margin:0;
	float:left;
}

#col-main h2 {
	font-size:3.2em;
	margin:0 0 0.5em;
	color:#001539;
}
#col-main h3 {
	font-size:2.4em;
	margin:0 0 0.5em;
	color:#001539;
}
#col-main p {margin:0 0 1em;}

img.large-pic {
	border:solid 1px #001538;
	margin:0 0 10px;
}
img.badge {
	margin:0 10px 10px 0;
	float:left;
	clear:left;
}
div.events-wrapper {
	width:606px;
	margin:0;
	padding:0px 2px 10px;
	background: url(../images/bg_events.png) no-repeat top center #06C;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#col-main div.events-wrapper h3 {
	font-size:1.6em;
	margin:0 10px 0.5em;
	padding:5px 0 0;
	color:#FFF;
}
div.events-list {
	width:606px;
	padding:6px 0;
	background:url(../images/bg_event_item.jpg) repeat-x bottom #FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
div.event-item {
	width:586px;
	padding:10px;
	background:url(../images/bg_event_item.jpg) repeat-x bottom #FFF;
	border-bottom:solid 1px #06C;
}
div.first,
div.event-item:first-child {padding-top:5px;}
div.last,
div.event-item:last-child {border-bottom:none; padding-bottom:5px;}

div.event-item dt {
	font-size:1.6em;
	margin-bottom:0.3em;
}
div.event-item dt a {color:#E10A15; text-decoration:none;}
div.event-item dt a:hover {text-decoration:underline;}
div.event-item dt a:active {color:#FFF; background-color:#E10A15;}

div.event-item dd {
	margin-bottom:0.3em;
}
div.event-item dd a {color:#001539;}
div.event-item dd a:hover {color:#E10A15;}
div.event-item dd a:active {color:#FFF; background-color:#E10A15;}

div.event-item dd.date-time {
	font-size:1.4em;
}
div.event-item dd.section {
	font-size:1.2em;
	font-style:italic;
}
div.event-item dd.instructor {
	font-size:1.2em;
}

p.toplink {
	font-size:1.0em;
	text-transform:uppercase;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
/* SIDEBAR */
#sidebar {
	float:right;
	width:250px;
}
#sidebar h4 {
	font-size:2.1em;
	margin:0 0 0.5em;
	color:#001539;
}
#sidebar p {
	font-size:1.4em;
	margin:0 0 0.5em;
	color:#001539;
}

div.adnav-wrapper {
	width:250px;
	margin:0;
	padding:0px 2px 10px;
	background: url(../images/bg_events.png) no-repeat top center #06C;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
div.adnav-wrapper h3 {
	font-size:1.3em;
	margin:0 10px 0.5em;
	padding:5px 0 0;
	color:#FFF;
}
div.adnav-list {
	width:250px;
	padding:6px 0;
	background:url(../images/bg_event_item.jpg) repeat-x bottom #FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
div.adnav-item {
	width:230px;
	padding:10px;
	background:url(../images/bg_event_item.jpg) repeat-x bottom #FFF;
	border-bottom:solid 1px #06C;
}

div.adnav-item ul li{
	margin-left: 15px;
	margin-bottom: 3px;
	list-style: square;
}

div.first,
div.adnav-item:first-child {padding-top:5px;}
div.last,
div.adnav-item:last-child {border-bottom:none; padding-bottom:5px;}

div.adnav-item dt {
	font-size:1.4em;
	margin-bottom:0.3em;
}
div.adnav-item dt a {color:#E10A15; text-decoration:none;}
div.adnav-item dt a:hover {text-decoration:underline;}
div.adnav-item dt a:active {color:#FFF; background-color:#E10A15;}

div.adnav-item dd {
	margin-bottom:0.3em;
}
div.adnav-item dd a {color:#001539;}
div.adnav-item dd a:hover {color:#E10A15;}
div.adnav-item dd a:active {color:#FFF; background-color:#E10A15;}

div.adnav-item dd.date-time {
	font-size:1.2em;
}
div.adnav-item dd.section {
	font-size:1.2em;
	font-style:italic;
}
div.adnav-item dd.instructor {
	font-size:1.2em;
}


/* CONTACT FORM */
/*form#fm_contact {
	display:block;
	margin:20px 0 20px 40px;
	padding:10px;
	border:dashed 1px #AB353F;
	width:42em;
}
label {
	display:block;
	width:6em;
	float:left;
	clear:left;
	font-size:1.6em;
	margin-top:0.3em;
}
input {
	float:left;
	clear:right;
	width:20em;
}
textarea {
	float:left;
	clear:right;
	width:25em;
	height:8em;
}
input#btn-submit {
	clear:left;
	width:10em;
	margin-top: 1em;
}
*/


/* FOOTER */
#footer {
	width:980px;
	margin:15px auto;
}
#footer img {
	display:block;
	float:left;
	margin:0 20px 10px 44px;
}
#footer p.organization {
	color:#FFF100;
	font-size:1.6em;
	margin:0;
}
#footer p {
	color:#FFF;
	font-size:1.4em;
	margin:0 0 0.5em 145px;
}
#footer ul {
	color:#FFF;
	font-size:1.2em;
	margin:0 0 0.5em 145px;
}
#footer li {
	float:left;
	margin:0 0.5em 0.5em 0;
	padding-right:0.5em;
	border-right:solid 1px #FFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#footer li:last-child {border-right:none;}
#footer li a:link,
#footer li a:visited {color:#FFF100;text-decoration:none;}
#footer li a:hover {color:#FFF;text-decoration:underline;}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
}

/* Admin 2-Column */
div.column-left {
	float:left;
}

div.column-right {
	float:right;
}

div.admin-wrapper {
	width:297px;
	margin:0;
	padding:0px 2px 10px;
	background: url(../images/bg_events.png) no-repeat top center #06C;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#col-main div.admin-wrapper h3 {
	font-size:1.6em;
	margin:0 10px 0.5em;
	padding:5px 0 0;
	color:#FFF;
}
div.admin-list {
	width:294px;
	padding:6px 0;
	background:url(../images/bg_event_item.jpg) repeat-x bottom #FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

div.admin-item {
	width:274px;
	padding:10px;
	background:url(../images/bg_event_item.jpg) repeat-x bottom #FFF;
	border-bottom:solid 1px #06C;
}
div.first,
div.admin-item:first-child {padding-top:5px;}
div.last,
div.admin-item:last-child {border-bottom:none; padding-bottom:5px;}

div.admin-item dt {
	font-size:1.6em;
	margin-bottom:0.3em;
}
div.admin-item dt a {color:#E10A15; text-decoration:none;}
div.admin-item dt a:hover {text-decoration:underline;}
div.admin-item dt a:active {color:#FFF; background-color:#E10A15;}

div.admin-item dd {
	margin-bottom:0.3em;
}
div.admin-item dd a {color:#001539;}event
div.admin-item dd a:hover {color:#E10A15;}
div.admin-item dd a:active {color:#FFF; background-color:#E10A15;}

div.admin-item dd.date-time {
	font-size:1.4em;
}
div.admin-item dd.section {
	font-size:1.2em;
	font-style:italic;
}
div.admin-item dd.instructor {
	font-size:1.2em;
}

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:612px;
	height:410px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

#imgholder {
	display:block;
	float:left;
	width:280px;
	height:280px;

}

p.clearall {
	display:block;
	clear:both;
}

#timesheet{
    border: solid 1px;
    width: 875px;
}

#timesheet td{
    border-right: dotted 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#timesheet th{
	margin:0;	
	background: url(../images/bg_events.png) no-repeat top center #06C;
    font-size: 1.3em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    color: #FFF;
}
