/*
Theme Name: GAGE
Theme URI: http://www.evansvillegage.com/
Description: This is the GAGE web design theme.
Version: 1.0
Author: Dave Harper
Author URI: http://daveharperdesign.com/

	GAGE1.0
	 http://www.evansvillegage.com/

	This theme was designed and built by Dave Harper,
	whose website you will find at http://daveharperdesign.com/

*/



/***************************************** 
 * CSS for screen delivery
 ****************************************/

* {
	margin:0;
	padding:0;	
}

body {
	background: #fff url(images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size:14px;
	line-height: 21px;
	color:#000;
	}

.clear {
	clear: both;	
}

ul {
	list-style: none;	
}

hr {
	border-bottom: 1px solid #C4D0DE;
	border-top: none;
	border-right: none;
	border-left: none;
	margin: 15px 0;
}

/******** Home Header ********/

#top-wrapper {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 1034px;
	color: #ccc;
	padding: 0 0 0 0;
	background: url(images/main_hd_bg.jpg) no-repeat top left;
}
/*#logo h1 {
	font-size: 35px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}*/
#logo {
	width: 611px;
	height: 84px; 
	margin: 0 0 24px 0;
	background: url(images/gage_logo.jpg) no-repeat top left;
	display: block; 
	text-indent: -9999px;
	float: left;
}


/********* Navigation **********/

#nav ul {
	list-style: none;
	font-size: 12px;	
}
#nav ul li {
	border-bottom: 1px solid #96a9a7;
	padding: 12px 20px;	
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letterspacing: 1px;	
}
#nav ul li a:hover {
	text-decoration: underline;
}

/********* Sub-Navigation **********/

#nav ul li ul {
	background: #a2c5c1;
	margin: 12px -20px -12px -20px;
	padding: 9px 0;	
}
#nav ul li ul li {
	border: none;
	padding: 3px 5px 3px 35px;
	margin: 0;	
}
#nav ul li ul li a {
	color: #00316d;
	text-decoration: underline;
	letterspacing: .2px;
	text-transform: none;	
}
#nav ul li ul li a:hover {
	text-decoration: none;
}
#nav ul li li {
	background: url(images/blue_square.gif) no-repeat 20px 12px;
	padding-left: 15px;
	margin-left: -10px;
}

#searchbar {
	float: right;
	padding: 25px 0 0 0;
	margin: 18px 16px 0 18px;
	width: 270px;
}
#searchbar fieldset {
	border: none;
}
#searchbar fieldset input {
	height: 28px;
	padding: 0 50px 0 30px;
	border: none;
	color: #96a9a7;
	font-size: 13px;
	letter-spacing: .5px;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	width: 207px;
	background: url(images/search.jpg) no-repeat top left;
}

#searchbar fieldset input#search {
	display: none;
}

/******** Content Wrap ********/

#content-wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;	
}
#content-main {
	margin: 0 auto;
	padding: 0;
	width: 1034px;
	overflow: hidden;
	text-align: left;
	color: #000;
	background: url(images/main_container_bg.png) repeat-y top left;
}
#content-left {
	float: left;
	margin: 0 0 0 27px;
	padding: 0;
	width: 260px;
	height: 793px;
	min-height: 793px;
	text-align: left;
	background: url(images/main_left_nav_bg.png) no-repeat top left;
}
html>body #content-left {
	height:auto;
}
#content-sub {
	margin: 0 auto;
	padding: 0;
	width: 1034px;
	overflow: hidden;
	text-align: left;
	color: #000;
	background: url(images/sub_container_bg.png) repeat-y top left;
}
#content-sub-left {
	float: left;
	margin: 0 0 0 27px;
	padding: 0;
	width: 260px;
	height: 793px;
	min-height: 793px;
	text-align: left;
	background: url(images/sub_left_nav_bg.jpg) no-repeat top left;
}
html>body #content-sub-left {
	height:auto;
}
#content-right {
	float: right;
	margin: 0 27px 0 0;
	width: 720px;
	text-align: left;
	color: #000;
}
#content-sub-right {
	float: right;
	margin: 0 27px 0 0;
	width: 720px;
	text-align: left;
	color: #000;
}


/******** Home page ********/

#content-right #teaser {
	width: 720px;
	height: 306px;
	padding: 0;
	margin: 0;
}
#content-right #teaser a img {
	border: none;
	padding: 0;
	margin: 0;
}

