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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BODY STYLING AND UNIVERSAL TYPOGRAPHY
********************************/

body {
	background: #fff url("http://www.adworks.org/images/template-img/background.jpg") no-repeat top center;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-size: 2.8em;
	color: #666;
	padding: 15px 0 10px 0;
	margin: 0 20px;
	border-bottom: 1px solid #ccc;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

small {
	font-size: 0.8em;
}


/* FONT INCREASE/DECREASE */
div.resizeButtons { height: 35px; width: 100px; margin: 10px auto; padding: 0 20px; position: absolute;
	right: 265px; top: 13px; }


a.decreaseFont { display: block; width: 28px; height: 28px; float: right; background: url(http://www.adworks.org//images/template-img/small-button.png) no-repeat 0 0; text-indent: -9999px; margin-right: 3px; }
a.increaseFont { display: block; width: 28px; height: 28px; float: right; background: url(http://www.adworks.org//images/template-img/big-button.png) no-repeat 0 0; text-indent: -9999px; }
/**************************/


/* UNIVERSAL STYLES
******************************************
***************************************/

#container {
	width: 1000px;
	padding: 0 20px;
	margin: 20px auto;
	text-align: left;
}

#header {
	position: relative;
	background: url("http://www.adworks.org/images/template-img/header-bg.png") no-repeat top center;
	height: 120px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#logo a {
	display: block;
	width: 220px;
	height: 81px;
	text-indent: -9999px;
	background: url("http://www.adworks.org/images/template-img/adworks-logo-new.png") no-repeat top left;
}
#searchbox {
	border: 1px solid #ccc;
	padding: 5px;
	position: absolute;
	top: 20px;
	right: 20px;
	height: 24px;
	width: 240px;
}
#search-field {
	font-size: 1.6em;
	color: #999;
	border: 0;
	padding-top: 2px;
	width: 190px;
}
#searchbutton {
	float: right;
}

#content {
	width: 1000px;
	background: url("http://www.adworks.org/images/template-img/content-bg.png") repeat-y left top;
	position: relative;
	clear: both;
}

#breadcrumbs {
	position: absolute;
	top: 32px;
	right: 20px;
	font-size: 1em;
	list-style-type: none;
	color: #555;
}

#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}


	/* UNIVERSAL NAVIGATION STYLES
	******************************/
	#navborder {
		width: 960px;
		position: absolute;
		top: 80px;
		left: 0;
		margin-left: 20px;
		padding-right: 0;
		border-bottom: 8px solid #d7d7d7;
	}
	#nav {
		float: right;
		list-style-type: none;
		padding: 0;
	}

	#nav li {
		display: block;
		float: left;
		padding: 0 0 0 10px;
		margin-left: 2px;
		background: url("http://www.adworks.org/images/template-img/nav-left.jpg") no-repeat bottom left;
	}

	#nav li a {
		background: url("http://www.adworks.org/images/template-img/nav-right.jpg") no-repeat bottom right;
		display: block;
		color: #333;
		text-decoration: none;
		margin: 0;
		padding: 11px 10px 8px 0;
		color: #666;
		font-size: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
	}
	#nav #current a {
		color: #fff;
	}

	#nav li a:hover {
		color: #333;
	}

/* SIDEBAR  STYlES
********************************/
#sidebar {
	float: left;
	width: 216px;
	padding: 10px 0 0 20px;
}

/* LEVEL 1 MENU ***********************/
#sidebar ul {
}

#sidebar ul li {
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
}
#sidebar ul li a {
	display: block;
	padding: 7px 10px 8px 10px;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	color: #333;
}

/** LEVEL 2 MENU ***********************/
	#sidebar ul li ul {
		padding: 0.8em 1em;
	}

	#sidebar ul li ul li,
	#sidebar ul .here ul li {
		border: 0;
		padding: 0.5em 0;
		line-height: 1.5em;
	}

	#sidebar ul li ul li a {
		display: inline;
		padding: 0;
		font-weight: normal;
		color: #535353;
		font-size: 1.2em;
	}
	#sidebar ul li ul li a:hover {
		text-decoration: underline;
	}

	#sidebar ul li ul li.here a {
		font-weight: bold;
	}

