/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body { font-size: 62.5%; }
* { padding: 0; margin: 0; }

/*---:[ core layout elements ]:---*/
#header { border-style: double; border-color: #ddd; clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-style: dotted; border-color: #bbb; clear: both; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none; }
		#sidebars { border-color: #ddd; }
			#sidebar_1 { border-color: #ddd; }
#footer { border-style: double; border-color: #ddd; text-align: right; clear: both; }

/*---:[ global elements ]:---*/
a, a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border: none; }
blockquote { border-left: 1px solid #ddd; color: #666; }
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background: #eee; }
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }

/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.sidebar .text_input { width: 95%; }
	input.form_submit { font-weight: bold; color: #111; background: url('lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }
	#commentform input.form_submit { border-width: 3px; }
	input.form_submit:hover { color: #090; }

/*---:[ universal image classes ]:---*/
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }
img.frame { background: #eee; border-style: solid; border-color: #ddd; }
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

/*---:[ image captioning ]:---*/
.wp-caption { border-style: solid; border-color: #ddd; background-color: #eee; text-align: center; font-style: italic; }
	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; }
	.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.wp-caption.alignnone { clear: both; }

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2 { font-weight: bold; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; }

/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; }
	.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	.headline_meta a { border-bottom: 1px solid #eee; }

/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu { position: relative; list-style: none; z-index: 50; }
	.menu li { position: relative; float: left; }
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li { clear: both; }
		.menu a { display: block; }
	.menu table { position: absolute; left: 0; border-collapse: collapse; }
		.menu table table { top: 0 !important; }
		.menu ul ul { position: absolute; top: 0; }
	.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
	.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }

/*---:[ nav menu styles ]:---*/
.menu, .menu a, .menu li ul { border-style: solid; }
	.menu a { text-transform: uppercase; letter-spacing: 2px; }
	.menu .current > a, .menu .current-cat > a { cursor: text; }
		.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 16px; background: url('lib/images/icon-rss.gif') 100% 50% no-repeat; border: none; }
		.menu .rss a:hover { text-decoration: underline; }

/*---:[ #header styles ]:---*/
#logo { font-weight: bold; }
#tagline { font-weight: normal; }

/*---:[ content styles ]:---*/
.format_text a { text-decoration: underline; }
.format_text a:hover { text-decoration: none; }
.format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }
.format_text ul { list-style: square; }
.format_text dt { font-weight: bold; }
	/*---:[ pullquotes ]:---*/
	.format_text blockquote.right, .format_text blockquote.left { border: none; }
	.format_text blockquote.right { float: right; }
	.format_text blockquote.left { float: left; }
		.format_text blockquote.right p, .format_text blockquote.left p { margin: 0; }
	/*---:[ end pullquotes ]:---*/
.format_text .ad { float: right; clear: right; }
.format_text .ad_left { float: left; clear: left; }

