/*
Theme Name: BU Tech Theme
Theme URI: http://www.bu.edu/tech/
Description:
Version: 1.0
Author:  New Media and IS&T @ Boston University
Author URI: http://www.bu.edu/tech/
*/


.brand {
	overflow: hidden;
	height: 105px;
	max-width: 864px;
	padding: 0;
	margin: 0 auto;
	font-family: "Whitney SSm A","Whitney SSm B","Benton",Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 1.3;
}

.brand-signature {
	padding: 10px 30px 9px 56px;
	min-height: 35px;
	background: url(https://www.bu.edu/cdn/images/logos/subbrand49x35-retina.png) no-repeat 0 49%;
	background-size: 49px 35px;
}

.brand-container {
	display: block;
	float: left;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
}

.brand-part-sitename {
	display: inline;
}

.brand .site-description {
	float: left;
	width: auto;
	margin-left: 50px;
}

/*  -----{ general typography }-------------------------------------------------  */

h1 {
	font-size: 225%;
	line-height: 115%;
	margin-bottom: .7em;
}

h2 {
	font-size: 165%;
	line-height: 115%;
	margin: 1.6em 0 0.7em 0;
}

h3 {
	font-size: 130%;
	line-height: 115%;
	margin: 1.6em 0 0.5em 0;
}

h4 {
	font-size: 120%;
	line-height: 115%;
	margin: 1.6em 0 0.5em 0;
}

h5 {
	font-size: 110%;
	line-height: 115%;
	margin: 1.6em 0 0.5em 0;
}

h6 {
	font-size: 90%;
	font-weight: bold;
	line-height: 115%;
	margin: 1.6em 0 0.5em 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #496680;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content #right-column, #content #right-column p, #content #right-column li, #content #right-column td {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2d3a44;
}
#content #right-column a, #hp_news_column a {
	color: #0f6ab2;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#content #right-column a:visited, #hp_news_column a:visited {
	color: #727272;
	border-bottom: 1px solid;
}
#content #right-column a:hover, #hp_news_column a:hover {
	color: #cc0000;	
}

#content hr,
#content pre,
#content p,
#content ul, 
#content ol, 
#content dl, 
#content pre, 
#content blockquote, 
#content address, 
#content table, 
#content form {
	margin-bottom: 1.6em;
}

blockquote {
	padding: 1.3em 2em 0 2em;
	margin: 1.3em 0;
	border-top: 10px solid #ccc;
	border-bottom: 10px solid #ccc;
	color: #35322d;
}


/*  -----{ special type 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;
}

.highlight {
	background: #ff0;
	color: #000;
}

.center {
	text-align: center;
}

code {
	font-family: "Courier New", Courier, monospace;
}

big {
	font-size: 1.4em;
}

small {
	font-size: .8em;
}

strong, th, thead td {
	font-weight: bold;
}

cite, em, dfn, address {
	font-style: italic;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 110%;
	font-family: "Courier New", Courier, mono;
}

s, strike, del {
	text-decoration: line-through;
	color: #777;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}

a abbr, a acronym {
	border: none;
}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/*  -----{ header }-------------------------------------------------  */


#right-column ul li, div.blank ul li {
	background: url(images/bullet-default.gif) no-repeat 0 .45em;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: #f2f2f2 url(images/page-background.gif) repeat-x;
}

#header-wrapper {
	height: 105px;
	margin: 0 auto;
	background-color: #d7e7f4;
}

#header {
	height: 116px;
	width: 900px;
	margin: 0 auto;
}

#header h1 {
	margin-bottom: 0;
}

#header a#logotype {
	display: block;
	width: 385px;
	height: 35px;
	margin-top: 8px;
	float: left;
}
#header-links {
	padding-top: 4px;
	height: 20px;
	width: 900px;
}

#header-links ul {
	float: right;
}

#header-links li {
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #19232c;
	text-transform: uppercase;
}

#header-links li.last {
	border: none;
	padding-right: 0;
}

#header-links li a {
	color: #19232c;
	text-decoration: none;
	font-size: .7em;
}

#header-links li a:hover {
	text-decoration: underline;
}


/* quicksearch */

form#quicksearch {
	margin: 14px 0 0;
	padding: 0;
	float: right;
}

form#quicksearch fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form#quicksearch input#q {
	width: 11em;
	padding:3px;
	margin-right: 5px;
	border: 1px solid #cecece;
	background: #fff url(images/bg-input.jpg) repeat-x 0 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