/****** LEVEL 3 MENU *******************/
		#sidebar ul li ul li ul {
			padding: 0.9em 0 0 1.5em;
		}
		#sidebar ul li ul li.here ul li a {
			font-weight: normal;
		}

#sidebar ul li ul li a,
#sidebar ul li.here ul li a,
#sidebar ul li ul li.here a,
#sidebar ul li.parent-here ul li a {
	background: transparent;
	color: #666;
	padding-right: 15px;
}

#sidebar ul li ul li ul li a {
	font-weight: normal;
}



/* VIDEO CALLOUT */
#video-callout {
	padding-top: 1em;
}
#video {
	text-align: center;
	padding: 1px;
}
#video-callout p {
	padding: 1em 0.2em;
	font-size: 1.1em;
	color: #666;
	line-height: 1.4em;
	border-bottom: 1px solid #ccc;
}
#video-callout p a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 0.4em;
}
#video-callout p a:hover {
	text-decoration: underline;
}

/* TEXT AND IMAGE CALLOUT */
.callout {
	padding: 1em 0 14px 0;
	background: url("http://www.adworks.org/images/template-img/job-callout-foot.jpg") no-repeat bottom center;
	width: 215px;
}

.callout h4 {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	background: url("http://www.adworks.org/images/template-img/job-callout-head.jpg") no-repeat top left;
	width: 205px;
	padding: 0.6em 0 0.6em 10px;
}
.callout img {
	border: 1px solid #ccc;
	border-width: 0 1px;
	margin: 0;
	display: block;
}
.callout p {
	border: 1px solid #ccc;
	border-width: 0 1px;
	font-size: 1.1em;
	padding: 1em 0.6em;
	color: #555;
	line-height: 1.4em;
}
.callout p a {
	display: block;
	padding-top: 1em;
	margin-top: 0.7em;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px dotted #ccc;
}
.callout a:hover {
	text-decoration: underline;
}


/* MAIN COLUMN STYLES -- ON PAGES WITH SIDEBAR
*******************************/

#maincolumn {
	width: 710px;
	float: left;
	padding: 10px 0 20px 20px;
}

#maincolumn h2,
#fullcolumn h2 {
	font-size: 2em;
	padding: 0.6em 0 0.2em;
}

#maincolumn h3 {
	font-size: 1.4em;
	padding: 1.2em 0 0.8em 0;
}

#maincolumn h4 {
	font-size: 1.4em;
	padding: 1.2em 0 0.8em 0;
}

#maincolumn blockquote {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
}

#maincolumn p,
#fullcolumn p {
	font-size: 1.2em;
	color: #666;
	line-height: 1.6em;
	padding-bottom: 1em;
}

#maincolumn p a,
#maincolumn p a:visited,
#maincolumn h2 a,
#maincolumn h3 a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#maincolumn p a:hover,
#maincolumn h2 a:hover,
#maincolumn h3 a:hover {
	border-bottom: 1px solid;
}

#maincolumn ul {
	margin: 0 0 10px 20px;
	list-style-image: url("http://www.adworks.org/images/template-img/bullet.jpg");
	list-style-position: outside;
}

#maincolumn ul li {
	font-size: 1.2em;
	padding: 0.3em 0 0.3em 0;
	line-height: 1.7em;
	color: #666;
}

#maincolumn ul li a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#maincolumn ul li a:hover {
	border-bottom: 1px solid;
}

#maincolumn table {
	font-size: 1.2em;
	color: #666;
	border: none;
	margin-bottom: 1em;
}
#maincolumn table tr td {
	padding: 5px 10px 5px 0;
}

#maincolumn table.sched-table {
	border: 1px solid #666;
}

#maincolumn table.sched-table tr td {
	border: 1px solid #666;
}