#content-right #home-welcome {
	width: 330px;
	padding: 25px;
	float: left;
	overflow: hidden;
}
#content-right #home-welcome h2 {
	padding: 0 0 7px 0;
	color: #00937f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-right #home-welcome p {
	padding: 7px 0 7px 0;
	color: #2c5381;
}
#content-right #home-welcome p a {
	color: #00316d;
	font-weight: bold;
}
#content-right #home-welcome p a:hover {
	text-decoration: none;
}

/******** Home page News items ********/

#content-right #home-news {
	width: 334px;
	background: url(images/news_bg.jpg) no-repeat top left;
	float: left;
	overflow: hidden;
	margin: 24px 0 0 6px;
	font-size: 12px;
	color: #2c5381;	
}
#content-right #home-news h3 {
	display: block; 
	text-indent: -9999px;
}
#content-right #home-news .home-leading-news {
	padding: 0;
	margin: 15px 0 0 11px;
	width: 321px;
	border-top: 1px dotted #2c5381;
	line-height: 18px;
}
#content-right #home-news .home-leading-news p {
	padding: 12px 7px 7px 10px;
}
#content-right #home-news .home-leading-news img {
	width: 100px;
	height: 100px;
	float: left;
	padding: 0;
	margin: -1px 15px 0 0;
	border-right: 1px dotted #2c5381;
	border-left: 1px dotted #2c5381;
	border-bottom: 1px dotted #2c5381;
}
#content-right #home-news .home-leading-news a img {
	border: 1px dotted #2c5381;
}
#content-right #home-news .home-leading-news a {
	color: #00937f;
	font-weight: bold;
}
#content-right #home-news .home-leading-news a:hover {
	text-decoration: none;
}

/******** Home page Events items ********/

#content-right #home-events {
	width: 334px;
	background: url(images/events_bg.jpg) no-repeat top left;
	float: left;
	overflow: hidden;
	margin: 24px 0 0 6px;
	font-size: 12px;
	color: #2c5381;	
}
#content-right #home-events h3 {
	display: block; 
	text-indent: -9999px;
}
#content-right #home-events .home-leading-events {
	padding: 0;
	margin: 15px 0 0 11px;
	width: 321px;
	border-top: 1px dotted #2c5381;
	line-height: 18px;
}
#content-right #home-events .home-leading-events p {
	padding: 12px 7px 7px 10px;
}
#content-right #home-events .home-leading-events img {
	width: 100px;
	height: 100px;
	float: left;
	padding: 0;
	margin: -1px 15px 0 0;
	border-right: 1px dotted #2c5381;
	border-left: 1px dotted #2c5381;
	border-bottom: 1px dotted #2c5381;
}
#content-right #home-events .home-leading-events a img {
	border: 1px dotted #2c5381;
}
#content-right #home-events .home-leading-events a {
	color: #00937f;
	font-weight: bold;
}
#content-right #home-events .home-leading-events a:hover {
	text-decoration: none;
}

/********* Search page **********/

#content-right #search-page {
	width: 675px;
	padding: 25px;
	overflow: hidden;
}
#content-right #search-page div {
	margin: 0 0 15px 0;
}
#content-right #search-page h2 {
	padding: 0 0 7px 0;
	color: #00937f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-right #search-page a {
	color: #009481; 
	font-weight: normal;
}
#content-right #search-page a:hover {
	text-decoration: none;
}
#content-right #search-page .navigation a {
	color: #00316d;
	font-weight: normal;
}
.navigation .alignleft {
	float: left;
	overflow: hidden;
}
.navigation .alignright {
	float: right;
	overflow: hidden;
}

/********* Tier page **********/

#content-right #tier-teaser {
	width: 720px;
	padding: 0;
	margin: 0;
}
#content-right #tier-teaser img {
	margin: 0;
}
#content-right #tier-teaser a img {
	border: none;
	padding: 0;
	margin: 0;
}
#content-right #tier-content {
	width: 675px;
	padding: 25px;
	overflow: hidden;
}
#content-right #tier-content h2 {
	padding: 0 0 7px 0;
	color: #00937f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-right #tier-content h3 {
	padding: 10px 0 7px 0;
	color: #00937f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
#content-right #tier-content h4 {
	padding: 10px 0 5px 0;
	color: #00937f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
