/*
Website Style Sheet
Tacoma Mountain Rescue
by Tod Lokey, Communications Chairperson, Webmaster
April, 2005
 */

/*General Page Tags*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #000066;
}
h2 {
	font-size: 18px;
}

a:link, a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}

/* Main Div Tags */
/*Intro Page Tags */
#Intro {
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: none;
	padding-bottom: 5px;
}
#Intro a:link, #Intro a:visited {
	font-size: 14px;
	color: #1E4785;
	font-weight: bold;
	text-decoration: none;
}
#Intro a:hover {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}
/*Paging DIV tag*/
#paging {
	font-size: 10px;
}

/*Template DIV Tags */
#Title {
	font-size: 24px;
	color: #000066;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 3px;
}
/*Small text, upper right corner*/
#UpperRight {
	font-size: 10px;
	color: #000066;
	text-align: right;
	margin: 0px;
	padding: 1px 1px 0px 0px;
}
#content {
	background-color: #FFFFFF;
	width: 750px;
}
#Links {
	padding: 5px;
	top: auto;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-size: 12px;
}
#footer {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	width: 750px;
	text-align: right;
}

/*LINKS Tags*/
#Links li {
	list-style-image: url(../images/closed.gif);
	margin-left: 15px;
}
#Links ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
/*Group links*/
#links a:link, #Links a:visited {
	color: #000000;
	text-decoration:none;
	}
#Links a:hover {
	color: #000000;
	text-decoration: underline;
	}
/*sublinks*/
#Links li a:link, #Links li a:visited {
	color: #000066;
	text-decoration: none;
}
#Links li a:hover {
	color: #000000;
	text-decoration: underline;
}

/*FOOTER tags*/
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/*Class Tags*/
.Horiz_Line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.Vert_Line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

/* Information concerning drop-down menus*/
a
{text-decoration: none;}

.title
{
	width: 150px;
	z-index: 10;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	height: 20px;
	margin-top: 280px;
}

.submenu
{
	width: 100%;
	border: 1px none black;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	visibility: hidden;
	padding-left: 15px;
	position: absolute;
	margin-top: 280px;
}
.Links_NotIE {
	width: 150px;
	z-index: 10;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	height: 20px;
}

.List {
	font-size: 12px;
	list-style-image: url(../images/opened.gif);
}
.left {
	float: left;
}
#donate {
	float: left;
	text-align: left;
}