#maincolumn img {
	padding: 3px;
	margin: 3px;
}

/* FULL COLUMN STYLES - SINGLE COLUMN LAYOUT
******************************/
#fullcolumn {
	width: 960px;
	padding: 20px 0 20px 20px;
	position: relative;
}


/* MASTHEAD STYLES
*****************************/

#masthead {
	position: relative;
	margin-bottom: 20px;
	height: 213px;
}

#maincolumn #masthead img {
	border: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

#masthead-text {
	position: absolute;
	bottom: 1px;
	left: 1px;
	background: url("http://www.adworks.org/images/template-img/white-pane.png") repeat top left;
	width: 708px;
}

#masthead h4 {
	padding: 0.5em 0.5em 0.1em;
	font-size: 2em;
	font-weight: bold;
}

#masthead p {
	padding: 0 0.9em 0.9em;
	font-size: 1.3em;
	color: #333;
	line-height: 1.2em;
}








/* PAGE FOOTER STYLES (ENDS ROUNDED BORDER)
************************************/
#footer {
	clear: both;
	width: 1000px;
	background: url("http://www.adworks.org/images/template-img/footer.jpg") no-repeat bottom center;
	padding: 20px 0;
}
#footer p {
	margin: 0 20px;
	padding: 20px 0 10px;
	text-align: center;
	border-top: 1px solid #ccc;
}


/* SUBFOOTER STYLES (BELOW BORDERED WRAPPER)
***********************************/

#subfooter {
	width: 980px;
	padding: 10px 0 40px 0;
	color: #b5b5b5;
	position: relative;
	font-weight: bold;
}
#subfooter a {
	text-decoration: none;
	color: #666;
}
#subfooter a:hover {
	text-decoration: underline;
}

#subfooter p {
	clear: both;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#subfooter ul {
	list-style-type: none;
	clear: both;
	font-size: 1.2em;
	margin: 0.6em 0;
	height: 15px;
}
#subfooter ul li {
	float: left;
	padding: 0 5px;
}
#subfooter ul .first {
	padding-left: 0;
	border-left: 0;
}
#subfooter ul li a {
	color: #b5b5b5;
}

#subfooter #networks {
	position: absolute;
	top: 15px;
	right: 0;
	width: 200px;
	text-align: right;
}
#subfooter #services {
	font-size: 1em;
}
#subfooter #services li {
	border-left: 1px solid #b5b5b5;
}
#subfooter #services li.first {
	border-left: 0;
}




/* PAGE-SPECIFIC ELEMENTS, GROUPED BY PAGE
   INCLUDING UNIQUE COLORING AND GRAPHIC ELEMENTS
   ********************************************/




/* HOME PAGE STYLES
********************************
********************************/
#home #navborder {
	border-bottom: 8px solid #434f96;
}

#home #nav #current {
	background: url("http://www.adworks.org/images/template-img/home-nav-left.jpg") no-repeat bottom left;
}
#home #nav #current a {
	background: url("http://www.adworks.org/images/template-img/home-nav-right.jpg") no-repeat bottom right;
	color: #fff;
}

	/* HOMEPAGE SLIDESHOW AND DYNAMIC BOXES
	***************************************/

	#home-slideshow {
		width: 965px;
		height: 443px;
		margin-left: 17px;
		padding-top: 5px;
		border-bottom: 1px solid #ccc;
		border-left: 0;
	}

	#home-slideshow #tech {
		border: 0;
	}

	#sub-content {
		width: 960px;
		padding: 30px 0 20px;
		margin-left: 20px;
	}
		#sub-content h3 {
			color: #434f96;
			font-size: 1.6em;
	}
		#sub-content p {
			font-size: 1.1em;
			line-height: 1.6em;
			color: #666;
			margin: 0.3em 0;
		}
		#sub-content p a {
			color: #434f96;
			text-decoration: none;
			font-weight: bold;
		}
		#sub-content p a:hover {
			text-decoration: underline;
		}

	#whats-new,
	#why-ad,
	#our-mission {
		float: left;
		width: 240px;
		margin-right: 20px;
		padding-left: 60px;
	}
	#whats-new {
		background: url("http://www.adworks.org/images/template-img/whats-new.jpg") no-repeat top left;
	}
	#why-ad {
		background: url("http://www.adworks.org/images/template-img/question-mark.jpg") no-repeat top left;
	}
	#our-mission {
		background: url("http://www.adworks.org/images/template-img/our-mission.jpg") no-repeat top left;
		margin-right: 0;
	}

