/* @override 
	http://tufts/css/site.css
	http://tufts.site/css/site.css
*/

/* @group Generic */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generic */
body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4f91cd;
}

textarea {
	margin-top: 10px;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

li li,
li p {
	font-size: 1.0em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	line-height: 1.5em;
}

h1 {
	font-size: 3em;
}

h2,
form.survey fieldset legend {
	font-size: 2.1em;
	font-family: "Georgia";
	margin: 0 0 .6em 0;
	line-height: 1em;
	color: #421d11;
}

h3 {
	font-size: 1.4em;
	color: #421d11;
	margin: 1.2em 0 0 0;
}

h4 {
	font-size: 1.1em;
	color: #421d11;
	margin: 1.2em 0 0 0;
}

p {
	margin: 0.5em 0;
}

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

/* Tables */
table {
	margin: 1.3em 0;
}


table td,
table th {
	padding: 9px 11px;
}

/* Links */
a {
	color: #3373b0;
	text-decoration: none;
}

a:visited{ 
	color: #3373b0;
}

a:hover {
	color: #3373b0;
}

a:active {
	color: #3373b0;
}

.center {
	text-align: center;
}

/* Images */
a img {
	border: 0px;
}

.image-left {
	display: inline;
	float: left;
/*	margin: 7px;*/
	margin: 0 15px 10px 0;
}

.image-right {
	display: inline;
	float: right;
/*	margin: 7px;*/
	margin: 0 0 10px 15px;
}

.image-right p,
.image-left p {
	color: #3373B0;
	font-size: 1em;
}

.callout-left,
.callout-right {
	background-color: #efefef;
    padding: 12px;
    width: 280px;
}

.transparent {
	background-color: transparent;
}

.callout-left {
	border-right: 1px solid #cccccc;	
    float: left;
    margin-right: 12px;
}

.callout-right {
    border-left: 1px solid #cccccc;	
    float: right;
    margin-left: 12px;
}

.callout-left h3,
.callout-right h3 {
	margin-top: 0;
}

.callout-left li,
.callout-right li {
	clear: both;
	margin-bottom: 1.5em;
}

.warning {
	color: #ff0000;
}

div.grey-hr {
	background: transparent url(/olc/images/TUF/content-main-section-border-top.gif) repeat-x scroll left top;
	margin-top: 18px;
	padding-top: 20px;
}

/* Clear */
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.col-right-sidebar {
	float: right;
	width: 205px;
}

.col-left-sidebar {
	float: left;
	width: 205px;
}

#content-main .comments p.byline {
	font-size: 0.9em;
}

#content-main ul.comments {
	margin: 0;
}

#content-main .comments li {
	margin: 10px 0;
}

/* @end */

/* @group Layout */

#header {
	width: 946px;
	height: 99px;
	margin: 0 auto;
}

#header #logo {
	background: url('/olc/images/TUF/header.png') no-repeat 0 50%;
	float: left;
	height: 67px;
	margin-top: 16px;
	text-indent: -9999px;
	width: 423px;
}

#content {
	background: url('/olc/images/TUF/content-top.png') no-repeat top center;
	width: 970px;
	margin: 0 auto;
	padding: 11px 0 0 0;
}

#content-outer {
	background: url('/olc/images/TUF/content-bg.png') repeat-y top center;
	padding: 0px 12px 0 12px;
}

.no-callout #content-outer {
	background: url('/olc/images/TUF/content-bg-no-callout.png') repeat-y top center;
}

#content-inner {
	margin-top: 8px;
	background: url('/olc/images/TUF/content-columns.png') repeat-y top left;
}

.no-callout #content-inner {
	background: url('/olc/images/TUF/content-columns-no-callout.png') repeat-y top left;
}

#content-section {
	width: 194px;
	padding: 11px;
	float: left;
}

#content-main {
	float: left;
	width: 450px;
	padding: 0 0 30px 15px;
	color: #333;
}

.no-callout #content-main {
	width: 700px;
}

#content-sub {
	float: right;
	width: 248px;
}

/* @end */

/* @group Header */

#header ul.nav {
	background: url('/olc/images/TUF/header-nav-bg.gif') repeat-y top right;
	margin: 15px 14px 0 0;
	padding-right: 20px;
	padding: 0 20px 0 0;
	position: relative;
}

#header ul.nav li {
	font-family: "Georgia";
	font-size: 1.3em;
	margin: 0;
	color: #fff;
	line-height: 1em;
	padding-bottom: 0.3em;
}

#header ul {
	float: right;
	display: inline;
	margin: 10px 8px 0 0;
	padding: 5px 20px 0 0;
}

#header ul li {
	font-family: "Arial";
	font-size: 1em;
	margin: 0;
	line-height: 1.2em;
	color: #fff;
}

#header a:link,
#header a:visited {
	color: #fff;
	text-decoration: none;
}

