@charset "UTF-8";
/* CSS Document */

input.nosee {
	visibility: hidden;		
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url(../images/bg.gif);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	color:#333;
}
blockquote {
	padding-left:10px;
	padding-bottom:10px;
	color:#666;
	line-height: 16px;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:lighter;
	padding-bottom:10px;
	color: #5a167e;
	font-size: 24px;
	line-height: 24px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding-bottom:10px;
	color: #5a167e;
	font-size: 18px;
	line-height: 24px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding-bottom:10px;
	color:#9b321a;
	font-size: 14px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding-bottom:10px;
	color:#555;
	font-size: 14px;
}
.h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:lighter;
	padding-bottom:10px;
	color: #5a167e;
	font-size: 24px;
	line-height: 24px;
}

.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding-bottom:10px;
	color: #5a167e;
	font-size: 18px;
	line-height: 24px;
}

.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding-bottom:10px;
	color:#9b321a;
	font-size: 14px;
}

.h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding-bottom:10px;
	color:#555;
	font-size: 14px;
}



table {
 border: none;
}

ul {
	margin-left:15px;
	color: #999;
}
ol {
	margin-left:25px;
}

div {
	overflow:hidden;	
}

a:link {
	color:#226;
	text-decoration:none;
}

a:hover {
	color:#9E7259;
	text-decoration:none;
}

a:visited {
	color:#637694;
	text-decoration:none;
}

a:active {
	color:#333366;
	text-decoration:none;
}

textarea {
	padding: 5px;	
}

input {
	padding: 2px; 
}

/*  General class definitions  */

.right {
	float:right;
}

.left {
	float:left;
}

.bold {
	font-weight:bold;	
}
.lightgrey {
	color:#666;	
}

.borderright {
	border-right: 1px dotted #333;
}

.nodecor {
	text-decoration:none;	
}

.width325 {
	width:325px;
}

/* Main Div box definitions and main content definitions */

#main {
	position:relative;
	top:0px;
	height: auto;
	width:800px;
	background-color:#FFF;
	margin: 0px auto;
	border-left: 3px double #9b321a;
	border-right: 3px double #9b321a;
	border-bottom: 3px double #9b321a;
	text-align:left;
}

#header {
	position:relative;
	width:800px;
	height:80px;
	background-image:url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#header img {
	position:relative;
	margin-top: 6px;
	margin-left: 150px;
}

div.subnav {
	position:relative;
	float:left;
	width:190px;
	height:auto;
	padding-top:15px;
	padding-right:25px;
}

div.selectedsub {
	position:relative;
	float:left;
	width:450px;
	height:auto;
}

div.sidepics {
	position:relative;
	float:left;
	width:190px;
	height:auto;
	padding-top:15px;
}

/* Navigation definition */ 

#navbox {
	position:relative;
	height:auto;
	width:800px;
	background-color: #d7cca8;
	border-top:1px solid #fff;
}

ul.nav {
	list-style-type:none;
	position:relative;
	width:800px;
	height:25px;
	display:block;
	margin-left: 0px;
}

ul.nav li {
	float:left;
	padding-top: 4px;
	padding-bottom:4px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 0.75em;
	border-right: 1px solid #fff;
	background-color: #d7cca8;
	position:relative;
	display:block;
	height:17px;
	font-size:12px;
}
ul.nav li:hover {
	background-color:#e3dbc1;
}

ul.nav a:link, ul.nav a:visited {
	color:#333;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration: none;
}

ul.subnav {
	list-style-type:none;
	margin-left:0px;
}

ul.subnav li {
	border-bottom:1px solid #ddd;
	padding-top: 3px;
	padding-bottom: 1px;
}

h3.subnav {
	padding-bottom:5px;
	padding-top:0px;
}

ul.subnav a:link, ul.nav a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
ul.subnav li:hover {
	background-color:#F2FFF5;
}

/* ***Main content*** */

#content {
	position:relative;
	height:auto;
	width:740px;
	padding:30px;
	padding-top:35px;
	padding-bottom:20px;
	overflow:hidden;
}

div.introtext {
	position:relative;
	width: 330px;
	height: auto;
	margin-left:35px;
}
#subcontent {
	position:relative;
	height:auto;
	width:750px;
	margin-top:50px;
}
div.split {
	width:320px;
	height:auto;
	position:relative;
	padding-left: 24px;
}

img.oasis {
	position:absolute;
	left: 200px;
}


/* ***Footer*** */
#footer {
	padding-left:30px;
	padding-bottom:10px;
	color:#999;
	font-size: 12px;
}