/*
	slide
*/
#page-wrap 									{background: url(images/slide-background.png) left top no-repeat;  width: 965px; margin: 0 auto; position: relative; min-height: 438px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 960px; background: url(images/slide-background.png) left top no-repeat; }
.stripViewer .panelContainer
.panel ul									{ text-align: center;  }
.stripViewer								{ position: relative; overflow: hidden; width: 965px; height: 405px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 965px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{  margin-right: 5px; }
#movers-row									{ position: absolute; bottom: 0px; left: 65px;}
#movers-row div								{ width: 205px;  float: left;margin-right: 10px; }
#movers-row div a.cross-link 				{ float: right; }



/* ABOUT US PAGE STYLES
********************************
********************************/

#about-us #navborder {
	border-bottom: 8px solid #004757;
}

#about-us #nav #current {
	background: url("http://www.adworks.org/images/template-img/about-nav-left.jpg") no-repeat bottom left;
}
#about-us #nav #current a {
	background: url("http://www.adworks.org/images/template-img/about-nav-right.jpg") no-repeat bottom right;
}


/* ABOUT US BREADCRUMBS */
#about-us #breadcrumbs a {
	color: #006f89;
}

/* ABOUT US CALLOUTS, VIDEO CALLOUTS */
#about-us .callout p a,
#about-us #video-callout p a {
	color: #006f89;
}
#about-us .callout {
	background: url("http://www.adworks.org/images/template-img/about-callout-foot.jpg") no-repeat bottom center;
}
#about-us .callout h4 {
	background: url("http://www.adworks.org/images/template-img/about-callout-head.jpg") no-repeat top left;
}


/* ABOUT US MASTHEAD HEADING, SIDEBAR NAV*/
#about-us #masthead h4,
#about-us #sidebar ul li a,
#about-us #sidebar ul li ul li  {
	color: #006f89;
}
#about-us #sidebar ul li ul li a {
	color: #666;
}
#about-us #sidebar ul li.here a,
#about-us #sidebar ul li.parent-here a {
	color: #fff;
	background: url("http://www.adworks.org/images/template-img/about-sidebar-bg.jpg") no-repeat top left;
}
#about-us #sidebar ul li ul li a,
#about-us #sidebar ul li.here ul li a,
#about-us #sidebar ul li ul li.here a,
#about-us #sidebar ul li.parent-here ul li a {
	background: url("http://www.adworks.org/images/template-img/bullet-about-us.jpg") no-repeat right center;
	color: #666;
}
#about-us #sidebar ul li ul li.here a {
	font-weight: bold;
}


/* ABOUT US MAIN COLUMN */
#about-us #maincolumn h2,
#about-us #maincolumn h3,
#about-us #maincolumn a,
#about-us #maincolumn ul li a {
	color: #006f89;
}




/* BUSINESSES PAGE STYLES
********************************
********************************/

#businesses #navborder {
	border-bottom: 8px solid #192a63;
}

#businesses #nav #current {
	background: url("http://www.adworks.org/images/template-img/bus-nav-left.jpg") no-repeat bottom left;
}
#businesses #nav #current a {
	background: url("http://www.adworks.org/images/template-img/bus-nav-right.jpg") no-repeat bottom right;
}


/* BUSINESSES BREADCRUMBS */
#businesses #breadcrumbs a {
	color: #006ba6;
}