#header a:hover,
#header a:active {
	color: #fff;
	text-decoration: underline;
}

#header input {
	border: 0;
	background-color: #d3e3f2;
	font-family: Georgia;
	color: #3373b0;
	font-size: 1em;
	padding: 0;
	margin: 0px 0px 0 0;
	height: 15px;
	float: left;
}

#header input.go {
	background:transparent url(/olc/images/TUF/arrow-small-search-go.png) no-repeat scroll 0 50%;
	border: medium none;
	cursor :pointer;
	float: left;
	height: 15px;
	margin: 0px 0 0 6px;
	padding: 0;
	width: 15px;
}

#header #submit {
	padding: 0;
	position: absolute;
	bottom: 0.3em;
	right: 0.1em;
}

#page-title {
	background: url('/olc/images/TUF/page-title-bg.png') repeat-x top left;
	margin: 0;
	height: 64px;
}

#page-title h1 {
	margin: 0 0 0 15px;
	font-family: "Georgia", serif;
	color: #fff;
	font-size: 4em;
}

#page-title h1 a:link,
#page-title h1 a:visited {
	color: #fff;
	margin: 0;
	display: block;
}

/* @end */

/* @group Content */

#content-section p {
	margin: 0 0 3px 0;
}

/* This selector is too generic for this much formatting JHW
#content-section p a {
	color: #fff;
	font-family: "Georgia";
	font-size: 1.4em;
	background: url('/images/layout/specialty-arrow.gif') no-repeat 100% 80%;
	padding-right: 15px;
}
*/

#content-section p a {
	color: #fff;
}

/* This probably belongs with more general rules */
.arrow-link-right {
	font-size: 1.3em;
	font-family: "Georgia",serif;
	background: url('/olc/images/TUF/arrow-large-white-right.png') no-repeat 100% 80%;
	padding-right:  15px;
	font-weight: bold;
	color: #fff;
}

#content-section strong a:link,
#content-section strong a:visited  {
	color: #ffffff;
}

#content-section strong {
	color: #ffd863;
	font-size: 1.1em;
}

#content-section ul {
	background: url('/olc/images/TUF/section-nav-border.gif') repeat-x bottom left;
	margin: 15px 0 0 0;
	padding-bottom: 2px;
}

#content-section li {
	background: url('/olc/images/TUF/section-nav-border.gif') repeat-x top left;
	padding: 3px 0 0 2px;
	line-height: 1.4em;
}

a:hover.arrow-link-right,
a:active.arrow-link-right {
	color: #fff;
}

#content-section li.parent-here a,
#content-section li.here a,
#content-section li.open a {
	color: #fff;
	background: url('/olc/images/TUF/section-nav-open-arrow.gif') no-repeat 100% 5px;
	padding-right: 10px;
}

#content-section ul a {
	color: #ffd863;
	font-weight: bold;
	background: url('/olc/images/TUF/section-nav-closed-arrow.gif') no-repeat 100% 4px;
	padding-right: 7px;
}

#content-section li ul {
	margin: 2px 0;
	background: none;
}

#content-section li ul li {
	margin: 0;
	padding-left: 10px;
	background: none;
	line-height: 1.2em;
}

#content-section li.parent-here ul a,
#content-section li.here ul a,
#content-section li.open ul a {
	font-weight: normal;
	font-size: .8em;
	background: none;
}

#content-main p {
	font-size: 1.2em;
	line-height: 1.3em;
}

#content-main div.story-image {
	float: right;
	margin: 7px;
	width: 171px;
	display: inline;
}

#content-main div.story-image p {
	font-size: 1em;
	color: #3373B0;
}

#content-main div.quote {
	width: 169px;
	float: left;
	border: 1px solid #cfcfcf;
	padding: 3px 10px 10px 10px;
	margin: 5px 10px 5px 0;
	
}

/* Quote box */

/* Quote box */
#content-main div.pullquote-left {
	width: 169px;
	float: left;
	border: 1px solid #cfcfcf;
	padding: 10px 10px 10px 10px;
	margin: 5px 10px 5px 0;
	
}

#content-main div.pullquote-right {
	border: 1px solid #CFCFCF;
	float: right;
	margin: 5px 0 5px 10px;
	padding: 10px;
	width: 169px;
}

#content-main div.pullquote-left p {
	float: left;
	display: inline;
	color: #421d11;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
}

#content-main div.pullquote-right p {
	float: right;
	display: inline;
	color: #421d11;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
}

#content-main div.pullquote-left p cite,
#content-main div.pullquote-right p cite  {
	font-style: italic;
	font-size: 0.9em;
	color: #333333;
	font-weight: normal;
	
}

/* Lists */


#content-main ol {
	margin: 15px 0 15px 25px;
}

#content-main ul {
	margin: 15px 0 15px 8px;
}

