body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: .98em;
	background-color: #7E92A4;
	background-image: url(../images/background-blue-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	}
	
#imageContainer {
	position:relative;
	margin:auto;
	width:500px;
	/*border:1px solid #000;*/
}

#imageContainer {
	height:300px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
	
	
/* BEGIN Masthead 
*****************************************************************************************************
*****************************************************************************************************/	
#masthead {
	height: 100px;
	background-image: url(../images/masthead-background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
#skip-to {
	margin: 0;
	padding: 0;
	border: 0;
	}
#skip-to a {
	display: block;
	padding: 2px 0;
	overflow: hidden;
	text-indent: -600em;
	text-decoration: none;
	font-size: 65%;
	}
#skip-to a:hover {
	background: transparent;
	color: #6F001E;
	text-indent: 1.5em;
	}
#masthead h1 {
	display: inline;
	margin: 0;
	padding: 0;
	}	
#university-branding {
	width: 450px;
	margin: 0;
	padding: .25em 0 0 10px;
	}	
#university-branding a {
	color: #6F001E;
	}
#locations {
	margin: .2em 0 0 .5em;
	font-size: 70%;
	}
	
/* BEGIN Site Search Tools 
********************************************************/	
#site-search {
	float: right;
	width: 380px;
	margin: -3.25em 10px 0 0;
	color: #003464;
	font-size: 65%;
	text-align: right;
	line-height: 1.4em;
/* 	border: 1px solid red; */
	}
#site-search a {
	color: #8a0115;
	}
#site-search form {
	margin: 0;
	padding-top: .25em;
	}	
#site-search input {
	font-size: 100%;
	}
#site-search input#q {
	border: 1px solid #CCC;
	}
	
/* BEGIN Midsection (navigation and content columns) 
*****************************************************************************************************
*****************************************************************************************************/
#midsection {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/page-background-gradient.jpg) top left repeat-x #fff4e2;
	overflow: hidden;
	/*border: 1px solid red;*/
	}
	
/* BEGIN Navigation 
********************************************************/
#nav-column {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding:  0;
	width: 180px;
	font-size: 70%;
	/*border: 1px solid green;*/
	}
	
#role-based-nav {
	margin: 0;
	padding: 0 10px 3px 10px;
	width: 160px;
	list-style: none;
	background: url(../images/context-nav-gradient.jpg) top left repeat-x #6f001e;
	}
#role-based-nav li {
	padding: 5px 5px;
	border-bottom: 1px dotted #FFF;
	}
#role-based-nav li.last {
	border-bottom: none;
	}	
#role-based-nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	}
	
#org-based-nav {
	margin: 10px 0 0 0;
	padding: 0 10px 3px 10px;
	width: 160px;
	list-style: none;
	background: url(../images/org-nav-gradient.jpg) top left repeat-x #D8B686;
	}
#org-based-nav li {
	padding: 5px 5px;
	border-bottom: 1px dotted #FFF;
	}
#org-based-nav li.last {
	border-bottom: none;
	}	
#org-based-nav li a {
	display: block;
	text-decoration: none;
	color: #8a0115;
	}
	
#dept-nav {
	margin: 0;
	padding: 0 10px 5px 10px;
	width: 160px;
	list-style: none;
	background: url(../images/context-nav-gradient.jpg) top left repeat-x #6f001e;
	}
#dept-nav li {
	padding: 7px 5px;
	border-bottom: 1px dotted #FFF;
	}
#dept-nav li.last {
	border-bottom: none;
	}	
#dept-nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	}
	
#nav-column ul#tools {
	margin: 7px 0 0 32px;
	padding: 0;
	list-style: square;
	}
#nav-column ul#tools li {
	margin: 0;
	padding: 2px 0;
	color: #8a0115;
	}
#nav-column ul#tools li a {
	color: #8a0115;
	}
	
#contact-info {
	width: 160px;
	margin: 10px 0;
	padding: 10px;
	font-size: 85%;
	line-height: 1.4em;
	color: #003464;
	}
#contact-info h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	}
#contact-info a {
	color: #009;
	}
#contact-info em {
	color: #999;
	}
#nav-column h4 {
	margin-top: 1.2em;
	margin-bottom: -.35em;
	padding-bottom: .25em;
	font-size: 120%;
	color: #8a0115;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	}