/* BUSINESSES CALLOUTS, VIDEO CALLOUTS */
#businesses .callout p a,
#businesses #video-callout p a {
	color: #006ba6;
}
#businesses .callout {
	background: url("http://www.adworks.org/images/template-img/bus-callout-foot.jpg") no-repeat bottom center;
}
#businesses .callout h4 {
	background: url("http://www.adworks.org/images/template-img/bus-callout-head.jpg") no-repeat top left;
}


/* BUSINESSES MASTHEAD HEADING, SIDEBAR NAV*/
#businesses #masthead h4,
#businesses #sidebar ul li a,
#businesses #sidebar ul li ul li  {
	color: #006ba6;
}
#businesses #sidebar ul li ul li a {
	color: #666;
}
#businesses #sidebar ul li.here a {
	color: #fff;
	background: url("http://www.adworks.org/images/template-img/bus-sidebar-bg.jpg") no-repeat top left;
}
#businesses #sidebar ul li ul li a,
#businesses #sidebar ul li.here ul li a,
#businesses #sidebar ul li ul li.here a,
#businesses #sidebar ul li.parent-here ul li a {
	background: transparent;
	color: #666;
	background: url("http://www.adworks.org/images/template-img/bullet-businesses.jpg") no-repeat right center;
	padding-right: 15px;
}
#businesses #sidebar ul li ul li.here a {
	font-weight: bold;
}


/* BUSINESSES MAIN COLUMN */
#businesses #maincolumn h2,
#businesses #maincolumn h3,
#businesses #maincolumn a,
#businesses #maincolumn ul li a {
	color: #006ba6;
}


/* JOB SEEKERS PAGE STYLES
********************************
********************************/

#job-seekers #navborder {
	border-bottom: 8px solid #a2000b;
}

#job-seekers #nav #current {
	background: url("http://www.adworks.org/images/template-img/job-nav-left.jpg") no-repeat bottom left;
}
#job-seekers #nav #current a {
	background: url("http://www.adworks.org/images/template-img/job-nav-right.jpg") no-repeat bottom right;
}


/* job-seekers BREADCRUMBS */
#job-seekers #breadcrumbs a {
	color: #9c000a;
}


/* job-seekers MASTHEAD HEADING, SIDEBAR NAV*/
#job-seekers #masthead h4,
#job-seekers #sidebar ul li a,
#job-seekers #sidebar ul li ul li  {
	color: #9c000a;
}
#job-seekers #sidebar ul li.here a,
#job-seekers #sidebar ul li.parent-here a {
	color: #fff;
	background: url("http://www.adworks.org/images/template-img/job-sidebar-bg.jpg") no-repeat top left;
}
#job-seekers #sidebar ul li ul li a,
#job-seekers #sidebar ul li.here ul li a,
#job-seekers #sidebar ul li ul li.here a,
#job-seekers #sidebar ul li.parent-here ul li a {
	background: transparent;
	color: #666;
	background: url("http://www.adworks.org/images/template-img/bullet-job-seekers.jpg") no-repeat right center;
	padding-right: 15px;
}


/* job-seekers CALLOUTS, VIDEO CALLOUTS */
#job-seekers .callout p a,
#job-seekers #video-callout p a {
	color: #9c000a;
}
#job-seekers .callout {
	background: url("http://www.adworks.org/images/template-img/job-callout-foot.jpg") no-repeat bottom center;
}
#job-seekers .callout h4 {
	background: url("http://www.adworks.org/images/template-img/job-callout-head.jpg") no-repeat top left;
}


/* job-seekers JOB OFFERINGS LIST */
.job-group {
	width: 700px;
	margin: 10px 5px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	clear: both;
}

.job-group .button {
	display: block;
	float: left;
	width: 111px;
	padding-bottom: 10px;
	margin: 0 10px 10px 10px;
	background: url("http://www.adworks.org/images/template-img/job-button-bottom.jpg") no-repeat bottom left;
}