#content-main ul li {
	padding-left: 10px;
	background: url('/olc/images/TUF/bullet.gif') no-repeat 0 4px;
	font-size: 1.2em;
	line-height: 1.2em;
}


#content-main ul ul {
	margin: 5px 0 5px 25px;
}

#content-main ul li li {
	font-size: 1.0em;
}

#content-main ul.no-bullets {
	margin-left: 0;
}

#content-main ul.no-bullets li {
	list-style-image: none;
}

#content-main ol li {
	list-style-type: decimal;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #421d11;
}

#content-main li a:link,
#content-main li a:visited {
	color: #3373B0;
	text-decoration: none;
}

#content-main li a:hover,
#content-main li a:active {
	text-decoration: underline;
}

#content-main ol li span {
	font-weight: normal;
	color: #333;
}


#content-main ul.dropdown,
#content-sub .subsection .hasdropdown {
	z-index: 3000;
}

#content-main ul.dropdown,
#content-sub .sub-section ul.dropdown {
	clear: both;
	margin: 0;
	overflow: visible;
	background-color: #fff;
	list-style: none;
	position: relative;
	z-index: 100;
}

#content-main ul.dropdown ul,
#content-sub .sub-section ul.dropdown ul {
	margin: -5px 0 0 0;
	width: 143px;
	height: 20px;
	overflow: visible;
	background-color: #fff;
	position: absolute;
	display: none;
	z-index: 99999;
	list-style: none;
}

#content-main ul.dropdown ul li,
#content-sub .sub-section ul.dropdown ul li {
	background-image: none;
	background-color: #fff;
	margin: 0;
	padding: 3px 7px;
	position: relative;
	z-index: 999999;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#content-main ul.dropdown li a:link,
#content-main ul.dropdown li a:visited,
#content-sub .sub-section ul.dropdown li a:link,
#content-sub .sub-section ul.dropdown li a:visited {
	background-image: none;
	display: block;
	list-style: none;
	color: #3373B0;
	font-weight: bold;
}

#content-main ul.dropdown li,
#content-sub .sub-section ul.dropdown li {
	background: transparent url('/olc/images/TUF/dropdown-background.png') no-repeat 100% 50%;
	padding: 5px 7px 5px 7px;
}

#content-main ul.dropdown li,
#content-sub .sub-section ul.dropdown li {
	list-style-image: none;
}

#content-main table {
	margin: 0 0 15px 0;
}

#content-main caption {
	background: #4989c6;
	border-bottom: 1px solid #3c71a3;
	border-left: 1px solid #4785c1;
	border-right: 1px solid #4785c1;
	border-top: 1px solid #a2c3e2;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
}

#content-main th {
	padding: 4px 10px;
	text-align: left;
	background: #efefef;
}

#content-main td {
	font-size: 1.1em;
	padding: 5px 10px;
}

#content-main tr.odd td {
	background: #efefef;
}

#content-main a.big {
	background: url('/olc/images/TUF/content-main-link-arrow.gif') no-repeat 100% 50%;
	font-size: 1.4em;
	padding-right: 14px;
	font-weight: bold;
}

#content-main a.link-right {
	float: right;
}

/* @end */

/* @group Content Sub */

#content-sub .callout-brown {
	background: #3c241a url('/olc/images/TUF/callout-brown-bg.png') repeat-y top left;
	padding: 5px 14px;
	margin-bottom: 5px;
}

#content-sub .callout-brown h3 {
	color: #ffd863;
	margin: 0;
}

#content-sub .callout-brown p {
	margin: 0 0 5px 0;
	padding-top: 0;
}

#content-sub .callout-brown p a:link,
#content-sub .callout-brown p a:visited {
	background: url('/olc/images/TUF/specialty-arrow.gif') no-repeat 100% 80%;
	padding-right: 15px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: .5em;
}

#content-sub .callout-brown a.callout:link,
#content-sub .callout-brown a.callout:visited {
	background: url('/olc/images/TUF/content-sub-down-arrow.gif') no-repeat 100% 58%;
	font-size: 1.4em;
	font-family: Georgia;
	padding-right: 15px;
	color: #fff;
	font-weight: bold;
}

.callout-orange {
	background: url('/olc/images/TUF/callout-orange-bg.png') no-repeat top left;
	padding: 8px 14px 14px 14px;
	margin-bottom: 5px;
}

.callout-orange h2,
.callout-green h2,
.callout-graphic h2 {
	color: #fff;
	font-size: 1.9em;
}

.callout-orange p,
.callout-green p {
	/*float: right;
	width: 135px;*/
	margin: 0;
	line-height: 1.3em;
	font-size: 1.1em;
	color: #fff;
}

.callout-orange p strong a:link,
.callout-orange p strong a:visited,
.callout-green p strong a:link,
.callout-green p strong a:visited {
	color: #ffd863;
	font-size: 1.2em;
	font-weight: bold;
	background: url('/olc/images/TUF/callout-link-header-arrow.png') no-repeat 100% 50%;
	padding-right: 14px;
}