form#quicksearch input {
	font-size: 0.9em !important;
	color: #35322d;
	border: 1px solid #d2cfc7;
	margin:0;
}

form#quicksearch input.button
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #888278;
	background: #fff url(images/bg-button.jpg) repeat-x 0 0;
	border: 1px solid #ccc;	font-weight: bold;
	width: 5.5em;
	text-transform: uppercase;
	padding: 2px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

form#quicksearch select {
	background: #fff;
	color:#35322d;
	border:1px solid #ccc;
	margin: 0 5px 0 0;
}


/* main navigation */

#nav {
	height: 42px;
	width: 900px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}

/*----- graphical PNB -----*/

#pnb {
	clear: both;
	background: url(images/pnb-background.gif) repeat-x;
	z-index: 30;
	position: relative;
}

#pnb #nav li {
	list-style: none;
	display: inline;
	z-index: 30;
}

#pnb #nav li a {
	height: 42px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 30;
}

/*----- graphical PNB -----*//* main nav images */

#pnb #nav li#accounts a {
	width: 116px;
	background: transparent
				url(images/pnb_accts.gif) 0 0 no-repeat;
}

#pnb #nav li#comm a {
	width: 119px;
	background: transparent
				url(images/pnb_comm.gif) 0 0 no-repeat;
}

#pnb #nav li#desktop a {
	width: 129px;
	background: transparent
				url(images/pnb_desktop.gif) 0 0 no-repeat;
}

#pnb #nav li#web a {
	width: 78px;
	background: transparent
				url(images/pnb_web.gif) 0 0 no-repeat;
}

#pnb #nav li#instructional-support a {
	width: 96px;
	background: transparent
				url(images/pnb_instructional.gif) 0 0 no-repeat;
}

#pnb #nav li#research a {
	width: 88px;
	background: transparent
				url(images/pnb_research.gif) 0 0 no-repeat;
}

#pnb #nav li#apps a {
	width: 90px;
	background: transparent
				url(images/pnb_applications.gif) 0 0 no-repeat;
}

#pnb #nav li#infrastructure a {
	width: 102px;
	background: transparent
				url(images/pnb_infrastructure.gif) 0 0 no-repeat;
}

#pnb #nav li#security a {
	width: 82px;
	background: transparent
				url(images/pnb_security.gif) 0 0 no-repeat;
}

#pnb #nav li ul
{
	display: none;
}

/*----- graphical PNB -----*//* nav hovers */

#pnb #nav li#accounts.hover a,
#pnb #nav li#comm.hover a,
#pnb #nav li#desktop.hover a,
#pnb #nav li#web.hover a,
#pnb #nav li#instructional-support.hover a,
#pnb #nav li#research.hover a,
#pnb #nav li#apps.hover a,
#pnb #nav li#infrastructure.hover a,
#pnb #nav li#security.hover a,
#pnb #nav li#accounts a:hover,
	#pnb #nav li#comm a:hover,
	#pnb #nav li#desktop a:hover,
	#pnb #nav li#web a:hover,
	#pnb #nav li#instructional-support a:hover,
	#pnb #nav li#research a:hover,
	#pnb #nav li#apps a:hover,
	#pnb #nav li#infrastructure a:hover,
	#pnb #nav li#security a:hover {
	background-position: 0 -84px;
}

/*----- graphical PNB -----*//* nav active AND active_section */

#pnb #nav li#accounts a.active, #pnb #nav li#accounts a.active_section,
	#pnb #nav li#comm a.active, #pnb #nav li#comm a.active_section,
	#pnb #nav li#desktop a.active, #pnb #nav li#desktop a.active_section,
	#pnb #nav li#web a.active, #pnb #nav li#web a.active_section,
	#pnb #nav li#instructional-support a.active, #pnb #nav li#instructional-support a.active_section,
	#pnb #nav li#research a.active, #pnb #nav li#research a.active_section,
	#pnb #nav li#apps a.active, #pnb #nav li#apps a.active_section,
	#pnb #nav li#infrastructure a.active, #pnb #nav li#infrastructure a.active_section,
	#pnb #nav li#security a.active, #pnb #nav li#security a.active_section {
	background-position: 0 -42px;
}

/*----- graphical PNB -----*//* nav active hovers */

