/*Copyright 2008 Salvonix www.salvonix.us, all rights reserved.*/

body {
	background-color:#92a5b6;
	background-image:url('Simages/SalvonixBanner.jpg');
	background-repeat:no-repeat; 
	background-attachment:fixed;
	background-position:0% 0%;
	margin:0px;
	padding:0px;
	min-width:720px;
}
h1  {	display: block;
	clear:both;
	text-align: left;
	font-family: "Good Times", Embargo, "URW Gothic L", sans-serif;
	font-style: normal;
	font-size: 130%;
	font-weight: 700;
	color: #f9f9f9;
	background-color: #464c8a;
	background-image:url('Simages/SalvonixBannerBlueWashed.jpg');
	background-repeat:no-repeat; 
	background-attachment:fixed;
	background-position:0% 0%;
	margin: 2.1ex 1em 1ex 1em;
	padding: 0.5ex 0.2em 0ex;
}

h2 {font-family: Arial, Helvetica, Verdana, sans-serif;
	font-variant: normal;
	font-weight: 700;
	font-size: 175%;
	color: #e8e8e8;
	text-align: center;
	line-height: 100%;
	padding-bottom: 0px;
	margin-bottom: 1ex;}
h3 {font-family: Garamond, "DejaVu Serif", serif;
	font-weight: 700;
	font-style: italic;
	font-size: 130%;
	color: #533041;
	text-align: left;
	margin: 2ex 0 0.25em 2em; }

h4 {font-family: Arial Narrow, sans-serif;
	font-weight: 500;
	font-size: 150%;
	text-align: center;
	color: #888888;
}

#content {
	position:absolute;
	background-color:#eceff2;
	background-image:url('Simages/SalvonixBannerWhiteWashed.jpg');
	background-repeat:no-repeat; 
	background-attachment:fixed;
	background-position:0% 0%;
	top:180px;
	left:5%;
	height:auto;
	width:70%;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
	border-right:3px solid silver;
	border-bottom: 3px solid silver;
	padding:3ex 0em 10ex;
}
div#content p {
	text-align:justify; 
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-style:normal; 
	font-size:95%;
	font-weight:500;
	line-height:110%;
	color:#130f63; 
	padding:1ex 5em 2ex;
	margin:1ex 2em 1ex;
}
div#content p a:link, div#content a:visited {
	padding: 0.1ex 0.1em;/*was 0 2 0 2*/
	background: transparent; 
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-style:normal; 
	font-size:95%;
	font-weight:500;
	line-height:110%;
	color: #533041;
	text-decoration: underline;}
div#content p a:hover, div#content a:active {
	padding: 0.1ex 0.1em;/*was 0 2 0 2*/
	color: #000; 
	background-color: #464c8a;
	background-image:url('Simages/SalvonixBannerBlueWashed.jpg');
	background-repeat:no-repeat; 
	background-attachment:fixed;
	background-position:0% 0%;
	border-bottom: 0px solid #c7c6df;
	text-decoration: none;}


#navbar {color: #040063;
	position:fixed;
	width: 120px;
	left:75%;
	top:230px;
	height: auto;
	background-color: silver; 
	z-index: 20;
	margin-left:3px;}
#navbar ul {
	z-index: 20;
	margin: 0px;
	padding: 0px; 
	}
#navbar ul li {
	list-style-type: none;	
	z-index: 20;
	margin: 0px;
	padding: 5px; 
	}
#navbar ul li:first-child {
	margin: 0px;
	padding: 5px; 
	z-index: 20;	}

#navbar ul li:hover { 
	background-color: #7b5c68; 
	color: #ffffff;
	text-decoration: none;
	z-index: 20;	}
#navbar * a {
	display:block;
	padding: 0px; 
	text-decoration: none;
	text-align: left;
	font-family: Arial, "Blue Highway", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	font-size: 90%;
	color: #040063;	
	z-index: 20;
	margin-right: 0px;
	}

#navbar * a:hover {
	background-color: #7b5c68; 
	color: #ffffff;
	text-decoration: none;
	z-index: 20;	}	
#navbar * a:visited {
	text-decoration:none;}	

#footer  {
	position:absolute;
	text-align: right; 
	right:0px;
	width:100%;
	height: 3ex;
	color: #939393;
	font-size:75%;
	font-weight:300;
	font-family:sans-serif;
	line-height:150%;
	font-style:italic;
	padding:1ex;
	margin: 1ex 1em;
   }
#footer a:link,
#footer a:visited,
#footer a:hover, #footer a:active {
	display:inline;
	border: 0px; 
	background: transparent; 
	text-decoration: none;}

/*Hack Zone and commented out stuff*/
/*ie likes negative numbers for sending behind, but mozilla only likes positive*/
* html  div#content {z-index: -1;}
* html  div#hiddennav {z-index: -3;}
* html  div#navbar ul li {margin-top:-4px;}