.callout-orange p a:link,
.callout-orange p a:visited,
.callout-green p a:link,
.callout-green p a:visited {
	color: #fff;
}

.callout-orange p a:hover,
.callout-green p a:hover {
	color: #fff;
	text-decoration: underline;
}

.callout-orange img,
.callout-green img {
	border: 3px solid #fff;
}

.callout-green {
	background: url('/olc/images/TUF/callout-green-bg.png') no-repeat top left;
	padding: 8px 14px 14px 14px;
	margin-bottom: 5px;
}

.callout-graphic {
	padding: 15px 0 0 0;
	min-height: 145px;
	position: relative;
}

.callout-graphic-gradient {
	background: url('/olc/images/TUF/callout-gradient.png');
	height: 108px;
	width: 220px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0 14px;
}

.callout-graphic-caption {
	position: absolute;
	bottom: 0;
	left: 14px;
}

.callout-graphic-caption h2 {
	margin: 0 0 3px 0;
}

#content-sub .callout-graphic-caption p {
	font-size: 1em;
	margin: 0 0 10px 0;
}

.callout-graphic-learn-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.callout-graphic-learn-more a:link,
.callout-graphic-learn-more a:visited {
	color: #ffe9a5;
	text-transform: uppercase;
	font-weight: bold;
}

#content-sub .sub-section {
	background: url('/olc/images/TUF/content-sub-top-border.gif') no-repeat top left;
	padding: 10px 0 4px 11px;
	display: block;
}

#content-sub .sub-section h2 {
	color: #3373b0;
	font-size: 2.5em;
	line-height: .5em;
	margin: 0;
} 



#content-sub .sub-section h2.stacked span {
 	font-size: .6em;
	line-height: .5em;
}

#content-sub .sub-section p.blurb {
	padding: 0;
	margin: 2px 0 0 0;
	font-size: 1em;
	color: #3c241a;
}

#content-sub .sub-section p.blurb a {
	color: #4f70ad;
	font-size: 1.2em;
	font-weight: bold;
	background: url('/olc/images/TUF/content-main-link-arrow.gif') no-repeat 100% 50%;
	padding-right: 14px;
	line-height: 1.4em;
}

#content-sub .sub-section ul.images {
	clear: both;
	padding-top: 18px;
}

#content-sub .sub-section ul.images li {
	float: left;
	margin: 0 5px 5px 0;
	font-size: 1em;
}

#content-sub .sub-section ul.images h5 {
	margin: 0;
	font-size: 1.1em;
	line-height: 1em;
}

#content-sub .sub-section ul.images p {
	margin: 0;
	line-height: 1em;
}

#content-sub .sub-section ul.images a {
	font-size: 1em;
	background: none;
	padding: 0;
}

#content-sub .sub-section  ul {
	margin: 0;
}

#content-sub .sub-section ul li {
	line-height: 1em;
}

#content-sub .sub-section ul li a {
	margin: 0;
	font-weight: bold;
	background: url('/olc/images/TUF/content-sub-link-arrow.gif') no-repeat 100% 50%;
	padding-right: 7px;
	font-size: .9em;
}

#content-sub p {
	margin: 5px 0 0 0;
	line-height: 1.3em;
	font-size: 1.1em;
}

/* @end */

/* @group Footer */

#content-footer {
	background: url('/olc/images/TUF/content-bottom.png') no-repeat top center;
	width: 970px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-top: 20px;
}

#content-footer p {
	font-weight: bold;
	margin: 0;
}

#content-footer a {
	color: #fff;
}

#footer {
	background: #397ab7;
	margin-top: 17px;
	padding: 12px 0 25px 0;
	color: #fff;
}

#footer-inner {
	width: 948px;
	margin: 0 auto;
}

#footer-inner h5 {
	font-size: 1.1em;
}

#footer-inner div.links {
	display: inline;
	float: left;
	padding: 0 5px;
	width: 125px;
}
#footer-inner ul li {
	line-height: 1.1em;
	font-size: 1em;
}

#footer-inner a:link,
#footer-inner a:visited {
	color: #fff;
}

#footer-inner a:hover,
#footer-inner a:active {
	text-decoration: underline;
}

/* @end */

/* @group Giving */

.giving #content-main {
	padding-right: 8px;
	padding-top: 210px;
}

.giving #content-section ul {
	margin: 0;
}

.giving #content-main ul {
	margin: 8px 0 20px 2px;
}

.giving #content-main ul li {
	background: url('/olc/images/TUF/content-main-blue-li.gif') no-repeat 0 50%;
	padding: 0 0 0 8px;
}

.giving #content-main div.links {
	width: 225px;
	float: left;
}

a.interest-form:link,
a.interest-form:visited {
	display: inline-block;
	color: #fff;
	padding: 5px 25px 7px 10px;
	font-size: 1.3em;
	font-family: Georgia;
	line-height: 1em;
}

