/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body { 
  line-height: 18px; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 12px;
  color: #666; 
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

/*h1 { font-size: 20px; line-height: 36px; margin-bottom: 18px; }*/

h1, h1 a {color:#3399cc;font-size:32px;font-weight:bold;line-height:36px;text-transform:uppercase;margin-bottom:18px;}
h2, h2 a {color:#3399cc;font-size:24px;font-weight:bold;line-height:36px;margin-bottom:0;}
h3, h3 a { font-weight:bold;font-size: 16px; line-height: 36px; margin-bottom: 0; }
h4, h4 a { font-weight:bold;font-size: 14px; line-height: 18px; margin-bottom: 0; }
h5, h5 a { font-weight:bold;font-size: 12px; font-weight: bold; margin-bottom: 0; }
h6, h6 a { font-weight:bold;font-size: 12px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #666; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { /*border-bottom: 1px dotted #666;*/ }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ol ol,
ul ul,
ol ul,
ul ol		{ margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: square; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.left       { text-align:left; }
.right      { text-align:right; }
.center     { text-align:center; }
/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 998px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(grid.png); 
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 32px; }
.span-2  { width: 74px; }
.span-3  { width: 116px; }
.span-4  { width: 158px; }
.span-5  { width: 200px; }
.span-6  { width: 242px; }
.span-7  { width: 284px; }
.span-8  { width: 326px; }
.span-9  { width: 368px; }
.span-10  { width: 410px; }
.span-11  { width: 452px; }
.span-12  { width: 494px; }
.span-13  { width: 536px; }
.span-14  { width: 578px; }
.span-15  { width: 620px; }
.span-16  { width: 662px; }
.span-17  { width: 704px; }
.span-18  { width: 746px; }
.span-19  { width: 788px; }
.span-20  { width: 830px; }
.span-21  { width: 872px; }
.span-22  { width: 914px; }
.span-23  { width: 956px; }
.span-24  { width: 998px; margin-right: 0; }
.span-half { width: 49%; float:left; margin-right:10px;}

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 20px!important; }
input.span-2, textarea.span-2 { width: 62px!important; }
input.span-3, textarea.span-3 { width: 104px!important; }
input.span-4, textarea.span-4 { width: 146px!important; }
input.span-5, textarea.span-5 { width: 188px!important; }
input.span-6, textarea.span-6 { width: 230px!important; }
input.span-7, textarea.span-7 { width: 272px!important; }
input.span-8, textarea.span-8 { width: 314px!important; }
input.span-9, textarea.span-9 { width: 356px!important; }
input.span-10, textarea.span-10 { width: 398px!important; }
input.span-11, textarea.span-11 { width: 440px!important; }
input.span-12, textarea.span-12 { width: 482px!important; }
input.span-13, textarea.span-13 { width: 524px!important; }
input.span-14, textarea.span-14 { width: 566px!important; }
input.span-15, textarea.span-15 { width: 608px!important; }
input.span-16, textarea.span-16 { width: 650px!important; }
input.span-17, textarea.span-17 { width: 692px!important; }
input.span-18, textarea.span-18 { width: 734px!important; }
input.span-19, textarea.span-19 { width: 776px!important; }
input.span-20, textarea.span-20 { width: 818px!important; }
input.span-21, textarea.span-21 { width: 860px!important; }
input.span-22, textarea.span-22 { width: 902px!important; }
input.span-23, textarea.span-23 { width: 944px!important; }
input.span-24, textarea.span-24 { width: 986px!important; }

/* Add these to a column to append empty cols. */

.append-1  { padding-right: 42px; } 
.append-2  { padding-right: 84px; } 
.append-3  { padding-right: 126px; } 
.append-4  { padding-right: 168px; } 
.append-5  { padding-right: 210px; } 
.append-6  { padding-right: 252px; } 
.append-7  { padding-right: 294px; } 
.append-8  { padding-right: 336px; } 
.append-9  { padding-right: 378px; } 
.append-10  { padding-right: 420px; } 
.append-11  { padding-right: 462px; } 
.append-12  { padding-right: 504px; } 
.append-13  { padding-right: 546px; } 
.append-14  { padding-right: 588px; } 
.append-15  { padding-right: 630px; } 
.append-16  { padding-right: 672px; } 
.append-17  { padding-right: 714px; } 
.append-18  { padding-right: 756px; } 
.append-19  { padding-right: 798px; } 
.append-20  { padding-right: 840px; } 
.append-21  { padding-right: 882px; } 
.append-22  { padding-right: 924px; } 
.append-23  { padding-right: 966px; } 

/* Add these to a column to prepend empty cols. */

.prepend-1  { padding-left: 42px; } 
.prepend-2  { padding-left: 84px; } 
.prepend-3  { padding-left: 126px; } 
.prepend-4  { padding-left: 168px; } 
.prepend-5  { padding-left: 210px; } 
.prepend-6  { padding-left: 252px; } 
.prepend-7  { padding-left: 294px; } 
.prepend-8  { padding-left: 336px; } 
.prepend-9  { padding-left: 378px; } 
.prepend-10  { padding-left: 420px; } 
.prepend-11  { padding-left: 462px; } 
.prepend-12  { padding-left: 504px; } 
.prepend-13  { padding-left: 546px; } 
.prepend-14  { padding-left: 588px; } 
.prepend-15  { padding-left: 630px; } 
.prepend-16  { padding-left: 672px; } 
.prepend-17  { padding-left: 714px; } 
.prepend-18  { padding-left: 756px; } 
.prepend-19  { padding-left: 798px; } 
.prepend-20  { padding-left: 840px; } 
.prepend-21  { padding-left: 882px; } 
.prepend-22  { padding-left: 924px; } 
.prepend-23  { padding-left: 966px; } 


/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 25px;
  margin-right: 26px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -42px; }
.pull-2 { margin-left: -84px; }
.pull-3 { margin-left: -126px; }
.pull-4 { margin-left: -168px; }
.pull-5 { margin-left: -210px; }
.pull-6 { margin-left: -252px; }
.pull-7 { margin-left: -294px; }
.pull-8 { margin-left: -336px; }
.pull-9 { margin-left: -378px; }
.pull-10 { margin-left: -420px; }
.pull-11 { margin-left: -462px; }
.pull-12 { margin-left: -504px; }
.pull-13 { margin-left: -546px; }
.pull-14 { margin-left: -588px; }
.pull-15 { margin-left: -630px; }
.pull-16 { margin-left: -672px; }
.pull-17 { margin-left: -714px; }
.pull-18 { margin-left: -756px; }
.pull-19 { margin-left: -798px; }
.pull-20 { margin-left: -840px; }
.pull-21 { margin-left: -882px; }
.pull-22 { margin-left: -924px; }
.pull-23 { margin-left: -966px; }
.pull-24 { margin-left: -1008px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;}

.push-1 { margin: 0 -42px 1.5em 42px; }
.push-2 { margin: 0 -84px 1.5em 84px; }
.push-3 { margin: 0 -126px 1.5em 126px; }
.push-4 { margin: 0 -168px 1.5em 168px; }
.push-5 { margin: 0 -210px 1.5em 210px; }
.push-6 { margin: 0 -252px 1.5em 252px; }
.push-7 { margin: 0 -294px 1.5em 294px; }
.push-8 { margin: 0 -336px 1.5em 336px; }
.push-9 { margin: 0 -378px 1.5em 378px; }
.push-10 { margin: 0 -420px 1.5em 420px; }
.push-11 { margin: 0 -462px 1.5em 462px; }
.push-12 { margin: 0 -504px 1.5em 504px; }
.push-13 { margin: 0 -546px 1.5em 546px; }
.push-14 { margin: 0 -588px 1.5em 588px; }
.push-15 { margin: 0 -630px 1.5em 630px; }
.push-16 { margin: 0 -672px 1.5em 672px; }
.push-17 { margin: 0 -714px 1.5em 714px; }
.push-18 { margin: 0 -756px 1.5em 756px; }
.push-19 { margin: 0 -798px 1.5em 798px; }
.push-20 { margin: 0 -840px 1.5em 840px; }
.push-21 { margin: 0 -882px 1.5em 882px; }
.push-22 { margin: 0 -924px 1.5em 924px; }
.push-23 { margin: 0 -966px 1.5em 966px; }
.push-24 { margin: 0 -1008px 1.5em 1008px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float: right; position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
  margin-top:18px; 
}
.append-bottom { 
  margin-bottom:18px; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
/* -------------------------------------------------------------- 

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Custom Site Classes
-------------------------------------------------------------- */
#header {position:relative;z-index:100;}
#content {position:relative;z-index:1;}

#logo {position:relative;width:393px;height:72px;background:url(../images/logo.gif) no-repeat 0 0;}
#logo a {display:block;position:relative;width:100%;height:100%;}
#logo span {display:none;}

#search {position:relative;height:72px;}
input.search-input-box {position:absolute;width:282px;height:34px;line-height:34px;border:1px solid #464340;margin:0;padding:0;float:left;bottom:18px;right:70px;}
input.search-submit-button {position:absolute;width:70px;height:36px;border:1px solid #464340;border-left:none;margin:0;cursor:pointer;background:url(../images/search-btn.gif) no-repeat 0 0;outline:none;bottom:18px;right:0;top:18px;overflow:hidden;text-indent:-9999px;font-size:0;line-height:0;}
input.search-submit-button:hover {background:url(../images/search-btn.gif) no-repeat 0 -34px;}
input.search-submit-button:active {background:url(../images/search-btn.gif) no-repeat 0 -68px;}

#main-nav {margin-bottom:1px;position:relative;z-index:1000;}
#main-nav ul {position:relative;margin:0;padding:0;list-style:none;width:998px;height:40px;background:url(../images/main-nav-bg.png) no-repeat;}
#main-nav li {float:left;display:inline;}
#main-nav li#main-nav-about a {width:79px;}
#main-nav li#main-nav-news a {width:172px;}
#main-nav li#main-nav-news a:hover {background:url(../images/main-nav-bg.png) no-repeat 0 -80px;}
#main-nav li#main-nav-teaching a {width:166px;}
#main-nav li#main-nav-teaching a:hover {background:url(../images/main-nav-bg.png) no-repeat 0 -120px;}
#main-nav li#main-nav-community a {width:176px;}
#main-nav li#main-nav-community a:hover {background:url(../images/main-nav-bg.png) no-repeat 0 -160px;}
#main-nav li#main-nav-political a {width:200px;}
#main-nav li#main-nav-political a:hover {background:url(../images/main-nav-bg.png) no-repeat 0 -200px;}
#main-nav li#main-nav-resources a {width:108px;}
#main-nav li#main-nav-members a {width:97px;}
/*#main-nav li ul {display:none;}*/
#main-nav a {position:relative;display:block;height:30px;color:#fff;text-decoration:none;font-weight:bold;text-transform:uppercase;padding-top:10px;text-align:center;}
#main-nav a:hover {color:#0076a3;background:url(../images/main-nav-bg.png) no-repeat 0 -40px;}

#breadcrumbs {background-color:#e5f1f6;width:100%;padding:4px 0 4px 0;margin:0 0 18px 0;clear:both;position:relative;height:20px;list-style:none;z-index:10;}
#breadcrumbs li {float:left;padding-left:4px;padding-right:5px;}
#breadcrumbs li.home {margin-left:12px;}
#breadcrumbs li.home a {padding-left:5px;text-indent:-9999px;background:url(../images/home-icon.gif) no-repeat 0 -1px;position:relative;width:25px;height:17px;display:block;}
#breadcrumbs li.child {padding-left:21px;background:url(../images/breadcrumb_seperator.gif) no-repeat 4px 5px;}
#breadcrumbs a {color:#0177a4;text-decoration:none;}
#breadcrumbs a:hover{text-decoration:underline;color:#01445e}


#features {position:relative;margin-bottom:18px; overflow:hidden;width:998px;height:323px;}

#features ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 323px;
	width: 3540px;
}

#features ul li {
	float: left;
}

#features ul li a {
	text-indent: -3000px;
	position:relative;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:56px;
	height: 323px;
}

#features ul li a.last
{
    min-width:824px;
}


#sign-in-box {position:relative;height:288px;background:url(../images/login-bg.png) no-repeat;margin-bottom:18px;overflow:hidden;}
#login-instructions,#sign-in-box .login-username,#username-label,#sign-in-box .login-password,#password-label,#sign-in-box .login-submit,#login-help {position:absolute;}
#login-instructions {top:60px;left:150px;width:120px;color:#fff;}
#login-instructions strong {font-size:1.5em;}
#sign-in-box .login-username {top:150px;left:50px;width:180px;}
#username-label {color:#fff;left:47px;text-transform:lowercase;top:176px;width:150px;padding-left:3px;}
#sign-in-box .login-password {top:200px;left:50px;width:180px;}
#password-label {color:#fff;left:47px;text-transform:lowercase;top:226px;width:150px;padding-left:3px;}
#sign-in-box .login-submit {bottom:18px;right:18px;}
#login-help {bottom:18px;left:50px;margin:0;}
#login-help a, #login-help a:visited {color:#fff;text-decoration:none;}
#login-help a:hover {text-decoration:underline;}
.sign-in-box td {padding:0;}
table.sign-in-box {margin:0;}

#login-failed {background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #3399CC;
color:#FF0000;
height:61px;
left:43px;
padding:20px 0 0;
position:absolute;
text-align:center;
top:-1px;
width:70%;}

/*#sign-out-box {background:url(../images/member_background.gif) no-repeat 0 0;width:266px;height:86px;text-align:right;padding-right:19px;padding-top:18px;margin-bottom:18px;}
#sign-out-box p.name {color:#fff; margin-bottom:4px;font-size:10px;}
#sign-out-box p.links {color:#91e1ff;text-transform:uppercase;font-weight:bold;font-size:11px}
#sign-out-box p.links a {color:#91e1ff;text-decoration:none}
#sign-out-box p.links a:hover{color:#cbeffd;}*/

#sign-out-box {background:url(../images/member_background.gif) no-repeat 0 0;width:266px;height:287px;text-align:right;padding-right:19px;padding-top:18px;position:relative;}
#sign-out-box p.welcome {color:#fff; margin-bottom:0px;font-size:10px;}
#sign-out-box p.name {color:#fff; margin-bottom:36px;font-size:14px;font-weight:bold;}
#sign-out-box p.links {position:absolute;color:#91e1ff;text-transform:uppercase;font-weight:bold;font-size:11px;text-align:left;line-height:27px;}
#sign-out-box p.links a {color:#91e1ff;text-decoration:none}
#sign-out-box p.links a:hover{color:#cbeffd;}
#mywebapps-link {top:90px;left:134px;}
#mynjea-link {top:135px;left:147px;}
#myprofile-link {top:180px;left:139px;}
#sign-out-box input {position:absolute;bottom:43px;right:33px;width:100px;}


.gray-btn, .gray-btn:visited {position:relative;padding-left:10px;padding-right:10px;cursor:pointer;border:1px solid #464340;background:url(../images/gray-btn-bg.gif) no-repeat 0 0;height:26px;}
.gray-btn:hover {background:url(../images/gray-btn-bg.gif) no-repeat 0 -26px;}
.gray-btn:active {background:url(../images/gray-btn-bg.gif) no-repeat 0 -52px;padding-top:1px;height:25px;}

.sticky-article {margin-bottom:18px;}
.sticky-article h2 {display:inline;font-size:16px;line-height:18px;margin:0 3px 0 0;padding:0;font-weight:bold;}
.sticky-article h2 a {line-height:18px;}
.sticky-article p {display:inline;font-size:13px;margin:0;padding:0;}
.sticky-article a, .sticky-article a:visited {color:#000;text-decoration:none;}
.sticky-article a:hover {text-decoration:underline;}
.sticky-article img {float:left;margin:0;}

.blue-header {padding:0px 0px 0px 9px;margin:0;color:#fff;font-size:20px;font-weight:bold;text-transform:uppercase;background:url(../images/headers-bg.png) no-repeat 0 0; position:relative;height:36px;overflow:hidden;}
.red-header {padding:0px 0px 0px 9px;margin:0;color:#fff;font-size:20px;font-weight:bold;text-transform:uppercase;background:url(../images/headers-bg.png) no-repeat 0 -36px; position:relative;height:36px;overflow:hidden;}
.orange-header {padding:0px 0px 0px 9px;margin:0;color:#fff;font-size:20px;font-weight:bold;text-transform:uppercase;background:url(../images/headers-bg.png) no-repeat 0 -72px; position:relative;height:36px;overflow:hidden;}

.orange-callout strong,
.red-callout strong,
.blue-callout strong,
.news-callout strong,
.issues-callout strong,
.parents-calllout strong,
.teaching-callout strong {color:#555;}

.orange-callout {position:relative;color:#666;border:1px solid #efefef;overflow:hidden;margin-bottom:18px;min-height:150px;height:auto !important;height:150px;}
.orange-callout h1, .orange-callout h2, .orange-callout h3 {padding:0px 0px 0px 9px;margin:0;color:#ff9900;font-size:20px;font-weight:bold;text-transform:uppercase;position:relative;height:36px;overflow:hidden;}
.orange-callout p {padding:9px;font-size:11px;}
.orange-callout a, .orange-callout a:visited {font-weight:bold;color:#666;text-decoration:none;}
.orange-callout a:hover {text-decoration:underline;}
.orange-callout img {float:right;margin:9px;}

.red-callout {position:relative;color:#666;border:1px solid #efefef;margin-bottom:18px;min-height:234px;height:auto !important;height:234px;}
.red-callout h1, .red-callout h2, .red-callout h3 {padding:0px 0px 0px 9px;margin:0;color:#3399cc;font-size:20px;font-weight:bold;text-transform:uppercase;position:relative;height:36px;overflow:hidden;}
.red-callout p {padding:9px;font-size:11px;}
.red-callout a, .red-callout a:visited {font-weight:bold;color:#666;text-decoration:none;}
.red-callout a:hover {text-decoration:underline;}
.red-callout img {float:right;margin:9px;}

.blue-callout {position:relative;color:#666;border:1px solid #efefef;margin-bottom:18px;min-height:234px;height:auto !important;height:234px;}
.blue-callout h1, .blue-callout h2, .blue-callout h3 {padding:0px 0px 0px 9px;margin:0;color:#84c3e7;font-size:20px;font-weight:bold;text-transform:uppercase; position:relative;height:36px;overflow:hidden;}
.blue-callout p {padding:9px;font-size:11px;}
.campaign .blue-callout p {padding-bottom:0;}
.blue-callout ul {padding:9px;margin:0;list-style:none;}
.campaign .blue-callout ul {list-style:square;margin-left:18px;padding-top:0;}
.blue-callout a, .blue-callout a:visited {font-weight:bold;color:#666;text-decoration:none;}
.blue-callout a:hover {text-decoration:underline;}
.blue-callout img {float:right;margin:9px;}

.featured-video {position:relative;color:#666;border:1px solid #efefef;margin-bottom:18px;padding:0 9px 9px 9px;min-height:234px;height:auto !important;height:234px;}
.featured-video h1, .featured-video h2, .featured-video h3 {padding:0;margin:0;color:#84c3e7;font-size:20px;font-weight:bold;text-transform:uppercase; position:relative;height:36px;overflow:hidden;}
.featured-video h4 {color:#84c3e7;font-size:12px;font-weight:bold;}
.featured-video p {font-size:11px;}
.featured-video ul {padding:9px;margin:0;list-style:none;}
.featured-video a, .featured-video a:visited {font-weight:bold;color:#666;text-decoration:none;}
.featured-video a:hover {text-decoration:underline;}
.featured-video img {float:right;margin:9px;}

.news-callout {position:relative;color:#666;border:1px solid #efefef;margin-bottom:18px;min-height:234px;height:auto !important;height:234px;}
.news-callout h1, .news-callout h2, .news-callout h3 {padding:0px 0px 0px 9px;margin:0;color:#ffc773;font-size:20px;font-weight:bold;text-transform:uppercase; position:relative;height:36px;overflow:hidden;}
.news-callout p {padding:9px;font-size:11px;}
.news-callout ul {padding:9px;margin:0;list-style:none;}
.news-callout a, .news-callout a:visited {font-weight:bold;color:#666;text-decoration:none;}
.news-callout a:hover {text-decoration:underline;}
.news-callout img {float:right;margin:9px;}

.issues-callout {position:relative;color:#666;border:1px solid #efefef;margin-bottom:18px;min-height:234px;height:auto !important;height:234px;}
.issues-callout h1, .issues-callout h2, .issues-callout h3 {padding:0px 0px 0px 9px;margin:0;color:#73c7c7;font-size:20px;font-weight:bold;text-transform:uppercase;position:relative;height:36px;overflow:hidden;}
.issues-callout p {padding:9px;font-size:11px;}
.issues-callout ul {padding:9px;margin:0;list-style:none;}
.issues-callout a, .issues-callout a:visited {font-weight:bold;color:#666;text-decoration:none;}
.issues-callout a:hover {text-decoration:underline;}
.issues-callout img {float:right;margin:9px;}

.parents-callout {position:relative;color:#666;border:1px solid #efefef;margin-bottom:18px;min-height:234px;height:auto !important;height:234px;}
.parents-callout h1, .parents-callout h2, .parents-callout h3 {padding:0px 0px 0px 9px;margin:0;color:#cc7fb2;font-size:20px;font-weight:bold;text-transform:uppercase;position:relative;height:36px;overflow:hidden;}
.parents-callout p {padding:9px;font-size:11px;}
.parents-callout ul {padding:9px;margin:0;list-style:none;}
.parents-callout a, .parents-callout a:visited {font-weight:bold;color:#666;text-decoration:none;}
.parents-callout a:hover {text-decoration:underline;}
.parents-callout img {float:right;margin:9px;}

.teaching-callout {position:relative;color:#666;border:1px solid #efefef;margin-bottom:18px;min-height:234px;height:auto !important;height:234px;}
.teaching-callout h1, .teaching-callout h2, .teaching-callout h3 {padding:0px 0px 0px 9px;margin:0;color:#73ab73;font-size:20px;font-weight:bold;text-transform:uppercase; position:relative;height:36px;overflow:hidden;}
.teaching-callout p {padding:9px;font-size:11px;}
.teaching-callout ul {padding:9px;margin:0;list-style:none;}
.teaching-callout a, .teaching-callout a:visited {font-weight:bold;color:#666;text-decoration:none;}
.teaching-callout a:hover {text-decoration:underline;}
.teaching-callout img {float:right;margin:9px;}

#in-this-section {position:relative;color:#666;border:1px solid #efefef;margin-bottom:18px;min-height:234px;height:auto !important;height:234px;}
#in-this-section h3 {padding:0px 0px 0px 9px;margin:0;color:#84c3e7;font-size:20px;font-weight:bold;text-transform:uppercase; position:relative;height:36px;overflow:hidden;}
#in-this-section p {padding:9px;font-size:11px;}
#in-this-section ul {padding:9px;margin:0;list-style:none;}
#in-this-section a, .teaching-callout a:visited {font-weight:bold;color:#666;text-decoration:none;}
#in-this-section a:hover {text-decoration:underline;}
#in-this-section img {float:right;margin:9px;}

p.read-more-link {margin:0;text-align:right;position:absolute;bottom:9px;right:9px;}

a.read-more-link {margin-left:3px;color:#222222;}

#news-highlights {position:relative;height:452px;overflow:hidden;margin-bottom:18px;background:#ededed url(../images/top-gloss.png) repeat-x top;}
#news-highlights a.rss {display:none;}
#news-highlights-content {position:relative;list-style:none;padding:0 7px;margin:0;background:#1297c9;color:#fff;font-weight:bold;height:18px;}
#news-highlights-content li {display:block;float:left;width:170px;text-align:center;}
#news-highlights-content li a, #news-highlights-content li a:visited {color:#fff;text-decoration:none;display:inline-block;padding:0 10px;cursor:pointer;}
#news-highlights-content li ul {position:absolute;left:0;margin:0 40px 0 40px;width:624px;top:36px}
#news-highlights-content li ul li {position:relative;display:block;width:100%;text-align:left;color:#222;font-weight:normal;margin-bottom:18px;padding-bottom:18px;border-bottom:2px solid #e2e2e2;height:89px;overflow:hidden;}
#news-highlights-content li ul li h3, #news-highlights-content li ul li h3 a, #news-highlights-content li ul li h3 a:visited {font-size:15px;display:inline;margin:0 3px 0 0;line-height:18px;font-weight:bold;}
#news-highlights-content li ul li p {display:inline;}
#news-highlights-content li ul li a, #news-highlights-content li ul li a:visited {padding:0;}
#news-highlights-content li ul li a:hover {text-decoration:underline;background:none !important;}
#news-highlights-content li ul li img {float:left; margin:0 9px 9px 0;}
#news-highlights .news-highlights-footer {position:absolute;width:100%;height:18px;bottom:0;background:#1297c9;}

#news-highlights-content li.News-and-Publications a:hover, #news-highlights-content li.News-and-Publications a.selected {background:#ff9900;}
#news-highlights-content li.News-and-Publications ul li h3, #news-highlights-content li.News-and-Publications ul li h3 a, #news-highlights-content li.News-and-Publications ul li h3 a:visited {color:#cc9900;}
#news-highlights-content li.News-and-Publications ul li a, #news-highlights-content li.News-and-Publications ul li a:visited {color:#ff9900;}

#news-highlights-content li.Teaching-and-Learning a:hover, #news-highlights-content li.Teaching-and-Learning a.selected {background:#006600;}
#news-highlights-content li.Teaching-and-Learning ul li h3, #news-highlights-content li.Teaching-and-Learning ul li h3 a, #news-highlights-content li.Teaching-and-Learning ul li h3 a:visited {color:#006600;}
#news-highlights-content li.Teaching-and-Learning ul li a, #news-highlights-content li.Teaching-and-Learning ul li a:visited {color:#006600;}

#news-highlights-content li.Parents-and-Community a:hover, #news-highlights-content li.Parents-and-Community a.selected {background:#990066;}
#news-highlights-content li.Parents-and-Community ul li h3, #news-highlights-content li.Parents-and-Community ul li h3 a, #news-highlights-content li.Parents-and-Community ul li h3 a:visited {color:#990066;}
#news-highlights-content li.Parents-and-Community ul li a, #news-highlights-content li.Parents-and-Community ul li a:visited {color:#990066;}

#news-highlights-content li.Issues-and-Political-Action a:hover, #news-highlights-content li.Issues-and-Political-Action a.selected {background:#009999;}
#news-highlights-content li.Issues-and-Political-Action ul li h3, #news-highlights-content li.Issues-and-Political-Action ul li h3 a, #news-highlights-content li.Issues-and-Political-Action ul li h3 a:visited {color:#009999;}
#news-highlights-content li.Issues-and-Political-Action ul li a, #news-highlights-content li.Issues-and-Political-Action ul li a:visited {color:#009999;}



.article h1 
{
color:#FBB040;
font-size:28px;
font-weight:bold;
line-height:28px;
margin-bottom:9px;
text-transform:none;
}
.article h2.heading
{
color:#3399CC;
font-size:12px;
font-weight:bold;
line-height:18px;
margin-bottom:18px;
text-align:left;
}
#article-image {margin-bottom:18px;}
#article-highlights h2 {color:#fbb040;font-weight:bold;font-size:26px;line-height:32px;margin:0 0 18px 0;text-transform:uppercase;}
#article-highlights h3 {background:#fbb040;font-weight:bold;color:#fff;text-align:center;text-transform:uppercase;margin-bottom:18px;}
#article-highlights ul {color:#fbb040;list-style-type:square;}
#article-highlights ul li {margin-bottom:18px;}
#article-highlights ul li, #article-highlights ul li div {color:#848484;}
#article-body {margin-bottom:18px;}

.News-and-Publications h1,
.News-and-Publications h2,
.News-and-Publications h3,
.News-and-Publications h4,
.News-and-Publications h5,
.News-and-Publications h6,
.News-and-Publications h1 a,
.News-and-Publications h2 a,
.News-and-Publications h3 a,
.News-and-Publications h4 a,
.News-and-Publications h5 a,
.News-and-Publications h6 a,
.News-and-Publications #related-articles li h4, 
.News-and-Publications #related-articles li h4 a, 
.News-and-Publications #related-articles li h4 a:visited {color:#ff9900 !important;}
.News-and-Publications #article-highlights h3,
.News-and-Publications #related-articles h3 {background:#ff9900;color:#fff !important;font-size:14px;line-height:20px;}

.Teaching-and-Learning h1,
.Teaching-and-Learning h2,
.Teaching-and-Learning h3,
.Teaching-and-Learning h4,
.Teaching-and-Learning h5,
.Teaching-and-Learning h6,
.Teaching-and-Learning h1 a,
.Teaching-and-Learning h2 a,
.Teaching-and-Learning h3 a,
.Teaching-and-Learning h4 a,
.Teaching-and-Learning h5 a,
.Teaching-and-Learning h6 a,
.Teaching-and-Learning #related-articles li h4, 
.Teaching-and-Learning #related-articles li h4 a, 
.Teaching-and-Learning #related-articles li h4 a:visited {color:#006600 !important;}
.Teaching-and-Learning #article-highlights h3,
.Teaching-and-Learning #related-articles h3 {background:#006600;color:#fff !important;font-size:14px;line-height:20px;}

.Parents-and-Community h1,
.Parents-and-Community h2,
.Parents-and-Community h3,
.Parents-and-Community h4,
.Parents-and-Community h5,
.Parents-and-Community h6,
.Parents-and-Community h1 a,
.Parents-and-Community h2 a,
.Parents-and-Community h3 a,
.Parents-and-Community h4 a,
.Parents-and-Community h5 a,
.Parents-and-Community h6 a,
.Parents-and-Community #related-articles li h4, 
.Parents-and-Community #related-articles li h4 a, 
.Parents-and-Community #related-articles li h4 a:visited {color:#990066 !important;}
.Parents-and-Community #article-highlights h3,
.Parents-and-Community #related-articles h3 {background:#990066;color:#fff !important;font-size:14px;line-height:20px;}

.Issues-and-Political-Action h1,
.Issues-and-Political-Action h2,
.Issues-and-Political-Action h3,
.Issues-and-Political-Action h4,
.Issues-and-Political-Action h5,
.Issues-and-Political-Action h6,
.Issues-and-Political-Action h1 a,
.Issues-and-Political-Action h2 a,
.Issues-and-Political-Action h3 a,
.Issues-and-Political-Action h4 a,
.Issues-and-Political-Action h5 a,
.Issues-and-Political-Action h6 a,
.Issues-and-Political-Action #related-articles li h4, 
.Issues-and-Political-Action #related-articles li h4 a, 
.Issues-and-Political-Action #related-articles li h4 a:visited {color:#009999 !important;}
.Issues-and-Political-Action #article-highlights h3,
.Issues-and-Political-Action #related-articles h3 {background:#009999;color:#fff !important;font-size:14px;line-height:20px;}

.News-Service #related-articles h3 {font-size:14px;line-height:20px;}

.article-archive-link {display:block;margin-bottom:18px;}

#related-articles {margin-top:18px;}
#related-articles h3 {background:#3399CC;font-weight:bold;color:#fff;padding-left:42px;text-transform:uppercase;margin-bottom:18px;}
#related-articles ul {list-style:none;margin:0 0 18px 0;}
#related-articles li {margin-bottom:18px;clear:both;}
#related-articles li h4, #related-articles li h4 a, #related-articles li h4 a:visited {font-size:15px;display:inline;margin:0 3px 0 0;line-height:18px;font-weight:bold;color:#3399CC;}
#related-articles li p {display:inline;}
#related-articles li a, #related-articles li a:visited {color:#222;padding:0;text-decoration:none;}
#related-articles li a:hover {text-decoration:underline;background:none;}
#related-articles img {margin:0 9px 9px 0;float:left;}

#related-articles.search-results {margin-top:0;}


#footer {position:relative;border:1px solid #c2c2c2;color:#808080;font-size:9px;line-height:15px;padding:46px 0 18px 0;margin:36px 0 18px 0;}
#footer h4 {color:#0076a3;font-weight:bold;padding-left:5px;line-height:18px;margin:0;font-size:12px;}
#footer a, #footer a:visited {color:#808080;text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer ul {list-style:none;margin:0 0 18px 0;padding-left:5px;border-left:1px solid #e6e6e6;}
#footer .vcard {margin-bottom:18px;}
#footer .vcard h4 {padding:0;}
#footer .vcard h4 a, #footer .vcard h4 a:visited {font-size:12px;color:#ae3d05;font-weight:bold;padding:0;}
#footer .vcard .adr .type {display:none;}

#footer-logo {position:absolute;top:-21px;left:465px;width:69px;height:40px;background:url(../images/footer-logo.png) no-repeat 0 0;z-index:10;}

#footer #social-icon-list h4 {padding-left:0;color:#222;}
#footer #social-icon-list ul {margin:0;padding:0;border:none;}
#footer #social-icon-list li {display:block;margin-right:7px;float:left;}
#footer #social-icon-list span {display:none;}
#footer #uservoice {margin-top:18px;font-size:15px;}
#footer #uservoice h4 {color:#0076A3;font-size:12px;font-weight:bold;line-height:18px;margin:0;padding:0;}
#footer #facebook a {position:relative;display:block;width:28px;height:28px;background:url(../images/social-icons.png) no-repeat 0 0;}
#footer #facebook a:hover {background:url(../images/social-icons.png) no-repeat 0 -28px;}
#footer #youtube a {position:relative;display:block;width:28px;height:28px;background:url(../images/social-icons.png) no-repeat -35px 0;}
#footer #youtube a:hover {background:url(../images/social-icons.png) no-repeat -35px -28px;}
#footer #twitter a {position:relative;display:block;width:28px;height:28px;background:url(../images/social-icons.png) no-repeat -69px 0;}
#footer #twitter a:hover {background:url(../images/social-icons.png) no-repeat -69px -28px;}

/* 2nd level page design */
#latest-article .section-articles-header-image {float:left;margin:0 18px 18px 0;}
#latest-article h1 {color:#3399CC;font-weight:bold;font-size:32px;line-height:32px;text-transform:uppercase;}
#latest-article h2, #latest-article h2 a, #latest-article h2 a:visited {display:block;font-size:20px;margin:0 0 5px 0;line-height:30px;font-weight:bold;color:#3399CC;}
#latest-article p {display:inline;}
#latest-article a, #latest-article a:visited {padding:0;text-decoration:none;}
#latest-article a:hover {text-decoration:underline;background:none;}

#article-archive-link {text-align:right;display:block;}

.header-image {margin-bottom:18px;}

/* Classes for the Rich Text Editor */
.clear-floats { clear:both; }

.float-image-left
{
	float:left;
	padding:10px 10px 10px 0;
}

.float-image-right
{
	float:right;
	padding:10px 0 10px 10px;
}

.float-image-top-left
{
	float:left;
	padding:0 10px 10px 0;
}

.float-image-top-right
{
	float:right;
	padding:0 0 10px 10px;
}

/* Suckerfish Menu */

/*** ESSENTIAL STYLES ***/
#main-nav ul.sf-menu, #main-nav ul.sf-menu * {
	/*margin:			0;
	padding:		0;*/
	list-style:		none;
}
#main-nav ul.sf-menu {
	line-height:	1.0;
}
#main-nav ul.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			280px; /* left offset of submenus need to match (see below) */
	z-index:1500;
    filter: alpha(opacity=95); /* IE lt 8 */
    -ms-filter: "alpha(opacity=95)"; /* IE 8 */
    opacity: .95; /* Standard: FF gt 1.5, Opera, Safari */
    -khtml-opacity: .95; /* Safari 1.x */
    -moz-opacity: .95; /* FF lt 1.5, Netscape */
}
#main-nav ul.sf-menu ul li,
#main-nav ul.sf-menu ul li a {
	width:			280px !important;
}
#main-nav ul.sf-menu ul li a
{
	/*height:20px;
	padding:10px;
	text-align:left;
	width:260px !important;*/
	font-weight:normal;
	height:12px;
	padding:7px 10px 7px 10px;
	text-align:left;
	text-transform:none;
	width:260px !important;
}




#main-nav ul.sf-menu li#main-nav-news ul a:hover {background:url(../images/main-nav-bg.png) no-repeat 0 -94px !important;}
#main-nav ul.sf-menu li#main-nav-teaching ul a:hover {background:url(../images/main-nav-bg.png) no-repeat 0 -134px !important;}
#main-nav ul.sf-menu li#main-nav-community ul a:hover {background:url(../images/main-nav-bg.png) no-repeat 0 -174px !important;}
#main-nav ul.sf-menu li#main-nav-political ul a:hover {background:url(../images/main-nav-bg.png) no-repeat 0 -214px !important;}
#main-nav ul.sf-menu ul a:hover {color:#0076a3;background:url(../images/main-nav-bg.png) no-repeat 0 -54px;}





#main-nav ul.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#main-nav ul.sf-menu li {
	float:			left;
	position:		relative;
}
#main-nav ul.sf-menu a {
	display:		block;
	position:		relative;
}
#main-nav ul.sf-menu li:hover ul,
#main-nav ul.sf-menu li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul#main-nav ul.sf-menu li:hover li ul,
ul#main-nav ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul#main-nav ul.sf-menu li li:hover ul,
ul#main-nav ul.sf-menu li li.sfHover ul {
	left:			280px; /* match ul width */
	top:			0;
}
ul#main-nav ul.sf-menu li li:hover li ul,
ul#main-nav ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul#main-nav ul.sf-menu li li li:hover ul,
ul#main-nav ul.sf-menu li li li.sfHover ul {
	left:			280px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#main-nav ul.sf-menu {
	float:			left;
}
#main-nav ul.sf-menu a {
	/*border-left:	1px solid #fff;*/
	/*border-top:		1px solid #CFDEFF;*/
	/*padding: 		.75em 1em;*/
	text-decoration:none;
}
#main-nav ul.sf-menu a, #main-nav ul.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#13a;*/
}
#main-nav ul.sf-menu li {
	/*background:		#BDD2FF;*/
}
#main-nav ul.sf-menu li li {
	background:		#0099cc;
}
#main-nav ul.sf-menu li li li {
	background:		#9AAEDB;
}
#main-nav ul.sf-menu li:hover, #main-nav ul.sf-menu li.sfHover,
#main-nav ul.sf-menu a:focus, #main-nav ul.sf-menu a:hover, #main-nav ul.sf-menu a:active {
	/*background:		#CFDEFF;
	outline:		0;*/
}

/*** arrows **/
#main-nav ul.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#main-nav ul.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#main-nav ul.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#main-nav ul.sf-menu ul a:focus > .sf-sub-indicator,
#main-nav ul.sf-menu ul a:hover > .sf-sub-indicator,
#main-nav ul.sf-menu ul a:active > .sf-sub-indicator,
#main-nav ul.sf-menu ul li:hover > a > .sf-sub-indicator,
#main-nav ul.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#njea-review-archive {list-style:none;margin:0;}

/* Forums */
#yafheader {display:none;}
#yafheader .yafnet .yafPageLink {margin-top:0;}

/* NJEA Review */

.njea-review-article h1, 
.report-on-education-article h1 {margin-bottom:9px;}
.njea-review-article h2,
.report-on-education-article h2 {font-size:16px;font-weight:bold;line-height:18px;margin-bottom:9px;}
.njea-review-article h3,
.report-on-education-article h3 {font-size:12px;font-weight:bold;line-height:18px;margin-bottom:0;}
.njea-review-article .article-body,
.report-on-education-article .article-body {margin-top:18px;}

.report-on-education-article-latest h2 {color:#3399CC;font-size:24px;font-weight:bold;line-height:36px;margin-bottom:0;}
.report-on-education-article-latest h3 {font-size:12px;font-weight:bold;line-height:18px;margin-bottom:0;}
.report-on-education-article-latest .article-body {margin-top:18px;}

.toolbox-article

.toolbox-article-latest h2 {color:#3399CC;font-size:24px;font-weight:bold;line-height:36px;margin-bottom:0;}
.toolbox-article-latest h3 {font-size:12px;font-weight:bold;line-height:18px;margin-bottom:0;color:#3399CC;}
.toolbox-article-latest h4 {font-size:12px;font-weight:bold;line-height:18px;margin-bottom:0;}
.toolbox-article-latest .article-body {margin-top:18px;}

.toolbox-article h1 {color:#3399CC;font-size:24px;font-weight:bold;line-height:36px;margin-bottom:0;}
.toolbox-article h2 {font-size:12px;font-weight:bold;line-height:18px;margin-bottom:0;}
.toolbox-article h3 {font-size:12px;font-weight:bold;line-height:18px;margin-bottom:0;}
.toolbox-article .article-body {margin-top:18px;}

a.video-link {padding-left:35px;background:url(../images/video-bw.jpg) no-repeat;}
a.photo-link {padding-left:35px;background:url(../images/photo-bw.jpg) no-repeat;}
.box-left  
{
    width:200px;
  padding: 1.5em; 
  margin:18px 18px 18px 0; 
  background: #E5ECF9; 
  float:left;
}
.box-right  
{
    width:200px;
  padding: 1.5em; 
  margin:18px 0 18px 18px; 
  background: #E5ECF9; 
  float:right;
}

/* Blog */
.blog .entry {margin-bottom:18px;}
.blog .entry h2 {line-height:30px}
.blog .entry .details {color:#999999;font-weight:bold;margin-bottom:18px;}
.blog .entry .entry-categories {list-style:none;}
.blog .entry .entry-categories li {float:left;}
.blog .entry .entry-categories li a {margin-right:5px;}
.blog .entry-comments label {display:block;width:100px;}

.latest-blog-posts {}
.latest-blog-posts h2 {margin-bottom:9px;}
.latest-blog-posts .blog-post-summary {margin-bottom:18px;}
.latest-blog-posts .blog-post-summary h3 {line-height:18px;color:#555;}
.latest-blog-posts .blog-post-summary .article-body {margin-bottom:18px;}
.latest-blog-posts .blog-post-summary p.read-more-link {position:relative; padding:0; margin:0; left:auto; top:auto; bottom:auto; right:auto; text-align:left; font-size:11px; font-weight:bold;}
.latest-blog-posts .blog-post-summary p.read-more-link a {text-decoration:none;}
.latest-blog-posts .blog-post-summary p.read-more-link a:hover {text-decoration:underline;}

/* Forms */
.scfForm {}
.scfForm h1,
.scfForm legend {color:#84C3E7;}
.scfForm fieldset {padding-top:18px;border-top-color:#84c3e7;}
.scfForm th, td, caption {padding:4px 10px 4px 0;}

/* Home Page Calendar */

#event-calender {clear:both; background-color:#0981af; width:285px;position:relative;margin-bottom:18px;}
#event-calender-header {font-size:20px;text-transform:uppercase;background-color:#128cbb; color:#FFFFFF; width:100%;height: 36px;}
#event-calender-header p {padding-left: 12px;line-height:32px;font-weight:bold;}
#event-container {overflow:hidden;height:177px; padding:0 1px 0 1px;background-color:#b8ddeb;position:relative;}
#event-calender div.month {background-color:#FFFFFF;clear:both;} 
#event-calender div.month h3 {line-height:23px; font-size:12px; font-weight:bold;text-transform:uppercase;color:#0874a9;padding-left:12px;}
#event-calender div.event {padding-left:10px;clear:both;line-height:18px;}
#event-calender .event-odd {background-color:#B8DDEB;}
#event-calender .event-even {background-color:#cde6f0;}
#event-calender div.event p {display:block;}
#event-calender p.event-date {text-align:left;float:left;font-weight:bold;margin:0px;width: 53px;color:#df7f29;height:auto;line-height:18px;}
#event-calender p.event-description {color:#0874a9;font-weight:bold;text-align:left;margin:0px auto;width:167px;line-height:18px;}
#event-calender p.event-description a {text-decoration:none;color:#0874a9;}
#event-calender p.event-description a:hover{color:#04354d}
#event-footer {text-align:center;width:100%;}
#event-footer p {display:inline-block;}
#event-footer a {padding-right: 9px;}
#event-footer a:hover{cursor:pointer}
#event-footer a.up {background:url(../images/calender_up.gif) no-repeat 0 0;width:10px; height:8px;display:inline-block;}
#event-footer a.down {background:url(../images/calender_down.gif) no-repeat 0 0;width:10px; height:8px;display:inline-block;}
#event-calender-header p {margin:0;}
#event-calender-header p.full-calendar-link {font-size:10px;line-height:10px;margin:0;padding:0;position:absolute;right:5px;top:5px;font-weight:normal;}
#event-calender-header p.full-calendar-link a,
#event-calender-header p.full-calendar-link a:visited {color:#fff;text-decoration:none;}
#event-calender-header p.full-calendar-link a:hover {text-decoration:underline;}
#event-list {position:relative;}

#module_poll {border:1px solid #EFEFEF;padding:9px;}
#module_poll h1 {font-size:20px;line-height:24px;color:#84C3E7;}
#module_poll .scOMSPollOptionItemName {color:#888888;font-size:12px;}
#module_poll .scOMSPollOptionItemResultValue {color:#3399CC;font-weight:bold;}
#module_poll .scOMSButtons {padding-top:20px;}