#job-seekers #maincolumn .job-group .button a {
	background: url("http://www.adworks.org/images/template-img/job-button-top.jpg") no-repeat top left;
	display: block;
	width: 111px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-size: 1.5em;
}


#maincolumn .job-group h2 {
	color: #9c000a;
	font-size: 1.5em;
	padding: 0;
}
.job-group p {
	float: left;
	color: #555;
	font-size: 0.75em;
	width: 560px;
	line-height: 1.6em;
	padding-bottom: 10px;
}

/* JOB SEEKERS MAIN COLUMN */
#job-seekers #maincolumn h2,
#job-seekers #maincolumn h3,
#job-seekers #maincolumn a,
#job-seekers #maincolumn ul li a {
	color: #9c000a;
}



/* YOUTH PAGE STYLES
********************************
********************************/

#youth #navborder {
	border-bottom: 8px solid #e46120;
}

#youth #nav #current {
	background: url("http://www.adworks.org/images/template-img/youth-nav-left.jpg") no-repeat bottom left;
}
#youth #nav #current a {
	background: url("http://www.adworks.org/images/template-img/youth-nav-right.jpg") no-repeat bottom right;
}


/* YOUTH BREADCRUMBS */
#youth #breadcrumbs a {
	color: #e46120;
}


/* YOUTH MASTHEAD HEADING, SIDEBAR NAV*/
#youth #masthead h4,
#youth #sidebar ul li a,
#youth #sidebar ul li ul li  {
	color: #e46120;
}
#youth #sidebar ul li.here a,
#youth #sidebar ul li.parent-here a {
	color: #fff;
	background: url("http://www.adworks.org/images/template-img/youth-sidebar-bg.jpg") no-repeat top left;
}
#youth #sidebar ul li ul li a,
#youth #sidebar ul li.here ul li a,
#youth #sidebar ul li ul li.here a,
#youth #sidebar ul li.parent-here ul li a {
	background: transparent;
	color: #666;
	padding-right: 15px;
	background: url("http://www.adworks.org/images/template-img/bullet-youth.jpg") no-repeat right center;
}

#youth #sidebar ul li ul li.here a {
	font-weight: bold;
}


/* YOUTH CALLOUTS, VIDEO CALLOUTS */
#youth .callout p a,
#youth #video-callout p a {
	color: #e46120;
}
#youth .callout {
	background: url("http://www.adworks.org/images/template-img/youth-callout-foot.jpg") no-repeat bottom center;
}
#youth .callout h4 {
	background: url("http://www.adworks.org/images/template-img/youth-callout-head.jpg") no-repeat top left;
}

/* YOUTH MAIN COLUMN */
#youth #maincolumn h2,
#youth #maincolumn h3,
#youth #maincolumn a,
#youth #maincolumn ul li a {
	color: #e46120;
}




/* UPCOMING EVENTS PAGE STYLES
********************************
********************************/

#events #navborder {
	border-bottom: 8px solid #488c1f;
}

#events #nav #current {
	background: url("http://www.adworks.org/images/template-img/event-nav-left.jpg") no-repeat bottom left;
}
#events #nav #current a {
	background: url("http://www.adworks.org/images/template-img/event-nav-right.jpg") no-repeat bottom right;
}


/* EVENTS BREADCRUMBS */
#events #breadcrumbs a {
	color: #6b9e25;
}


/* EVENTS MAIN COLUMN */
#events #maincolumn h2,
#events #maincolumn h3,
#events #maincolumn a,
#events #maincolumn ul li a {
	color: #6b9e25;
}


/* EVENTS SIDEBAR NAV*/

#events #sidebar h2 {
    cursor: pointer;
	font-size: 1.5em;
	color: #6b9e25;
	padding: 12px 0 12px 10px;
	border-bottom: 1px solid #ccc;
}