#nav-column h4.top {
	margin-top: .6em;
	}
#nav-column h4 a:link {
	color: #8A0115;
	text-decoration: none;
	}
#nav-column h4 a:visited {
	color: #8A0115;
	text-decoration: none;
	}
#nav-column h4 a:hover {
	color: #8A0115;
	text-decoration: underline;
	}
#nav-column h4 a:active {
	color: #C00;
	text-decoration: none;
	}
#nav-column a {
	color: #000099;
}
	
#one-column #contact-info {
	width: 100%;
	margin: -.5em 2em .5em 2em;
	padding: 0;
/*	font-size: 70%;*/
	line-height: 1.4em;
	color: #003464;
/*	border: 1px solid green;*/
	}
#one-column #contact-info h4 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #003464;
	font-weight: bold;
	}
#one-column #contact-info a {
	color: #009;
	}
#one-column #contact-info em {
	color: #999;
	}
	
/* BEGIN Content Columns 
********************************************************/
#content-columns-wrapper {
	float: right;
	width: 700px;
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 75%;
	line-height: 1.5em;
	/*border: 1px solid orange;*/
	}
#four-column #content-columns-wrapper {
	background: url(../images/columns-3-500.gif) repeat-y;
	}
#three-column #content-columns-wrapper {
	background: url(../images/columns-2-500.gif) repeat-y;
	}
#one-column #content-columns-wrapper {
	float: none;
	width: 890px;
	}
#content-columns-wrapper a:link {
	color: #000099;
	}
#content-columns-wrapper a:visited {
	color: #609;
	}
#content-columns-wrapper h1, h2 {
	clear: both;
	margin-top: .75em;
	margin-bottom: -.25em;
	padding-bottom: .25em;
	font-size: 140%;
	line-height: 1.3em;
	color: #8a0115;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	}
#content-columns-wrapper h1 a:link {
	color: #8A0115;
	text-decoration: none;
	}
#content-columns-wrapper h1 a:visited {
	color: #8A0115;
	text-decoration: none;
	}
#content-columns-wrapper h1 a:hover {
	color: #8A0115;
	text-decoration: underline;
	}
#content-columns-wrapper h2 a:link {
	color: #8A0115;
	text-decoration: none;
	}
#content-columns-wrapper h2 a:visited {
	color: #8A0115;
	text-decoration: none;
	}
#content-columns-wrapper h2 a:hover {
	color: #8A0115;
	text-decoration: underline;
	}
	
/* Hack added to counteract Safari bug that occurs only on www.twu.edu when xfade2.js script is present. */
h2.headline {
	clear: both;
	margin-top: .75em;
	margin-bottom: -.25em;
	padding-bottom: .25em;
	font-size: 140%;
	line-height: 1.3em;
	color: #8a0115;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	}
h2.headline a:link {
	color: #8A0115;
	text-decoration: none;
	}
h2.headline a:visited {
	color: #8A0115;
	text-decoration: none;
	}
h2.headline a:hover {
	color: #8A0115;
	text-decoration: underline;
	}
/* End hack */

#content-columns-wrapper h3 {
	margin-bottom: -.25em;
	padding-bottom: .25em;
	font-size: 130%;
	line-height: 1.3em;
	color: #8a0115;
	font-weight: normal;
/*	border-bottom: 1px solid #CCC;*/
	}
#content-columns-wrapper h3 a:link {
	color: #8A0115;
	text-decoration: none;
	}
#content-columns-wrapper h3 a:hover {
	color: #8A0115;
	text-decoration: underline;
	}
#content-columns-wrapper h4 {
	margin-bottom: -.25em;
	padding-bottom: .25em;
	font-size: 110%;
	line-height: 1.3em;
	font-weight: normal;
	color: #8a0115;
	}
#content-columns-wrapper h4 a:link {
	color: #8A0115;
	text-decoration: none;
	}
#content-columns-wrapper h4 a:hover {
	color: #8A0115;
	text-decoration: underline;
	}
#content-columns-wrapper ul {
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 1.25em;
	padding-left: 0;
	padding-right: 0;
	}
#content-columns-wrapper ul li {
	padding-bottom: .15em;
	}