#pnb #nav li#accounts a.active:hover,
	#pnb #nav li#comm a.active:hover,
	#pnb #nav li#desktop a.active:hover,
	#pnb #nav li#web a.active:hover,
	#pnb #nav li#instructional-support a.active:hover,
	#pnb #nav li#research a.active:hover,
	#pnb #nav li#apps a.active:hover,
	#pnb #nav li#infrastructure a.active:hover,
	#pnb #nav li#security a.active:hover {
	background-position: 0 -84px;
}

/*----- graphical PNB -----*//* hide menu text */

#pnb #nav li ul {
	text-indent: -5000px;
}

/* TechWeb Navigation Dropdown */

#pnb #nav li ul
{
	display: none;
}

#nav li div.section div.column a
{
	font-weight: normal;
}

#pnb #nav li#accounts div.section a, #pnb #nav li#comm div.section a, #pnb #nav li#desktop div.section a, #pnb #nav li#web div.section a, #pnb #nav li#instructional-support div.section a, #pnb #nav li#research div.section a, #pnb #nav li#apps div.section a, #pnb #nav li#infrastructure div.section a, #pnb #nav li#security div.section a
{
	z-index: 50;
	display: inline;
	float: none;
	background: none;
	height: auto;
	width: auto;
	text-indent: 0;
	overflow: visible;
	line-height: 150%;
	visibility: visible;
	font-size: 105%;
	white-space: nowrap;
}

div#pnb ul#nav li div.section 
{
	top: 0;
	left: 0;
	position: absolute;
	font-size: 0.9em;	
	display: none;
	width: 900px;
	background: #ffffff;
	z-index: 20;
}

#pnb div.section div.column 
{
	width: 430px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 10px 0;
}

#pnb div.section div.column_1
{
	border-right: 1px solid #ccc;
	width: 428px;
}

#pnb div.lead
{
	padding-top: 10px;
}

div#pnb ul#nav li div.section div.column div.lead a 
{
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#pnb div.descendants
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#pnb div.section div.column div.last_group
{
	border-bottom: none;
}

#pnb #nav div.section div.column div.descendants a
{
	color: #0f6ab2;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#pnavmask 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
	background-color: #000000;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0);
}
#pnb #nav div.section div.column a:hover.level_2, #pnb #nav div.section div.column a:hover.level_3 {
	color: #cc0000;
}

/*  -----{ content }-------------------------------------------------  */

#content {
	width: 900px;
	margin: 0 auto;
	padding: 27px 0 56px 0;
	text-align: left;
	clear: both;
}

#content:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
}

/*  -----{ right column }-------------------------------------------------  */

#content p#breadcrumbs {
	width: 100%;
	border-bottom: 4px solid #edecec;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #6a7176;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 170%
}
#content p#breadcrumbs a.crumb {
	color: #0f6ab2;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	padding: 0;
	margin: 0;
}
#content p#breadcrumbs a:hover.crumb {
	color: #cc0000;
}
#content p#breadcrumbs a.crumb.active {
	color: #000000;
	border-bottom: none;
}

#right-column {
	width: 665px;
	float: right;
}


.alignleft,
img.left-pic {
	float: left;
	margin: 1em 1.6em 1em 0;
}

.alignright,
img.right-pic {
	float: right;
	margin: 1em 0 1em 1.6em;
}

/* banners and images */

img.banner {
	padding: 4px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background: #fff;
}

img.styled,
img.alignnone,
img.aligncenter,
img.alignleft,
img.alignright,
img.left-pic,
img.right-pic {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}

#content p.wp-caption-text {
	font-size: 86%;
	font-style: italic;
	line-height: 1em;
	margin: 0.5em 1em;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin-bottom: 1.6em;
	border: 1px solid #ddd;
	background-color: #fff;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}


/* global list */

#right-column ul, div.blank ul {
	margin: 0 0 1.6em 0;
}

#right-column ul li, div.blank ul li {
	list-style: none;
	margin-top: .7em;
	padding-left: 15px;
}

/* ordered / definition lists */

ol,
dl {
	margin: 0 0 1em 0;
}

dl dt {
	font-weight: bold;
	margin-top: .7em;
}

dl dd {
	margin-left: 3em;
}

ol {
	margin-left: 2em;
}

ol li {
	background: none;
	margin-top: .7em;
	list-style-type: decimal;
	list-style-position: outside;
}

/* single spaced lists */