#events #sidebar ul {
	margin: 5px 0;
}
#events #sidebar ul li {
	border: 0;
}
#events #sidebar ul li a,
#events #sidebar ul li ul li  {
	color: #666;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 0 15px;
	font-weight: normal;
}
#events #sidebar ul li a {
	display: inline;
	background: url("http://www.adworks.org/images/template-img/bullet-events.jpg") no-repeat right center;
	padding-right: 20px;
}
#events #sidebar ul li a:hover {
	text-decoration: underline;
}

#events #sidebar ul li.current a {
	font-weight: bold;
}
#events #sidebar ul li ul li a,
#events #sidebar ul li.here ul li a,
#events #sidebar ul li ul li.here a,
#events #sidebar ul li.parent-here ul li a {
	background: transparent;
	color: #666;
	background: url("http://www.adworks.org/images/template-img/bullet-resources.jpg") no-repeat right center;
	padding-right: 15px;
}
#events #sidebar ul li ul li.here a {
	font-weight: bold;
}



	/* EVENTS CALENDAR STYLES
	******************************/
	.calendar-help {
		float: left;
		margin: 10px 10px 0 20px;
		padding: 0 0 0 30px;
		width: 220px;
		background: url("http://www.adworks.org/images/template-img/cal-help.jpg") no-repeat 0 2px;
	}

	#maincolumn #calendar {
		border: 1px solid #ccc;
		float: left;
		padding: 5px;
	}
	#maincolumn #calendar table,
	#maincolumn #calendar table tr td {
		border-collapse: collapse;
		margin: 0;
		padding: 0;
	}

	#maincolumn #fc_outer thead thead {
	}
	#maincolumn #fc_outer thead tr th {
		padding: 5px 0;
		text-align: center;
		background: #6b9e25;
		color: #fff;
		border-bottom: 0;
	}
	#maincolumn #fc_outer thead tr th.back {
		text-align: left;
		margin-left: 3px;
	}
	#maincolumn #fc_outer thead tr th.back a {
		padding-left: 5px;
	}
	#maincolumn #fc_outer thead tr th.forward {
		text-align: right;
		margin-right: 3px;
	}
	#maincolumn #fc_outer thead tr th.forward a {
		padding-right: 5px;
	}
	#maincolumn #fc_outer thead a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding-bottom: 5px;
	}
	#maincolumn #fc_outer td {

	}

	#maincolumn #fc_inner thead {
		background: #fff;
		color: #333;
		font-size: 0.8em;
	}
	#maincolumn #fc_inner thead tr th {
		padding: 5px;
		border: 5px solid #fff;
		background: #a3bd30;
		color: #fff;
	}

	.day_cell {
		background: #eff4e6;
		text-align: center;
		font-weight: normal;
		color: #666;
		border: 5px solid #fff;
	}
	.day_cell .date {
		padding: 14px 8px;
	}
	.day_cell a {
		font-weight: bold;
		text-decoration: none;
		color: #666;
		padding: 10px;
	}
	#today {
		background: #6b9e25;
	}
	#today .date {
		margin: 2px;
		background: #eee;
	}
	.selected {
		background: #aaa;
	}
	.selected .date {
		margin: 2px;
		background: #eff4e6;
	}




	/* EVENTS LISTING STYLES (BELOW CALENDAR)
	******************************/
	#events #maincolumn ul {
		list-style: none;
		margin: 0;
	}
	#events #maincolumn ul li {
		margin: 20px 0;
	}

	#events #maincolumn ul li ul {
		margin-top: 5px;
		padding: 0;
		border: 0;
	}

	#events #maincolumn ul li ul li {
		margin: 0;
		line-height: 1.2em;
	}

	#events #maincolumn ul li a.event-title {
		font-size: 1.4em;
		color: #6b9e25;
	}
	#events #maincolumn .date-headline {
		font-size: 2em;
		margin: 1em 0 0.8em 0;
		padding-bottom: 0.4em;
		border-bottom: 1px solid #ccc;
	}



	/* EVENT DETAIL PAGE STYLES */
	#events #maincolumn .event-details-list {
		margin-bottom: 10px;
	}
	#events #maincolumn .event-details-list li {
		margin: 0;
		line-height: 1.4em;
	}

	#events #maincolumn ul {
		list-style-image: none;
	}

	#events #maincolumn .upcoming-list {
	}

	#events #maincolumn .upcoming-list li {
		line-height: 1.7em;
		margin: 0;
		list-style-type: none;
	}


	#events #maincolumn .event h3 {
		padding-top: 0;
	}