#content-columns-wrapper ol {
	margin-left: 25px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	}
#content-columns-wrapper ol li {
	padding-bottom: .15em;
	}
#content-columns-wrapper img.headline-photo {
	width: 80px;
	float: left;
	margin: 4px 6px 4px 0;
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCCCCC;
	}
#content-columns-wrapper img.photo-on-left {
	float: left;
	margin: 3px 10px 4px 0;
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCCCCC;
	}
#content-columns-wrapper img.photo-on-right {
	float: right;
	margin: 3px 0 4px 10px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCCCCC;
	}	
	
#primary-columns {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	}
	

#content-column-1 {
	float: left;
	width: 215px;
	margin: 0 0 1em 0;
	padding: 0 15px;
/* 	border: 1px solid red; */
	}
	
#content-column-2 {
	float: right;
	width: 215px;
	margin: 0 0 1em 10px;
	padding: 0 15px;
/* 	border: 1px solid purple; */
	}

#main-content-column {
	float: left;
	width: 470px;
	margin: 0 0 1em 0;
	padding: 0 15px;
/* 	border: 1px solid red; */
	}
#main-content-column #big-picture {
	display: inline;
	float: left;
	width: 500px;
	margin: 0 -15px 1.25em -15px;
	padding: 0;
	}
	
#content-column {
	width: 660px;
	margin: 0;
	padding: 0 15px .5em 15px;
	background: #F2F2F2;
/* 	border-bottom: 1px solid #F2F2F2; */
	}
	
#content-area {
	width: 850px;
	margin: 0 0 1em 0;
	padding: 0 15px .5em 15px;
	background: #F2F2F2;
/* 	border: 1px solid red; */
	} 
#content-area.alternate {
	background: #FFF;
	}
	
#content-header #jump-menu {
	margin: .5em 15px;
	color: #666;
	}
#content-header #jump-menu a {
	font-weight: bold;
	}
#site-index h3 {
	margin-top: .75em;
	margin-bottom: -.25em;
	padding-bottom: .25em;
	font-size: 120%;
	line-height: 1.3em;
	color: #8a0115;
	font-weight: normal;
	border-bottom: 1px dotted #CCC;
}
#site-index ul {
	color: #999;
	}
#site-index .top a:link {
	padding-bottom: .1em;
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted #CCC;
	}
#site-index .top a:hover {
	color: #333;
	border-bottom: 1px solid #333;
	}

	
/* BEGIN Content Header and Subnavigation 
********************************************************/
h1#sitewide {
	margin: 0 -15px 1em -15px;
	padding: 0 0 .15em 5px;
	font-weight: normal;
	font-size: 180%;
	font-family: Palatino,Georgia,sans-serif;
	color: #003464;
	background: white;
	border-bottom: 1px solid #CCC;
	}

#sitewide-page-header {
	margin: 0 -15px 1em -15px;
	padding: 0 0 .5em 0;
	background: white;
/* 	border: 1px solid red; */
	}
#sitewide-page-header h1 {
	margin: 0 0 0 5px;
	padding: 0 0 .05em 0;
	font-weight: normal;
	font-size: 180%;
	font-family: Palatino,Georgia,sans-serif;
	color: #003464;
	}
	
#content-header {
	margin: 0 -15px 1em -15px;
	padding: 0 0 .5em 0;
	background: white;
/* 	border: 1px solid red; */
	}
#content-header h1#department {
	margin: 0 0 0 5px;
	padding: 0 0 .05em 0;
	font-weight: normal;
	font-size: 180%;
	font-family: Palatino,Georgia,sans-serf;
	color: #003464;
	}
#content-header h2#section {	
	margin: .35em 0 .45em 5px;
	padding: 0 0 0 0;
	font-size: 130%;
	font-weight: normal;
	border-bottom: none;
	}
/*#content-header ul#subnav {
	margin: 0 0 0 5px;
	padding: .5em 0 .5em 20px;
	list-style: none;
	display: block;
	border-top: 1px dotted #CCC;
	}
#content-header ul#subnav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 95%;
	color: #CCC;
	}
#content-header ul#subnav li a {
	color: #8A0115;
	}
#content-header ul#subnav li#current-page a {
	color: #003464;
	text-decoration: none;
	}*/
	