a.orange {
	background: #CB6A0E url('/olc/images/TUF/white-arrow.png') no-repeat 96% 52%;
}

a.brown {
	background: #421D11 url('/olc/images/TUF/white-arrow.png') no-repeat 96% 50%;
}

.giving div.impact {
	background: url('/olc/images/TUF/content-main-section-border-top.gif') repeat-x top left;
	margin-top: 25px;
	padding-top: 20px;
}

.giving div.impact p {
	margin-bottom: 15px;
}

.giving div.impact p a.read-more:link,
.giving div.impact p a.read-more:visited {
	background: url('/olc/images/TUF/content-main-blue-li.gif') no-repeat 100% 50%;
	padding-right: 6px;
	font-weight: bold;
}

/* @end */
/* @group = excerpt-list */
#content-main .excerpt-list {
	float: left;
	margin: 15px 0;
}

#content-main .excerpt-list li {
	background-image: none;
	padding: 0;
	font-size: 1em;
}

/* For searches: .odd and .even*/

#content-main .excerpt-list li.odd {
	background-color: #C3C9CE;
	padding: 1px 0 10px 10px;
}

#content-main .excerpt-list li.even {
	padding: 1px 0 10px 10px;
}

#content-main .excerpt-list li h2 {
	font-size: 2.3em;
	margin: 5px 0 0 0;
}

#content-main .excerpt-list li h3 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
	line-height: 1.1em;
}

#content-main .excerpt-list li h4 {
	font-size: 1.2em;
	margin: 15px 0 0 0;
}

#content-main .excerpt-list li h5 {
	font-size: 1.1em;
}

#content-main .excerpt-list li em {
	font-weight: normal;
}

#content-main .excerpt-list li p {
	margin: 0;	
}

#content-main .excerpt-list li a:link,
#content-main .excerpt-list li a:visited {
	color: #3373b0;
	text-decoration: none;
}

#content-main .excerpt-list li a:hover,
#content-main .excerpt-list li a:active {
	text-decoration: underline;
}

#content-main .excerpt-list li.featured {
	background: url('/olc/images/TUF/excerpt-list-dots.png') repeat-x 0 100%;
	padding: 0 0 10px 0;
}

/* @end */

.tricolumn {
	 float: left;
	 width: 230px;
}

/* Horizontal Lists */
ul.horizontal {
	float: left;
	width: 440px;
	display: inline;
}

ul.horizontal li {
	float: left;
	margin-right: 20px;
	white-space: nowrap;
}

ul.horizontal li a {
	float: left;
}

ul.horizontal li.last {
	margin-right: 0;
}

/* @group = pagination */
#content-main .pagination,
#content-main .pagination ul {
	width: 450px;
	float: left;
	margin: 0;
}

#content-main .pagination li {
	float: left;
	list-style: none;
	margin-right: 1px;
	background: none;
	padding: 0;
}

#content-main .pagination li a:link,
#content-main .pagination li a:visited{
	border: 1px solid #C3C9CE;
	color: #2B353C;
	display: inline;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold
}

#content-main ul.pagination li a:hover,
#content-main ul.pagination li a:active {
	background-color: #C3C9CE;
}

#content-main ul.pagination .here {
	background-color: #C3C9CE;
}
/* @end */

/* @group=gallery-list */

#content-main ul.gallery-list {
	float: left;
	margin: 0;
	width: 700px;
}

#content-main ul.gallery-list li {
	text-align: left;
	float: left;
	margin: 15px;
	list-style: none;
	background: none;
	padding: 0;
}

#content-main ul.gallery-list li p {
	text-align: left;
	width: 200px;
	margin: 0;
}

#content-main ul.gallery-list li h5 {
	margin: 0;
}

/* @end */

/* @group= travel */

.travel .upcomming-trips {
	padding-top: 15px;
}

/* @end */

/* @group alumni events sidebar styles */

/* @group Alumni Events header */

#content-sub div.sub-section.alumni-events
{
	padding:  0;
	background-color: #FFF1C4;
}

#content-sub .alumni-events-header
{

	background: #E37C1D url(/olc/images/TUF/sub-alumni-hatch-bg.png) no-repeat 0 0;
	background-repeat: no-repeat;
	padding: 2px;
	padding-bottom: 6px;
}


#content-sub  .alumni-events-header h2
{
	display: block;
	font-size: 3.2em;
	color: #fff;
	padding: 8px 2px 8px 8px;
	margin: 15px 15px 0 0;
	font-weight: normal;
	width: 82px;
	float: left;
}

#content-sub  .alumni-events-header h2.stacked {
	
	margin-top: 0;
}

#content-sub  .alumni-events-header p {
	font-size: 1em;
}