#content-right #tier-content p {
	padding: 7px 0 7px 0;
	color: #2c5381;
}
#content-right #tier-content .archive-entry {
	border-bottom: 1px solid #8299b8;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
#content-right #tier-content .archive-entry p:first-child {
	font-weight: bold;
	padding: 9px 0 0 0;
	font-size: 14px;
	color: #00937F;
}
#content-right #tier-content .archive-entry p {
	padding: 3px 0 3px 0;
	font-size: 12px;
}
#content-right #tier-content h3 a {
	color: #0f3460;
}
#content-right #tier-content h3 a:hover {
	text-decoration: none;
}
.navigation a {
	color: #0f3460;
}
.navigation a:hover {
	text-decoration: none;
}
#content-right #tier-content p.postmetadata {
	padding: 0 0 15px 0;
	color: #2c5381;
}
#content-right #tier-content #column1 {
	width: 330px;
	float: left;
	overflow: hidden;
}
#content-right #tier-content #column1 h3 {
	padding: 20px 0 0 0;
	color: #00937f;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
#content-right #tier-content #column1 p {
	padding: 0;
	font-size: 12px;
	color: #2c5381;
}
#content-right #tier-content #column2 {
	width: 330px;
	margin: 0 0 0 13px;
	float: left;
	overflow: hidden;
}
#content-right #tier-content #column2 h3 {
	padding: 20px 0 0 0;
	color: #00937f;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
#content-right #tier-content #column2 p {
	padding: 0;
	font-size: 12px;
	color: #2c5381;
}
#content-right #tier-content p img {
	margin: 15px;
	float: right;
}
#content-right #tier-content blockquote {
	margin: 15px 0 15px 35px;
	border-left: 1px dotted #2c5381;
	border-bottom: 1px dotted #2c5381;
	padding: 0 12px 12px 25px;
}
#content-right #tier-content #profiles {
	padding: 10px 0;
}
#content-right #tier-content #profiles h3 {
	padding: 20px 0 0 0;
	color: #00937f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
#content-right #tier-content #profiles img {
	margin: 20px 20px 20px 0;
	float: left;
	overflow: hidden;
}
#content-right #tier-content #profiles hr {
	clear: both;
	border-top: 1px solid #607b99;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
#content-right #tier-content p a, #content-right #tier-content ul li a {
	color: #00316d;
	font-weight: bold;
}
#content-right #tier-content p a:hover, #content-right #tier-content ul li a:hover {
	text-decoration: none;
}
#content-right #tier-content ul li {
	background: url(images/blue_square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}

.breadcrumb {
	font-size: 11px;
	color: #00937f;
	letter-spacing: .4px;
	padding: 3px 0 5px 25px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #fff;
	width: 357px;
	background: #fff;	
}
.breadcrumb a {
	font-size: 11px;
	color: #00937f;
	letter-spacing: .4px;
	text-decoration: underline;	
}
.breadcrumb a:hover {
	text-decoration: none;	
}

#content-right img {
	margin: 12px 0 0 0;
}

/********* Division-specific page **********/

.division-title {
	background: url(images/subsite_bg.jpg) no-repeat top left;
	width: 980px;
	margin: 0 0 -3px 27px;
	padding: 24px 0 25px 25px;	
}
.division-title h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
}
.subsite-breadcrumb {
	font-size: 11px;
	color: #00937f;
	letter-spacing: .4px;
	padding: 0 0 5px 25px;
	margin: 0 0 0 21px;
	border-bottom: 1px solid #fff;
	width: 550px;
	background: #fff;	
}
.subsite-breadcrumb a {
	font-size: 11px;
	color: #00937f;
	letter-spacing: .4px;
	text-decoration: underline;	
}
.subsite-breadcrumb a:hover {
	text-decoration: none;	
}

/********* Division-specific page Navigation **********/

#content-sub-left #nav ul {
	list-style: none;
	font-size: 12px;	
}
#content-sub-left #nav ul li {
	border-bottom: 1px solid #103460;
	padding: 10px 20px;	
}
#content-sub-left #nav ul li a {
	color: #103460;
	text-decoration: none;
	text-transform: uppercase;
	letterspacing: 1px;	
}
#content-sub-left #nav ul li a:hover {
	text-decoration: underline;
}


/********* Division-specific Tier page Navigation **********/

