
/* CSS Document */

a {
	color: #b31b34;
	text-decoration: none;
}

a:hover {
	color: #b31b34;
	text-decoration: underline;
}

body {
	background-image: url(/objects/images/backgrounds/JR_Background_new2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #333333;
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #a50b2d;
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
}

#container {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#containerTop {
	position: relative;
	height: 50px;
	width: 1020px;
	background-image:url(/objects/images/backgrounds/bg_top.png);
	background-repeat: no-repeat;
}

#containerMiddle {
	position: relative;
	width: 960px;
	background-image:url(/objects/images/backgrounds/bg_middle.png);
	background-repeat: repeat-y;
	padding: 0 30px;
}

#containerBottom {
	position: relative;
	height: 40px;
	width: 1020px;
	background-image:url(/objects/images/backgrounds/bg_bottom.png);
	background-repeat: no-repeat;
}

#header {
	position: relative;
	width: 960px;
	z-index: 2;
}

#logo {
	position: absolute;
	top: -20px;
	left: 0;
	width: 960px;
	border-bottom: 4px #ebab00 solid;
}

#loggedInLinks {
	position: relative;
	float: right;
	margin-right: 190px;
}

#loggedInLinks a {
	display: block;
	float: right;
	margin-left: 5px;
	background: #ffffff;
	border: 1px #553317 solid;
	color: #553317;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 6px;
	font-weight: bold;
	font-size: 11px;
}

#loggedInLinks a:hover {
	background: #859c9d;
}

#loggedInLinks a.admin {
	color: #cc0000;
}

#nav {
	position: absolute;
	left: 0;
	width: 960px;
	height: 32px;
	border-bottom: 4px #000000 solid;
}

.navItem {
	position: relative;
	float: left;
	display: block;
	height: 32px;
	background-image: url(/objects/images/nav/nav_yellow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navAbout {
	width: 131px;
	background-position: 0 0;
}

#navAbout.on {
	background-position: 0 -33px;
}

#navAbout:hover {
	background-position: 0 -66px;
}

#navAgenda {
	width: 178px;
	background-position: -131px 0;
}

#navAgenda.on {
	background-position: -131px -33px;
}

#navAgenda:hover {
	background-position: -131px -66px;
}

#navMedia {
	width: 77px;
	background-position: -309px 0;
}

#navMedia.on {
	background-position: -309px -33px;
}

#navMedia:hover {
	background-position: -309px -66px;
}

#navServices {
	width: 190px;
	background-position: -386px 0;
}

#navServices.on {
	background-position: -386px -33px;
}

#navServices:hover {
	background-position: -386px -66px;
}

#navScholarship {
	width: 127px;
	background-position: -576px 0;
}

#navScholarship.on {
	background-position: -576px -33px;
}

#navScholarship:hover {
	background-position: -576px -66px;
}

#navGetInvolved {
	width: 131px;
	background-position: -703px 0;
}

#navGetInvolved.on {
	background-position: -703px -33px;
}

#navGetInvolved:hover {
	background-position: -703px -66px;
}

#navKids {
	width: 126px;
	background-position: -834px 0;
}

#navKids.on {
	background-position: -834px -33px;
}

#navKids:hover {
	background-position: -834px -66px;
}

.subnavItem {
	background: #cccccc;
	color: #000000;
	position: relative;
	display: block;
	height: 24px;
	padding: 0 10px;
	border-left: 1px #a7a6a6 solid;
	border-right: 1px #a7a6a6 solid;
	border-bottom: 1px #a7a6a6 solid;
	text-decoration: none;
	font-weight: bold;
}

.subnavItem:hover {
	text-decoration: none;
	background: #eeeeee;
}

#menu1Container,
#menu2Container,
#menu3Container,
#menu4Container,
#menu5Container,
#menu6Container,
#menu7Container {
	z-index: 2;
}

#body {
	position: relative;
	margin-top: 16px;
	width: 960px;
}

#content {
	position: relative;
	float: left;
	width: 670px;
	background-image: url(/objects/images/backgrounds/md_flag.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	min-height: 424px;
	height: auto !important;
	height: 424px;
	padding: 20px 20px 200px 20px;
}

#content.admin {
	width: 920px;
	background-image: none;
	padding: 20px 20px 20px 20px;
}

#contentPromo {
	position: relative;
	float: left;
	background-image: url(/objects/images/backgrounds/md_flag.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	min-height: 424px;
	height: auto !important;
	height: 424px;
	padding: 20px 20px 200px 20px;
	width: 920px;
	text-align: center;
}

.contentHeader {
	position: relative;
	margin: 20px 0 40px 0;
	font-size: 24px;
	line-height: 30px;
}

.contentColumns {
	margin-bottom: 20px;
}

.contentLeft {
	padding-right: 20px;
}

.contentRight {
	padding-left: 20px;
	border-left: 1px #cccccc solid;
}

#sidebar {
	position: relative;
	float: left;
	margin-left: 1px;
	width: 209px;
	padding: 40px 20px;
	background-color: #a7a6a6;
}