#content-header ul#subnav {
    display: block;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: .5em 0 .5em 20px;
    list-style: none;
    border-top: 1px dotted #CCC;
    }
#content-header ul#subnav li {
    display: block;
    float: left;
    white-space: nowrap;
    margin: 0 .5em .5em 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: .5em;
    padding-left: 0;
    font-size: 95%;
    color: #CCC;
    border-right: 1px dotted #CCC;
    }
#content-header ul#subnav li.end {
    border-right: none;
    }
#content-header ul#subnav li a {
    color: #8A0115;
    }
	
#dept-subnav {
	margin: 0 -15px 1em -15px;
	padding: 0 0 .5em 0;
	background: white;
/* 	border: 1px solid red; */
	}
#dept-subnav h1#department {
	margin: 0 0 0 5px;
	padding: 0 0 .05em 0;
	font-weight: normal;
	font-size: 180%;
	font-family: Palatino,Georgia,sans-serf;
	color: #003464;
	}
#dept-subnav h2#section {	
	margin: .35em 0 .45em 5px;
	padding: 0 0 0 0;
	font-size: 130%;
	font-weight: normal;
	border-bottom: none;
	}
#dept-subnav ul#subnav {
	margin: 0 0 0 5px;
	padding: .5em 0 .5em 20px;
	list-style: none;
	display: block;
	border-top: 1px dotted #CCC;
	}
#dept-subnav ul#subnav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 95%;
	color: #CCC;
	}
#dept-subnav ul#subnav li a {
	color: #8A0115;
	}
#dept-subnav ul#subnav li#current-page a {
	color: #003464;
	text-decoration: none;
	}
	
/* BEGIN Alternate Department Header (alt-dept-header)
********************************************************/	
#alt-dept-header {
	margin: 0 -15px 0 -15px;
	padding: .7em 0 .5em 0;
	background: #F2F2F2;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	}
#content-area #alt-dept-header h1 {
	margin: 0 0 0 .1em;
	padding: 0;
	font-family: Palatino,Georgia,serif;
	font-weight: normal;
	font-size: 180%;
	color: #003464;
	border-bottom: none;
	}
#library-header-tools {
	float: right;
	margin: -2.2em 0 0 0;
	padding: 0 .5em 0 0;
	}	
#content-area #alt-dept-header form {
	display: inline;
	margin-left: 15px;
	}
#content-area #alt-dept-header form input, select {
	font-size: 90%;
	}
#content-area #alt-dept-header a {
	margin-right: 10px;
	}
#content-area #breadcrumbs {
	margin: 0 0 0 1.5em;
	font-size: 80%;
	color: #666;
	}	
#content-area #breadcrumbs a {
	color: #666666;
	}	

/* BEGIN Supplemental Content 
********************************************************/
#supplemental-content {
	float: right;
	display: inline;
	width: 160px;
	margin: 0 10px 1em 0;
	padding: 0 10px 1em 10px;
	text-align: left;
	font-size: 95%;
	line-height: 1.3em;
/* 	border: 1px solid blue; */
	}	
#supplemental-content h4 {
	margin-top: 1.2em;
	margin-bottom: -.35em;
	padding-bottom: .25em;
	font-size: 120%;
	color: #8a0115;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	}
#supplemental-content h4.top {
	margin-top: .6em;
	}
#supplemental-content h4 a:link {
	color: #8A0115;
	text-decoration: none;
	}
#supplemental-content h4 a:visited {
	color: #8A0115;
	text-decoration: none;
	}
#supplemental-content h4 a:hover {
	color: #8A0115;
	text-decoration: underline;
	}
#supplemental-content h4 a:active {
	color: #C00;
	text-decoration: none;
	}
#supplemental-content ul {
	margin-left: 18px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: square;
	}
#supplemental-content ul li {
	color: #8a0115;
	}
#supplemental-content ol {
	margin-left: 23px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	}	
#supplemental-content img.headshot {
	float: left;
	width: 50px;
	margin: 1px 5px 0 0;
	padding: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	}
	
#admissions-quick-links {
	margin-top: .5em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
	}
#admissions-quick-links li {
	margin-left: -15px;
	line-height: 1.7em;
	list-style: none;
	}
#admissions-quick-links li a {
	font-weight: bold;
	}
	