#tier-nav ul {
	list-style: none;
	font-size: 12px;	
}
#tier-nav ul li {
	border-bottom: 1px solid #103460;
	padding: 8px 20px;	
}
#tier-nav ul li a {
	color: #103460;
	text-decoration: none;
	text-transform: uppercase;
	letterspacing: 1px;	
}
#tier-nav ul li a:hover {
	text-decoration: underline;
}

/********* Division-specific Tier page Sub-Navigation **********/

#tier-nav ul li ul {
	background: #53749c;
	margin: 5px -20px -10px -20px;
	padding: 9px 0;	
	border-top: 1px solid #103460;
	border-bottom: 1px solid #103460;
}
#tier-nav ul li ul li {
	border: none;
	padding: 3px 5px 3px 35px;
	margin: 0;	
}
#tier-nav ul li ul li a {
	color: #fff;
	text-decoration: underline;
	letterspacing: .2px;
	text-transform: none;	
}
#tier-nav ul li ul li a:hover {
	text-decoration: none;
}
#tier-nav ul li li {
	background: url(images/white_square.gif) no-repeat 20px 12px;
	padding-left: 15px;
	margin-left: -10px;
}

/******** Downtown entry page ********/

#content-right #downtown-welcome {
	width: 320px;
	padding: 25px;
	float: left;
	overflow: hidden;
}
#content-right #downtown-welcome h2 {
	padding: 0 0 7px 0;
	color: #fe8402;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-sub-right #tier-content h2 {
	color: #fe8402;	
}
#content-right #downtown-welcome p {
	padding: 7px 0 7px 0;
	color: #2c5381;
}
#content-right #tier-content ul li {
	color: #2c5381;	
}
#content-right #tier-content p a, #content-right #tier-content p a img, #content-right #tier-content table a, #content-right #tier-content ul li a, #content-right #downtown-welcome p a, #content-right #tier-content h4 a {
	color: #00316d;
	font-weight: bold;
}
#content-right #tier-content .sponsor-wrap {
	padding: 15px 0 0 0;
}
#content-right #tier-content .sponsor-wrap table a img {
	text-decoration: none;
	border: none;
	color: #fff;
}
#tier-content p a img {
	border-color: #00316d;
}
#content-right #tier-content p a:hover, #content-right #tier-content table a:hover, #content-right #tier-content ul li a:hover, #content-right #downtown-welcome p a:hover, #content-right #tier-content h4 a:hover {
	text-decoration: none;
}
#content-right #tier-content ul li {
	background: url(images/blue_square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}

/******** Downtown entry page News items ********/

/******** Home page News items ********/

#content-right #downtown-news {
	width: 334px;
	background: url(images/upcoming_events_bg.jpg) no-repeat top left;
	float: left;
	overflow: hidden;
	margin: 24px 0 0 15px;
	font-size: 12px;
	color: #2c5381;	
}
#content-right #downtown-news h3 {
	display: block; 
	text-indent: -9999px;
}
#content-right #downtown-news .downtown-leading-news {
	padding: 0;
	margin: 15px 0 0 12px;
	border-top: 1px dotted #2c5381;
	line-height: 18px;
}
#content-right #downtown-news .downtown-leading-news h4 {
	padding: 12px 7px 7px 10px;
	color: #fe8c13;
}
#content-right #downtown-news .downtown-leading-news p {
	padding: 0 7px 4px 10px;
}
#content-right #downtown-news .downtown-leading-news img {
	width: 100px;
	height: 100px;
	float: left;
	padding: 0;
	margin: 0 15px 0 -10px;
}
#content-right #downtown-news .downtown-leading-news a img {
	border: none;
}
#content-right #downtown-news .downtown-leading-news a {
	color: #fe8c13;
	font-weight: bold;
}
#content-right #downtown-news .downtown-leading-news a:hover {
	text-decoration: none;
}

/******** Downtown entry-page Events items ********/

#content-right #downtown-enews {
	border-top: 1px dotted #2c5381;
	width: 324px;
	padding: 15px 0 25px 0;
	float: right;
	overflow: hidden;
	margin: 24px 0 0 0;
	font-size: 13px;
	background: url(images/enews_bg.jpg) no-repeat top left;
}
#content-right #downtown-enews p {
	padding: 0;
	margin: 0 0 0 130px;
	width: 150px;
}
#content-right #downtown-enews a {
	color: #fe8c13;
	font-weight: bold;
}
#content-right #downtown-enews a:hover {
	text-decoration: none;
}
#content-right #downtown-fb {
	width: 324px;
	padding: 15px 0 25px 0;
	float: right;
	overflow: hidden;
	margin: 14px 0 0 0;
}
#content-right #downtown-fb a img {
	border: none;
}