#content-sub .alumni-events-header p.blurb
{
	position: relative;
	font-size:  1em;
	line-height: 1.1em;
	color: #fff;
	margin: 8px 8px 0 0;
}

#content-sub .alumni-events-header p .callout
{
	padding:  0;
	font-size: 1.3em;
	font-weight:  bold;
	color:  #FFD863;
	line-height: 1;
	background: transparent url(/olc/images/TUF/arrow-yellow.png) no-repeat scroll 100% 65%;
	padding-right: 14px;
}

#content-sub a:hover
{
	text-decoration: underline;
}

#content-sub .alumni-events p.alumni-calendar-footer
{
	padding: 4px 8px;
	background-color: #E37C1D;
	font-size: 1.3em;
	font-weight:  bold;
}

#content-sub .alumni-events .buttonlist
{
	clear:  both;
}

#content-sub .alumni-events .buttonlist li {
	display: inline-block;
	float: left;
}

#content-sub .alumni-events .buttonlist a
{
	display:  block;
	background-image:  none;
	color: #fff;
	text-indent: -999em;
	height:  22px;
	padding-right: 0;
	margin-right: 3px;
}

#content-sub .alumni-events .buttonlist li.button-events a
{
	background: transparent url(/olc/images/TUF/button-events.png) scroll no-repeat;
	width: 102px;
}

#content-sub .alumni-events .buttonlist li.button-reunions a
{
	background: transparent url(/olc/images/TUF/button-reunions.png) scroll no-repeat;
	width:  56px;
}

#content-sub .alumni-events .buttonlist li.button-travel a
{
	background: transparent url(/olc/images/TUF/button-travel.png) scroll no-repeat;
	width:  76px;
}

#content-sub .alumni-events p.alumni-calendar-footer .callout
{
	color:  #fff;
	background: transparent url(/olc/images/TUF/arrow-white-on-orange.gif) no-repeat 100% 55%;
	padding-right: 13px;
	position: relative;
}

/* @end */

/* @group Alumni Events Content */

#content-sub .alumni-events-content {
	background: #fff1c4 url(/olc/images/TUF/sub-alumni-events-bg.png) scroll no-repeat;
	padding-top: 15px;
}

#content-sub .alumni-events-content table
{
	margin:  0;
	width: 227px;
	margin: 0 10px
}


#content-sub .alumni-events-content thead
{
	display:  none;
}

#content-sub .alumni-events-content tbody th,
#content-sub .alumni-events-content tbody td
{
	padding: 8px 0 5px 0;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
	border-bottom: 1px #CB6A0E dotted;
}

#content-sub .alumni-events-content tbody th
{
	width:  50px;
	color: #CB6A0E;
	text-align: left;
}

#content-sub .alumni-events-content tbody td
{
	width: 207px;
	padding-left: 0px;
}

#content-sub .alumni-events-content tbody td a
{
	color:  #CB6A0E;
	font-weight:  bold;
}

#content-sub .alumni-events-content tbody tr.last th,
#content-sub .alumni-events-content tbody tr.last td
{
	border-bottom-width:  0;
}


/* @end */



/* @group Alumni Events Footer */



/* @end */

/* @group= Log in Form */

.alumni-connect #content #content-inner #sign-up {
	float: right;
	padding-bottom: 14px;
	background: url('/olc/images/TUF/sign-in-box-bottom.png') no-repeat 0 100%;
	width: 218px;	
}

.alumni-connect #content #content-inner .login-form h2 {
	color: #fff;
	margin: 0 14px;
	font-size: 2em;
}

#content #content-inner .login-form form {
	margin-top: 0;
}
#content #content-inner .login-form h2 {
	padding: 1px;
}

/* Login Form */

#content #content-inner .login-form a {
	color: #FFD863;
}

#content #content-inner .login-form
{
	background: #3373B0 url(/olc/images/TUF/section-login-hatch-bg.png) no-repeat left top;
	padding-bottom:  10px;
	padding-top:  10px;
}

#content #content-inner .login-form p,
#content #content-inner .login-form h2,
#content #content-inner .login-form form
{
	margin: 0 14px;
}

#content #content-inner .login-form p {
	
}

#content #content-inner .login-form h2 {
	line-height: 0em;
	font-size: 2.8em;
}

#content #content-inner .login-form h2 span{
	font-size: 0.71em;
}

#content #content-inner .login-form form
{
	margin: 10px 5px 10px 14px;
}

#content #content-inner .login-form form p
{
	margin:  0;
	font-size:  1em;
}

#content #content-inner .arrow-small-link-right
{
	display:  inline-block;
	background: url(/olc/images/TUF/arrow-small-white-right.png) no-repeat scroll right center;
	padding-right:  10px;
}

#content #content-inner .login-form a.arrow-link-right
{
	font-size:  1.2em;
	font-weight: bold;
	color: #fff;
}


#content #content-inner .login-form strong
{
	font-size: .9em;
	color: #ffd863;
}

