/* jrvikings.org css definitions */

/* === Major Divisions =========================== */

#base {
	background: #A1A1A1;
	margin: 0;
	padding: 0;
}
#shell {
	width: 800px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
#head	{
	height: 129px;
}
#headinfo {
	height: 90px;
	width: 100%;
	margin:  0;
	padding: 0;
	background: url(images/topfill.gif) top left repeat;
	font-size: 24px;
	font-weight: bold;
	color: #F0D617;
}
#headtext {
	width: 592px;
	text-align: center;
	position: absolute;
	top: 30px;
}
#headimage {
	width: 65px;
	float: right;
	clear: right;
	margin-right: 50px;
}
#headmenu {
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	background: url(images/chrome.gif) top left repeat-x;
	text-align: right;
}
	#headmenu a {
		padding-right: 2px;
		padding-left: 2px;
		font-size: 9px;
		color: #000000;
		text-decoration: none;
		font-weight: bold
	}
	#headmenu a:hover {
		color: #FF0000;
	}
#headbottom {
	height: 17px;
	margin: 0;
	padding: 0;
	background: url(images/chrome2.gif) top left repeat-x;
}
#contentshell {
	width: 100%;
	min-height: 410px;
	margin: 0;
	padding: 0;
}

#sidemenu {
	width: 160px;
	height: 404px;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
}
	#sidemenu ul {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#sidemenu li.menutitle {
		height: 16px;
		line-height: 16px;
		padding: 0;
		text-align: center;
		font-size: 9px;
		color: #FFFFFF;
		font-weight: bold;
		background: url(images/tab150.gif) top left no-repeat;
	}
	#sidemenu li.menuitem{
		height: 23px;
		padding: 0;
		line-height: 23px;
		text-indent: 8px;
		text-align: left;
		font-size: 13px;
		font-weight: bolder;
		background: url(images/button.gif) top left no-repeat;
	}
	
	#sidemenu li.menuitem a {
		color: #000000;
		text-decoration: none;
	}
	#sidemenu li.menuitem a:hover{
		color: #E6B74B;
	}
	#sidemenu li.menuitem:hover {
			background-position: bottom;
	}
#content {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
	.third {
		margin-left: 165px;
	}
	.half {
		margin-left: 165px;
		margin-right: 155px;
	}
.photosshell {
	width: 150px;
	float: right;
	clear: none;
	padding: 0;
	margin: 0;
}
	H5.photohead {
		width: 150px;
		height: 16px;
		background: url(images/tab150r.gif) top left no-repeat;
		padding: 0;
		margin: 0;
		line-height: 16px;
		text-align: center;
		font-size: 9px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.photocontent {
		width: 150px;
		background: url(images/filltabr.gif) top left repeat-y;
		text-align: center;
	}
#ad {
	width: 158px;
	height: 300px;
	float: left;
	clear: both;
	border: 1px black solid;
	background: white;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}
#footer {
	padding: 4px 0;
	text-align: center;
	border-top: 5px double #444488;
	font-size: 12px;
	font-weight: bold;
}


/* === Content Elements ====================== */

H2.bluebox {
	width: 90%;
	height: 23px;
	padding: 0;
	margin: 0;
	line-height: 23px;
	background: url(images/tab300.gif) top right no-repeat;
	background-color: #022560;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 8px;
}

H3.bluetitle {
	padding: 0 .5em;
	font-size: 1em;
	color: #000099;
	font-weight: bold;
}
H4.bluetitle {
	margin: 1em 0 .25em 0;
	padding: 0 .5em;
	font-size: .8em;
	color: #000099;
	font-weight: bold;
}
H3.boxtitle {
	width: 90%;
	height: 23px;
	border-top: 3px #999999 ridge;
	border-bottom: 3px #999999 ridge;
	font-size: 16px;
	text-align: center;
	line-height: 23px;
}
H4.hndbk_main {
	font-size: 18px;
	color: blue;
}
H4.hndbk {
	font-size: 16px;
}
hr.hndbk_line {
	width: 60%;
}
table.normal {
	width: 90%;
	border: 1px black solid;
	font-size: 12px;
}
p.normal {
	margin: .15em 0 1em 0;
	padding: 0 .5em;
	font-size: .75em;
	line-height: 1.1em;
	text-align: justify;
}
a.pdf {
	background: url(images/PDFicon.gif) bottom right no-repeat;
	padding-right: 13px;
}
ul.normal {
	font-size: .75em;
}
tr.yellowtitle {
	height: 24px;
	font-size: 15px;
	font-weight: bold;
	background: #FFD93E;
	text-indent: 3px;
}
tr.resultstitle {
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #777777;
}
tr.greyline {
	background: #DEDEDE;
}

tr.row85 {
	background: #CECECE;
}

tr.row105 {
	background: lightgreen;
}

tr.row130 {
	background: lightblue;
}

.legal {
	font-size: 12px;
	text-align: justify;
}

#marqueecontainer{
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: white;
}
#vmarquee {
	font-family: System;
	font-size: 9pt;
	font-weight: bold;
	font-style: oblique;
	color: #FFCF00;
	position: absolute
}
marquee.news {
	font-family: System;
	font-size: 9pt;
	font-weight: bold;
	font-style: oblique;
	color: rgb(51, 0, 153);
}
.caption {
	font-size: 9px;
	font-weight: bold;
}
div.validate {
	display: block;
	margin-top: 10px;
	text-align: justify;
	padding: 3px;
	width: 100%;
	background: #C0C0C0;
	border: 1px #999999 solid;
}
p.standards {
	font-size:10px;
	color: #666666;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* === Maps contentent Elements =========================== */

.loc_contain {
	width: 739px;
	height: 500px;
	display: block;
	padding: 0;
	margin: 0;
	border: 2px black solid;
}

.loc_text {
	width: 291px;
	height: 75px;
	display: block;
	padding: 3px;
	position: relative;
	top: -95px;
	left: 430px;
	background: #F7D348;
	border: 2px #C0C0C0 solid;
}
.loc_title {
	font-size: 18px;
	font-weight: bold;
}
.loc_address {
	font-size: 14px;
}
.loc_link {
	font-size: 9px;
}
/* === Sponsor Page Content Elements ====================== */
#mmreturn a {
	margin: 0;
	padding: 88px 20px 15px 5px ;
	background: url(images/mmcorner.png) bottom right no-repeat;
	color: white;
	font-weight: bold;
}


/* === Sponsor Page Content Elements ====================== */
#don_color_contain {
	width: 100%;
	padding: 0 0 5px 0;
	margin: 0;
}
	#don_bar {
		height: 35px;
		line-height: 35px;
		padding: 0;
		margin: 0;
	}
	.gold_bar {
		background: #FFCC00;
	}
	.blue_bar {
		background: #0000CC;
		color: #FFFFFF;
	}
	.white_bar {
		border: 1px black solid;
	}
	.standplus_bar {
		border: 1px black solid;
		background: #999999;
	}
	.stand_bar {
		border: 1px black solid;
		background: #CCCCCC;
	}
	.don_color_title {
		text-align: left;
		padding-left: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	.don_note {
		float: right;
		padding-right: 8px;
		font-size: 10px;
	}
	#don_sp_contain {
		height: 150px;
		padding: 4px 0 4px 0;
	}
	.sp_pic {
		height: 100%;
		width: 360px;
		float: left;
	}
	.sp_text {
		height: 140px;
		font-size: 15px;
		padding: 5px;
	}