/******** Downtown Register page ********/

.required {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
}
form fieldset {
	border:none;
	margin:0;
	padding:0;
}
form fieldset p {
	padding: 0 0 20px 0;
}

input, textarea {
	background-color:#FFFFFF;
	border:1px solid #019380;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin:0 0 8px;
	padding:3px;
}
select {
	background-color:#FFFFFF;
	border:1px solid #019380;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin:0 0 8px;
	padding:2px;
}

/******** Downtown Properties page ********/

#prop_thumbs {
	margin:15px 0 0 0;
}
#prop_thumbs img {
	display:inline;
	margin:0 0 10px;
	border: 0;
}
table.prop_table {
	border-top:1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
}
table.prop_table tr.border td {
	border-bottom:1px solid #BEC8D1;
	font-weight:bold;
	vertical-align:top;
}
table.prop_table th {
	border-bottom:1px solid #CCCCCC;
	color:#FF5A00;
	font-size:1.1em;
	font-weight:bold;
	padding:2px;
	width:25%;
}
table.prop_table td {
	color:#6B6B6B;
	padding:8px 2px;
	text-align:left;
	vertical-align:top;
}
table.prop_table_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	width:670px;
}
table.prop_table_details th {
	border-bottom:1px solid #CCCCCC;
	color:#00937F;
	font-size:0.95em;
	font-weight:bold;
	padding:3px 2px;
	vertical-align:top;
	width:200px;
}
table.prop_table_details td {
	border-bottom:1px solid #CCCCCC;
	color:#2C5381;
	padding:2px;
	text-align:left;
	vertical-align:top;
}

/******** Downtown Events page styling *******/

#content-sub-left #sidebar {
	background: #53749C;
	margin: 20px;
	padding: 20px;
}
#content-sub-left #sidebar h2 {
	padding: 0 0 7px 0;
	color: #b2c1d4;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 14px;
}
#content-sub-left #sidebar a {
	color: #fff;
}
#content-sub-left #sidebar a:hover {
	text-decoration: none;
}
#content-sub-left #sidebar ul li ul li {
	padding-left: 15px;
}
#content-sub-left #sidebar ul li ul li ul li {
	padding: 3px 5px 3px 25px;
}

/******** End Downtown Events page styling *******/

/******** Tech Transfer entry page ********/

#content-right #tech-welcome {
	width: 400px;
	padding: 25px;
	float: left;
	overflow: hidden;
}
#content-right #tech-welcome h2 {
	padding: 0 0 7px 0;
	color: #c70000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-sub-right #tech-tier-content h2 {
	color: #c70000;	
}
#content-right #tech-welcome p {
	padding: 7px 0 7px 0;
	color: #000;
}
#content-right #tech-welcome .callout-box {
	margin: 20px 0 0 0;
	width: 360px;
	padding: 20px;
	float: left;
	overflow: hidden;
	background: #dfeaee url(images/callout-box_bg.jpg) no-repeat top left;
	border: 1px dotted #00316d;
}
#content-right #tech-welcome .callout-box h3 {
	color: #425695;
}
#content-right #tech-welcome .callout-box ul li {
	color: #1f1d54;
	background: url(images/blue_square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}
#content-right #tech-tier-content ul li {
	color: #000;	
}
#content-right #tech-tier-content p a, #content-right #tech-tier-content ul li a, #content-right #tech-welcome p a {
	color: #c70000;
	font-weight: bold;
}
#content-right #tech-tier-content p a:hover, #content-right #tech-tier-content ul li a:hover, #content-right #tech-welcome p a:hover {
	text-decoration: none;
}
#content-right #tech-tier-content ul li {
	background: url(images/square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}

/******** Innovation Pointe entry page Quick Links ********/

/******** Innovation Pointe Home page Quick Links ********/