/*---:[ after-post elements ]:---*/
.format_text .to_comments { color: #666; clear: both; }
	.format_text .to_comments span { color: #111; line-height: 1em; }
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text .to_comments a { color: #666; text-decoration: none; }
	.format_text .to_comments a:hover { color: #111; text-decoration: underline; }

/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.post_tags { color: #666; }
	.post_tags a { text-decoration: none; }
	.post_tags a:hover { text-decoration: underline; }

/*---:[ feature box ]:---*/
#feature_box { background: #eee; border-style: solid; border-color: #ddd; }

/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .edit_post { letter-spacing: 1px; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }

/*---:[ archive information block ]:---*/
#archive_info { border-style: solid; border-color: #ddd; }
	#archive_info p { text-transform: uppercase; letter-spacing: 2px; }

/*---:[ navigation links ]:---*/
.prev_next { text-transform: uppercase; letter-spacing: 2px; color: #666; border-style: solid; border-color: #ddd; clear: both; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
	.prev_next a:hover { text-decoration: underline; }
	.post_nav a { text-transform: none; letter-spacing: normal; }
#comment_nav_2 { border-style: solid; border-color: #ddd; }

/*---:[ multimedia box ]:---*/
.image_box, .custom_box { border-style: solid; border-color: #ddd; }
	#image_box img { background: #fff; border-style: solid; border-color: #bbb; }

/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
		/*---:[ subscriptions widget ]:---*/
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('lib/images/icon-rss.gif') 0 50% no-repeat; }
		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('lib/images/icon-email.gif') 0 50% no-repeat; }
		/*---:[ google custom search ]:---*/
		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #090; }
		/*---:[ calendar widget ]:---*/
		#calendar_wrap { width: 98%; padding: 0 1%; }
			#calendar_wrap a { font-weight: bold; }
			#calendar_wrap a:hover { background: #ddd; text-decoration: none; }
			table#wp-calendar { width: 98%; border-collapse: collapse; }
				table#wp-calendar caption { font-weight: normal; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; }
				table#wp-calendar th { width: 14%; background: #f2f2f2; border-bottom: 1px solid #ddd; text-align: center; }
				table#wp-calendar td { width: 14%; color: #888; text-align: center; }
				table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; }
				table#wp-calendar td#next { text-align: right; }
				table#wp-calendar td#prev { text-align: left; }

/*---:[ comment styles ]:---*/
	.comments_intro p { color: #666; }
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #111; line-height: 1em; }
		.comments_intro span.bracket { color: #ccc; }
dl#comment_list { border-top: 1px dotted #bbb; }
			dl#comment_list dt a:hover { text-decoration: underline; }
			dl#comment_list dt .comment_author { font-weight: bold; }
			.avatar img { float: right; }
			.comment_time, .edit_comment { color: #888; }
				.comment_time { white-space: nowrap; }
				.comment_time a, .edit_comment a { color: #888; }
				.comment_time a:hover, .edit_comment a:hover { color: #888; }
		.comment_num { float: right; }
			dl#comment_list .comment_num a { font-weight: bold; color: #aaa; }
			dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: none; }
	dl#comment_list .bypostauthor { background: #e7f8fb; }
	dl#comment_list dd { border-bottom: 1px dotted #bbb; }
		dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	dl#comment_list dl { border-top: 0; }
		dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
		dl#comment_list dl dd { border-bottom: 0; }
		dl#comment_list dl .bypostauthor { background: none; }
		dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #ddd; }
		dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }
		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #bbb; }
		a.comment_link:hover { color: #111; border-bottom-color: #111; }
	/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
#trackback_list { border-top: 1px dotted #bbb; }
		#trackback_list a { color: #111; }
		#trackback_list a:hover { color: #111; text-decoration: underline; }
	#trackback_list span { color: #888; }
	.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }

/*---:[ comment form styles ]:---*/
	#respond_intro p { color: #555; }
		#respond_intro p a { font-weight: bold; }
		#respond_intro p a:hover { text-decoration: underline; }
		#cancel-comment-reply-link { text-transform: uppercase; letter-spacing: 1px; color: #fff; background: #d00; border-style: solid; border-color: #ac0000; border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { background: #f5f5f5; border: 1px solid #ddd; }
	.login_alert p { font-weight: bold; }
		.login_alert p a:hover { text-decoration: underline; }
.comment_moderated { font-weight: bold; }
#commentform { border-top: 1px dotted #bbb; }
	#commentform p { margin-bottom: 1em; }
		#commentform p a { text-decoration: underline; }
		#commentform p a:hover { text-decoration: none; }
		#commentform p .required { color: #d00; }
	#commentform span.allowed { display: block; color: #807e70; background: #f9f7e4; border-style: dotted; border-color: #bbb; }
		#commentform span.allowed span { display: block; }
		/* Support for the highly-recommended Subscribe to Comments Plugin */
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ footer styles ]:---*/
#footer a { border-bottom: 1px solid #ccc; }

/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container{width:99.3em;margin:0 auto;}
#page{padding:2.2em;}
#header, #footer{padding-right:1.1em;padding-left:1.1em;}
#content_box{width:100%;background:url('../lib/images/dot-ddd.gif') 51.3em 0 repeat-y;}
.no_sidebars{background:none !important;}
#content{width:51.3em;float:left;}
.custom .no_sidebars #content{width:835px;}
.post_box, .teasers_box, .full_width #content_box .page{margin:0 2.2em 0 1.1em;}
.full_width #content_box .page{width:auto;}
.no_sidebars .post_box{margin:0 1.1em;}
.teasers_box{width:48em;}
.teaser{width:22.9em;}
#archive_info, .prev_next{padding-right:2.2em;padding-left:1.1em;}
#sidebars{width:43.5em;border:0;float:right;}
#sidebar_1{width:21.7em;border-style:dotted;border-width:0 0.1em 0 0;float:left;clear:left;}
#sidebar_2{width:21.6em;float:left;}
.sidebar ul.sidebar_list{padding-right:1.1em;padding-left:1.1em;}
#sidebar_2 ul.sidebar_list{padding-right:1em;}
.menu ul, .menu ul li{width:15em;}
.menu ul ul, .menu:hover ul:hover ul{left:14.9em;}
.menu li:hover ul, .menu a:hover ul{left:-0.1em;}
.menu{border-width:0 0 0.1em 0.1em;}
#multimedia_box{padding:1.1em;}
#image_box img{display:block;padding:0.1em;border-width:0.1em;}
#image_box img.square{width:40.9em;height:40.9em;}
#image_box img.four_by_three{width:40.9em;height:30.7em;}
#image_box img.three_by_four{width:40.9em;height:54.5em;}
#image_box img.three_by_two{width:40.9em;height:27.3em;}
#image_box img.two_by_three{width:40.9em;height:61.4em;}
#image_box img.five_by_four{width:40.9em;height:32.7em;}
#image_box img.four_by_five{width:40.9em;height:51.1em;}
#image_box img.sixteen_by_nine{width:40.9em;height:23em;margin:0 auto;}
#image_box img.nine_by_sixteen{width:40.9em;height:72.7em;margin:0 auto;}
#image_box img.two_by_one{width:40.9em;height:20.5em;}
#image_box img.one_by_two{width:40.9em;height:81.8em;}
#comments{margin-right:2.2em;margin-left:0em;}
.comments_intro, #respond_intro{margin-left:1.1em;}
dl#comment_list dt, #trackback_list{padding-right:1.1em;padding-left:1.1em;}
dl#comment_list dd{padding-left:1.1em;}
dl#comment_list dd .format_text, dl#comment_list dd #respond{padding-right:1.1em;}
dl#comment_list dl dt{padding-left:2.2em;border-width:0 0 0 0.1em;}
dl#comment_list dl dt.bypostauthor{padding-left:2.1em;border-width:0 0 0 0.2em;}
dl#comment_list dl dd{padding-left:0;}
dl#comment_list dl dd .format_text{padding-left:1.6em;border-width:0 0 0 0.071em;}
dl#comment_list dl dd.bypostauthor > .format_text{padding-left:1.5em;border-width:0 0 0 0.143em;}
dl#comment_list dl dd dl{padding-left:2.2em;}
#commentform{padding-right:2.2em;padding-left:1.1em;}
.comments_closed, .login_alert{margin-left:1.1em;}
body{font-family:Georgia,"Times New Roman", Times, serif;}
#header{padding-top:2.2em;padding-bottom:2.2em;}
.post_box{padding-top:2.2em;}
.headline_area{margin-bottom:2.2em;}
.teasers_box{padding-top:2.2em;padding-bottom:2.2em;}
#multimedia_box{margin-bottom:2.2em;}
#footer{padding-top:1.1em;padding-bottom:1.1em;}
#header #logo{font-size:3.6em;line-height:1.167em;}
#header #tagline{font-size:1.4em;line-height:1.429em;}
.menu table{bottom:-0.1em;}
.nav, .menu li ul{border-width:0 0 0.1em 0;}
.menu li{margin-bottom:-0.1em;}
.menu li ul{margin-top:-0.1em;}
.menu ul ul{margin-top:0;}
.menu a{font-size:1.1em;line-height:1.273em;padding:0.636em 0.818em;border-width:0.091em;border-left-width:0;}
.menu ul a{width:11.818em;border-left-width:0.091em;}
.headline_area h1, .headline_area h2{font-size:2.2em;line-height:1.364em;}
.format_text h2, .format_text h3{font-size:1.286em;line-height:1.222em;margin:1.833em 0 0.611em 0;}
.format_text h4{font-size:1em;}
.format_text h5{font-size:0.786em;}
.format_text h6{font-size:0.786em;}
.teaser h2{}
.sidebar h3{font-size:1em;line-height:1.385em;margin-bottom:0.692em;}
#archive_info h1{font-size:1.8em;line-height:1em;}
.headline_meta{font-size:1em;line-height:1.8em;}
.headline_meta .pad_left{padding-left:0.9em;}
.headline_area img.alignleft{margin:0 2.2em 2.2em 0;}
.headline_area img.alignright{margin:0 0 2.2em 2.2em;}
.headline_area img.alignnone{margin:0 auto 2.2em 0;}
.headline_area img.aligncenter{margin:0 auto 2.2em auto;}
.headline_area img.frame{padding:1em;border-width:0.1em;}
.format_text{font-size:1.4em;line-height:1.571em;}
.format_text p{margin-bottom:1.571em;}
.format_text p.note, .format_text p.alert{padding:0.571em 0.786em;}
.format_text .drop_cap{font-size:3.571em;line-height:0.76em;padding:0.04em 0.12em 0 0;}
.ie6 .format_text .drop_cap{padding-right:0.06em;}
.format_text acronym, .format_text abbr{font-size:0.786em;}
.format_text code, .format_text pre{font-family:Consolas,"Andale Mono", Monaco, Courier,"Courier New", Verdana, sans-serif;}
.format_text code{font-size:0.929em;}
.format_text pre{font-size:0.857em;line-height:1.5em;margin-bottom:1.833em;padding:0.667em 0.917em;}
.format_text sub, .format_text sup{line-height:0.786em}
.format_text ul{margin:0 0 1.571em 1.571em;}
.format_text ol{margin:0 0 1.571em 1.571em;}
.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol{margin:0 0 0 1.571em;}
.format_text dl{margin-bottom:1.571em;}
.format_text dd{margin-bottom:1.571em;}
.format_text blockquote{margin:0 0 1.571em 0.786em;padding-left:0.786em;}
.format_text blockquote.right, .format_text blockquote.left{width:45%;font-size:1.286em;line-height:1.222em;}
.format_text blockquote.right{margin:0 0 1.222em 1.222em;}
.format_text blockquote.left{margin:0 1.222em 1.222em 0;}
.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft{margin:0 1.571em 1.571em 0;}
.format_text img.right, .format_text img.alignright, .wp-caption.alignright{margin:0 0 1.571em 1.571em;}
.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter{margin:0 auto 1.571em auto;}
.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone{margin:0 auto 1.571em 0;}
.format_text img[align="left"]{margin-right:1.571em;margin-bottom:1.571em;}
.format_text img[align="right"]{margin-bottom:1.571em;margin-left:1.571em;}
.format_text img[align="middle"]{margin-bottom:1.571em;}
.format_text img.frame, .format_text .wp-caption{padding:0.714em;border-width:0.071em;}
.format_text img.stack{margin-left:1.571em;}
.format_text .wp-caption p{font-size:0.857em;line-height:1.5em;margin-bottom:0;}
.format_text .ad{margin-left:1.571em;}
.format_text .ad_left{margin-right:1.571em;}
.format_text .to_comments{font-size:0.857em;line-height:1.833em;margin-bottom:1.833em;}
.format_text .to_comments span{font-size:1.833em;}
.format_text .post_tags{font-size:0.857em;line-height:1.833em;margin-bottom:1.833em;}
#custom_box{font-size:1.3em;line-height:1.538em;}
#archive_info{padding-top:1.1em;padding-bottom:1.1em;}
#archive_info p{font-size:1em;line-height:1em;margin-bottom:1.1em;}
.prev_next{padding-top:1.1em;padding-bottom:1.1em;}
.prev_next p{font-size:1em;line-height:2.2em;}
.post_nav .previous{margin-bottom:0.55em;}
.post_nav a{font-size:1.4em;line-height:1.571em;}
#comments{margin-top:4.4em;}
.comments_intro{margin-bottom:1.1em;}
.comments_intro p{font-size:1.2em;line-height:1.833em;}
.comments_intro span{font-size:1.833em;}
#comment_list, #trackback_list{margin-bottom:4.4em;}
dl#comment_list dt{padding-top:1.8em;}
dl#comment_list dt span{font-size:1.2em;line-height:1.833em;}
dl#comment_list dt .comment_author{font-size:1.6em;line-height:1.375em;padding-right:0.688em;}
.avatar img{margin-left:0.833em;}
.comment_time{padding-right:0.917em;}
.comment_num{padding-left:0.833em;}
.comment_num a{font-size:1em;line-height:1.833em;padding:0.083em 0.25em;}
dl#comment_list dd{padding-top:1.1em;}
dl#comment_list dd p.reply a{font-size:0.786em;line-height:1.636em;}
dl#comment_list dl dd p.reply{margin-bottom:0;}
dl#comment_list dl dt, dl#comment_list dl dd{padding-top:0;}
dl#comment_list dl dd .format_text{margin-bottom:1.571em;}
#trackback_list{padding-top:1.1em;list-style:none;}
#trackback_list a{font-size:1.4em;line-height:1.571em;}
#trackback_list span{font-size:1.2em;line-height:1.833em;}
.comments_closed{margin-top:4.4em;margin-bottom:2.2em;}
#respond{margin-bottom:4.4em;}
#respond_intro{margin-bottom:1.1em;}
#respond_intro p{font-size:1.7em;line-height:1.294em;}
#cancel-comment-reply-link{font-size:1.1em;line-height:1em;padding:0.545em 0.727em;border-width:0.182em;}
.login_alert{margin-top:4.4em;margin-bottom:2.2em;padding:1.1em;}
#commentform{padding-top:1.1em;}
#commentform p, .login_alert p{font-size:1.4em;line-height:1.571em;}
#commentform p.comment_box{line-height:0.786em;}
#commentform label{padding-left:0.786em;}
#commentform textarea{height:12.571em;line-height:1.571em;}
#commentform span.allowed{width:97.3%;padding-top:0.5em;padding-bottom:0.5em;border-width:0 0.071em 0.071em 0.071em;}
#commentform span.allowed span{font-size:0.857em;line-height:1.833em;padding:0 0.583em;}
#commentform p.subscribe-to-comments{font-size:1.4em;}
#commentform p.subscribe-to-comments label{font-size:1em;}
.sidebar{}
#column_wrap .sidebar ul.sidebar_list{padding-top:2.2em;}
li.widget{font-size:1.3em;line-height:1.385em;margin-bottom:2.769em;}
li.tag_cloud{line-height:1.692em;}
li.widget p{margin-bottom:1.385em;}
li.widget abbr, li.widget acronym{font-size:0.846em;}
li.widget code{font-size:0.923em;}
li.widget ul li{margin-bottom:0.692em;}
li.widget li ul{margin:0.692em 0 0 1.385em;}
li.widget .widget_box{padding:0.692em;border-width:0.077em;}
li.thesis_widget_google_cse form input[type="submit"]{font-size:1em;margin-top:0.462em;padding:0.154em 0.231em;}
#calendar_wrap a{padding:0.077em;}
#calendar_wrap a:hover{padding:0.077em;}
table#wp-calendar caption{font-size:0.846em;line-height:2em;}
table#wp-calendar th{font-size:0.846em;line-height:2em;padding-top:0.091em;}
table#wp-calendar td{line-height:1.692em;}
table#wp-calendar td#next, table#wp-calendar td#prev{font-size:0.846em;line-height:2em;}
table#wp-calendar td#next{padding-right:0.545em;}
table#wp-calendar td#prev{padding-left:0.545em;}
input, textarea{font-family:Georgia,"Times New Roman", Times, serif;}
.format_text input, #commentform input, #commentform textarea{width:45%;padding:0.214em;border-width:0.071em 0.071em 0.071em 0.071em;}
#commentform textarea{width:96%;}
.format_text input.form_submit, #commentform .form_submit{font-size:1.143em;padding:0.313em 0.25em;}
.sidebar .text_input, .sidebar .form_submit{padding:0.308em;font-family:Georgia,"Times New Roman", Times, serif;}
.sidebar input[type="text"], .sidebar input[type="submit"]{padding:0.308em;font-family:Georgia,"Times New Roman", Times, serif;}
#footer p{font-size:1.2em;line-height:1.667em;}
.teaser h2{font-size:1.6em;line-height:1.375em;}
.teaser .format_teaser{font-size:1.2em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em;}
.teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post{font-family:Georgia,"Times New Roman", Times, serif;}
.teaser .teaser_author{font-size:1em;line-height:1.6em;}
.teaser .teaser_category{font-size:1em;line-height:1.6em;}
.teaser .teaser_date{font-size:1em;line-height:1.6em;}
.teaser .teaser_comments{font-size:1em;line-height:1.6em;}
.teaser .teaser_link{font-size:1.2em;line-height:1.5em;}
.teaser .post_tags{font-size:1.1em;line-height:1.636em;}
.teaser .edit_post{padding-left:0.8em;}
.teaser .post_image_link img.alignleft{margin-right:1.8em;margin-bottom:1.8em;}
.teaser .post_image_link img.alignright{margin-left:1.8em;margin-bottom:1.8em;}
.teaser .post_image_link img.aligncenter{margin-bottom:1.8em;}
.teaser .post_image_link img.alignnone{margin:0 auto 1.8em 0;}
.teaser .post_image_link img.frame{padding:0.8em;border-width:0.1em;}
.teaser .format_teaser .post_image_link img.alignleft{margin-right:0.75em;margin-bottom:0;}
.teaser .format_teaser .post_image_link img.alignright{margin-left:0.75em;margin-bottom:0;}
.teaser .format_teaser .post_image_link img.aligncenter{margin-bottom:1.5em;}
.teaser .format_teaser .post_image_link img.frame{padding:0.333em;border-width:0.083em;}
body{color:#111;background:#fff;}
#page{background:#fff;}
a, h2 a:hover, #logo a:hover{color:#2361a1;}
#logo, #logo a{color:#111;}
#tagline{color:#888}
h1, h2, h2 a{color:#111;}
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a{color:#888;}
.headline_meta a:hover, .teaser_author a:hover, .teaser_comments:hover, .teaser_category:hover, .teaser .edit_post a:hover{color:#111;}
.sidebar h3{color:#555;}
.image_box{background:#eee;}
.video_box{background:#000;}
.custom_box{background:#eee;}
#footer, #footer a{color:#888;}
#footer a:hover{color:#111;}
.menu, .menu a, .menu li ul{border-color:#ddd;}
.menu .current a, .menu .current-cat a{border-bottom-color:#fff;}
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a{border-bottom-color:#ddd;}
.menu a, .menu .current ul a, .menu .current-cat ul a{color:#111;background:#efefef;}
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover{color:#111;background:#ddd;}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover{color:#111;background:#fff;}
.menu .current-parent > a, .menu .current-cat-parent > a{color:#111;background:#f0eec2;}
#header{border-width:0 0 0.3em 0;}
.post_box, .teasers_box{border-width:0.1em 0 0 0;}
#footer{border-width:0.3em 0 0 0;}
#feature_box, #archive_info, #comment_nav_2{border-width:0 0 0.2em 0;}
.prev_next{border-width:0.2em 0 0 0;}
.image_box, .custom_box{border-width:0 0 0.1em 0;}
/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.sitemap ul li { color: #74cee2; }
.wp-table-reloaded-id-3, .wp-table-reloaded-id-13 { background-color: #fff; width: 319px!important; border: solid 4px #79b136; }
.custom.newsroom .wp-table-reloaded-id-3, .custom.newsroom .wp-table-reloaded-id-13 { width: 195px!important; border: none; }
#twitter_div { padding: 10px 20px; }
.custom.newsroom #twitter_div { padding: 0 0 0 5px; }
.custom element.style{visibility:visible !important;}
.navLogo{width:212px;float:left;}
.pageTitle{height:30px; width: 293px; overflow: hidden; background:transparent url(images/headers.gif) no-repeat top left;}
body.custom{background:#efefef;font-family:Arial, Helvetica, sans-serif;font-size:11px;margin:0px 20px 20px 20px;}
.custom #container{width:955px;margin:0 auto;}
.custom #page{padding-right:22px;padding-left:60px;}
.custom #content_box{width:895px;background:transparent url(images/sidebar_back.gif) repeat-y;background-position:0 0;float:left;z-index:100;}
.custom #content{width:546px;position:relative;}
.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page{margin:0 0 0 0;}
.custom #sidebar_3{visibility:hidden;}
.custom #sidebars{width:319px;border:0;float:right;padding:0 0 0 0;background-color:#C7C8CA;text-align:left;}
.custom #sidebars table{margin:0 auto;text-align:left;}
.custom .sidebar{width:100%;}
.custom #sidebar_1{border:0;}
.custom .sidebar ul.sidebar_list{padding-right:0px;padding-left:0px;}
.custom .wp-table-reloaded{width:254px;}
.wp-table-reloaded td{padding:0;}
.wp-table-reloaded-id-1{padding-bottom:4px;margin-bottom:21px;}
.wp-table-reloaded-id-1 .row-1{font-size:17px;font-weight:bold;color:#FFF;}
.instructor_div{padding-top:15px;padding-bottom:18px; background-color: #79b136; }
.instructor_txt{font-size:14px;font-family:Arial, Helvetica, sans-serif;color:#000;}
.extra_sidebar{background:#C7C8CA;}
.extra_sidebar div { padding: 25px; }
.wp-table-reloaded-id-2{padding-bottom:25px;padding-top:25px;}
.wp-table-reloaded-id-4{padding-bottom:25px;padding-top:25px;}
.wp-table-reloaded-id-5{padding-bottom:25px;padding-top:25px;}
.wp-table-reloaded-id-6{padding-bottom:25px;padding-top:25px;}
.wp-table-reloaded-id-7{padding-bottom:25px;padding-top:25px;}
.custom .wp-table-reloaded-id-3 td ul li a:link, .custom .wp-table-reloaded-id-13 td ul li a:link{font-size:11px;}
.wp-table-reloaded-id-3 td ul li, .wp-table-reloaded-id-13 td ul li{font-size:11px;font-weight:normal;}
.wp-table-reloaded-id-3 .row-1, .wp-table-reloaded-id-13 .row-1{padding-top:25px;padding-top:10px;}
.wp-table-reloaded-id-3 .row-2 ul li, .wp-table-reloaded-id-13 .row-1 ul li{border-bottom:solid 1px #929393;padding-bottom:5px;padding-top:5px;}
.custom .wp-table-reloaded-id-8{width:90px;margin:0;}
.wp-table-reloaded-id-13 .row-1 { padding-top: 10px;}
.wp-table-reloaded-id-13 td { padding: 0!important;}
.wp-table-reloaded-id-13 .row-1 a { font-size: 12px!important; font-weight: bold!important; margin: 0!important; }
.custom #multimedia_box{padding: 0; padding-left:4px;text-align:center; margin-bottom: 0; z-index: 101;}
.custom #image_box img.four_by_three{width:217px;height:163px;}
.custom #video_box{background:none;margin:0 auto;text-align:left;padding: 0; z-index: 102;}
.custom #video_box p { margin: 0; z-index: 102;}
.custom .image_box, .custom .custom_box, .custom #custom_box{border-style:none;width:217px;background:none;font-size:11px;line-height:14px;font-weight:normal;}
.custom #header{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;margin-top:0px;border:none;border-style:none;border-width:0;width:873px;float:right;}
.custom .post_box{padding-top:0;}
.custom .menu{border-width:0 0 0 0;z-index:1010;width:562px;height:40px;float:right;}
.custom ul.menu li.tab-7 a{border-width:0 0 0 0;padding-right:0px;}
.custom .nav, .custom .menu li ul{border-width:0 0 0 0;}
.custom .menu li{margin-bottom:0;}
.custom .menu a{font-size:10px;padding:2px 5px;border-width:0 1px 0 0;line-height:18px;font-weight:bold;letter-spacing:0px;}
.custom .menu li:last-child a { border-width: 0;}
.custom .menu ul a{width:150px;border-width:0 0 0 0;}
.custom .menu li ul.sub-menu li a{font-size:11px;color:#FFF;font-weight:normal;background:#B4B4B6;text-transform:none;}
.custom .menu li ul.sub-menu li a:hover{color:#FFF;background:#9B9DA0;}
.custom .menu, .custom .menu a, .custom .menu li ul{border-color:#C7C8CA;display:block;}
.menu .current a, .menu .current-cat a{border-bottom-color:#fff;}
.custom .menu ul .current a, .custom .menu ul .current-cat a, .custom .menu .current ul a, .custom .menu .current-cat ul a{border-bottom:0px;color:#FFF;background:#B4B4B6;}
.menu a, .menu .current ul a, .menu .current-cat ul a{color:#000;background:none;}
.custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover{color:#B4B4B6;background:#FFF;}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover{color:#B4B4B6;background:none;}
.custom .menu .current-parent > a, .menu .current-cat-parent > a{color:#B4B4B6;background:#FFFFFF;}
.custom .format_text, .custom .format_text p{font-size:12px;line-height:16px;font-weight:normal;}
.custom .format_text a{font-size:12px;font-weight:normal;color:#79B136;text-decoration:none;}
.custom .format_text a:hover{font-size:12px;text-decoration:underline;color:#929393;font-weight:normal;}
.custom .format_text ul{font-size:12px;list-style:disc;font-weight:normal;}
.custom .format_text li{font-size:12px;list-style:disc;font-weight:normal;}
.custom .format_text ul a{color:#79B136;text-decoration:none;}
.custom .format_text li a{color:#79B136;text-decoration:none;}
.custom .format_text .to_comments {display: none;}
.custom .post_nav a{color:#79B136;}
.custom #archive_info{padding-left:0;padding-right:0;letter-spacing:normal;border-style:dotted;border-width:0 0 0.1em;border-color:#BBBBBB;}
.custom #archive_info p{visibility:hidden;display:none;}
.custom .prev_next p{text-transform:none;}
.custom .prev_next{padding-left:0;padding-right:0;letter-spacing:normal;color:#888;border-style:dotted;border-width:0.1em 0 0;border-color:#BBBBBB;}
.custom .prev_next p a{padding-left:0;padding-right:0;letter-spacing:normal;color:#888;}
.custom .headline_meta, .headline_meta span, .headline_meta abbr{font-style:normal;letter-spacing:normal;text-transform:none;margin:0;}
.custom .headline_area{margin:10px 0 7px 0;}
.custom .headline_area h1, .custom h1{font-size:24px;font-weight:bold;line-height:30px;color:#79B136;}
.custom .headline_area h2, .custom h2, .custom h2 a{font-size:14px;font-weight:bold;line-height:18px;color:#79B136;margin:10px 0 0 0;}
.custom h2, .custom h2 a{font-size:20px;font-weight:normal;margin:15px 0 10px 0;}
.custom .headline_area h3, .custom h3, .custom h3 a{font-size:20px;font-weight:regular;line-height:26px;color:#79B136;}
.custom h3, .custom h3 a{font-size:16px!important;font-weight:bold !important;}
.custom .headline_area h4, .custom h4, .custom h4 a{font-size:16px;font-weight:bold;line-height:20px;color:#FFF;letter-spacing:0;padding-bottom:10px;}
.custom .headline_area h5, .custom h5, .custom h5 a{font-size:14px;font-weight:bold;line-height:20px;color:#000;letter-spacing:0;text-transform:none;}
.custom .headline_area h6, .custom h6, .custom h6 a{font-size:18px;font-weight:bold;line-height:20px;color:#C7C8CA;letter-spacing:0;text-transform:none;}
.custom #footer{font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#000000;padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:0px;border:none;clear:both;text-align:left;}
.custom #footer a:active{font-family:Arial, Helvetica, sans-serif;font-size:10px;line-height:12px;color:#000000;text-decoration:none;border-bottom:none;}
.custom #footer a:link, .custom #footer a:visited{font-family:Arial, Helvetica, sans-serif;font-size:10px;line-height:12px;color:#000000;text-decoration:none;border-bottom:none;}
.custom #footer a:hover{font-family:Arial, Helvetica, sans-serif;font-size:10px;line-height:12px;color:#929393;text-decoration:none;border-bottom:none;}
.custom #footer p{font-size:10px;line-height:12px;margin:0 0 0 0;}
.custom p{font-size:12px;line-height:16px;margin:0 0 10px 0;font-weight:normal;}
.footnote{font-size:9px;color:#929393;display:block;float:left;padding-top:5px;}
.footnote p{font-size:9px;color:#929393;display:block;float:left;padding-top:5px;}
.extra_sidebar p img, .extra_sidebar img.sidebar, .extra_sidebar img{border:solid 4px #79B136;margin:0 0 0 auto;width:auto;}
.extra_sidebar p {margin:0;line-height:0;}
.extra_sidebar div p { margin: 0 0 10px; line-height: 16px; }
.extra_sidebar div h3 { margin-top: 0; }
.extra_sidebar a { color: #fff; }
.custom.home #content{width:955px;}
.custom.home #page{padding-right:0px;padding-left:0px;}
.custom.home #header{padding-right:22px;padding-left:60px;padding-bottom:0px;padding-top:0px;margin-top:0px;width:873px;}
.custom.home div.headline_area{display:none;height:0px;margin:0px;}
.custom.home #home_flash{float:left;width:955px;}
.custom.home #bread{display:none;height:0px;}
.custom.home #footer{margin-left:60px;}
.custom.home input, textarea{margin:10px 30px 0px 8px;}
.custom.home h1, .custom.home .headline_area h1{padding:9px 0;margin-left:0;font-size:24px;font-weight:normal;color:#999}
.custom.aviation .pageTitle{background-position: 0 -279px;}
.custom.aviation h1, .custom.aviation h2, .custom.aviation h2 a{color:#74CEE2;}
.custom.aviation .instructor_div{background:#74CEE2;padding-top:15px;padding-bottom:10px;}
.custom.aviation #sidebars{background-color:#C7C8CA;}
.custom.aviation .salary_info{font-size:13px;border:solid 4px #74CEE2;padding:4px;float:left;clear:right;margin-top:4px;}
.custom.aviation .fireflyLogo{ }
.custom.home.aviation .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.aviation .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#74CEE2;line-height:36px;}
.custom.aviation .extra_sidebar p img, .custom.aviation .extra_sidebar img{border-color:#74CEE2;}
.custom.aviation #multimedia_box, .custom.aviation .video_box {background: #74CEE2;}
.custom.aviation .wp-table-reloaded-id-3 { border-color: #74CEE2; }
.custom.healthcare .pageTitle{background-position: 0 -1116px;}
.custom.healthcare h1, .custom.healthcare h2, .custom.healthcare h2 a{color:#BFC620;}
.custom.healthcare .instructor_div{background:#D0D823;padding-top:15px;padding-bottom:10px;}
.custom.healthcare #sidebars{background-color:#C7C8CA;}
.custom.healthcare .salary_info{font-size:13px;border:solid 4px #D0D823;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.healthcare .fireflyLogo{}
.custom.heathcare #multimedia_box, .custom.healthcare .video_box {background: #D0D823; z-index: 101;}
.custom.home.healthcare .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.healthcare .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#BFC620;line-height:36px;}
.custom.healthcare .extra_sidebar p img, .custom.healthcare .extra_sidebar img, .custom.healthcare .wp-table-reloaded-id-3 {border-color:#D0D823;}
.custom.manufacturing .pageTitle{background-position: 0 -1302px;}
.custom.manufacturing h1, .custom.manufacturing h2, .custom.manufacturing h2 a{color:#F7941D;}
.custom.manufacturing .instructor_div{background:#F7941D;padding-top:15px;padding-bottom:10px;}
.custom.manufacturing #sidebars{background-color:#C7C8CA;}
.custom.manufacturing .salary_info{font-size:13px;border:solid 4px #F7941D;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.manufacturing .fireflyLogo{}
.custom.home.manufacturing .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.manufacturing .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#F7941D;line-height:36px;}
.custom.home.manufacturing .format_text a{font-size:12px;font-weight:normal;color:#F7941D;text-decoration:none;}
.custom.manufacturing .extra_sidebar p img, .custom.manufacturing .extra_sidebar img, .custom.manufacturing .wp-table-reloaded-id-3 {border-color:#F7941D;}
.custom.manufacturing #multimedia_box, .custom.manufacturing .video_box {background: #F7941D;}
.custom.gen-ed .pageTitle{background-position: 0 -1023px;}
.custom.gen-ed h1, .custom.gen-ed h2, .custom.gen-ed h2 a{color:#E23A32;}
.custom.gen-ed .instructor_div{background:#E23A32;padding-top:15px;padding-bottom:10px;}
.custom.gen-ed #sidebars{background-color:#C7C8CA;}
.custom.gen-ed .salary_info{font-size:13px;border:solid 4px #E23A32;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.gen-ed .fireflyLogo{}
.custom.home.gen-ed .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.gen-ed .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#E23A32;line-height:36px;}
.custom.gen-ed .extra_sidebar p img, .custom.gen-ed .extra_sidebar img, .custom.gen-ed .wp-table-reloaded-id-3{border-color:#E23A32;}
.custom.gen-ed #multimedia_box, .custom.gen-ed .video_box{background: #E23A32;}
.custom.design .pageTitle{background-position: 0 -744px;}
.custom.design h1, .custom.design h2, .custom.design h2 a{color:#AF5F98;}
.custom.design .instructor_div{background:#AF5F98;padding-top:15px;padding-bottom:10px;}
.custom.design #sidebars{background-color:#C7C8CA;}
.custom.design .salary_info{font-size:13px;border:solid 4px #AF5F98;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.design .fireflyLogo{}
.custom.home.design .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.design .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#AF5F98;line-height:36px;}
.custom.design .extra_sidebar p img, .custom.design .extra_sidebar img, .custom.design .wp-table-reloaded-id-3 {border-color:#AF5F98;}
.custom.design #multimedia_box, .custom.design .video_box {background: #AF5F98;}
.custom.ncat .pageTitle{background-position: 0 -279px;}
.custom.ncat h1, .custom.ncat .headline_area h1{visibility:hidden;line-height:9px;}
.custom.ncat h2, .custom.ncat h2 a{color:#74CEE2;font-size:24px;font-weight:normal;margin-bottom:10px;}
.custom.ncat h3, .custom.ncat h3 a{color:#74CEE2;font-size:14px;font-weight:bold;line-height:16px;margin:20px 0 5px 0;}
.custom.ncat .format_text, .custom.ncat .format_text p{font-size:12px;line-height:20px;font-weight:normal;}
.custom.ncat .instructor_div{padding-top:25px;padding-bottom:25px; background-color: #fff;}
.custom.ncat #sidebars{background-color:#FFFFFF;width:339px;padding-right:32px;}
.custom.ncat .salary_info{font-size:13px;border:solid 4px #74CEE2;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.ncat .fireflyLogo{}
.custom.ncat #content_box{background:none}
.custom.ncat .facts{background-color:#74CEE2;padding:18px;margin-bottom:10px;line-height:30px;}
.custom.ncat #content{width:494px;position:relative;}
.custom.ncat .headline_area h4, .custom.ncat h4, .custom.ncat h4 a{font-size:24px;line-height:30px;font-weight:normal;color:#929393;}
.custom.ncat .headline_area h5, .custom.ncat h5, .custom.ncat h5 a{font-size:12px;line-height:15px;font-weight:normal;text-align:right;color:#929393;margin-bottom:15px;}
.custom.admissions #sidebars{background-color:#C7C8CA;}
.custom.admissions .pageTitle{background-position: 0 -93px;}
.custom.admissions .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.admissions .instructor_div a{color:#FFF;}
.custom.admissions .fireflyLogo{}
.custom.admissions_home h1, .custom.admissions_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.admissions_home #sidebars{background-color:#C7C8CA;}
.custom.admissions_home .pageTitle{background-position: 0 -93px;}
.custom.admissions_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.admissions_home .instructor_div a{color:#FFF;}
.custom.admissions_home .fireflyLogo{}
.custom.training #sidebars{background-color:#C7C8CA;}
.custom.training .pageTitle{background-position: 0 -1674px;}
.custom.training .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.training .instructor_div a{color:#FFF;}
.custom.training .fireflyLogo{}
.custom.training_home h1, .custom.training_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.training_home #sidebars{background-color:#C7C8CA;}
.custom.training_home .pageTitle{background-position: 0 -1674px;}
.custom.training_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.training_home .instructor_div a{color:#FFF;}
.custom.training_home .fireflyLogo{}
.custom.learning #sidebars{background-color:#C7C8CA;}
.custom.learning .pageTitle{background-position: 0 -1209px;}
.custom.learning .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.learning .instructor_div a{color:#FFF;}
.custom.learning .fireflyLogo{}
.custom.learning_home h1, .custom.learning_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.learning_home #sidebars{background-color:#C7C8CA;}
.custom.learning_home .pageTitle{background-position: 0 -1209px;}
.custom.learning_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.learning_home .instructor_div a{color:#FFF;}
.custom.learning_home .fireflyLogo{}
.custom.donate #sidebars{background-color:#C7C8CA;}
.custom.donate .pageTitle{background-position: 0 -837px;}
.custom.donate .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.donate .instructor_div a{color:#FFF;}
.custom.donate .fireflyLogo{}
.custom.donate_home h1, .custom.donate_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.donate_home #sidebars{background-color:#C7C8CA;}
.custom.donate_home .pageTitle{background-position: 0 -837px;}
.custom.donate_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.donate_home .instructor_div a{color:#FFF;}
.custom.donate_home .fireflyLogo{}
.custom.newsroom .pageTitle, .custom.news .pageTitle{background-position: 0 -1395px;}
.custom.newsroom #content_box{width:895px;background:none;}
.custom.news #content_box { background: none; }
.custom.newsroom #content{width:680px;float:left;vertical-align:top;}
.custom.news #content { width: 860px; }
.custom.newsroom #post-12{width:680px;}
.custom.newsroom .headline_area{width:680px;}
.custom.newsroom h1, .custom.newsroom .headline_area h1{visibility:hidden;line-height:9px;}
.custom.newsroom #sidebar_3{visibility:visible;width:450px;border:0;float:left;clear:right;}
.custom.newsroom .format_text{width:680px;float:left;clear:right;}
.custom.news #sidebars { display: none; }
.custom.newsroom #sidebars{background-color:#FFFFFF;width:195px;margin-right:20px;}
.custom.newsroom #sidebar_1{float:right;width:180px;}
.custom.newsroom .instructor_div{font-size:12px;font-weight:normal;float:right;margin-top:44px;width:195px; background-color: #fff;}
.custom.newsroom .instructor_div a{color:#79B136;}
.custom.newsroom .format_text li{font-size:12px;font-weight:bold;list-style:none;color:#929393;}
.custom.newsroom .format_text li a{font-size:12px;font-weight:normal;text-decoration:none;color:#000;}
.custom.newsroom .format_text ul{margin:0;}
.custom.newsroom .img_icons{float:left;clear:right;border:none;padding-right:4px;padding-bottom:20px;}
.custom.newsroom #left_side{width:210px;float:left;clear:right;border:none;padding-right:40px;}
.custom.newsroom .news_list{width:420px;float:left;clear:right;border:none;line-height:18px;}
.custom.newsroom .news_list a{text-decoration:none;color:#79B136}
.custom.newsroom .format_text img.block, .format_text img.alignnone, .wp-caption.alignnone{margin:0 0 10px 0;}
.custom.newsroom .fireflyLogo{}
.custom.cat_news .pageTitle{display:none;}
.custom.cat_news .fireflyLogo{}
.custom.bookstore .pageTitle{background-position: 0 -372px;}
.custom.bookstore #sidebars{background-color:#C7C8CA;}
.custom.bookstore .instructor_div{font-size:12px;font-weight:normal;margin-top:0;margin-bottom:0;padding:10px 0 15px 0; background-color: #79b136}
.custom.bookstore .instructor_div a{color:#FFF;}
.custom.bookstore .fireflyLogo{}
.custom.bookstore_home h1, .custom.bookstore_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.bookstore_home #sidebars{background-color:#C7C8CA;}
.custom.bookstore_home .pageTitle{background-position: 0 -372px;}
.custom.bookstore_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.bookstore_home .instructor_div a{color:#FFF;}
.custom.bookstore_home .fireflyLogo{}
.custom.about .pageTitle{background-position: 0 0;}
.custom.about #sidebars{background-color:#C7C8CA;}
.custom.about .instructor_div{font-size:12px;font-weight:normal;margin-top:0;margin-bottom:0;padding:25px;}
.custom.about .instructor_div a{color:#FFF;}
.custom.about .fireflyLogo{}
.custom.about_home h1, .custom.about_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.about_home #sidebars{background-color:#C7C8CA;}
.custom.about_home .pageTitle{background-position: 0 0;}
.custom.about_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.about_home .instructor_div a{color:#FFF;}
.custom.about_home .fireflyLogo{}
.custom.contact .pageTitle{background-position: 0 -558px;}
.custom.contact #sidebars{background-color:#C7C8CA;}
.custom.contact .instructor_div{font-size:12px;font-weight:normal;margin-top:0;margin-bottom:0;padding:25px;text-align:left;}
.custom.contact .instructor_div a{color:#FFF;}
.custom.contact .fireflyLogo{}
.custom.contact_home h1, .custom.about_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.contact_home #sidebars{background-color:#C7C8CA;}
.custom.contact_home .pageTitle{background-position: 0 -558px;}
.custom.contact_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.contact_home .instructor_div a{color:#FFF;}
.custom.contact_home .fireflyLogo{}
.custom.archive .format_text li{font-size:12px;list-style:none;color:#000;}
.custom.archive .format_text li a{font-size:12px;text-decoration:none;color:#000;}
.custom.archive .format_text ul{margin:0 0 0 10px;list-style:none;}
.custom.archive .format_text .to_comments {display: none;}
.custom.archive .headline_area h3, .custom h3, .custom h3 a{font-size:20px;font-weight:regular;line-height:26px;color:#79B136;margin:25px 0 6px 0;}
.custom.archive h1, .custom.archive .headline_area h1{visibility:hidden;line-height:9px;}
.custom.archive .pageTitle{background-position: 0 -186px;}
.custom.archive .fireflyLogo{}
.custom.monthly .pageTitle{visibility:hidden;height:0px;}
.custom.monthly .headline_area h2, .custom.monthly h2, .custom.monthly h2 a{margin:3px 0 0 0;}
.custom.monthly .headline_area{margin:5px 0 7px 0;}
.custom.monthly .fireflyLogo{}
.custom.apply-now h1, .custom.apply-now .headline_area h1{visibility:hidden;line-height:9px;}
.custom.apply-now #sidebars{background-color:#C7C8CA;}
.custom.apply-now .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.apply-now .instructor_div a{color:#FFF;}
.custom.apply-now .fireflyLogo{}
.custom.request-info h1, .custom.request-info .headline_area h1{visibility:hidden;line-height:9px;}
.custom.request-info #sidebars{background-color:#C7C8CA;}
.custom.request-info .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.request-info .instructor_div a{color:#FFF;}
.custom.request-info .fireflyLogo{}
.custom.sitemap h1, .custom.sitemap .headline_area h1{visibility:hidden;line-height:9px;}
.custom.sitemap #sidebars{background-color:#C7C8CA;}
.custom.sitemap .pageTitle{background-position: 0 -1580px;}
.custom.sitemap .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.sitemap .instructor_div a{color:#FFF;}
.custom.sitemap .fireflyLogo{}
.custom.privacy h1, .custom.privacy .headline_area h1{visibility:hidden;line-height:9px;}
.custom.privacy #sidebars{background-color:#C7C8CA;}
.custom.privacy .pageTitle{background-position: 0 -1488px;}
.custom.privacy .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.privacy .instructor_div a{color:#FFF;}
.custom.privacy .fireflyLogo{}
.custom.credits h1, .custom.credits .headline_area h1{visibility:hidden;line-height:9px;}
.custom.credits #sidebars{background-color:#C7C8CA;}
.custom.credits .pageTitle{background-position: 0 -651px;}
.custom.credits .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.credits .instructor_div a{color:#FFF;}
.custom.credits .fireflyLogo{}
.custom.executive_bios h1, .custom.executive_bios .headline_area h1{visibility:hidden;line-height:9px;}
.custom.executive_bios #sidebars{background-color:#C7C8CA;}
.custom.executive_bios .pageTitle{background-position: 0 -930px;}
.custom.executive_bios .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.executive_bios .instructor_div a{color:#FFF;}
.custom.executive_bios .fireflyLogo{}
.custom.calendar h1, .custom.calendar .headline_area h1{visibility:hidden;line-height:9px;}
.custom.calendar #sidebars{background-color:#C7C8CA;}
.custom.calendar .pageTitle{background-position: 0 -465px;}
.custom.calendar .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.calendar .instructor_div a{color:#FFF;}
.custom.calendar .fireflyLogo{}
.custom.spots h1, .custom.spots .headline_area h1{visibility:hidden;line-height:9px;}
.custom.spots #sidebars{background-color:#C7C8CA;}
.custom.spots .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.spots .instructor_div a{color:#FFF;}
.custom.spots .fireflyLogo{}
div#feature_box{background:#fff;border:none;}
.custom.generic .instructor_div{font-size:12px;font-weight:normal;margin-top:0;margin-bottom:0;padding:10px 0 15px 0; background-color: #79b136}
.custom.generic .extra_sidebar p img{border-color:#79b136;}
div#featured_one{float:left;width:150px;color:#929393;padding-left:60px;padding-right:30px;padding-top:20px;padding-bottom:20px;font-size:11px;line-height:14px;}
div#featured_two{float:left;width:150px;color:#929393;padding-right:30px;padding-top:20px;padding-bottom:20px;font-size:11px;line-height:14px;}
div#featured_three{float:left;width:150px;color:#929393;padding-right:30px;padding-top:20px;padding-bottom:20px;font-size:11px;line-height:14px;}
div#featured_four{float:left;width:150px;color:#929393;padding-right:30px;padding-top:20px;padding-bottom:20px;font-size:11px;line-height:14px;}
div#featured_five{float:left;width:150px;color:#929393;padding-top:20px;font-size:11px;line-height:14px;}
#bread, #bread a{font-size:11px;color:#929393;font-weight:normal;text-decoration:none;}
.custom form, .custom form p{vertical-align:top;margin:0;}
.custom .fireflyLogo{float:right;margin-top:8px;margin-right:5px;}
.custom input, textarea{background:#FFFFFF;border-color:#c7c8cb;border-style:solid;border-width:4px;font-size:10px;color:#666;font-weight:normal;height:16px;width:150px;padding:3px;float:right;vertical-align:text-top;margin:10px 8px;}
table.programs{width:99%;border-spacing:0;border-collapse:collapse;margin:20px auto;}
table.programs th{background-color:#79b136;color:#fff;font-weight:bold;padding:5px;text-align:left;border-left:dotted 1px #b9caa5;}
table.programs th:first-child{text-align:left;border-left:none;}
table.programs td:first-child{border-left:none;}
table.programs td{padding:8px 5px 4px 5px;border-bottom:dotted 1px #b9caa5;border-left:dotted 1px #b9caa5;text-align:left;}
table.programs td:first-child{text-align:left;}
table.aviation th{background-color:#74cee2;border-left-color:#E0ECEF;}
table.aviation td{border-bottom-color:#E0ECEF;border-left-color:#E0ECEF;}
table.health th{background-color:#d0d823;border-left-color:#EDEFB3;}
table.health td{border-bottom-color:#EDEFB3;border-left-color:#EDEFB3;}
table.directory th{background-color:#79B136;text-align:left;}
table.directory td{border-bottom-color:#EDEFB3;text-align:left;}
table.mfg th{background-color:#f7941d;border-left-color:#FFD39F;}
table.mfg td{border-bottom-color:#FFD39F;border-left-color:#FFD39F;}
table.gened th{background-color:#e23a32;border-left-color:#FFD1CF;}
table.gened td{border-bottom-color:#FFD1CF;border-left-color:#FFD1CF;}
table.design th{background-color:#af5f98;border-left-color:#EFE0EB;}
table.design td{border-bottom-color:#EFE0EB;border-left-color:#EFE0EB;}
h2.aviation{color:#74cee2;}
h2.health{color:#d0d823;}
h2.gened{color:#e23a32;}
h2.mfg{color:#f7941d;}
h2.design{color:#af5f98;}
ul.letters{margin:15px auto 0 auto;font-size:115%; color: #000; }
ul.letters li{list-style:none;display:inline; color: #000; }
.wp-table-reloaded-id-2, .wp-table-reloaded-id-4, .wp-table-reloaded-id-5, .wp-table-reloaded-id-6, .wp-table-reloaded-id-7{padding-top:5px;padding-bottom:5px;}
.employee-directory #sidebars, .faculty-directory #sidebars, .staff-directory #sidebars, .sitemap #sidebars, .employee-directory .instructor_div, .faculty-directory .instructor_div, .staff-directory .instructor_div, .sitemap .instructor_div { display: none; }
.employee-directory #content_box, .faculty-directory #content_box, .staff-directory #content_box, .sitemap #content_box { background-image: none; }
.employee-directory #content, .faculty-directory #content, .staff-directory #content, .sitemap #content { width: 868px; }
ul.options li, ul.options a { font-size: 16px!important; }
ul.options { margin-bottom: 15px; }
.wp-table-reloaded-id-11 { width: 210px !important; }
.wp-table-reloaded-id-11 td { vertical-align: middle; font-size: 12px; color: #999; padding: 4px 0 !important; line-height: 1.2em; }
.wp-table-reloaded-id-11 td img { 
	margin: 1px 5px 1px 1px;
	border: 2px solid #79b136;
}
.wp-table-reloaded-id-11 strong a { 
	font-size: 14px!important;
	font-weight: bold!Important;
}
.wp-table-reloaded-id-10 { background-color: #79b136; }
.wp-table-reloaded-id-10 th, .wp-table-reloaded-id-14 td { padding: 0!important; }
#twitter_div a:hover { color: #79b136; }
.wp-table-reloaded  img { border: none; margin: 0; }
.custom.alternate .instructor_div { display: none; }
ul#twitter_update_list { list-style: none; margin-left: 0; padding-left: 0;}
.sitemap ul li { color: #74cee2; }
#sidebars{width:43.5em;border:0;float:right;}
.wp-table-reloaded-id-3 { background-color: #fff; width: 319px!important; border: solid 4px #79b136; }
#twitter_div { padding: 10px 20px; }
.custom element.style{visibility:visible !important;}
.navLogo{width:212px;float:left;}
.pageTitle{height:30px; width: 293px; overflow: hidden; background:transparent url(images/headers.gif) no-repeat top left;}
body.custom{background:#efefef;font-family:Arial, Helvetica, sans-serif;font-size:11px;margin:0px 20px 20px 20px;}
.custom #container{width:955px;margin:0 auto;}
.custom #page{padding-right:22px;padding-left:60px;}
.custom #content_box{width:895px;background:transparent url(images/sidebar_back.gif) repeat-y;background-position:0 0;float:left;z-index:100;}
.custom #content{width:546px;position:relative;}
.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page{margin:0 0 0 0;}
.custom #sidebar_3{visibility:hidden;}
.custom #sidebars{width:319px;border:0;float:right;padding:0 0 0 0;background-color:#C7C8CA;text-align:center;}
.custom #sidebars table{margin:0 auto;text-align:left;}
.custom .sidebar{width:100%;}
.custom #sidebar_1{border:0;}
.custom .sidebar ul.sidebar_list{padding-right:0px;padding-left:0px;}
.custom .wp-table-reloaded{width:254px;}
.wp-table-reloaded td{padding:0;}
.wp-table-reloaded-id-1{padding-bottom:4px;margin-bottom:21px;}
.wp-table-reloaded-id-1 .row-1{font-size:17px;font-weight:bold;color:#FFF;}
.instructor_div{padding-top:15px;padding-bottom:18px;}
.instructor_txt{font-size:14px;font-family:Arial, Helvetica, sans-serif;color:#000;}
.extra_sidebar{background:#C7C8CA;}
.wp-table-reloaded-id-2{padding-bottom:25px;padding-top:25px;}
.wp-table-reloaded-id-4{padding-bottom:25px;padding-top:25px;}
.wp-table-reloaded-id-5{padding-bottom:25px;padding-top:25px;}
.wp-table-reloaded-id-6{padding-bottom:25px;padding-top:25px;}
.wp-table-reloaded-id-7{padding-bottom:25px;padding-top:25px;}
.custom .wp-table-reloaded-id-3 td ul li a:link{font-size:11px;}
.wp-table-reloaded-id-3 td ul li{font-size:11px;font-weight:normal;}
.wp-table-reloaded-id-3 .row-1{padding-top:25px;padding-top:10px;}
.wp-table-reloaded-id-3 .row-2 ul li{border-bottom:solid 1px #929393;padding-bottom:5px;padding-top:5px;}
.custom .wp-table-reloaded-id-8{width:90px;margin:0;}
.custom #multimedia_box{padding: 0; padding-left:4px;text-align:center; margin-bottom: 0;}
.custom #image_box img.four_by_three{width:217px;height:163px;}
.custom #video_box{background:none;margin:0 auto;text-align:left;padding: 0;}
.custom #video_box p { margin: 0; }
.custom .image_box, .custom .custom_box, .custom #custom_box{border-style:none;width:217px;background:none;font-size:11px;line-height:14px;font-weight:normal;}
.custom #header{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;margin-top:0px;border:none;border-style:none;border-width:0;width:873px;float:right;}
.custom .post_box{padding-top:0;}
.custom .menu{border-width:0 0 0 0;z-index:1010;width:562px;height:40px;float:right; list-style: none;}
.custom ul.menu li.tab-7 a{border-width:0 0 0 0;padding-right:0px;}
.custom .nav, .custom .menu li ul{border-width:0 0 0 0;}
.custom .menu li{margin-bottom:0; display: block; float: left; width: auto;}
.custom .menu a{font-size:10px;padding:2px 5px;border-width:0 1px 0 0;line-height:18px;font-weight:bold;letter-spacing:0px;}
.custom .menu li:last-child a { border-width: 0;}
.custom .menu ul a{width:150px;border-width:0 0 0 0; text-decoration: none; }
.custom .menu li ul.sub-menu { display: none; }
.custom .menu li ul.sub-menu li a{font-size:11px;color:#FFF;font-weight:normal;background:#B4B4B6;text-transform:none;}
.custom .menu li ul.sub-menu li a:hover{color:#FFF;background:#9B9DA0;}
.custom .menu, .custom .menu a, .custom .menu li ul{border-color:#C7C8CA;display:block;}
.menu .current a, .menu .current-cat a{border-bottom-color:#fff;}
.custom .menu ul .current a, .custom .menu ul .current-cat a, .custom .menu .current ul a, .custom .menu .current-cat ul a{border-bottom:0px;color:#FFF;background:#B4B4B6;}
.menu a, .menu .current ul a, .menu .current-cat ul a{color:#000;background:none;}
.custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover{color:#B4B4B6;background:#FFF;}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover{color:#B4B4B6;background:none;}
.custom .menu .current-parent > a, .menu .current-cat-parent > a{color:#B4B4B6;background:#FFFFFF;}
.custom .format_text, .custom .format_text p{font-size:12px;line-height:16px;font-weight:normal;}
.custom .format_text a{font-size:12px;font-weight:normal;color:#79B136;text-decoration:none;}
.custom .format_text a:hover{font-size:12px;text-decoration:underline;color:#929393;font-weight:normal;}
.custom .format_text ul{font-size:12px;list-style:disc;font-weight:normal;}
.custom .format_text li{font-size:12px;list-style:disc;font-weight:normal;}
.custom .format_text ul a{color:#79B136;text-decoration:none;}
.custom .format_text li a{color:#79B136;text-decoration:none;}
.custom .format_text .to_comments {display: none;}
.custom .post_nav a{color:#79B136;}
.custom #archive_info{padding-left:0;padding-right:0;letter-spacing:normal;border-style:dotted;border-width:0 0 0.1em;border-color:#BBBBBB;}
.custom #archive_info p{visibility:hidden;display:none;}
.custom .prev_next p{text-transform:none;}
.custom .prev_next{padding-left:0;padding-right:0;letter-spacing:normal;color:#888;border-style:dotted;border-width:0.1em 0 0;border-color:#BBBBBB;}
.custom .prev_next p a{padding-left:0;padding-right:0;letter-spacing:normal;color:#888;}
.custom .headline_meta, .headline_meta span, .headline_meta abbr{font-style:normal;letter-spacing:normal;text-transform:none;margin:0;}
.custom .headline_area{margin:10px 0 7px 0;}
.custom .headline_area h1, .custom h1{font-size:24px;font-weight:bold;line-height:30px;color:#79B136;}
.custom .headline_area h2, .custom h2, .custom h2 a{font-size:14px;font-weight:bold;line-height:18px;color:#79B136;margin:10px 0 0 0;}
.custom h2, .custom h2 a{font-size:20px;font-weight:normal;margin:15px 0 10px 0;}
.custom .headline_area h3, .custom h3, .custom h3 a{font-size:20px;font-weight:regular;line-height:26px;color:#79B136;}
.custom h3, .custom h3 a{font-size:16px!important;font-weight:bold !important;}
.custom .headline_area h4, .custom h4, .custom h4 a{font-size:16px;font-weight:bold;line-height:20px;color:#FFF;letter-spacing:0;padding-bottom:10px;}
.custom .headline_area h5, .custom h5, .custom h5 a{font-size:14px;font-weight:bold;line-height:20px;color:#000;letter-spacing:0;text-transform:none;}
.custom .headline_area h6, .custom h6, .custom h6 a{font-size:18px;font-weight:bold;line-height:20px;color:#C7C8CA;letter-spacing:0;text-transform:none;}
.custom #footer{font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#000000;padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:0px;border:none;clear:both;text-align:left;}
.custom #footer a:active{font-family:Arial, Helvetica, sans-serif;font-size:10px;line-height:12px;color:#000000;text-decoration:none;border-bottom:none;}
.custom #footer a:link, .custom #footer a:visited{font-family:Arial, Helvetica, sans-serif;font-size:10px;line-height:12px;color:#000000;text-decoration:none;border-bottom:none;}
.custom #footer a:hover{font-family:Arial, Helvetica, sans-serif;font-size:10px;line-height:12px;color:#929393;text-decoration:none;border-bottom:none;}
.custom #footer p{font-size:10px;line-height:12px;margin:0 0 0 0;}
.custom p{font-size:12px;line-height:16px;margin:0 0 10px 0;font-weight:normal;}
.footnote{font-size:9px;color:#929393;display:block;float:left;padding-top:5px;}
.footnote p{font-size:9px;color:#929393;display:block;float:left;padding-top:5px;}
.extra_sidebar p img, .extra_sidebar img.sidebar{border:solid 4px #79B136;margin:0 0 0 auto;width:311px;}
.extra_sidebar p{margin:0;line-height:0;}
.custom.home #content{width:955px;}
.custom.home #page{padding-right:0px;padding-left:0px;}
.custom.home #header{padding-right:22px;padding-left:60px;padding-bottom:0px;padding-top:0px;margin-top:0px;width:873px;}
.custom.home div.headline_area{display:none;height:0px;margin:0px;}
.custom.home #home_flash{float:left;width:955px;}
.custom.home #bread{display:none;height:0px;}
.custom.home #footer{margin-left:60px;}
.custom.home input, textarea{margin:10px 30px 0px 8px;}
.custom.home h1, .custom.home .headline_area h1{padding:9px 0;margin-left:0;font-size:24px;font-weight:normal;color:#999}
.custom.aviation .pageTitle{background-position: 0 -279px;}
.custom.aviation h1, .custom.aviation h2, .custom.aviation h2 a{color:#74CEE2;}
.custom.aviation .instructor_div{background:#74CEE2;padding-top:15px;padding-bottom:10px;}
.custom.aviation #sidebars{background-color:#C7C8CA;}
.custom.aviation .salary_info{font-size:13px;border:solid 4px #74CEE2;padding:4px;float:left;clear:right;margin-top:4px;}
.custom.aviation .fireflyLogo{visibility:hidden;}
.custom.home.aviation .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.aviation .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#74CEE2;line-height:36px;}
.custom.aviation .extra_sidebar p img{border-color:#74CEE2;}
.custom.aviation #multimedia_box, .custom.aviation .video_box {background: #74CEE2;}
.custom.aviation .wp-table-reloaded-id-3 { border-color: #74CEE2; }
.custom.healthcare .pageTitle{background-position: 0 -1116px;}
.custom.healthcare h1, .custom.healthcare h2, .custom.healthcare h2 a{color:#BFC620;}
.custom.healthcare .instructor_div{background:#D0D823;padding-top:15px;padding-bottom:10px;}
.custom.healthcare #sidebars{background-color:#C7C8CA;}
.custom.healthcare .salary_info{font-size:13px;border:solid 4px #D0D823;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.healthcare .fireflyLogo{visibility:hidden;}
.custom.heathcare #multimedia_box, .custom.healthcare .video_box {background: #D0D823;}
.custom.home.healthcare .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.healthcare .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#BFC620;line-height:36px;}
.custom.healthcare .extra_sidebar p img, .custom.healthcare .wp-table-reloaded-id-3 {border-color:#D0D823;}
.custom.manufacturing .pageTitle{background-position: 0 -1302px;}
.custom.manufacturing h1, .custom.manufacturing h2, .custom.manufacturing h2 a{color:#F7941D;}
.custom.manufacturing .instructor_div{background:#F7941D;padding-top:15px;padding-bottom:10px;}
.custom.manufacturing #sidebars{background-color:#C7C8CA;}
.custom.manufacturing .salary_info{font-size:13px;border:solid 4px #F7941D;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.manufacturing .fireflyLogo{visibility:hidden;}
.custom.home.manufacturing .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.manufacturing .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#F7941D;line-height:36px;}
.custom.home.manufacturing .format_text a{font-size:12px;font-weight:normal;color:#F7941D;text-decoration:none;}
.custom.manufacturing .extra_sidebar p img, .custom.manufacturing .wp-table-reloaded-id-3 {border-color:#F7941D;}
.custom.manufacturing #multimedia_box, .custom.manufacturing .video_box {background: #F7941D;}
.custom.gen-ed .pageTitle{background-position: 0 -1023px;}
.custom.gen-ed h1, .custom.gen-ed h2, .custom.gen-ed h2 a{color:#E23A32;}
.custom.gen-ed .instructor_div{background:#E23A32;padding-top:15px;padding-bottom:10px;}
.custom.gen-ed #sidebars{background-color:#C7C8CA;}
.custom.gen-ed .salary_info{font-size:13px;border:solid 4px #E23A32;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.gen-ed .fireflyLogo{visibility:hidden;}
.custom.home.gen-ed .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.gen-ed .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#E23A32;line-height:36px;}
.custom.gen-ed .extra_sidebar p img, .custom.gen-ed .wp-table-reloaded-id-3{border-color:#E23A32;}
.custom.gen-ed #multimedia_box, .custom.gen-ed .video_box{background: #E23A32;}
.custom.design .pageTitle{background-position: 0 -744px;}
.custom.design h1, .custom.design h2, .custom.design h2 a{color:#AF5F98;}
.custom.design .instructor_div{background:#AF5F98;padding-top:15px;padding-bottom:10px;}
.custom.design #sidebars{background-color:#C7C8CA;}
.custom.design .salary_info{font-size:13px;border:solid 4px #AF5F98;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.design .fireflyLogo{visibility:hidden;}
.custom.home.design .main_content{float:left;width:465px;padding:4px 0px 4px 60px;}
.custom.home.design .main_content_right{float:left;width:348px;padding:50px 40px 4px 40px;font-size:32px;font-style:normal;color:#AF5F98;line-height:36px;}
.custom.design .extra_sidebar p img, .custom.design .wp-table-reloaded-id-3 {border-color:#AF5F98;}
.custom.design #multimedia_box, .custom.design .video_box {background: #AF5F98;}
.custom.ncat .pageTitle{background-position: 0 -279px;}
.custom.ncat h1, .custom.ncat .headline_area h1{visibility:hidden;line-height:9px;}
.custom.ncat h2, .custom.ncat h2 a{color:#74CEE2;font-size:24px;font-weight:normal;margin-bottom:10px;}
.custom.ncat h3, .custom.ncat h3 a{color:#74CEE2;font-size:14px;font-weight:bold;line-height:16px;margin:20px 0 5px 0;}
.custom.ncat .format_text, .custom.ncat .format_text p{font-size:12px;line-height:20px;font-weight:normal;}
.custom.ncat .instructor_div{padding-top:25px;padding-bottom:25px;}
.custom.ncat #sidebars{background-color:#FFFFFF;width:339px;padding-right:32px;}
.custom.ncat .salary_info{font-size:13px;border:solid 4px #74CEE2;padding:4px;float:left;clear:right;margin-right:4px;margin-top:4px;}
.custom.ncat .fireflyLogo{visibility:hidden;}
.custom.ncat #content_box{background:none}
.custom.ncat .facts{background-color:#74CEE2;padding:18px;margin-bottom:10px;line-height:30px;}
.custom.ncat #content{width:494px;position:relative;}
.custom.ncat .headline_area h4, .custom.ncat h4, .custom.ncat h4 a{font-size:24px;line-height:30px;font-weight:normal;color:#929393;}
.custom.ncat .headline_area h5, .custom.ncat h5, .custom.ncat h5 a{font-size:12px;line-height:15px;font-weight:normal;text-align:right;color:#929393;margin-bottom:15px;}
.custom.admissions #sidebars{background-color:#C7C8CA;}
.custom.admissions .pageTitle{background-position: 0 -93px;}
.custom.admissions .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.admissions .instructor_div a{color:#FFF;}
.custom.admissions .fireflyLogo{visibility:hidden;}
.custom.admissions_home h1, .custom.admissions_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.admissions_home #sidebars{background-color:#C7C8CA;}
.custom.admissions_home .pageTitle{background-position: 0 -93px;}
.custom.admissions_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.admissions_home .instructor_div a{color:#FFF;}
.custom.admissions_home .fireflyLogo{visibility:hidden;}
.custom.training #sidebars{background-color:#C7C8CA;}
.custom.training .pageTitle{background-position: 0 -1674px;}
.custom.training .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.training .instructor_div a{color:#FFF;}
.custom.training .fireflyLogo{visibility:hidden;}
.custom.training_home h1, .custom.training_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.training_home #sidebars{background-color:#C7C8CA;}
.custom.training_home .pageTitle{background-position: 0 -1674px;}
.custom.training_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.training_home .instructor_div a{color:#FFF;}
.custom.training_home .fireflyLogo{visibility:hidden;}
.custom.learning #sidebars{background-color:#C7C8CA;}
.custom.learning .pageTitle{background-position: 0 -1209px;}
.custom.learning .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.learning .instructor_div a{color:#FFF;}
.custom.learning .fireflyLogo{visibility:hidden;}
.custom.learning_home h1, .custom.learning_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.learning_home #sidebars{background-color:#C7C8CA;}
.custom.learning_home .pageTitle{background-position: 0 -1209px;}
.custom.learning_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.learning_home .instructor_div a{color:#FFF;}
.custom.learning_home .fireflyLogo{visibility:hidden;}
.custom.donate #sidebars{background-color:#C7C8CA;}
.custom.donate .pageTitle{background-position: 0 -837px;}
.custom.donate .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.donate .instructor_div a{color:#FFF;}
.custom.donate .fireflyLogo{visibility:hidden;}
.custom.donate_home h1, .custom.donate_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.donate_home #sidebars{background-color:#C7C8CA;}
.custom.donate_home .pageTitle{background-position: 0 -837px;}
.custom.donate_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.donate_home .instructor_div a{color:#FFF;}
.custom.donate_home .fireflyLogo{visibility:hidden;}
.custom.newsroom .pageTitle{background-position: 0 -1395px;}
.custom.newsroom #content_box{width:895px;background:none;}
.custom.newsroom #content{width:680px;float:left;vertical-align:top;}
.custom.newsroom #post-12{width:680px;}
.custom.newsroom .headline_area{width:680px;}
.custom.newsroom h1, .custom.newsroom .headline_area h1{visibility:hidden;line-height:9px;}
.custom.newsroom #sidebar_3{visibility:visible;width:450px;border:0;float:left;clear:right;}
.custom.newsroom .format_text{width:680px;float:left;clear:right;}
.custom.newsroom #sidebars{background-color:#FFFFFF;width:195px;margin-right:20px;}
.custom.newsroom #sidebar_1{float:right;width:180px;}
.custom.newsroom .instructor_div{font-size:12px;font-weight:normal;float:right;margin-top:44px;width:195px;}
.custom.newsroom .instructor_div a{color:#79B136;}
.custom.newsroom .format_text li{font-size:12px;font-weight:bold;list-style:none;color:#929393;}
.custom.newsroom .format_text li a{font-size:12px;font-weight:normal;text-decoration:none;color:#000;}
.custom.newsroom .format_text ul{margin:0;}
.custom.newsroom .img_icons{float:left;clear:right;border:none;padding-right:4px;padding-bottom:20px;}
.custom.newsroom #left_side{width:210px;float:left;clear:right;border:none;padding-right:40px;}
.custom.newsroom .news_list{width:420px;float:left;clear:right;border:none;line-height:18px;}
.custom.newsroom .news_list a{text-decoration:none;color:#79B136}
.custom.newsroom .format_text img.block, .format_text img.alignnone, .wp-caption.alignnone{margin:0 0 10px 0;}
.custom.newsroom .fireflyLogo{visibility:hidden;}
.custom.cat_news .pageTitle{display:none;}
.custom.cat_news .fireflyLogo{visibility:hidden;}
.custom.bookstore .pageTitle{background-position: 0 -372px;}
.custom.bookstore #sidebars{background-color:#C7C8CA;}
.custom.bookstore .instructor_div{font-size:12px;font-weight:normal;margin-top:0;margin-bottom:0;padding:10px 0 15px 0; background-color: #79b136}
.custom.bookstore .instructor_div a{color:#FFF;}
.custom.bookstore .fireflyLogo{visibility:hidden;}
.custom.bookstore_home h1, .custom.bookstore_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.bookstore_home #sidebars{background-color:#C7C8CA;}
.custom.bookstore_home .pageTitle{background-position: 0 -372px;}
.custom.bookstore_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.bookstore_home .instructor_div a{color:#FFF;}
.custom.bookstore_home .fireflyLogo{visibility:hidden;}
.custom.about .pageTitle{background-position: 0 0;}
.custom.about #sidebars{background-color:#C7C8CA;}
.custom.about .instructor_div{font-size:12px;font-weight:normal;margin-top:43px;margin-bottom:0;padding:25px;}
.custom.about .instructor_div a{color:#FFF;}
.custom.about .fireflyLogo{visibility:hidden;}
.custom.about_home h1, .custom.about_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.about_home #sidebars{background-color:#C7C8CA;}
.custom.about_home .pageTitle{background-position: 0 0;}
.custom.about_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.about_home .instructor_div a{color:#FFF;}
.custom.about_home .fireflyLogo{visibility:hidden;}
.custom.contact .pageTitle{background-position: 0 -558px;}
.custom.contact #sidebars{background-color:#C7C8CA;}
.custom.contact .instructor_div{font-size:12px;font-weight:normal;margin-top:43px;margin-bottom:0;padding:25px;text-align:left;}
.custom.contact .instructor_div a{color:#FFF;}
.custom.contact .fireflyLogo{visibility:hidden;}
.custom.contact_home h1, .custom.about_home .headline_area h1{visibility:hidden;line-height:9px;}
.custom.contact_home #sidebars{background-color:#C7C8CA;}
.custom.contact_home .pageTitle{background-position: 0 -558px;}
.custom.contact_home .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.contact_home .instructor_div a{color:#FFF;}
.custom.contact_home .fireflyLogo{visibility:hidden;}
.custom.archive .format_text li{font-size:12px;list-style:none;color:#000;}
.custom.archive .format_text li a{font-size:12px;text-decoration:none;color:#000;}
.custom.archive .format_text ul{margin:0 0 0 10px;list-style:none;}
.custom.archive .format_text .to_comments {display: none;}
.custom.archive .headline_area h3, .custom h3, .custom h3 a{font-size:20px;font-weight:regular;line-height:26px;color:#79B136;margin:25px 0 6px 0;}
.custom.archive h1, .custom.archive .headline_area h1{visibility:hidden;line-height:9px;}
.custom.archive .pageTitle{background-position: 0 -186px;}
.custom.archive .fireflyLogo{visibility:hidden;}
.custom.monthly .pageTitle{visibility:hidden;height:0px;}
.custom.monthly .headline_area h2, .custom.monthly h2, .custom.monthly h2 a{margin:3px 0 0 0;}
.custom.monthly .headline_area{margin:5px 0 7px 0;}
.custom.monthly .fireflyLogo{visibility:hidden;}
.custom.apply-now h1, .custom.apply-now .headline_area h1{visibility:hidden;line-height:9px;}
.custom.apply-now #sidebars{background-color:#C7C8CA;}
.custom.apply-now .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.apply-now .instructor_div a{color:#FFF;}
.custom.apply-now .fireflyLogo{visibility:hidden;}
.custom.request-info h1, .custom.request-info .headline_area h1{visibility:hidden;line-height:9px;}
.custom.request-info #sidebars{background-color:#C7C8CA;}
.custom.request-info .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.request-info .instructor_div a{color:#FFF;}
.custom.request-info .fireflyLogo{visibility:hidden;}
.custom.sitemap h1, .custom.sitemap .headline_area h1{visibility:hidden;line-height:9px;}
.custom.sitemap #sidebars{background-color:#C7C8CA;}
.custom.sitemap .pageTitle{background-position: 0 -1580px;}
.custom.sitemap .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.sitemap .instructor_div a{color:#FFF;}
.custom.sitemap .fireflyLogo{visibility:hidden;}
.custom.privacy h1, .custom.privacy .headline_area h1{visibility:hidden;line-height:9px;}
.custom.privacy #sidebars{background-color:#C7C8CA;}
.custom.privacy .pageTitle{background-position: 0 -1488px;}
.custom.privacy .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.privacy .instructor_div a{color:#FFF;}
.custom.privacy .fireflyLogo{visibility:hidden;}
.custom.credits h1, .custom.credits .headline_area h1{visibility:hidden;line-height:9px;}
.custom.credits #sidebars{background-color:#C7C8CA;}
.custom.credits .pageTitle{background-position: 0 -651px;}
.custom.credits .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.credits .instructor_div a{color:#FFF;}
.custom.credits .fireflyLogo{visibility:hidden;}
.custom.executive_bios h1, .custom.executive_bios .headline_area h1{visibility:hidden;line-height:9px;}
.custom.executive_bios #sidebars{background-color:#C7C8CA;}
.custom.executive_bios .pageTitle{background-position: 0 -930px;}
.custom.executive_bios .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.executive_bios .instructor_div a{color:#FFF;}
.custom.executive_bios .fireflyLogo{visibility:hidden;}
.custom.calendar h1, .custom.calendar .headline_area h1{visibility:hidden;line-height:9px;}
.custom.calendar #sidebars{background-color:#C7C8CA;}
.custom.calendar .pageTitle{background-position: 0 -465px;}
.custom.calendar .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.calendar .instructor_div a{color:#FFF;}
.custom.calendar .fireflyLogo{visibility:hidden;}
.custom.spots h1, .custom.spots .headline_area h1{visibility:hidden;line-height:9px;}
.custom.spots #sidebars{background-color:#C7C8CA;}
.custom.spots .instructor_div{font-size:12px;font-weight:normal;margin-bottom:0;padding:25px;}
.custom.spots .instructor_div a{color:#FFF;}
.custom.spots .fireflyLogo{visibility:hidden;}
div#feature_box{background:#fff;border:none;}
.custom.generic .instructor_div{font-size:12px;font-weight:normal;margin-top:0;margin-bottom:0;padding:10px 0 15px 0; background-color: #79b136}
.custom.generic .extra_sidebar p img{border-color:#79b136;}
div#featured_one{float:left;width:150px;color:#929393;padding-left:60px;padding-right:30px;padding-top:20px;padding-bottom:20px;font-size:11px;line-height:14px;}
div#featured_two{float:left;width:150px;color:#929393;padding-right:30px;padding-top:20px;padding-bottom:20px;font-size:11px;line-height:14px;}
div#featured_three{float:left;width:150px;color:#929393;padding-right:30px;padding-top:20px;padding-bottom:20px;font-size:11px;line-height:14px;}
div#featured_four{float:left;width:150px;color:#929393;padding-right:30px;padding-top:20px;padding-bottom:20px;font-size:11px;line-height:14px;}
div#featured_five{float:left;width:150px;color:#929393;padding-top:20px;font-size:11px;line-height:14px;}
#bread, #bread a{font-size:11px;color:#929393;font-weight:normal;text-decoration:none;}
.custom form, .custom form p{vertical-align:top;margin:0;}
.custom .fireflyLogo{float:right;margin-top:10px;margin-right:5px;}
.custom input, textarea{background:#FFFFFF;border-color:#c7c8cb;border-style:solid;border-width:4px;font-size:10px;color:#666;font-weight:normal;height:16px;width:150px;padding:3px;float:right;vertical-align:text-top;margin:10px 8px;}
table.programs{width:99%;border-spacing:0;border-collapse:collapse;margin:20px auto;}
table.programs th{background-color:#79b136;color:#fff;font-weight:bold;padding:5px;text-align:left;border-left:dotted 1px #b9caa5;}
table.programs th:first-child{text-align:left;border-left:none;}
table.programs td:first-child{border-left:none;}
table.programs td{padding:8px 5px 4px 5px;border-bottom:dotted 1px #b9caa5;border-left:dotted 1px #b9caa5;text-align:left;}
table.programs td:first-child{text-align:left;}
table.aviation th{background-color:#74cee2;border-left-color:#E0ECEF;}
table.aviation td{border-bottom-color:#E0ECEF;border-left-color:#E0ECEF;}
table.health th{background-color:#d0d823;border-left-color:#EDEFB3;}
table.health td{border-bottom-color:#EDEFB3;border-left-color:#EDEFB3;}
table.directory th{background-color:#79B136;text-align:left;}
table.directory td{border-bottom-color:#EDEFB3;text-align:left;}
table.mfg th{background-color:#f7941d;border-left-color:#FFD39F;}
table.mfg td{border-bottom-color:#FFD39F;border-left-color:#FFD39F;}
table.gened th{background-color:#e23a32;border-left-color:#FFD1CF;}
table.gened td{border-bottom-color:#FFD1CF;border-left-color:#FFD1CF;}
table.design th{background-color:#af5f98;border-left-color:#EFE0EB;}
table.design td{border-bottom-color:#EFE0EB;border-left-color:#EFE0EB;}
h2.aviation{color:#74cee2;}
h2.health{color:#d0d823;}
h2.gened{color:#e23a32;}
h2.mfg{color:#f7941d;}
h2.design{color:#af5f98;}
ul.letters{margin:15px auto 0 auto;font-size:115%; color: #000; }
ul.letters li{list-style:none;display:inline; color: #000; }
.wp-table-reloaded-id-2, .wp-table-reloaded-id-4, .wp-table-reloaded-id-5, .wp-table-reloaded-id-6, .wp-table-reloaded-id-7{padding-top:5px;padding-bottom:5px;}
.employee-directory #sidebars, .faculty-directory #sidebars, .staff-directory #sidebars, .sitemap #sidebars, .employee-directory .instructor_div, .faculty-directory .instructor_div, .staff-directory .instructor_div, .sitemap .instructor_div { display: none; }
.employee-directory #content_box, .faculty-directory #content_box, .staff-directory #content_box, .sitemap #content_box { background-image: none; }
.employee-directory #content, .faculty-directory #content, .staff-directory #content, .sitemap #content { width: 868px; }
ul.options li, ul.options a { font-size: 16px!important; }
ul.options { margin-bottom: 15px; }
.wp-table-reloaded-id-11 { width: 210px !important; }
.wp-table-reloaded-id-11 td { vertical-align: middle; font-size: 12px; color: #999; padding: 4px 0 !important; line-height: 1.2em; }
.wp-table-reloaded-id-11 td img { 
	margin: 1px 5px 1px 1px;
	border: 2px solid #79b136;
}
.wp-table-reloaded-id-11 strong a { 
	font-size: 14px!important;
	font-weight: bold!Important;
}