/* RESOURCES PAGE STYLES
********************************
********************************/

#resources #navborder {
	border-bottom: 8px solid #3c0774;
}

#resources #nav #current {
	background: url("http://www.adworks.org/images/template-img/resources-nav-left.jpg") no-repeat bottom left;
}
#resources #nav #current a {
	background: url("http://www.adworks.org/images/template-img/resources-nav-right.jpg") no-repeat bottom right;
}


/* RESOURCES BREADCRUMBS */
#resources #breadcrumbs a {
	color: #3c0774;
}

/* RESOURCES CALLOUTS, VIDEO CALLOUTS */
#resources .callout p a,
#resources #video-callout p a {
	color: #3c0774;
}
#resources .callout {
	background: url("http://www.adworks.org/images/template-img/resources-callout-foot.jpg") no-repeat bottom center;
}
#resources .callout h4 {
	background: url("http://www.adworks.org/images/template-img/resources-callout-head.jpg") no-repeat top left;
}


/* RESOURCES MASTHEAD HEADING, SIDEBAR NAV*/
#resources #masthead h4,
#resources #sidebar ul li a,
#resources #sidebar ul li ul li  {
	color: #3c0774;
}
#resources #sidebar ul li ul li a {
	color: #666;
}
#resources #sidebar ul li.here a {
	color: #fff;
	background: url("http://www.adworks.org/images/template-img/resources-sidebar-bg.jpg") no-repeat top left;
}
#resources #sidebar ul li ul li a,
#resources #sidebar ul li.here ul li a,
#resources #sidebar ul li ul li.here a,
#resources #sidebar ul li.parent-here ul li a {
	background: transparent;
	color: #666;
	background: url("http://www.adworks.org/images/template-img/bullet-resources.jpg") no-repeat right center;
	padding-right: 15px;
}
#resources #sidebar ul li ul li.here a {
	font-weight: bold;
}


/* RESOURCES MAIN COLUMN */
#resources #maincolumn h2,
#resources #maincolumn h3,
#resources #maincolumn a,
#resources #maincolumn ul li a {
	color: #3c0774;
}


/* SITEMAP PAGE STYLES
********************************
********************************/

#sitemap #navborder {
	border-bottom: 8px solid #d7d7d7;
}


/* SITEMAP TREE STYLES */
#sitemap-list {
	padding: 10px 0 0 20px;
}

#sitemap-list li {
	padding: 2px 0;
	display: block;
}

#sitemap-list li a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.6em;
}

#sitemap-list li a:hover {
	color: #000;
	text-decoration: underline;
}

#sitemap-list li ul {
	padding: 5px 0;
	border-left: 1px solid #efefef;
}

#sitemap-list li ul li {
	padding-left: 20px;
}

#sitemap-list li ul li a {
	font-size: 1.4em;
	font-weight: normal;
}

#sitemap-list li ul li ul li a {
	font-size: 1.2em;
}



/* SEARCH RESULTS STYLES */

#search #breadcrumbs a {
	color: #000;
}

#search table {
	margin: 10px 0 0 20px;
	font-size: 1.2em;
}
#search .resulthead {
	font-size: 1.4em;
	font-weight: bold;
}
#search table tr td {
	padding: 5px;
}

#search table tr td a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#search table tr td a:hover {
	border-bottom: 1px solid;
}


/* REGISTRATION FORM STYLES */

#reg-form p {
	margin: 10px 0;
}

.reg-form-label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	padding-right: 20px;
}

#maincolumn .event-info { color: #111; margin: 5px 0; padding: 15px 20px; border: 1px solid #ccc; background: #eee;}