#content-right #innovate-links {
	width: 253px;
	background: url(images/quicklinks_bg.jpg) no-repeat top left;
	float: left;
	overflow: hidden;
	margin: 24px 0 0 15px;
	font-size: 12px;
	color: #2c5381;	
}
#content-right #innovate-links h3 {
	display: block; 
	text-indent: -9999px;
}
#content-right #innovate-links .innovate-leading-news {
	padding: 0;
	margin: 38px 0 0 12px;
	border-top: 1px dotted #2c5381;
	line-height: 18px;
}
#content-right #innovate-links .innovate-leading-news h4 {
	padding: 12px 7px 7px 10px;
	color: #fe8c13;
}
#content-right #innovate-links .innovate-leading-news p, #content-right #innovate-links .innovate-leading-news ul {
	padding: 10px 10px 10px 13px;
}
#content-right #innovate-links .innovate-leading-news ul li {
	padding: 3px;
}
#content-right #innovate-links .innovate-leading-news img {
	float: left;
	padding: 0 0 14px 0;
	margin: 11px 0 10px 1px;
	border-bottom: 1px dotted #2c5381;
}
#content-right #innovate-links .innovate-leading-news a img {
	border: none;
}
#content-right #innovate-links .innovate-leading-news a {
	color: #ce4a05;
	font-weight: bold;
}
#content-right #innovate-links .innovate-leading-news a:hover {
	text-decoration: none;
}

/********* Innovation Pointe Tier page **********/

#content-right #innovate-tier-content {
	width: 675px;
	padding: 25px;
	overflow: hidden;
}
#content-right #innovate-tier-content h2 {
	padding: 0 0 7px 0;
	color: #5e931d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-right #innovate-tier-content h3 {
	padding: 10px 0 7px 0;
	color: #5e931d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
#content-right #innovate-tier-content h3 a {
	color: #5e931d;
}
#content-right #innovate-tier-content h3 a:hover {
	text-decoration: none;
}
#content-right #innovate-tier-content p {
	padding: 7px 0 7px 0;
	color: #000;
}
#content-right #innovate-tier-content p img {
	margin: 15px;
	float: right;
}
#content-right #innovate-tier-content blockquote {
	margin: 15px 0 15px 35px;
	border-left: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 0 12px 12px 25px;
}
#content-right #innovate-tier-content p a, #content-right #innovate-tier-content ul li a {
	color: #5e931d;
	font-weight: bold;
}
#content-right #innovate-tier-content p a:hover, #content-right #innovate-tier-content ul li a:hover {
	text-decoration: none;
}
#content-right #innovate-tier-content ul li {
	background: url(images/square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}

/******** Innovation Pointe entry page ********/

#content-right #innovation-welcome {
	width: 400px;
	padding: 25px;
	float: left;
	overflow: hidden;
}
#content-right #innovation-welcome h2 {
	padding: 0 0 7px 0;
	color: #5e931d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-right #innovation-welcome h3 {
	padding: 15px 0 7px 0;
	color: #5e931d;
}
#content-sub-right #innovation-tier-content h2 {
	color: #5e931d;	
}
#content-right #innovation-welcome p {
	padding: 7px 0 7px 0;
	color: #000;
}
#content-right #innovation-welcome ul {
	margin-bottom: 15px;
}
#content-right #innovation-welcome ul li {
	background: url(images/square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}
#content-right #innovation-tier-content ul li {
	color: #000;	
}
#content-right #innovation-tier-content p a, #content-right #innovation-tier-content ul li a, #content-right #innovation-welcome p a {
	color: #5e931d;
	font-weight: bold;
}
#content-right #innovation-tier-content p a:hover, #content-right #innovation-tier-content ul li a:hover, #content-right #innovation-welcome p a:hover {
	text-decoration: none;
}
#content-right #innovation-tier-content ul li {
	background: url(images/square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}

/******** Tech Transfer entry page News items ********/

/******** Tech Transfer Home page News items ********/

#content-right #tech-news {
	width: 253px;
	background: url(images/tt_home_snipe_bg.jpg) no-repeat top left;
	float: left;
	overflow: hidden;
	margin: 24px 0 0 15px;
	font-size: 12px;
	color: #2c5381;	
}
#content-right #tech-news h3 {
	display: block; 
	text-indent: -9999px;
}
#content-right #tech-news .tech-leading-news {
	padding: 0;
	margin: 0 0 0 12px;
	line-height: 18px;
}
#content-right #tech-news .tech-leading-news h4 {
	padding: 12px 7px 7px 10px;
	color: #fe8c13;
}
#content-right #tech-news .tech-leading-news p {
	padding: 0 7px 12px 10px;
}
#content-right #tech-news .tech-leading-news img {
	float: left;
	padding: 0 0 14px 0;
	margin: 11px 0 10px 1px;
	border-bottom: 1px dotted #2c5381;
}
#content-right #tech-news .tech-leading-news a img {
	border: none;
}
#content-right #tech-news .tech-leading-news a {
	color: #fe8c13;
	font-weight: bold;
}
#content-right #tech-news .tech-leading-news a:hover {
	text-decoration: none;
}

