/*
	NVTC styles
	Developed by Saforian

	zoom:1 used for hasLayout and self-clear floats in IE5-7
	* html hack targets IE5-6 only
*/

/* ------ Formatting ------ */

body
{ color:#111; font:normal .75em/1.4em verdana,arial,helvetica,sans-serif }

p, address, ul, ol, li, dt, dd, td, th
{ line-height:1.4 }
th, b, strong
{ font-weight:bold }
i, em, cite
{ font-style:italic }
sup, sub
{ font-size:75% }
table, tr, td, th /* IE5 font fix */
{ font-size:100% }


/* Links */
a
{ text-decoration:none; outline:none }
a:link
{ color:#369 }
a:visited
{ color:#47a }
a:hover
{ text-decoration:underline }


/* More link */
p.more
{ margin:0 0 .3em; padding-left:11px; background:url("../images/bullet_plus.gif") no-repeat 0 .4em;
  line-height:1.3 !important; font-size:92% }
p.more a
{ padding-right:12px; background:url("../images/bullet_arrow.gif") no-repeat 100% .4em;
  color:#555; font-weight:bold }
p.more a:link, p.more a:visited
{ color:#555 }
p.more a:hover, p.more a:active
{ color:#000 }


/* More Button link */
a.morebutton 
{ display:block; margin:10px 2px 0 2px; padding-right:15px;
  background:url("../images/button_more.gif") no-repeat scroll top right;
  font-weight:bold; text-decoration:none; color:#ea5e21; font-size:92% }

	a.morebutton:link, a.morebutton:visited
	{ color:#ea5e21 }
	a.morebutton:hover
	{ text-decoration:none; color:#143d8d }

a.morebutton span /* Added by script */
{ min-height:24px; display:block; background:url('../images/button_more_inner.gif') no-repeat;
  padding:4px 0 0 18px; line-height:1.1; text-align:right }
	* html a.morebutton span /* IE6 min-height fix */
	{ height:24px }


/* Drop-down buttons */
a.dropdown_button
{ display:block; height:30px;
  background:url('../images/button_dropdown_left.gif') no-repeat scroll;
  font:bold 12px arial, sans-serif;
  text-decoration:none; color:#ea5e21 }

a.dropdown_button:hover, a.dropdown_button:active
{ text-decoration:underline; border:0; color:#ea5e21 }

a.dropdown_button span
{ background:url('../images/button_dropdown_right.gif') no-repeat top right;
    color:#ea5e21;
    display:block;
    line-height:20px;
    padding:5px 0 5px 0;
	text-align:left;
	margin-right:0;
	margin-left:30px;
	}
a.dropdown_button:active
{ background-position:bottom left; outline:none; /* hide dotted outline in Firefox */}

a.dropdown_button:active span
{ background-position:bottom right; padding:6px 0 4px 0; /* push text down 1px */ }


/* Paragraphs */
p
{ margin:0 0 1.4em }
address
{ font-style:normal; margin:0 0 1.4em }
blockquote
{ margin:0 10px 1.2em; padding:0 }

.small, small
{ font-size:92% }
.big, big
{ font-size:130% }
.aligncenter
{ text-align:center }
.alignright
{ text-align:right }
.highlight
{ color:#4aaa42 }
.standout
{ font:normal 170% "Century Gothic",verdana,sans-serif; color:#4aaa42 }

.calendarcell, calendarcell
{
	width:100px;
	height:100px;
}

/* Images */
a img
{ border-style:none }
.floatleft /* Floating images */
{ float:left; margin:0 8px 8px 0 }
.floatright
{ float:right; margin:0 0 8px 8px }

img.icon /* Document icons */
{ display:inline; padding:0 5px 5px 6px; vertical-align:middle }

img.boldborder /* event images */
{ border:3px solid black }


/* Separators */
hr
{ color:#333; background-color:#333; height:1px; margin:1.3em 0; padding:0; border-width:0; overflow:hidden }
	* html hr /* IE6 fix */
	{ margin:0 0 1em }
	*:first-child+html hr /* IE7 fix */
	{ margin:0 0 1em }

hr.dotted
{ color:#fff; background-color:#fff; border:1px dotted #d6d6d6; border-style:none none dotted }


/* Headings */
h1, h2, h3, h4, h5, h6
{ color:#343434; margin:0 0 .9em; padding:0; font:bold 140%/1.2 "Lucida Grande",verdana,arial,helvetica,sans-serif }
h1
{ font-size:150% }  /* 18px */
h2
{ font-size:133% }  /* 16px */
h3
{ font-size:124% }  /* 15px */
h4
{ font-size:115% }  /* 14px */
h5
{ font-size:108% }  /* 13px */
h6
{ font-size:108%; margin-bottom:.2em }
	h6 a:link, h6 a:visited, h6 a:hover
	{ color:#343434; text-decoration:underline }
	h6 a:hover
	{ text-decoration:none }

h2.title, h3.title, h4.title, h5.title, h6.title
{ padding-bottom:.6em; border:1px dotted #d6d6d6; border-width:0 0 1px }


/* Lists */
ul
{ margin:0 0 1.4em; padding:0; list-style-type:none }
	ul li, ol li ul li
	{ margin:0 0 .7em; padding:0 0 0 13px; background:url("../images/bullet_corner.gif") no-repeat 2px .5em }
	ul ul
	{ margin:5px 0 5px 2px }

ol
{ margin:0 0 1.4em 33px; padding-left:0 }
	ol li, ul li ol li
	{ margin-bottom:.6em }

dl
{ margin:0 0 1.4em }
	dt
	{ display:block; margin:1em 0 0; padding:0; font-weight:bold }
	dd
	{ margin:1px 0 0; padding:0 }


/* Forms */
form
{ margin:0; padding:0 }
input, select, textarea
{ font-family:verdana,arial,helvetica,sans-serif; font-size:100%; vertical-align:middle }
textarea
{ width:99% }
label
{ vertical-align:middle }


/* Layout tables */
table
{ margin:0 0 1.1em; padding:0; border-width:0; border-collapse:collapse; border-spacing:0; empty-cells:show; table-layout:auto }
td
{ padding:0 6px 6px 0; vertical-align:top }
table h1
{}

/* Data tables */
table.data
{ width:100%; margin-bottom:1.6em }

table.data caption
{ padding:0 0 5px; text-align:left; font-weight:bold; font-size:100% }
table.data th
{ padding:5px 7px; border:1px solid #fff; vertical-align:top; background-color:#6f9cc4; color:#fff; text-align:left }
table.data td
{ padding:6px 7px; border:1px solid #fff; vertical-align:top }

/* Row gap */
table.data tr.break td
{ border-top:2em solid #fff }

/* Alternating row colors */
.even, .even td
{ background-color:#e5e5e5 }



/* ------ Layout ------ */

.hide, .hide *
{ position:absolute; overflow:hidden; left:0; top:-9999px; width:1px; height:1px }
.clear
{ clear:both }

body
{ margin:0; padding:0; background-color:#1f2327 }

#wrapper
{ width:957px; margin:0 auto; padding: 0 22px; background-color:#fff }



/* --- Header --- */

#header
{ zoom:1; margin-bottom:3px; position:relative; height:90px; background:url("../images/header_gradient.gif") repeat-x 0 100% }
	#header:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }


#logo img
{ display:block }


/* Auxiliary navigation */
#auxnav
{ float:right; margin:6px 12px 0 0; padding:0; font-size:92% }
#auxnav li
{ margin:0 0 0 8px; padding:0 0 0 9px; float:left; list-style-type:none;
  background:url("../images/back_auxnav_sep.gif") no-repeat 0 50% }

	#auxnav li#nav-home /* Hide separator on first */
	{ background-image:none; margin-left:0; padding-left:0 }

#auxnav a /* Expand box */
{ padding:2px }
	#auxnav a:link, #auxnav a:visited
	{ color:#999 }
	#auxnav a:hover
	{ color:#ea5e21; text-decoration:underline }


/* - Primary navigation */
ul#navigation
{ zoom:1; position:absolute; bottom:-6px; right:10px; height:48px; margin:0; padding:0; font-size:13px }

ul#timmy
{ zoom:1; list-style-type:none; display:block; float:left; height:48px; width:685px; margin:0; padding:0; font-size:13px } /* Fixed px font to prevent IE wrapping */
	ul#timmy:after /* Clear after floats */
		{ content:"."; display:block; height:0; clear:both; visibility:hidden }

ul#navigation li
{ float:left; margin:0 0 0 10px; padding:0; list-style-type:none; background-image:none }

/*#navigation #nav_up2date span
	{ font-weight:bold; color:#143D8D; }*/
a.nav_text
	{ float:left; display:block; height:38px; padding:10px 15px 0px 0px; }
#navigation a
{ text-decoration:none; cursor:pointer }
	#navigation a:link, #navigation a:visited
	{ color:#666; text-decoration:none }
	#navigation a:hover
	{ color:#1b4290; text-decoration:none }

#navigation li a span /* 4 sprites for bullet */
{ float:left; display:block; height:28px; padding:10px 8px 10px 32px;
  background:url("../images/nav_bullet.gif") no-repeat 10px 12px }
	#navigation li a:hover span
	{ background-position:10px -36px }

/* Active section */
#navigation a.active:link, #navigation a.active:visited
{ color:#e26f31 }


/* Open state */
#navigation li.open /* Sliding doors */
{ background:url("../images/nav_tab_left.png") no-repeat; height:47px; }
#navigation li.open a.nav_text
{ background:url("../images/nav_tab_right.png") no-repeat 100% 0; height:35px; }

#navigation li.open a span
{ background-position:10px -132px }
#navigation li.open a span:hover
{ background-position:10px -84px }


/* Pull-down boxes */
#navigation-pulldowns
{ margin-bottom:3px; background:url("../images/back_menubottom.gif") no-repeat 0 100% }

#navigation-pulldowns .menubox
{ display:none; background:url("../images/back_menutop.gif") no-repeat }
#navigation-pulldowns .wrapper
{ zoom:1; border:1px solid #f8f8f8; border-width:0 1px; padding:16px 10px }
	#navigation-pulldowns .wrapper:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }


/* Subnavigation */
#navigation-pulldowns .menunav
{ position:relative; float:left; width:20%; margin-right:2% }
#navigation-pulldowns .menunav li
{ padding-bottom:10px; border:1px dotted #d6d6d6; border-width:0 0 1px; line-height:1.3; background-image:none }
#navigation-pulldowns .menunav li a
{ padding:2px }


/* Content columns */
#navigation-pulldowns .leftcol
{ float:left; width:47%; line-height:1.6 }
	#navigation-pulldowns .leftcol:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#navigation-pulldowns .rightcol
{ float:right; width:29%; line-height:1.6 }
	#navigation-pulldowns .rightcol:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }


#navigation-pulldowns p
{ line-height:1.6 }
#navigation-pulldowns h6
{ font-weight:normal; margin-bottom:.9em }

#navigation-pulldowns .rightcol h6
{ margin-bottom:2px; font-weight:bold }
#navigation-pulldowns .rightcol li
{ padding-left:0; border:none; background-image:none }


/* Pulldown buttons */
#navigation-pulldowns a.button
{ margin-top:10px; margin-bottom:20px }
#navigation-pulldowns a.button:hover, #navigation-pulldowns a.button:active
{  text-decoration:none; border:0 }
#navigation-pulldowns a.button span
{ text-align:center }

#navigation-pulldowns a.dropdown_button
{ position:relative; margin:0; width:100%; margin-top:10px; margin-left:-10px }
#navigation-pulldowns a.dropdown_button:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }


/* Login form */
form#menulogin p
{ margin-bottom:.6em; line-height:1.3 }
form#menulogin label
{ clear:both; float:left; width:6em; margin-right:8px; text-align:right; display:block }
form#menulogin input[type=text], form#menulogin input[type=password]
{ width:140px }




/* --- Content area --- */

#contentwrapper
{ zoom:1 }
	#contentwrapper:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#contentwrapper h1
{ margin:0 0 0 214px; padding:12px 15px; background:#6999c1 url("../images/back_title.gif") repeat-x bottom left;
  color:#fff; font-size:183%; font-weight:normal }


#content
{ zoom:1; float:left; width:470px; min-height:421px; margin-bottom:1em; padding:1.3em 10px 0 20px; background:url("../images/back_contentshadow.gif") no-repeat }
	#content:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

	* html #content /* IE6 min-height fix */
	{ height:421px }

body.nosidebar #content /* One column */
{ width:686px }

body.dashboard #content /* One column */
{ width:686px }



/* Multiple columns */
.columns
{ zoom:1 }
	.columns:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

.columns .col
{ float:left; width:47%; margin-right:3% }
	.columns .last-child
	{ float:right; margin-right:0 }

.three .col /* Three columns */
{ float:left; width:30.3%; margin-right:3% }
	.three .first-child
	{ margin-right:3.3% }
	.three .middle-child
	{ margin-right:3.3% }
	.three .last-child
	{ margin-right:0 }


/* - Tabbed boxes - */
.tabbox
{ clear:both; margin:0 0 1.5em; z-index:10 }

/* Tabs */
.tabbox ul.tabs
{ zoom:1; margin:0 6px -1px 11px; padding:0; z-index:90 }
	.tabbox ul.tabs:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

.tabbox ul.tabs li
{ float:left; margin:0 1px 0 0; padding:0; background:url("../images/tabs_right.gif") no-repeat top right; border-bottom:1px solid #aebad0; line-height:2em }
.tabbox ul.tabs a
{ display:block; min-height:2.1em; color:#000; padding:0 12px; background:url("../images/tabs_left.gif") no-repeat; white-space:nowrap }
	* html .tabbox ul.tabs a /* IE6 min-height fix */
	{ height:2.1em }

	.tabbox ul.tabs a:hover
	{ text-decoration:none }

.tabbox ul.tabs li.active
{ border-bottom:1px solid #eff7fb !important; background-image:url("../images/tabs_right_on.gif") }

.tabbox ul.tabs li.active a
{ background-image:url("../images/tabs_left_on.gif") }

.tabbox .content
{ border:1px solid #aebad0; padding:10px 10px 2px; background:url("../images/tabs_contentback.gif") repeat-x }


/* - Rounded boxes - */
.box
{ margin-bottom:1.3em; padding:10px 10px 3px 10px; background-color:#e8ebef; color:#555;
  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px }
	.box:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

.box hr
{ clear:both; color:#ccc; background-color:#ccc }


/* Other formats */
.box.hollow
{ padding:8px; border:1px solid #e4e4e4; background-color:#fff; color:#444 }
.box.dark
{ background-color:#5e5e5e }
	.box.dark *, .box.dark a:link, .box.dark a:visited
	{ color:#fff }
	.box.dark a
	{ text-decoration:underline }

.box .box /* Nested box */
{ margin-bottom:.6em; padding:8px; background-color:#fff; color:#444 }


/* - calendar box - */
.calendar
{ margin-bottom:1.3em; position:relative; padding:0; }
	.calendar:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }
	
	*html .calendar
		{ margin-top:-10px; }

.calendar hr
{ clear:both; color:#ccc; background-color:#ccc }
.calendar h3
{ float:left; margin:0 0 .2em; color:#666 }

.calendar_arrows+hr
{ margin-bottom:.8em }


.calendar_item, .calendar_item object
	{ z-index:1; }


/* - Cycle box - */
.cycle
{ margin-bottom:1.3em; position:relative; padding:0; }
	.cycle:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }
	
	*html .cycle
		{ margin-top:-10px; }

p.event_blurb
	{ clear:both; color:#535353; padding:0 15px; }
.cycle hr
{ clear:both; color:#ccc; background-color:#ccc }
.cycle h3
{ float:left; margin:0 0 .2em; color:#666 }

.cycle_arrows+hr
{ margin-bottom:.8em }


.cycle_item, .cycle_item object
	{ z-index:1; }


/*
.cycle_item
	{ display:block;
height:159px;
margin:25px 0 70px 22px;
width:244px; }
*/

 * html .cycle_item
 	{ width:244px; }


.event_arrows
	{ clear:both; z-index:12; }
	
.cycle p.more
{ line-height:1.2 }


/*
PHOTO GALLERY STYLEs
*/

#gallery_box
	{ position:relative; }

/* Next/previous links */
#gallery-next, #gallery-previous
	{ position:absolute; top:65px; }
#gallery-next
{ display:block; background:url(../images/event_arrow_right.gif); width:30px; height:41px; right:20px; }
#gallery-previous
{ display:block; background:url(../images/event_arrow_left.gif); width:29px; height:41px; left:17px; }
.notes
	{ left:60px; top:192px; }
#gallery-previous.disabled, #gallery-next.disabled /* Hide if disabled */
{ display:none }

#gallery-caption
{ display:none; position:absolute; z-index:20; bottom:73px; left:24px; width:270px; margin:0; padding:10px; 
  background:url("../images/back_caption.png") repeat; color:#fff; line-height:1.2;
  -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px }


#gallery-wrapper
{ z-index:10; float:left; position:relative; margin:20px; width:248px; overflow:hidden }

#gallery-innerwrapper
{ height:250px; overflow:hidden; position:relative; width:248px; z-index:10 }

#pic_holder
	{
	margin:0 auto;
	width:290px;
	height:200px;
	overflow:hidden;
	}
#inside_pics
	{ height:200px; float:left; position:relative; margin:0 0 0 0; z-index:10; }
#inside_pics div
	{ float:left; margin:0; 
	position:relative; }

#inside_pics ul
	{ margin:0; padding:0; list-style-type:none; float:none; height:auto; border-width:0 }
#inside_pics ul li
{ float:left; width:268px; background-image:none; margin:0; padding:0; }
#inside_pics ul li img
{ display:block; }




/* - Thumbnail list (vertical) - */
ul.thumbs
{ zoom:1; clear:both; margin:0 0 1em 130px; padding:0 }
ul.thumbs li
{ margin:0 0 .6em; padding:0 0 .4em; background-image:none; list-style-type:none; min-height:55px }
	* html ul.thumbs li /* IE6 min-height fix */
	{ height:55px }

ul.thumbs img
{ float:left; display:block; margin-left:-130px; border:5px solid #004d86 }
	* html ul.thumbs img /* IE6 double-margin fix */
	{ display:inline-block; position:relative }

ul.thumbs a:link
{ color:#333 !important; text-decoration:none }
ul.thumbs a:hover
{ color:#999 !important; text-decoration:underline }
ul.thumbs a:link img, ul.thumbs a:visited img
{ border-color:#004d86 }
ul.thumbs a:hover img, ul.thumbs a:active img
{ border-color:#aaa }
ul.thumbs h3 a, ul.thumbs h4 a, ul.thumbs h5 a, ul.thumbs h6 a, ul.thumbs p a
{ color:#4477AA }
ul.thumbs h3, ul.thumbs h4, ul.thumbs h5, ul.thumbs h6, ul.thumbs p
{ margin-bottom:.4em }

ul.thumbs p
{ line-height:1.4 !important }


/* Thumbnail row (horizontal) */
ul.block
{ zoom:1; margin:0 auto 1.2em; padding:14px 0 1em 19px; background-color:#e4eaf2; font-size:91% }
	ul.block:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

ul.block li
{ float:left; width:120px; margin:0 12px; padding:0; border-bottom-width:0 }
	* html ul.block li /* IE double-margin fix */
	{ display:inline }

ul.block img
{ float:none; position:static; margin:0 0 8px }

ul.block a:hover img, ul.block a:active img
{ border-color:#fff }

ul.block h4
{ margin-bottom:.5em; font-size:108% }


/* - CURRENT page Thumbnail list (vertical) - */
ul.currentthumbs
{ zoom:1; clear:both; margin:0 0 1em 130px; padding:0 }
ul.currentthumbs li
{ margin:0 0 .6em; padding:0 0 .4em; background-image:none; list-style-type:none; min-height:155px }
	* html ul.currentthumbs li /* IE6 min-height fix */
	{ height:155px }

ul.currentthumbs img
{ float:left; display:block; margin-left:-130px; margin-right: 5px; border:5px solid #004d86 }
	* html ul.currentthumbs img /* IE6 double-margin fix */
	{ display:inline-block; position:relative }

ul.currentthumbs a:link
{ color:#333 !important; text-decoration:none }
ul.currentthumbs a:hover
{ color:#999 !important; text-decoration:underline }
ul.currentthumbs a:link img, ul.currentthumbs a:visited img
{ border-color:#004d86 }
ul.currentthumbs a:hover img, ul.currentthumbs a:active img
{ border-color:#aaa }
ul.currentthumbs h3 a, ul.currentthumbs h4 a, ul.currentthumbs h5 a, ul.currentthumbs h6 a, ul.currentthumbs p a
{ color:#4477AA }
ul.currentthumbs h3, ul.currentthumbs h4, ul.currentthumbs h5, ul.currentthumbs h6, ul.currentthumbs p
{ margin-bottom:.4em }

ul.currentthumbs p
{ line-height:1.4 !important }


/* --- Left sidebar subnavigation --- */
#subnav
{ float:left; width:199px; margin:0 0 1em; padding-right:15px; min-height:500px; 
  background:url("../images/sidebar_gradient.gif") repeat-x; position:relative; }
	* html #subnav /* IE6 min-height fix */
	{ height:500px }

#subnav ul
{ margin:10px 0 0 }
#subnav li
{ padding:0; margin:0 0 0 10px; background-image:none }
#subnav li a
{ display:block; color:#143d8d; padding:4px 0 4px 10px }
	#subnav a:hover
	{ color:#fff; background-color:#143d8d; text-decoration:none }

#subnav h2
{ border:1px solid #fff; margin-left:10px; padding:10px 10px 20px }


#subnav a.dropdown_button
{ float:left; margin-top:-20px; margin-left:5px; margin-right:-5px; width:100%;margin-bottom:0 }
	#subnav a.dropdown_button:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#subnav a.dropdown_button:hover, #subnav a.dropdown_button:active
{ text-decoration:none; color:#ea5e21; background-color:transparent }

#subnav a.dropdown_button span
{ color:#000 }

ul#dropdown_content
{ margin-left:10px; padding:20px 10px 40px 3px; color:#143d8d; background-color:#fff }


.dropdown_button_menu
{ position:absolute; width:140px; z-index:900; margin-left:10px; margin-top:0; border:1px solid #d3d3d3; border-right:3px solid #868686; border-bottom:3px solid #868686; background-color:#fff;  }
#subnav .dropdown_button_menu
	{ margin:10px 0 0 25px; }
.dropdown_button_menu ul
{ padding:0 0 0 5px; margin:5px 0 1em !important; z-index:100; }
.dropdown_button_menu li
{ font-size:92%; margin:0 !important; padding:0 5px 0 0 !important; line-height:1.1 }

.dropdown_button_menu li a
{ display:block; padding:4px }
	.dropdown_button_menu a:hover
	{ text-decoration:none !important; color:#fff !important; background-color:#aaaaaa }



/* --- Right sidebar --- */

#sidebar
{ float:right; width:205px; margin:1.2em 0; font-size:92% }

#sidebar .feature
{ margin-bottom:1.2em }
#sidebar .feature p
{ margin-left:10px }
#sidebar .feature img
{ border:1px solid #e2e2e2 }



/* --- Footers --- */

#footer-links
{ clear:both; border-top:4px solid #2b2e35; margin:50px 0 20px; padding:25px 15px; font-size:92% }

#footer-links a:link, #footer-links a:visited
{ color:#a9a9a9 }
#footer-links a:hover
{ color:#ea5e21; text-decoration:none; text-decoration:underline }

#footer-links h5 a:link, #footer-links h5 a:visited
{ color:#143d8d }
#footer-links h5 a:hover
{ color:#143d8d; text-decoration:none; text-decoration:underline }

#footer-links .col
{ width:22.7%; margin-right:3%; padding-right:0; border-right:none }

#footer-links .last-child
{ margin-right:0 }
#footer-links .col ul li
{ padding-left:0; background-image:none }


#footer
{ zoom:1; clear:both; border-top:1px solid #143d8d; padding:25px 15px; font-size:92%; text-align:right; color:#a9a9a9 }
	#footer:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#footer a:link, #footer a:visited
{ color:#ea5e21 }
#footer a:hover
{ color:#ea5e21; text-decoration:none; text-decoration:underline }

#footer img
{ margin:0 2px }

#footer #copyright
{ float:left; text-align:left }




/* ----- Homepage ----- */

/* Main banner */
#mainbanner
{ margin-bottom:10px; height:200px; background:url("../images/banner.jpg") no-repeat; 
  padding:110px 18px 0 551px; color:#fff; font-size:108% }

#mainbanner #tagline
{ display:block; margin-bottom:10px }

#mainbanner p
{ margin-bottom:.8em }
#mainbanner a:link, #mainbanner a:visited
{ color:#ea5e21; padding-right:12px; background:url(../images/home_join_bg.gif) no-repeat top right; }

#home #subnav
{ display:none }


/* HOMEPAGE PARTNERS */
#partners-content
{ position:relative; zoom:1;  margin:0 auto; padding:0; clear:both; }
	#partners-content:after /* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }
#partners-content h3
	{ clear:both; font:100% normal verdana, arial; background:#e8ebef; margin:10px 0 0 0px; padding:5px 10px; color:#343434; }	
#partners h1 /* NISC logo */
{ border:none; margin:0 0 14px; padding:19px 0 0 115px; }
	#partners h1 img
	{ display:block }

#partners-text
{ position:relative; z-index:99; width:541px; margin:0; padding:10px 9px; border:1px solid #fff; border-width:1px 0;
  background-color:#fefefe; text-align:center; line-height:1.3; font-size:92% }


/* Sliding client logos */
#partners-maskright /* Gradient mask on edges */
{ display:block; position:absolute; z-index:90; top:0px; right:35px }
#partners-maskleft
{ display:block; position:absolute; z-index:90; top:0px; left:0 }
	* html #partners-maskright, * html #partners-maskleft /* IE6 PNG replacement */
	{ display:none }


#partners-content ul 
{ clear:both; margin:0 10px; list-style-type:none;  }
#partners-content li
{ float:left; margin:0 8px; padding:0; background-image:none; white-space:nowrap }
#partners-logos img
{ display:block }

#second_partners_block
	{ float:left; zoom:1; clear:both; width:930px; }
	#second_partners_block:after/* Clear after floats */
	{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#media_partners
	{ width:410px; float:left; }
	
#research_partners
	{ width:500px; float:left; }

#research_partners
	{ margin-left:10px; }

#second_partners_block ul
	{ margin-top:20px; }

#sponsors1_partners, #sponsors2_partners
	{ width:260px; float:left;  margin-left:0px; }

/* Left-side features */
#home #features
{ float:left;  z-index:40; width:285px; margin:-175px 4px 1em -2px; padding:0 40px 0 32px; position:relative;
  background:url("../images/back_homephoto.gif") no-repeat }
	* html #home #features
		{ width:325px; padding:10px 0 0 32px !important; }
#features img#photo
{ width:246px; height:161px; display:block; }
#features object#video
{ width:246px; height:161px; display:block; }
#features embed#videoembed
{ width:246px; height:161px; display:block; }


h5.cyclebox_head
	{ width:224px;}


/* Events & News columns */
#voices_tech
	{  }
#hp_right_colum .bil h3
	{ border-style:none; background:url("../images/back_homecolumns.png") repeat-x; width:255px; padding:6px 10px; }

.bil_button
{ display:block; margin:10px 2px 0 2px; padding-right:15px;
  background:url("../images/button_more.gif") no-repeat;
   text-decoration:none; font-size:92% }
.bil_button span /* Added by script */
{ min-height:24px; display:block; background:url('../images/button_more_inner.gif') no-repeat;
  padding:4px 0 0 18px; line-height:1.1; }
	* html bil_button span /* IE6 min-height fix */
	{ height:24px }


#hp_right_colum
{ font-size:90%; float:right; width:275px; }
#events ul li, #hp_right_colum ul li
{ padding:10px 0; margin:0; border:1px dotted #d6d6d6; border-width:0 0 1px; background-image:none }

#hp_right_colum ul a
{ font-size:108%; font-weight:bold }

#news
{ font-size:90%; float:left; width:255px; padding:6px 10px; background:url("../images/back_homecolumns.png") repeat-x }
#news ul li
{ padding:10px 0; margin:0; border:1px dotted #d6d6d6; border-width:0 0 1px; background-image:none }
#news ul li.last
	{ border-style:none; }

#hp_right_colum h2, #news h2
{ font-size:130% }


/* - 50px x 50px News Thumbnail list (vertical) - */
ul.newsthumbs
{ clear:both; margin:0 0 1em 0px; padding:0 }
ul.newsthumbs li
{ height:1%; margin:0 0 .6em; padding:0 0 .4em; background-image:none; list-style-type:none; min-height:55px }

ul.newsthumbs img
{ float:left; display:block; margin-left:00px; border:5px solid #004d86 }
	* html ul.newsthumbs img /* ie haslayout fix */
	{ display:inline-block }
ul.newsthumbs a:link
{ color:#333 !important; text-decoration:none }
ul.newsthumbs a:hover
{ color:#999 !important; text-decoration:underline }
ul.newsthumbs a:link img, ul.newsthumbs a:visited img
{ border-color:#004d86 }
ul.newsthumbs a:hover img, ul.newsthumbs a:active img
{ border-color:#aaa }
ul.newsthumbs h3 a, ul.newsthumbs h4 a, ul.newsthumbs h5 a, ul.newsthumbs h6 a, ul.newsthumbs p a
	{ color:#4477AA }
ul.newsthumbs h3, ul.newsthumbs h4, ul.newsthumbs h5, ul.newsthumbs h6, ul.newsthumbs p
{ margin-bottom:.4em }

ul.newsthumbs p
{ line-height:1.4 !important }

img.up2datephoto
{ width:250px}
div.up2datephotodiv
{ width:250px}







/* Central banner */
#mainbanner2
{ margin-bottom:10px; height:200px; background:url("../images/nvtCentralbanner.jpg") no-repeat; 
  padding:110px 18px 0 551px; color:#000; font-size:108% }

#mainbanner2 #tagline
{ display:block; margin-bottom:10px }

#mainbanner2 p
{ margin-bottom:.8em }
#mainbanner a:link, #mainbanner a:visited
{ color:#ea5e21; padding-right:12px; background:url(../images/home_join_bg.gif) no-repeat top right; }


/********** SELF CLEAR ***********/
#header-new:after,#nav:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*:first-child+html  #header-new,*:first-child+html #nav{
	zoom: 1
}
/********** HEADER ***********/
#header-new {
	font: 14px/1 arial,sans-serif;
	padding-top: 15px
}
#nav {
	font: 13px/1 arial,sans-serif;
}
#header-new li, #nav li{
	background:none;
	margin: 0;
	line-height:1;
	padding:0
}
#logo {
	margin: 0 0 0 18px;
}
#logo a {
	background: url(../img/new-homepage/logo.gif) no-repeat;
	display: block;
	float: left;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	width: 91px
}

#newhome #subnav {
	display:none
}

/********** SITE LINKS ***********/
#sitelinks {
	float: right;
	margin: 14px 0 0
}
#sitelinks li {
	float: left
}
#sitelinks a{
	border-left: 1px solid #676767;
	color: #676767;
	font-size: 13px;
	text-decoration: none;
	padding: 0 7px;
}
	#sitelinks li:first-child  a, #sitelinks #fb, #sitelinks #tw, #sitelinks #lin, #sitelinks #yt, #sitelinks #blog{
		border-left: none
	}
	#sitelinks a:hover {
		color: #414141
	}
#sitelinks #mynvtc{
	background: url(../img/new-homepage/btn-mynvtc.gif) no-repeat top;
	display: block;
	height: 29px;
	margin-top: -9px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 105px
}
	#sitelinks #mynvtc:hover {
		background-position: bottom
	}
	
	
/********** SOCIAL LINKS ***********/



#sitelinks #fb{
	background: url(../images/icon_fb_sm.png) no-repeat top;
	display: block;
	height: 20px;
	margin-top: -2px;
	margin-left: 9px;
	padding: 0 2px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 18px
}

#sitelinks #tw{
	background: url(../images/icon_tw_sm.png) no-repeat top;
	display: block;
	height: 20px;
	margin-top: -2px;
	padding: 0 2px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 18px
}

#sitelinks #lin{
	background: url(../images/icon_lin_sm.png) no-repeat top;
	display: block;
	height: 20px;
	margin-top: -2px;
	padding: 0 2px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 18px
}

#sitelinks #yt{
	background: url(../images/icon_yt_sm.png) no-repeat top;
	display: block;
	height: 20px;
	margin-top: -2px;
	padding: 0 0 0 2px;
	overflow: hidden;
	text-indent: -9999px;
	width: 18px
}

#sitelinks #blog{
	background: url(http://www.nvtc.org/images/icon_blog_sm.png) no-repeat top;
	display: block;
	height: 20px;
	margin-top: -2px;
	padding: 0 0 0 2px;
	overflow: hidden;
	text-indent: -9999px;
	width: 18px
}

#social-links {
	margin-top: 0px;
}

#social-links li {
	float: right; 
	margin-top: 13px; 
}

#social-links a{
	border-left: none
	color: #676767;
	width: 17px;
	text-decoration: none;
	padding: 0px;
}

#social-links img{ 
	padding: 0px; 
	width: 17px; 
	height: 17px; 
	vertical-align: top;
}
/********** HEADER NAV ***********/
#nav {
	background: url("../img/new-homepage/bg-search.gif") repeat-x scroll center top transparent;
	border: 1px solid #e2e2e2;
	clear: both;
	margin: 15px 0;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}
#nav ul {	
	margin: 0
}
#nav > ul > li {
	background: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}
#nav > ul > li > a {
	background: url(../img/new-homepage/bg-nav.gif) repeat-x top;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	color: #54aa3d;
	display: block;
	height: 60px;
	font-size: 1.12em;
	font-weight: bold;
	line-height: 60px;
	padding: 0 33px;
	text-decoration: none
}
	#nav > ul > li:hover > a {
		background-position: bottom;
		color: #1e242c
	}
	#nav > ul > li:hover .sub {
		display: block
	}
	#nav > ul > li:first-child > a {
		border-left: none;
		border-radius: 6px 0 0 6px;
		-moz-border-radius: 6px 0 0 6px;
		-webkit-border-radius: 6px 0 0 6px		
	}
	
.sub {
	background: #f1f2f2;		
	display: none;
	left: -1px;
    position: absolute;
    z-index: 9999;
	box-shadow: 0 3px 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.6);
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
	*:first-child+html .sub {
		border: 1px solid #999;
		border-top: none
	}
	.sub {
		border: 1px solid #999\0/;
		border-top: none\0/
	}
	#com-sub {
		width: 640px
	}
.sub ul {
	float: left;
	width: 211px
}
	.sub #nav-committee {
		float: left;
	}
.sub h2 a, #com-sub h2 {
	font-size: 14px;
	font-weight: bold
}
	#com-sub h2 {
		margin: 7px 0 5px 10px
	}
.sub a {
	border-top: 1px dotted #ccc;
	color: #1e242c;
	display: block;
	padding: 7px 15px;
}
	.sub a:hover {
		background: #fafafa
	}
	.sub li:first-child a {
		border-top: none
	}
	.sub li:last-child a {
		border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
	}
	
/********** HEADER SITE ***********/
#cse-search-box {
	border-left: 1px solid #fff;
	float: left;
	height: 51px;
	padding: 9px 17px 0;
	border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0
}
#cse-search-box label {
	color: #484848;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 3px;
}
#cse-search-box #q {
	border: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #ddd;
	color: #484848;
	float:left;
	font-size: 1em;
	padding: 3px 4px 2px;
	width: 140px
}
#search-submit {
	background: url(../img/new-homepage/btn-search.png) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	height: 25px;
	margin-left: 5px;
	overflow: hidden;
	text-indent: -9999px;
	width: 53px
}
	#search-submit:hover {
		background-position: bottom
	}