* { margin: 0; padding: 0; }
html, body { height: 100%; }
a { text-decoration: none; }
h1, h2, h3, h4 { text-transform: uppercase; }
hr { border: 0; height: 1px; border-bottom: 1px dotted #d5d5d5; margin: 10px 0; clear: both; }
p { padding-bottom: 10px; }
.red { color: #EC2A46; }
.gray { color: #BBB; }
.hide { display: none; }

body {
	background: #555;
	color: #585858;
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
}

#container { 
	position: relative;
	height: auto !important;
	height: 100%; /* IE6 */
	min-height: 100%;
}

#header {
	position: relative;
	background: #FFF;
	border-bottom: 21px solid #555;
}

#home,
#page,
#calendar { padding-bottom: 200px; /* + footer height */ }

#home {	background: #fff; }
#page { background: url(background.content.jpg) #FFF repeat-y; }
#calendar { background: url(background.calendar.jpg) #FFF repeat-y; }

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	
	height: 173px;
	background: url(background.footer.jpg) repeat-x;
	border-top: 21px solid #555;
}

#home,
#page,
#calendar,
#header #content,
#footer #content {
	margin: 0 auto;	
	width: 958px;
}

#header #content {
	position: relative;
	background: url(background.header.jpg) top right no-repeat;
	height: 148px;
}
#header #NECBC {
	position: absolute;
	left: 20px;
	width: 300px;
	height: 130px;
	background: url(NECBC.jpg) no-repeat;
}
#header #topmenu {
	position: absolute;
	bottom: 0px;
	right: 20px;
}
#header #topmenu table a { 
	font: 14px Arial, Helvetica, sans-serif; color: #888; text-transform: uppercase; font-weight: bold;
	display: block;	 border-bottom: 3px solid #fff; margin-right: 18px; padding-bottom: 2px;
}
#header #topmenu table a:hover,
#header #topmenu table a.active { color: #555; border-bottom: 3px solid #EC2A46; }
#header #topmenu .item { background: url(background.topmenu.jpg) repeat-y; }
#header #topmenu #items a { display: block; font-family: Arial, Helvetica, sans-serif; padding: 5px 0 5px 19px; color: #fff; background: url(icon.rarrow.gif) 7px center no-repeat; }
#header #topmenu #items a:hover { padding-left: 29px; background-position: 17px center; font-weight: bold; }
#header #forms {
	position: absolute;
	right: 40px;
	width: 466px;
	height: 30px;
}
#header form { float: left; }
#header form input { border: none; background: none; }
#header .text { width: 102px; margin: 6px 10px 0 4px; }
#header .search { width: 148px; margin: 6px 5px 0 17px; }
#header .submit { width: 20px; height: 20px; cursor: pointer; }


#home #slider { padding: 5px 5px 15px 5px; }
#home #content {
	padding: 5px;
	background: url(background.home.jpg) top center repeat-y;
}
#home #content h1 { font-size: 18px; padding-bottom: 25px; font-weight: normal; }
#home #content h1 span { border-bottom: 1px solid #EC2A46; }
#home #content a { color: #EC2A46; text-decoration: underline; }
#home #content .border { border: 3px solid #eee; padding: 5px; }
#home #homebox { 
	float: left;
	width: 204px;
	padding: 0 16px;
	font-size: 11px;
}
#home #homebox img { margin: 5px 0; }


#page #content h1,
#calendar #content h1 { font-size: 24px; padding-bottom: 25px; font-weight: normal; }
#page #content h1 span,
#calendar #content span { border-bottom: 1px solid #EC2A46; }

#page #col-menu,
#calendar #col-menu {
	float: left;
	width: 161px;
}

#page #col-content,
#calendar #col-content {
	float: left;
	width: 510px; /* 560 */
	padding: 25px;
	
}

#page #col-misc {
	float: right;
	width: 234px;
}