#ask-twu {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#ask-twu-form {
	margin: .2em 0 0 0;
	padding:0;
	}
#ask-twu-form input.text {
	width:154px;
	border:1px solid #CCC;
	font-size:11px;
	color:#999999;
	padding:.2em;
	background:#f2ffff;
	}	
#ask-twu-form input.submit-button {
	margin:.3em .2em 0 0;
	font-size:x-small;
	}	

#veteran {margin: 1em 0 0 0;}	

#events-calendar {
	margin-bottom: 2em;
	}
#events-calendar p {margin:-1em;padding:0 0 0 .75em;font-size:90%;color:#999;}
#events-calendar p a:visited {color:#999;}

#upcoming-events li {
	margin-bottom: .25em;
}
#upcoming-events li a {
	font-weight: bold;
	}

#other-events {
	width: 160px;
	text-align: right;
/*	border: 1px solid green;*/
}
#other-events a:link {
	color: #999;
}
#other-events a:visited {
	color:#999;
}

.image-w-text {
	display: block;
	clear: left;
	}
.image-w-text img {
	float: left;
	margin: .2em .5em .3em 0;
	padding: 2px;
	background: white;
	border: 1px solid #CCC;
	}
.button {
	margin: 10px 0 17px 0;
	padding: 0;
	}
.button p {
	margin: .25em 0 0 0;
	padding: 0;
	}
li .black {
	color: #000;
	}

/* BEGIN Footer
*****************************************************************************************************
*****************************************************************************************************/
#footer {
	clear: both;
	padding: 1em 10px 1em 10px;
	font-size: 65%;
	color: #003464;
	background: #F2F2F2;
	text-align: left;
	}
#copyright {
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
	}
#footer ul {
	display: inline;
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	}
#footer ul li {
	display: inline;
	list-style: none;
	}
#footer ul li a {
	padding: 0 .7em 0 0;
	color: #003464;
	}
#footer ul#texas-links {
	display: block;
	margin: .7em 0 .25em 205px;
	padding: 0;
	}
#footer ul#texas-links li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}
#footer ul#texas-links a {
	color: #999;
	}
	
/* BEGIN Content Styles
*****************************************************************************************************
*****************************************************************************************************/
.alert-headline {
	color: #C00;
	font-weight: bold;
	}
.profile {
	clear: both;
	font-size: larger;
	}
.spaced-list li {
	padding-bottom: .5em;
	}
#admin-list {
	}
#admin-list dt {
	font-size: larger;
	}
#admin-list dd {
	margin-left: 0;
	padding-bottom: 1em;
	}
	
.image-alone {
	margin: .75em 0 1em 0;
	padding: 0;
	}
	
/*#ask-twu-search-box {
	margin: 0 0 0 0;
	padding: 0;
	width: 600px;
	}
#ask-twu-search-box h2 {
	margin: 0;
	padding: 0;
	font-size: 160%;
	color: #8b0013;
	font-weight: normal;
	border-bottom: none;
	}
#ask-twu-search-box h3 {
	font-weight: normal;
	color: black;
	}
#ask-twu-search-box fieldset {
	width: 410px;
	margin: 1.75em 0 1.5em 0;
	padding: 10px;
	background: #F2F2F2;
	border: 1px solid #CCC;
	}
form#ask-twu-form {
	margin: .25em 0 0 0;
	padding: 0;
	}
form#ask-twu-form input {
	margin-top: .5em;
	}
form#ask-twu-form input#question {
	width: 400px;
	margin-bottom: .2em;
	padding: .2em;
	font-size: 100%;
	border-top: 2px inset #999;
	border-left: 2px inset #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}*/
.example {
	margin: 0 0 0 .5em;
	font-size: 80%;
	font-style: italic;
	font-family: verdana, sans-serif;
	color: #999;
	}	
#top-10 {
	margin-left: .5em;
	}
.ask {
	font-size: larger;
	font-family: Palatino,Georgia,serif;
	color: #003464;
	}
.twu {
	font-size: larger;
	font-family: Palatino,Georgia,serif;
	color: #8b0013;
	}
.bigger {
	font-size: 110%;
	}
.de-emphasize {
	font-weight: normal;
	color: black;
	}