#right-column ol.singlespace li, 
#right-column dl.singlespace dt,
div.blank ol.singlespace li, 
div.blank dl.singlespace dt {
	margin-top: 0;
}

#left-column ul.singlespace li,
div.blank ul.singlespace li {
	list-style: none;
	margin-top: 0;
	padding-left: 15px;
}

/* callouts */

.callout_right, .callout_left {
	width: 25%;
}

.callout_right {
	float: right;
	margin: .5em 0 .5em 1.5em;
}

.callout_left {
	float: left;
	margin: .5em 1.5em .5em 0;
}

.callout_header {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	padding: 3px;
	background: #496680;
	color: #ffffff;
}

.callout_content {
	padding: 8px;
}

.callout_right, .callout_left {
	border: 1px solid #496680;
	background: #fafafa;
}

/* pullquotes */

.pullquote_right, .pullquote_left {
	width: 33%;
	padding: 8px;
	text-indent: -.5em;
}

.pullquote_right {
	float: right;
	margin: .5em 0 .5em 3em;
}

.pullquote_left {
	float: left;
	margin: .5em 3em .5em 0;
}

.pullquote_quote {
	font-size: 130%;
	line-height: 130%;
	margin: 0;
	padding: 0;
}

.pullquote_attribution {
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 130%;
	text-align: right;
}
.pullquote_right, .pullquote_left {
	color: #35322D;
	border-top: 10px solid #496680;
	border-bottom: 10px solid #496680;
}

/* ------{ news }------------------------------------------------- */

h2.news-headline {
	margin: 1em 0 0.2em 0;
}

.entry {
	margin-bottom: 2em;
}

p.news-timestamp {
	margin-bottom: 1em;
	font-size: 90%;
}

#subscribe-container {
	margin-top: 0.4em;
	float: right;
	width: 10em;
}

#subscribe-label {
	float: left;
	width: 5em;
}

#subscribe-content {
	float: right;
	margin-top: 1px;
}

a.rss-link {
	background: transparent url(images/rss-icon.gif) no-repeat 0 0;
	text-decoration: none;
	margin: 0 0 0 6px;
}

a.rss-link span {
	visibility: hidden;
}

/*  -----{ tables }------------------------------------------------- */

/* unstyled tables */

table {
	width: 100%;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
	font-weight: bold;
}

th, thead td {
	font-weight: bold;
}

/*  -----{ tables }-------------------------------------------------  */

/* unstyled tables */

table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

th, td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* styled tables */

table.styled_table td,
table.styled_table th {
	border-bottom: 2px solid #f1f1f0;
	border-right: 2px solid #f1f1f0;
	padding: .4em;
}

table.styled_table {
	border-top: 2px solid #f1f1f0;
	border-left: 2px solid #f1f1f0;
}

table.styled_table tbody td {
	background-color: #e8e8e8;
}

table.styled_table thead {
	background: #d3d3d2 url(images/table-head.jpg) repeat-x 0 0;
}

table.styled_table tfoot, table.styled_table tbody th {
	background-color: #e1e1e1;
}

/*  -----{ forms }------------------------------------------------- */

#content fieldset {
	padding: 0 1em 1em 1em;
	margin: 0 0 1.2em 0;
}

#content fieldset h2 {
	margin-left: -12px;
	margin-right: -13px;
}

#content form h2 {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.8em;
	padding: .5em .5em .5em 1.2em;
}

#content fieldset div,
#content fieldset fieldset {
	padding: 0;
	margin: 0 0 1.2em 0;
	border: none;
}

label {
	float: left;
	width: 25%;
}

label em {
	color: #990000;
	font-size: 1.2em;
}

select {
	margin-right: 6px;
}

input.button {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 12px 4px 12px;
	cursor: pointer;
	margin-right: 0.5em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#content fieldset div.form-buttons {
	margin-top: 2em;
	margin-left: 25%;
}

/* inline checkboxes and radios */

fieldset fieldset.input-inline {
	margin-bottom: 0;
	padding-bottom: 12px;
}

fieldset fieldset.input-inline input {
	float: left;
	margin: 2px 3px 0 0 !important;
	margin: 0 3px 0 0;
}

fieldset fieldset.input-inline label {
	float: left;
	width: auto;
	margin-right: 10px;
	padding-top: 1px;
}

/* row checkboxes and radios */

fieldset fieldset.input-row {
	margin-bottom: 0;
	padding-bottom: 12px;
}

