/* CSS Document */
/* Spacing, fonts, and positionings */


a {
	text-decoration:underline;
	color: #bf862c;
}

a:hover {
	color: #a53434;
}

a:hover.bgred {
	color: #f7c069;
}
a.bgred {
	color: #f7c069;
}




.thatwhichis {
	position:absolute;
	}
	
.isright {
	right: 20px;
	}
.isleft {
	left: 210px;
	}
.leftimg {
	margin: 3px 10px 3px 0px;
	}
.rightimg {
	margin: 3px 0px 3px 10px;
	}
.bottom {
	line-height: 55px;
	vertical-align: middle;
	z-index: 2;
	height: 95px;
	background-image: url(shastawatermark.png);
	background-repeat: no-repeat;
	background-position: 680px 0px;
	}
.clearright {
	clear: right;
	}
	

.hor {
	margin: 15px;
	padding: 0px;
	border: none;
	}
.vert {
	margin: 0px 15px 35px 7px;
	padding: 0px;
	border: none;
	}
.imgleft {
	margin: 0px 5px 0px 0px;
	}
.imgright {
	margin: 0px 0px 0px 5px;
	}

.search	{
	color:#000000;
	border: none;
	margin: 0px;
	padding: 5px 10px;
			}
form {
	padding: 0px;
	margin: 0px;
	}
.news2	{
	color:#000;
	border:0px;
	margin: 0px 5px 10px 10px;
	padding:0px 0px 10px 0px;
			}
.room	{
	width: 100%;
	min-height: 700px;
	}


.bordered {
	margin: 0px 15px 0px 15px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #004175;
	}

.simpleborder {
	border-width: 1px;
	border-style: solid;
	border-color: #004175;
	}

a.wht {
	text-decoration:underline;
	color: #fff;
}

a:hover.wht {
	color: #a53434;
}
a.blk {
	text-decoration:underline;
	color: #000;
}

a:hover.blk {
	color: #a53434;
}
a.whtonred {
	text-decoration:underline;
	color: #fff;
}

a:hover.whtonred {
	color: #000;
}

.fancytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
}

ul {
	margin: 0px;
	padding: 0.5em 1em 1em 1.25em;
	list-style-position: outside;
	list-style-type: square;
	marker-offset: 10px;
	}
ol {
	margin: 0px;
	padding: 0.5em 1em 1em 1.25em;
	list-style-position: outside;
	list-style-type: decimal;
	}

li {
	list-style-position: outside;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: left;
}
.bulleted {
	list-style-type: disc;
	}

.spaced {
	line-height: 190%;
	}
.halfspaced {
	line-height: 140%;
	}

.xlgtitle {
	font-size: 500%;
	font-weight: normal;
	color: #4883b1;
	padding: 0px;
	margin: 0px;
	}
.lgtitle {
	font-size: 200%;
	font-weight: normal;
	line-height: 80%;
	color: #4883b1;
	padding: 0px;
	margin: 0px;
	}
.mdtitle {
	font-size: 160%;
	font-weight: normal;
	color: #4883b1;
	padding: 0px;
	margin: 0px;
	}
.smtitle {
	font-size: 120%;
	font-weight: normal;
	color: #4883b1;
	}
.mdtext {
	font-size: 110%;
	}
.smtext {
	font-size: 85%;
	}

.linepad {
	padding: 12px 0px 17px 0px;
	}
.linepadmin {
	padding: 6px 0px 6px 0px;
	}

.textcenter {
	text-align: center;
	}
.textleft {
	text-align: left;
	}
.textright {
	text-align: right;
	}
.textjustify {
	text-align: justify;
	}

.indented {
	margin: 0px 40px 0px 20px;
	}
.left	{
	float: left;
	}
.right	{
	float: right;
	}
.cleared {
	clear: both;
	}
.bolded {
	font-weight: bold;
	}
.italiced {
	font-style: italic;
	} 
.listed {
	margin: 0px 0px 0px 22px;
	text-indent:-22px;
	}

.nowrap {
	white-space: nowrap;
	}


/* search box stuff */

input.submitbutton {	
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	background-color: #4883b1;
	color: #FFFFFF;
	vertical-align: middle;
	margin: 0px;
}

.under {
	text-decoration: underline;
}
.nobullet {
	list-style-type: none;
}
.noindent {
	text-indent: 0px;
}	

.listroman {
	list-style-type: upper-roman;
}
.listalpha {
	list-style-type: upper-alpha;
}



.pointer {
	cursor: pointer;
}

.inline {
	vertical-align: middle;
	}