#page #col-menu a,
#calendar #col-menu a {
	display: block;
	text-align: right;
	font: 12px Arial, Helvetica, sans-serif;
	color: #B7B5B5;
	font-weight: bold;
	text-transform: uppercase;
	background: url(background.sidemenu.jpg) bottom right no-repeat;
	padding: 7px 20px 7px 0;
}
#page #col-menu h2,
#calendar #col-menu h2 {
	text-align: right;
	color: #FFF;
	font-weight: bold;
	background: url(background.sidemenu.jpg) bottom right no-repeat;
	padding: 35px 20px 16px 0;
}

#page #col-menu a:hover,
#page #col-menu a.selected,
#calendar #col-menu a:hover,
#calendar #col-menu a.selected { color: #FFF; text-decoration: none; }
#page #col-menu a.selected,
#calendar #col-menu a.selected { background: url(background.sidemenu.hover.jpg) bottom right no-repeat; }

#page #col-content img { border: 3px solid #eee; padding: 5px; }

#page #col-misc #box { padding: 25px 20px; font-size: 11px; }
#page #col-misc #box a { color: #EC2A46; text-decoration: underline; }
#page #col-misc #box.dark { background: #EAEAEA; }
#page #col-misc #box h2 { padding-bottom: 15px; } 

#page #col-content ul,
#page #col-content ol { padding-left: 30px; }

#page a:hover { text-decoration: underline; }

#loggedpanel { position: absolute; top: 29px; right: 50px; display: block; font-size: 10px;
				padding: 4px 10px; background: url(background.logged.png) repeat-x; color: #fff; }
#loggedpanel strong { font-size: 12px; }
#loggedpanel a { color: #fff; font-weight: bold; }
#loggedpanel a:hover { text-decoration: underline; }

#calendar h3 { 
	margin-bottom: 4px; 
	text-transform: none;
	color: #3e3e3e;
	white-space: nowrap;
}
#calendar form .text { width: 125px; padding: 1px; }
#calendar form .submit { margin-left: 4px; vertical-align: bottom }

#calendar #filters {
	border: 1px solid #606060; 
	width: 740px;
}

#calendar #searchbox { 
	float: left; 
	margin: 12px 0 12px 12px;
}

#calendar #filterboxes {
	width: 75%;
	float: right;
}

#calendar #filterbox {
	width: 28%;
	height: 160px;
	float: left;
	margin: 12px 0 12px 12px;
	padding-left: 12px;
	border-left: 1px solid #999;
	overflow: hidden;
}

#calendar #filterbox ul {
	height: 109px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#calendar #filterbox li a {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 3px;
	color: #777;
	white-space: nowrap;
}

#calendar #filterbox li a:hover {
	background: #606060;
	color: #fff;
}

#calendar #filterbox ul li.active a {
	font-weight: bold;
	color: #006BCE;	
}

#calendar #filterbox ul li.active a:hover { color: #fff; }
#calendar .expand img { margin-top: 10px; }

#calendar #filterbox.contracted { width: 17%; }
#calendar #filterbox.expanded { width: 50%; }
#calendar #filterbox.expanded ul {
	overflow-x: hidden;
	overflow-y: auto;
}

#calendardays table { 
	margin-top: 20px;
	border-collapse: collapse;
	border: none;
	color: #868686;
	width: 740px;
}
#calendardays th {
	text-align: center;
	width: 12.8%;
	padding-bottom: 5px;
	border: 0;
}
#calendardays td {
	padding: 5px;
	height: 130px;
	border: 1px solid #7d7d7d;
	vertical-align: top;
}