fieldset fieldset.input-row input {
	float: left;
	margin: 1px 3px 0 0 !important;
	margin: 0 0 0 0;
	clear: both;
}

fieldset fieldset.input-row label {
	display: block;
	float: none;
	width: auto;
	clear: right;
	padding-bottom: 3px;
}

#content fieldset {
	border: 1px solid #ccc;
	background: #f4f4f4;
}

#content form h2 {
	background: #d3d3d2 url(images/table-head.jpg) repeat-x 0 0;
	color: #35322d;
}

#content legend {
	color: #35322d;
	background: #f4f4f4;
	border: 1px solid #ccc;
}

input.input-text:active,
input.input-text:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	border: 1px solid #999;
	background: #fff;
	color: #35322D;
}

input.button {
	color: #e56b08;
	background: #fff;
	border: 2px solid #ccc;
}

input.input-text,
textarea,
select {
	background: #fafafa;
	border: 1px solid #ccc;
	color: #35322d;
}

/* buttons */
#content button {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #565656;
	margin: 0 0.583em 0.667em 0;
	padding: 5px 10px 5px 7px;   /* Links */
	font-family: "Arial", Tahoma, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	overflow: visible;
/* IE6 */
	padding: 4px 10px 3px 7px;   
}
#content button[type] {
/* Firefox */
	padding: 4px 10px 4px 7px;   
/* Safari */
	line-height: 17px;           
}

*:first-child+html #content button[type] {
/* IE7 */
	padding: 4px 10px 3px 7px;   
}

#content button img, #content a.button img{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	float: none;
}

/* Default Buttons - no style defined (blue) */

#content button:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

#content button:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* Positive Response Buttons (green) - Save, OK, etc.*/

body #content .positive {
	color: #529214;
}

#content button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

#content button.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* Negative Response Buttons (red) - Cancel, Delete, etc. */

body #content .negative {
	color: #d12f19;
}

#content button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

#content button.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* Neutral Buttons (yellow) - Back, Previous Page, etc. */

body #content .neutral {
	color: #514721;
}

#content button.neutral:hover {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	color: #514721;
}

#content button.neutral:active {
	background-color: #FFD324;
	border: 1px solid #FFD324;
	color: #fff;
}

/* -----{ Link Icons }-------------------------------------------------  */

/* Use 'noicon' class if a link gets an icon when it shouldn't. */

/* #wrapper is required to add some additional specificity */

#wrapper #content a.noicon {
	background: none;
	padding: 0;
}

#content #right-column a[href^="mailto:"] {
	background: url(icons/email.png) no-repeat right center;
	padding-right: 20px;
	padding-top: 2px;
}

#content #right-column a[href$=".pdf"] {
	background: url(icons/pdf.png) no-repeat right center;
	padding-right: 20px;
	padding-top: 2px;
}

#content #right-column a[href$=".doc"] {
	background: url(icons/doc.png) no-repeat right center;
	padding-top: 2px;
	padding-right: 20px;
}

#content #right-column a[href$=".xls"] {
	background: url(icons/xls.png) no-repeat right center;
	padding-top: 2px;
	padding-right: 20px;
}

#content #right-column a[href$=".rss"], #content #right-column a[href$=".rdf"] {
	background: url(icons/feed.png) no-repeat right center;
	padding-top: 2px;
	padding-right: 20px;
}

/* -----{ Edit Link }-------------------------------------------------  */

/*  Added by Gregory Cornelius   */

#content p.edit-link {
	background-color: #fffbcc;
	padding: 4px 4px 2px 8px;
	margin: 0 0 0 0;
	font-weight: normal;
	color: #2583b0;
	width: 4em;
	float: right;
	border: 1px solid #e6db55;
}

#content p.edit-link a {
	padding: 2px 0 4px 20px;
	color: #5F8CA2;
	background: url(images/write-post.gif) no-repeat;
}

#content p.edit-link a:hover {
	color: #d54e21;
	text-decoration: underline;
}

/*  -----{ left column }-------------------------------------------------  */

/* sub nav */
#left-column {
	width: 210px;
	float: left;
	padding-right: 25px;
}
#left-column #contentnav li {
	display: inline;
}