.footnote {
	font-style: italic;
	font-family: verdana,sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	color: #999;
	}
.black {
	color: #000;
	}	
.blue {
	color: #003464;
	}
.maroon {
	color: #8b0013;
	}	

.location-map-table {
	margin-bottom: 1.5em;
	}
.location-map-table th {
	text-align: left;
	}
.location-map-table th.left-padding {
	padding-left: 15px;
	}
.location-map-table td {
	width: 50%;
	vertical-align: top;
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: 1px solid #CCC;
	}
.location-map-table td.right-border {
	border-right: 1px solid #CCC;
	}
.location-map-table td.left-padding {
	padding-left: 15px;
	}
	
#campus-map-key {
	width: 660px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	}
#campus-map-key tr.odd td {
	background: #DEDEDE;
	}
	
#campus-map-key th,td {
	padding: .2em;
	border: 1px solid #CCC;
	}
#campus-map-key td.number {
	text-align: right;
	}
#campus-map-key td.abbr {
	text-align: center;
	}
	
#advisor-button {
	margin: .75em 0 0 0;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	}
#advisor-button h4 {
	margin: .3em 0 .1em 0;
	padding: 0;
	font-size: 130%;
	color: #8A0115;
	border-bottom: none;
	}
#advisor-button p {
	margin: .2em 0 .6em 0;
	padding: 0;
	color: #000099;
	}
#advisor-button a:link {
	display: block;
	text-decoration: none;
	}
#advisor-button a:visited {
	display: block;
	text-decoration: none;
	}
#advisor-button a:hover {
	display: block;
	text-decoration: underline;
	color: #8A0115;
	}
#advisor-button a:active {
	display: block;
	text-decoration: none;
	color: #C00;
	}
	
.header-button {
	margin: 0;
	padding: .75em .5em;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
}	
.header-button a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #003464;
}
.header-button-text {
	margin-top: .25em;
/*	font-size: 90%;*/
	text-align: center;
	
}

.image-on-left {
	float: left;
	margin: .2em .75em .5em 0;
	padding: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	}
.image-with-border {
	margin-bottom: .3em;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	}
	
.sidebar-announce {
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.sidebar-announce img {
    margin: 0 0 .25em 0;
}
.sidebar-announce p {
    margin: 0;
    padding: 0;
}
#pioneer-alert {
	margin: 1.5em 0 -.5em 0;
}
#pioneer-alert img {
	margin: 0 0 .25em 0;
}
#pioneer-alert p {
	margin: 0;
	padding: 0;
}

/*********** For AddThis Widget and Feedback Form **********/

#three-column #add-this-widget-landing {
    position:relative;
    top: 0;
    left: 376px;
    width: 104px;
    height: 20px;
    margin: 0;
    padding: 2px 2px 1px 2px;
    border-left:1px dotted #CCC;
    border-bottom:1px dotted #CCC;
    background:#FFF;
    }

#three-column #add-this-widget {
    position:relative;
    top: -12px;
    left: 376px;
    width: 104px;
    height: 20px;
    margin: 0;
    padding: 2px 2px 1px 2px;
    border-left:1px dotted #CCC;
    border-bottom:1px dotted #CCC;
    background:#FFF;
    }
    
#two-column #add-this-widget {
    position:relative;
    top: -12px;
    left: 566px;
    width: 104px;
    height: 20px;
    margin: 0;
    padding: 2px 2px 1px 2px;
    border-left:1px dotted #CCC;
    border-bottom:1px dotted #CCC;
    background:#FFF;
    }
#feedback-form {
    clear: both;
    font-size: 90%;
    color: #666;
    border-top: 1px solid #ccc;
}
#feedback-form p {
/*    font-size: 90%;
    color: #666;*/
}
#feedback-form p.button-row {
    margin: -1em 0;
    padding: 0;
}
#form3 { 
}
#form3 label { 
    font-style: italic;
/*        font-size: 90%;*/
    color: #666;
    }
#form3 input.button {
background-color:#efefef;
border:1px solid #CCC;
border-bottom:1px solid #BBB;
border-left:1px solid #BBB;
    margin: .5em .5em .5em 0;
    color: #666;
    cursor: pointer;
    font-weight: bold;
    font-size: 90%;
}
#form3 textarea {margin: .5em 0;}