#calendardays table ul { list-style: none; }
#calendardays table li { margin-bottom: 4px; }
#calendardays table a { color: #868686; }
#calendardays table a:hover { color: #000; }
#calendardays table { font-size: 11px; }
.face_box h3 { margin-bottom: 15px; }
.face_box p { display: block; color: #555; margin-bottom: 5px; font-size: 11px; }
.face_box a { color: #555; font-size: 12px; }
.face_box a:hover { text-decoration: underline; }


.lowercase { text-transform: lowercase; }

#calendardays #nav {
	width: 740px;
	text-align: center;
	margin-top: 25px;
}

#calendardays #nav a { color: #aaa; }

#calendardays #nav em {
	font-size: 1.5em;
	padding: 0 10px;
	font-weight: bold;
	font-style: normal;
	color: #888;
}

.cal_date {
	margin: -5px 0 0 -5px;
	width: 25px;
	height: 25px;
	position: relative;
	text-indent: -9999px;
	background: url(img.calendar.days.png) no-repeat;
}

.event_today { background: #ececec; }
.is_today { background: #EED5D5 !important; }

.day_1  .cal_date { background-position: 0 0; }
.day_2  .cal_date { background-position: -25px 0; }
.day_3  .cal_date { background-position: -50px 0; }
.day_4  .cal_date { background-position: -75px 0; }
.day_5  .cal_date { background-position: -100px 0; }
.day_6  .cal_date { background-position: -125px 0; }
.day_7  .cal_date { background-position: -150px 0; }
.day_8  .cal_date { background-position: -175px 0; }
.day_9  .cal_date { background-position: -200px 0; }
.day_10 .cal_date { background-position: -225px 0; }
.day_11 .cal_date { background-position: -250px 0; }
.day_12 .cal_date { background-position: -275px 0; }
.day_13 .cal_date { background-position: -300px 0; }
.day_14 .cal_date { background-position: -325px 0; }
.day_15 .cal_date { background-position: -350px 0; }
.day_16 .cal_date { background-position: -375px 0; }
.day_17 .cal_date { background-position: -400px 0; }
.day_18 .cal_date { background-position: -425px 0; }
.day_19 .cal_date { background-position: -450px 0; }
.day_20 .cal_date { background-position: -475px 0; }
.day_21 .cal_date { background-position: -500px 0; }
.day_22 .cal_date { background-position: -525px 0; }
.day_23 .cal_date { background-position: -550px 0; }
.day_24 .cal_date { background-position: -575px 0; }
.day_25 .cal_date { background-position: -600px 0; }
.day_26 .cal_date { background-position: -625px 0; }
.day_27 .cal_date { background-position: -650px 0; }
.day_28 .cal_date { background-position: -675px 0; }
.day_29 .cal_date { background-position: -700px 0; }
.day_30 .cal_date { background-position: -725px 0; }
.day_31 .cal_date { background-position: -750px 0; }

.day_1_other_month  .cal_date { background-position: 0 -25px; }
.day_2_other_month  .cal_date { background-position: -25px -25px; }
.day_3_other_month  .cal_date { background-position: -50px -25px; }
.day_4_other_month  .cal_date { background-position: -75px -25px; }
.day_5_other_month  .cal_date { background-position: -100px -25px; }
.day_6_other_month  .cal_date { background-position: -125px -25px; }
.day_26_other_month .cal_date { background-position: -625px -25px; }
.day_27_other_month .cal_date { background-position: -650px -25px; }
.day_28_other_month .cal_date { background-position: -675px -25px; }
.day_29_other_month .cal_date { background-position: -700px -25px; }
.day_30_other_month .cal_date { background-position: -725px -25px; }
.day_31_other_month .cal_date { background-position: -750px -25px; }


/* PAGE FORMS */
#page .text,
#page textarea { display: block; padding: 3px; width: 225px; margin: 1px 0 10px 0; color: #333; font: 12px Arial, Helvetica, sans-serif;
  }
#page textarea { width: 480px; min-height: 150px; }
#page span.required { padding: 1px 5px; background: url(icon.asterisk.gif) top right no-repeat; }
#success { padding: 2px 0 2px 20px; background: url(icons.misc.png) no-repeat; }
#error { padding: 2px 0 2px 20px; background: url(icons.misc2.png) 0 -1248px no-repeat; }
#success2 { padding: 2px 0 2px 20px; background: url(icons.misc.png) 0 8px no-repeat; }
#error2 { padding: 2px 0 2px 20px; background: url(icons.misc2.png) 0 -1240px no-repeat; }

#newsletter { position: relative; padding-top: 10px; }
#newsletter .text { width: 125px; padding: 0 2px; }
#newsletter .submit { position: absolute; top: 9px; right: 0; }


/* FOOTER */
#footer #content 
{ 
	padding: 20px 0;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer #top { position: relative; }

#footer #col
{
	float: left;
	padding: 0 18px;
	min-height: 95px;
	border-left: 1px solid #fff;
	color: #7d7d7d;
}
#footer #col strong { color: #525252; }
#footer #col.first
{
	padding-left: 25px;
	border-left: none;
}
#footer #col a
{
	display: block;
	color: #7d7d7d;	
}
#footer #col a:hover { text-decoration: underline; }
#footer #bottom
{
	color: #7d7d7d;
	padding: 15px 25px;
	text-transform: none;
	position: absolute;
	bottom: 0;
}
#footer #bottom a
{
	color: #7d7d7d;
	text-decoration: underline;
}

#footer #designer
{
	width: 112px;
	height: 48px;
	background: url(img.designer.logo.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: -50px;
}

#footer #sindicate
{
	position: absolute;
	right: 20px;
}

#footer #sindicate a
{
	display: block;
	width: 160px;
	height: 20px;
	margin-bottom: 2px;
}

#footer #sindicate .twitter { background: url(img.sindicate.twitter.png) top right no-repeat; }
#footer #sindicate .facebook { background: url(img.sindicate.facebook.png) top right no-repeat; }
#footer #sindicate .linkedin { background: url(img.sindicate.linkedin.png) top right no-repeat; }
#footer #sindicate .flickr { background: url(img.sindicate.flickr.png) top right no-repeat; margin-top: 5px; }


/* LOGOSLIDER */
#logoslider {
	background:#e2e2e2;
	height:72px;
	margin: 10px 0 -5px;
}
#logoslider a {
	background: url(img.home.logos.jpg) no-repeat;
	height:72px;
	display: inline-block;
}

#logoslider a.sl-001 { width: 140px; }
#logoslider a.sl-002 { width: 108px; background-position: -143px 0; }
#logoslider a.sl-003 { width: 200px; background-position: -256px 0; }
#logoslider a.sl-004 { width: 110px; background-position: -460px 0; }
#logoslider a.sl-005 { width: 98px; background-position: -572px 0; }
#logoslider a.sl-006 { width: 190px; background-position: -672px 0; }
#logoslider a.sl-007 { width: 70px; background-position: -865px 0; }

#logoslider a.sl-001:hover { background-position: 0 -72px; }
#logoslider a.sl-002:hover { background-position: -143px -72px; }
#logoslider a.sl-003:hover { background-position: -256px -72px; }
#logoslider a.sl-004:hover { background-position: -460px -72px; }
#logoslider a.sl-005:hover { background-position: -572px -72px; }
#logoslider a.sl-006:hover { background-position: -672px -72px; }
#logoslider a.sl-007:hover { background-position: -865px -72px; }


/* TINYMCE */
.table-red-bg-header { background: #EC2A46; font-weight: bold; font-size: 14px; color: #fff; padding: 5px; vertical-align: top; }
.table-gray-bg-body { background: #efefef; padding: 5px; vertical-align: top; }

.trigger_accordion { 
	cursor: pointer; 
	padding: 3px 10px 3px 17px;
	background: url(icon.arrow.toggle.gif) 2px 0 no-repeat;
	border-bottom: 1px dotted #CCC;
	display: block;
	font-weight: bold;
}
.trigger_accordion:hover { color: #222; }
.accordion_container {
	padding: 5px 18px;
}
.accordion_active {
	background-position: 2px -28px;
}