.sidebarHeader {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sidebarNav {
	position: relative;
	margin-bottom: 40px;
}

.sidebarNav ul {
	margin: 0;
	padding-left: 12px;
}

.sidebarNav li {
	margin-bottom: 10px;
	list-style-image: url(/objects/images/icons/bullet.gif);
}

.sidebarNav li.on {
	list-style-image: url(/objects/images/icons/bullet_on.gif);
}

#navUtility {
	background: #ebab00;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
}

#navUtility a {
	text-decoration: none;
	color: #000000;
}

#navUtility a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	width: 920px;
	padding: 0 20px;
	margin: -20px auto 20px auto;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 10px;
}

.clear {
	clear: both;
}

.imageFloatLeft {
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}

.imageFloatRight {
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}

form {
	display: inline;
}

.formLabel {
	font-weight: bold;
	font-size: 11px;
}

.formField {
	margin-bottom: 10px;
}

.inputText {
	border: 1px #666666 solid;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}

.inputTextarea {
	border: 1px #859c9d solid;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.inputCheckbox {
	margin: 0;
}

.inputSubmit {
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	cursor: pointer;
	color: #333333;
	background-color: #ebab00;
}

.textHeaderRed {
	font-size: 18px;
	margin: 10px 0;
	color: #b31b34;
	font-weight: bold;
}

.textHeader {
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 28px;
}

.textHeaderSmall {
	font-size: 14px;
	margin-bottom: 20px;
}

.dropcap {
	float: left;
	color: #d7182a;
	font-size: 40px;
	font-weight: bold;
	line-height: 34px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.paymentBox {
	background: #e3e8e9;
	position: relative;
	padding: 10px;
}

.formBox {
	background: #fafafa;
	border: 1px #cccccc solid;
	position: relative;
	padding: 20px;
}

.homeBox {
	padding: 0 0 20px 0;
	border-bottom: 1px #2c4340 dotted;
	margin-bottom: 20px;
	font-size: 16px;
}

.download {
	margin-bottom: 10px;
	line-height: 16px;
}

.download .boxLeft {
	position: relative;
	float: left;
}

.download .boxRight {
	position: relative;
	float: left;
	margin-left: 5px;
	width: 633px;
}

.headshot .boxRight {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 481px;
}

th {
	text-align: left;
	background: #666666;
	color: #ffffff;
}

tr.alternate1 {
	background: #ffffff;
}

tr.alternate2 {
	background: #e3e8e9;
}

.textAlert {
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 20px;
}

.divider {
	border-top: 1px #333333 dotted;
	margin: 20px 0;
}

.popup:hover,
.popupItem:hover {
	cursor: pointer;
}

.popup {
	position: absolute;
	background: #eeeeee;
	padding: 20px;
	width: 552px;
	border: 3px #aaaaaa solid;
	line-height: 15px;
}

.headerLink {
	display: block;
	background: #b31b34;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	width: 104px;
	text-align: center;
	text-decoration: none;
	float: right;
	line-height: 18px;
}

.headerLink:hover {
	background: #e2abb4;
	text-decoration: none;
}

.hvlog {
	margin: 10px 0;
}

.hvlog img {
	border: 1px #b31b34 solid;
}

.thumbnail {
	position: relative;
	float: left;
	width: 210px;
}

.thumbnail img {
	padding: 4px;
	border: 1px #aaafa8 solid;
}

.thumbnail img:hover {
	background: #b31b34;
}

.thumbnailCaption {
	width: 210px;
	font-size: 11px;
}

.thumbnailGutter {
	position: relative;
	float: left;
	width: 20px;
}

.pressReleaseContainer {
	background: #ffffff;
	border: 1px #000000 solid;
	padding: 40px 40px 20px 40px;
	margin-bottom: 20px;
}

.pressReleaseTitle {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 40px;
}

.pressReleaseHeader {
	position: relative;
	float: left;
	font-weight: bold;
	width: 60px;
}

.pressReleaseContent {
	position: relative;
	float: left;
	width: 528px;
}

.pressReleaseContainer .boxRight {
	width:550px;
}

#navAdmin {
	padding: 5px;
	background: #ffffff;
	margin-bottom: 20px;
	border: 1px #553317 solid;
}

#navAdmin a {
	display: block;
	background: #b31b34;
	color: #ffffff;
	padding: 0 5px;
	margin-right: 5px;
	text-align: center;
	font-size: 10px;
	position: relative;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#navAdmin a:hover {
	background: #666666;
	text-decoration: none;
}

#navAdmin .navTitle {
	position: relative;
	float: left;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#content.admin .message {
	background: #cfe5e3;
	color: #000000;
	padding: 0 4px;
	font-weight: bold;
	font-size: 12px;
}

#admin input,
#admin textarea,
#admin select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#admin input {
	width: 824px;
	padding: 0;
}

#admin textarea {
	width: 828px;
	height: 200px;
	padding: 0;
}

#admin .formButton {
	border: none;
	height: 24px;
	text-transform: uppercase;
	width: 80px;
	cursor: pointer;
	color: #ffffff;
	background: #20978b;
}