#content #content-inner .login-form hr
{
	border: 1px #99b9d8 dotted;
	border-width: 1px 0 0 0;
	margin-left: 10px;
}

#content #content-inner .login-form h2
{
	color:  #CCDCEB;
}

#content #content-inner .login-form h3 a
{
	color:  #ffffff;
}

#content #content-inner form p a:link,
#content #content-inner form p a:visited {
	color: #ffd863;
	display:  inline-block;
	font-size: 0.9em;
}


#content #content-inner form.label-overlay span.form-elem-wrapper
{
	position: relative;
	display:block;
	margin-top: 6px;
	float: left;

}

#content #content-inner form.label-overlay span.form-elem-wrapper label
{
	position:  absolute;
	font-size: 1.4em;
	font-weight: normal;
	width:  168px;
	height:  19px;
	z-index: 1;
	top: -3px;
	color: #3373b0;
}

#content #content-inner form.label-overlay span.form-elem-wrapper label span
{
	left: 3px;
	position: relative;
	top: 7px;
		cursor: pointer;
}

#content #content-inner form.label-overlay input.input-text
{
	font-size: 1.4em;
	position: relative;
	z-index: 0;
	width: 168px;
	border-width: 0;
	background-color: #d1dfed;
	color: #3373B0;
}

#content #content-inner form .go {
	background: transparent url(/olc/images/TUF/arrow-blue-continue.png) no-repeat scroll 0 50%;
	height: 19px;
	width: 19px;
	float: left;
	padding: 0;
	margin: 6px 0 0 6px;
	border: none;
	cursor: pointer;
}

#content #content-inner label.overlay span
{
	opacity: 1;
}

#content #content-inner label.focus span
{
	opacity: 0.2;
}

#content #content-inner label.hastext span
{
	opacity:  0;
}

/* @end */


/* @group= alumni-connect */

.alumni-connect #content-main a:link,
.alumni-connect #content-main a:visited {
	text-decoration: none;
	color: #3373b0;
	
}

.alumni-connect #content-main a:hover,
.alumni-connect #content-main a:active {
	text-decoration: underline;
}

.alumni-connect #content-main {
	width: 458px;
}

.alumni-connect #content-main h2 {
	clear: both;
	margin-bottom: 0
}

.alumni-connect #content-main #community {
	float: left;
	width: 225px;
}

.alumni-connect #content-main ul.community-list {
	float: left;
	margin: 0 0 10px 0;
}

.alumni-connect #content-main ul.community-list li {
	float: left;
	list-style-image: none;
	padding-left: 8px;
	background: url('/olc/images/TUF/bullet.gif') no-repeat 0 50%;
	width: 100px;
	margin: 1px 0;
}

.alumni-connect #content-main ul.community-list li a:link,
.alumni-connect #content-main ul.community-list li a:visited {
	float: left; 
	color: #333333;
}

.alumni-connect #content-main .facebook-linkedin,
.alumni-connect #content-main .twitter  {
	margin: 13px 0;
}

.alumni-connect #content-main .facebook-linkedin a:link,
.alumni-connect #content-main .facebook-linkedin a:visited {
	padding-left: 38px;
	background: url('/olc/images/TUF/acebook-linkedin-logo.png') no-repeat 0 50%;
	font-weight: bold;
}

.alumni-connect #content-main .twitter a:link,
.alumni-connect #content-main .twitter a:visited {
	float: right;
	padding-left: 18px;
	background: url('/olc/images/TUF/twitter-logo.png') no-repeat 0 50%;
	font-weight: bold;
}

.alumni-connect #content-main #international-groups {
	margin: 0;
	float: left;
	width: 115px;
	min-height: 556px;
	padding: 0 15px 0 10px;
	background: url('/olc/images/TUF/alumni-connect-list-border.png') no-repeat 100% 0;
}

.alumni-connect #content-main #state {
	margin: 0;
	float: left;
	width: 115px;
	min-height: 556px;
	padding-right: 15px;
	background: url('/olc/images/TUF/alumni-connect-list-border.png') no-repeat 100% 0;
}

.alumni-connect #content-main #shared-interest {
	margin: 0;
	float: left;	
	padding-left: 10px;
	width: 177px;
	min-height: 556px;
}

.alumni-connect #content-main li h4 {
	margin: 0;
}

.alumni-connect #content-main #international-groups li,
.alumni-connect #content-main #state li,
.alumni-connect #content-main #shared-interest li { 
	margin: 5px 0;
	background: none;
	list-style-image: none;
}

/* @end */

.events #calendar-container {
	background: #e37c1d url('/olc/images/TUF/events-calendar-bg.png') repeat-x top left;
	width: 443px;
	margin: 0 0 15px -5px;
	padding: 10px;
}

.events #calendar-container h2 {
	font-size: 2.7em;
	color: #fff;
	margin-bottom: 10px;
}

