.float_image_right {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.float_image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.underline {
	border-bottom: 1px solid #A8915C;
}


body {
	background-color: rgb(232, 232, 232);
	margin: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #444;
	font-size: 13px;
}

img { border: none; }

h1 {
	color: #005A81;
	font-size: 26px;
	font-weight: normal;
}

h2 {
	color: #005A81;
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
}

h3 {
	color: #005A81;
	font-size: 14px;
	margin-bottom: 5px;
}
h3 + p {
margin: 0;
}
p {
	font-size: 13px;
	line-height: 1.6em;
}

hr {
	background-color: #EEE;
	height: 2px;
	border: none;
}
li {
	margin-bottom: 10px;
	line-height: 1.7em;
}
/*** Form Tables ***/
form > table > tbody > tr > td:first-child {
	width: 140px;
	font-size: 13px;
}
body.trident form > table > tbody > tr > td:first-child {
	width: 100%;
}
form > table > tbody > tr > td[colspan] {
	color: rgb(0,90,129);
	text-align: left;
	width: 100%;
}
form > table > tbody > tr > td {
	font-size: 13px;
}

a {
	color: rgb(0,90,129);
}

a:hover {
	color: blue;
}

form table label {
	color: #005A81;
	font-size: 13px !important;
}
form table input {
	margin-left: 20px;
	margin-right: 5px;
	width: auto !important;
}
form table input[type=submit] {
	margin-left: 0;
}
form table textarea {
	margin-left: 20px !important;
}
form table select {
	margin-left: 20px;
}

#CardExpiryMonth { width: 50px; }
#CardExpiryYear { width: 75px; }
#CardType { width: 150px; }
#Title { width: 50px; }

/*** Layout ***/
#layout_main {
	width: 880px;
	background-color: white;
	padding: 20px 10px 20px 20px;
}

#layout_footer {
	width: 850px;
	padding: 30px 30px 0 30px;;
	text-align: center;
	font-size: 11px;
	line-height: 1.8em;
	font-family: "Myriad Pro", Helvetica, sans-serif;
	height: 50px;
	background-color: white;
}
ul#nav_858512 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#nav_858512 > li {
	display: inline;
}
ul#nav_858512 > li > a {
	color: #333;
	margin: 0 5px 0 5px;
	text-decoration: none;
}
ul#nav_858512 > li > a:hover {
	text-decoration: underline;
}

/*** Header ***/
#main_header {
	width: 100%;
	height: 62px;
}
#header_logo {
	width: 228px;
	height: 62px;
	float: left;
}
#header_donate {
	width: 158px;
	height: 62px;
	float: right;
}
#header_quote {
	float: right;
	width: 500px;
	height: 62px;
	margin: 0;
	text-align: right;
	color: #999;
	font-style: italic;
	margin: 10px 10px 0 0;
}
#page_img {
	position: relative;
	left: 7px;
}

/*** Navbar ***/
#main_navbar, .navbarLink, .menuLink  { height: 33px; }
#menuLink_about { width: 131px; }
#menuLink_news { width: 117px; }

/***
 *** This is the second part of the hack to remove BC's
 *** injected style tag. These styles below are derived
 *** from that tag.
 
 *** FYI, #nav_834738 IS the <ul>
 ***/
#contentPageNav > #cat_834738_divs {
	width: 866px !important;
	margin-left: 7px;
}
#mainPageNav > #cat_834738_divs {
	width: 871px !important;
}
#cat_834738_divs {
	clear: both;
	margin-bottom: 10px;
}
#nav_834738, #nav_834738 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.0em;
	clear: both;
	width: 100%;
}
#nav_834738 a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 10px;
}
#contentPageNav #nav_834738 > li {
	width: 107px;
}
#mainPageNav #nav_834738 > li {
	width: 107px;
}
#nav_834738 > li {
	float: left;
	background-image: url(/images/navbar/navitem.png);
	background-repeat: repeat-x;
	height: 22px;
	padding: 3px 0;
	border-right: 1px solid #7497B6;
	text-align: center;
}

#nav_834738 > li:hover, #nav_834738 > ul > li.sfhover {
	background-image: url(/images/navbar/navitem_over.png);
	background-repeat: repeat-x;
}
#nav_834738 li:hover a, #nav_834738 li.sfhover a  { }
#nav_834738 li ul {
	position: absolute;
	left: -999em;
	margin-top: 0.0em;
	width:10em;
}