#left-column #contentnav li a {
	text-transform: uppercase;
	padding: 0 0 15px 0;
	display: block;
	text-decoration: none;
	color: #979797;
	font: bold 1.1em Arial, Helvetica, Verdana, sans-serif;
}
#left-column #contentnav li a:hover {
	text-decoration: none;
}
#left-column #contentnav li ul {
	margin: 0px 0 3px 0;
	border-bottom: none;
}

#left-column #contentnav li li a {
	padding: 0 0 9px 0px;
	font-weight: normal;
	text-transform: none;
	border-top: none;
	width: auto;
	font: .95em Arial, Helvetica, Verdana, sans-serif;
}
#left-column #contentnav li li a:hover {
	text-decoration: underline;
}
#left-column #contentnav li li a.active:hover {
	text-decoration: none;
	cursor: default;
}
#left-column #contentnav li ul ul {
	margin: 0;
	padding-left: 30px;
}

#left-column #contentnav li ul ul ul {
	padding-left: 15px;
}

#left-column #contentnav li li li a {
	background: none;
	font-size: 90%;
	padding: 0.4em 0 0.4em 0px;
	line-height: 110%;
}

#left-column #contentnav li a.active, #left-column #contentnav li a.active_section {
	color: #496680;
	font-weight: bold;
}

/*  -----{ footer }-------------------------------------------------  */

#footer {
	clear: both;
	background-color: #19232c;
}

#footer div {
	width: 900px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: left;
	color: #ccc;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0 9px 0 0;
	padding-right: 11px;
	border-right: 1px solid #999;
	font-size: .9em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#footer li a {
	text-decoration: none;
	background: none;
	color: #a3a3a4;
}

#footer li a:hover,
#footer li.butoday a:hover,
#footer li.butoday a:hover span {
	text-decoration: underline;
}

#footer span {
	color: #a3a3a4;
}

#footer li.last {
	border: none;
}

/* keeps footer stuck to bottom on pages with short content */

html, body {
   height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -9.230em;
}
#footer {
   width: 100%;
   height: 9.230em;
   bottom: 0;
   position: relative;
   margin-top: 0;
}
#footer_overlap {
	height: 9.230em;
	background: transparent;
}
/*  -----{ fixes for Gravity Forms }-------------------------------  */

.gform_body ul.gfield_radio li, #left-column .gform_body ul.gfield_checkbox li {
	margin: 0;
}

.gform_body ul.gfield_radio, #left-column .gform_body ul.gfield_checkbox {
	float: left;
	width: 60%;
	padding-top: 0;
}

.gform_body ul.gfield_radio li label, #left-column .gform_body ul.gfield_checkbox li label {
	float: none;
}

.gform_body .ginput_container label {
	width: 100%;
}

.gform_body .gfield_label {
	margin-top: 3px;
}

.gform_body .clear-multi {
	clear: right;
}

.gform_body .instruction {
	padding-left: 145px;
}

/* homepage */
#hp_features {
	width: 450px;
	float: left;
}
#hp_ads_column {
	width: 160px;
	float: left;
	margin-right: 20px;
}
#hp_ads_column img {
	margin: 0 0 6px;
	padding: 0;
}
#hp_news_column {
	float: left;
	width: 230px;
	margin-right: 40px;
	margin-top: 5px;
}

#hp_news h2, #hp_calendar h2 {
	margin: 0 0 20px;
	padding: 0;
	text-indent: -9999px;
}
#hp_news h2 {
	background: url(images/hp-news-titlebar.png) no-repeat;
}
#hp_calendar h2 {
	background: url(images/hp-calendar-titlebar.png) no-repeat;
	width: 139px;
}
#content #hp_news_column #hp_news h2 a {
	display: block;
	width: 82px;
	height: 25px;
	border-bottom: none;
}
#content #hp_news_column #hp_calendar h2 a {
	display: block;
	width: 139px;
	height: 25px;
	border-bottom: none;
}
#hp_news h3, .cal_text h3 {
	color: #333333;
	margin: 0 0 5px;
	padding: 0;
	font: 110% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#hp_news h3 a, #hp_calendar h3 a {
	text-decoration: none;
	border-bottom: dotted 1px;
}
#hp_calendar h3 a {
	font-size: 90%;
}
#hp_news h4 {
	color: #333333;
	margin: 0 0 5px;
	padding: 0;
	font: 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.hp_news_item {
	margin-bottom: 20px;
}