.events #calendar-container #calendar {
	background-color: #FFF1C4;
	width: 228px;
	text-align: center;
	padding: 5px 10px 10px 10px;
	float: left;
	margin-right: 20px;
	display: inline;
}

.events #calendar-container #calendar #previous,
.events #calendar-container #calendar #next {
	background: transparent none no-repeat 50% 50%;
	height: 13px;
	padding: 24px 3px;
	text-indent: -9999px;
	width: 5px;
}

.events #calendar-container #calendar span {
	color: #CB6A0E;
	font-size: 1.5em;
	font-weight: bold;

}

.events #calendar-container #calendar #previous {
	background-image: url('/olc/images/TUF/arrow-orange-left.gif');
	background-position: 0 46%;
}

.events #calendar-container #calendar #next {
	background-image: url('/olc/images/TUF/arrow-orange-right.gif');
	background-position: 100% 46%;
}

.events #calendar-container #calendar #calendar-inner {
	background: #fff;
	margin-top: 6px;
	padding: 5px 0;
}

.events #calendar-container #calendar #calendar-inner table {
	margin: 0 auto;
	color: #CB6A0E;
	font-weight: bold;
}

.events #calendar-container #calendar #calendar-inner table th {
	background: #fff;
	color: #421D11;
	font-size: 1.1em;
}

.events #calendar-container #calendar #calendar-inner table td {
	padding-top: 1px;
}

.events #calendar-container #calendar #calendar-inner table td a:link,
.events #calendar-container #calendar #calendar-inner table td a:visited {
	color: #CB6A0E;
	font-weight: bold;
}

.events #calendar-container #calendar #calendar-inner table td.occupied {
	background: url('/olc/images/TUF/calendar-day-circle.gif') no-repeat top center;
}

.events #calendar-container #calendar #calendar-inner table td.next-month {
	color: #FFF;
} 


.events a.view-full:link,
.events a.view-full:visited {
	color: #fff;
	padding: 5px 25px 7px 10px;
	font-size: 1.3em;
	font-weight: bold;
	background: #CB6A0E url('/olc/images/TUF/white-arrow.png') no-repeat 95% 45%;
}

.events #calendar-container ul {
	margin-left: 275px
}

.events #calendar-container li {
	background-image: url('/olc/images/TUF/bullet-white.gif');;
}

.events #content-main #calendar-container li a {
	color: #fff;
}

.events #calendar-container p {
	margin-top: 16px;
	font-size: 1em;
}

.events table.upcoming {
	width: 100%;
}

.events table.upcoming tr {
	background: url('/olc/images/TUF/orange-dotted-border.gif') repeat-x;
	vertical-align: top;
	color: #CB6A0E;
	font-weight: bold;
	font-size: 1.2em;
}

.events table.upcoming td.date {
	width: 4em;
	text-align: right;
}

.events #content-main table.upcoming tr p {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 1em;
}

.events #content-main table.upcoming td {
	padding: 5px 20px 5px 0;
}

.events #content-main table.upcoming td a:link,
.events #content-main table.upcoming td a:visited {
	color: #CB6A0E;
}

.events #content-main table.upcoming td a:hover,
.events #content-main table.upcoming td a:active {
	text-decoration: underline;
}

.button-large{
	padding:5px;
	background-color:#4F91CD;
	border-bottom:1px solid #3E80BC;
	border-right:1px solid #3E80BC;
	margin-top: 15px;
}

a.button-large span {
	color:#FFF;
	font-weight:bold;
	font-size:11px;
}

form.survey {
	margin: 10px 0;
}

form.survey label {
	font-weight: bold;
}

p.required {
	color: #990000;
}

form.survey label.required {
	background: url(/olc/images/TUF/form-required.gif) no-repeat 100% 30%;
	padding-right: 10px;
}


form.survey input,
form.survey textarea {
	background-color: #d3e3f2;
	border: 0 none;
	border-bottom: 1px solid #999;
	display: block;
	margin: 3px 0 8px;
	padding: 4px;
}

form.survey textarea {
	height: 100px;
	width: 500px;
}

form.survey .hiddenFields {
	display: none;
}

form.survey .submit {
	margin-top: 14px;
}

form.survey .submit input {
	background: #d3e3f2 url(/olc/images/TUF/arrow-large-white-right.png) no-repeat 90% 50%;
	border: 1px solid #999;
	display: inline;
	font-weight: bold;
	padding: 4px 20px 4px 8px;
	margin: 0 8px 0 0;
	
	border-radius: 3px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#content-main form.survey .input-inline-first li {
	background-position: 0 5px;
}

#content-main form.survey .input-inline-first li ul {
	margin: 2px 0 1em 1em;
}

form.survey .input-inline-first input {
	display: inline;
	margin: 2px 2px 2px 0;
}

form.survey fieldset legend {
	padding: 1em 0 0.5em;
}