/********* Tech Transfer Tier page **********/

#content-right #tech-tier-content {
	width: 675px;
	padding: 25px;
	overflow: hidden;
}
#content-right #tech-tier-content h2 {
	padding: 0 0 7px 0;
	color: #c70000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-right #tech-tier-content h3 {
	padding: 10px 0 7px 0;
	color: #c70000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
#content-right #tech-tier-content p {
	padding: 7px 0 7px 0;
	color: #000;
}
#content-right #tech-tier-content p img {
	margin: 15px;
	float: right;
}
#content-right #tech-tier-content blockquote {
	margin: 15px 0 15px 35px;
	border-left: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 0 12px 12px 25px;
}
#content-right #tech-tier-content p a, #content-right #tech-tier-content ul li a {
	color: #c70000;
	font-weight: bold;
}
#content-right #tech-tier-content p a:hover, #content-right #tech-tier-content ul li a:hover {
	text-decoration: none;
}
#content-right #tech-tier-content ul li {
	background: url(images/square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}

/********* Engage Tier page **********/

#content-right #engage-tier-content {
	width: 675px;
	padding: 25px;
	overflow: hidden;
}
#content-right #engage-tier-content h2 {
	padding: 0 0 7px 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-right #engage-tier-content h3 {
	padding: 10px 0 7px 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
#content-right #engage-tier-content p {
	padding: 7px 0 7px 0;
	color: #000;
}
#content-right #engage-tier-content p img {
	margin: 15px;
	float: right;
}
#content-right #engage-tier-content blockquote {
	margin: 15px 0 15px 35px;
	border-left: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 0 12px 12px 25px;
}
#content-right #engage-tier-content p a, #content-right #engage-tier-content ul li a {
	color: #000;
	font-weight: bold;
}
#content-right #engage-tier-content p a:hover, #content-right #engage-tier-content ul li a:hover {
	text-decoration: none;
}
#content-right #engage-tier-content ul li {
	background: url(images/square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}

/********* EvansFests Tier page **********/

#content-right #evansfests-tier-content {
	width: 675px;
	padding: 25px;
	overflow: hidden;
}
#content-right #evansfests-tier-content h2 {
	padding: 0 0 7px 0;
	color: #890190;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
}
#content-right #evansfests-tier-content h3 {
	padding: 10px 0 7px 0;
	color: #890190;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}
#content-right #evansfests-tier-content p {
	padding: 7px 0 7px 0;
	color: #000;
}
#content-right #evansfests-tier-content p strong {
	padding: 7px 0 7px 0;
	color: #890190;
}
#content-right #evansfests-tier-content p img {
	margin: 15px;
	float: right;
}
#content-right #evansfests-tier-content blockquote {
	margin: 15px 0 15px 35px;
	border-left: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 0 12px 12px 25px;
}
#content-right #evansfests-tier-content p a, #content-right #evansfests-tier-content ul li a {
	color: #890190;
	font-weight: bold;
}
#content-right #evansfests-tier-content p a:hover, #content-right #evansfests-tier-content ul li a:hover {
	text-decoration: none;
}
#content-right #evansfests-tier-content ul li {
	background: url(images/square.gif) no-repeat 1px 8px;
	padding-left: 15px;
	margin-left: 20px;
}



/********* Footer **********/

#footer-wrapper {
	width: 100%;
	background: #293849 url(images/footer_bg.jpg) repeat-x top left;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;	
}
#footer {
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
	letter-spacing: .9px;
	height: 35px;
	padding: 10px 0 0 35px;
	background: url(images/footer_logo.jpg) no-repeat 12px 0;	
}
#footer a {
	color: #fff;
	text-decoration: underline;	
}
#footer a:hover {
	text-decoration: none;	
}

.post h2.page-name {
	display: none;	
}