.cal_icon {
	width: 35px;
	height: 38px;
	background: url(images/hp-calendar-icon-background.png) no-repeat;
	float: left;
}
.cal_text {
	margin-left: 50px;
}
.cal_icon .month {
	text-align: center;
	color: #333333;
	margin-top: 6px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 100%;
}
.cal_icon .date {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-top: 4px;
}
.hp_cal_item {
	min-height: 45px;
	margin-bottom: 10px;
}
#hp_navigation {
	width: 450px;
	float: right;
}
#training_icon {
	margin-right: 40px;
}
#navicons_toprow, #navicons_middlerow {
	margin-bottom: 15px;
}
#accts_icon, #comm_icon, #web_icon, #instructional_icon, #applications_icon, #infrastructure_icon {
	margin-right: 25px;
}
img#tagline {
	margin-top: 5px;
	margin-bottom: 10px;
}
 
/* to remove dotted underlines below images that are wrapped with anchor tag aka=linked images */
#content #right-column a.linked_img_noborder, #content #left-column a.linked_img_noborder {
	border: none;
}

/* sidebar buttons */
div#side_buttons div
{
	margin: 24px 0;
	padding: 0;
}

/* service and product overview tables */

#right-column table.ist_overview {
	border-collapse: separate;
	border-spacing: 0 16px;
}
#right-column table.ist_overview, #right-column table.ist_overview tr, #right-column table.ist_overview td, #right-column table.ist_overview th {
	padding: 0;
	margin: 0;
	}
#right-column table.ist_overview td ul, #right-column table.ist_overview td ol, #right-column table.ist_overview td p, #right-column table.ist_overview td dl {
	margin: 0;
	padding: 0;
}
#right-column table.ist_overview td ul li {
	margin: 0 0 4px 0;
}
#right-column table.ist_overview td ol li {
	margin: 0 0 4px 16px;
}
#right-column table.ist_overview, #right-column table.ist_overview tr, #right-column table.ist_overview td {
	border: none;
}
#right-column table.ist_overview th {
	border: none;
	color: #2d3a44;
	width: 100px;
}
#right-column table.ist_overview td {
	border-left: 1px solid #cccccc;
	padding-left: 16px;
}

/*  -----{ calendar }------------------------------------------------- */

.calendar {
	border-collapse: collapse;
	margin-bottom: 5px;
}

.calendar caption {
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.calendar caption a {
	font-weight: bold;
	text-decoration: none;
}

.calendar th {
	text-align: center;
	padding: 0;
	border-right: none;
}

.calendar td a {
	font-weight: normal;
	display: block;
	text-decoration: none;
}
.calendar td {
	font-size: 80%;
	line-height: 250%;
	padding: 0px;
	text-align: center;
}
.calendar {
	background: #ededed;
}

.calendar caption {
	color: #1d2e3a;
}

.calendar caption a:hover {
	color: #999;
}

.calendar thead {
	border: 1px solid #cacaca;
}

.calendar th {
	background: #555;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

.calendar td a {
	color: #222;
	text-decoration: none;
}

.calendar td a:hover {
	background: #fff;
}

/* topics */

#calendar-topics p a {
	color: #555;
}

#calendar-topics p a:hover {
	color: #668b9c;
}

#calendar-topics li {
	background: url(images/bullet-red.gif) no-repeat 0 .45em;
}

span.calendar-range {
	color: #555;
}

h3.event-date {
	color: #555;
	border-top: 1px solid #ccc;
}

div.event-time {
	color: #333;
}

/* day states */

.calendar .busy .day a {
	color: #0f6ab2;
	font-weight: bold;
}
.calendar .busy .day a:hover {
	color: #444;
}

.calendar .out {
	color: #5c574f;
	background: #f5f5f5;
}

.calendar .today .day a {
	color: #fff;
	background: #1d2e3a;
}

.calendar .today .day a:hover {
	color: #3a4149;
	background: #fff;
}

.selected {
	background: #d6d6d6;
}

.eventDetail strong {
	color: #222;
}


/*  -----{ service listing }--------------------------------------------- */

#service_list {
	border-top: none;
	border-bottom: none;
}

#service_list ul {
	margin-bottom: 0;
}

#service_list li {
	margin-top: 0.3em;
	margin-bottom: none;
}

#service_list .service_list_continued {
	font-size: 0.9em;
	font-style: italic;
}

/* fixes IE8 pageshift when PNB mouseover is invoked on pages not displaying browser scroll bar */

html {
	overflow-y: scroll
}
