/* Style Sheet for Byview site - Developed Feb 2007 */
/* -------------------------------------------------------------- */


/* Standard HTML tag styles */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}
 
li { 
list-style-type: disc; 
} 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BF5D22;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ------------------------------------------------------------ */


/* Pseudo classes defining navigation styles */
 

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83623D;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBE18E;
	font-weight: normal;
	text-decoration: underline;
}

/* ----------------------------------------------------------- */


/* Form Styles */

input {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;


}

textarea {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;
	width: 400px;
}

menu {
	border: 1px solid #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;


}




/* ---------------------------------------------------------- */

/* Div ID's defining text and image alignment */

#mainHeading {
	position: absolute;
	z-index: 15;
	padding-left: 2px;
	margin-top: 10px;
} 

#alignText {
	position: absolute;
	z-index: 15;
	margin-top: 10px;
	padding-left: 40px;
} 

#alignImage {
	position: absolute;
	z-index: 15;
	margin-top: 200px;
	padding-left: 40px;
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/* Other */

#hr {
	color: #C97D27;
	height: 1px;
	line-height: 1px;
	text-align: center;
	margin: 10px;	
}

.border {
	border: 1px solid #c0c0c0;

}

.webpub {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #75273A;
}
.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #84232E;
}

.webpub a:link {
	color: #ffffff;
	text-decoration: underline;
	background-color: inherit;
}

.webpub a:hover {
	color: #A7B50A;
	text-decoration: underline;
	background-color: inherit;
}