.navbarMenu > a:hover {
	background-color: #5C87AD;
}

#nav_834738 > li ul > li {
	background-color: #B8D2E2;
	background-image: none;
	height: auto;
	width: 180px;
	margin: 0;
	border-bottom: 2px solid #CEE4EA;
	padding: 2px 0 2px 8px;
	text-align: left;
}
#nav_834738 > li ul a {
	text-decoration: none;
	color: black;
	margin: 0;
	width: 180px;
	font-size: 11px;
	padding: 0;
}
#nav_834738 li:hover ul, #nav_834738 li.sfhover ul { left: auto; }
#nav_834738 li ul ul {
	margin: -0.9em 0 0 10.0em;
}
#nav_834738 li:hover ul ul, #nav_834738 li.sfhover ul ul{ left: -999em; }
#nav_834738 li li:hover ul, #nav_834738 li li.sfhover ul{ left: auto; }
#nav_834738 > li > ul > li:hover, #nav_834738 li ul li.sfhover {
	background-color: #5C87AD;
}
#nav_834738 li ul li:hover a, #nav_834738 li ul li.sfhover a {
}
*+html #nav_834738 li hover, *+html #nav_834738 li.sfhover { position: static; }
*+html #nav_834738 li:hover ul ul, *+html #nav_834738 li.sfhover ul ul{ position: static; }
#nav_834738 li img { vertical-align:middle; } 


/*** Bottom Images ***/
#main_bottom {
	width: 100%;
}
#main_bottom > a:first-child, #main_bottom > a:nth-child(2) { margin-right: 19px; }
a.bottomImageLink {
  margin-right: 19px;
}

/*** Social ***/
#main_social {
	width: 100%;
	height: 50px;
}
#social_campus { float: left; }
#social_social { float: right; padding-right: 10px; }
#social_social > a:first-child { margin-right: 30px; }
/*** Body ***/
#main_body {
	clear: both;
}
#main_body > tbody > tr > td {
	vertical-align: top;
}
#main_body > tbody > tr > td:first-child {
	padding-top: 1.5em;
}
#body_content {
	padding-right: 25px;
	width: 100%;
}
#body_content h1 {
	padding-bottom: 5px;
	border-bottom: 2px solid #EEE;
}
#body_sidebar {
	width: 163px;
	height: 334px;
	background-image: url(/images/sidebar.gif);
	padding: 10px 0px 15px 0px;
	text-align: center;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
#body_sidebar > p {
	width: 124px;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	margin: 10px auto 10px auto;
}

/*** Text Side Widget ***/
#textSizeWidget {
	margin-top: 20px;
	float: right;
	font-size: 14px;
	display: none;
}
#textSizeWidget > span:first-child {
	color: #005A81;
	margin-right: 10px;
}
#textSizeWidget > span:nth-child(2) {
	font-size: 11px;
	cursor: pointer;
	margin: 0 3px 0 3px;
}
#textSizeWidget > span:nth-child(3) {
	font-size: 16px;
	cursor: pointer;
	margin: 0 5px 0 5px;
}

/*** Menu ***/
.navbarMenu {
	position: absolute;
	width: 165px;
	background-color: #B8D2E2;
	display: none;
}
.navbarMenu > a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: black;
	padding-top: 5px;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #CEE4EA;
}
.navbarMenu > a:hover {
	background-color: #5C87AD;
}
.navbarMenu > a:last-child {
	border-bottom: none;
}
#menu_about {
	left: 86px;
}
#menu_news {
	left: 400px
}
/*** General Styles ***/

.centeredBlock {
	margin: 0 auto 0 auto;
}
.horizSpacer_10 {
	width: 100%;
	height: 10px;
}
.horizSpacer_20 {
	width: 100%;
	height: 20px;
}
.floatLeft {
	float: left;
	margin: 10px 15px 10px 0;
}
.floatRight {
	float: right;
	margin: 10px 0 10px 15px;
}
.imageWithCaption {
	width: 165px;
	font-size: 11px;
}
#contentPageDescriptor {
display: none; visibility: hidden; opacity: 0;
}

/*** Dedication Opportunities ***/
table#dedicationOpportunities_table > tbody > tr:nth-child(even) {
background-color: #E9F3FE;
}
table#dedicationOpportunities_table > tbody > tr > td:first-child {
font-weight: bold;
text-align: right;
color: rgb(0,90,129);
}
