@charset "utf-8";
/* CSS Document */

html {
    margin: 0 0 1px;
    height: 100%;
    padding: 0;
}

body {
	background-image: url(images/background2.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	margin: 0;
	padding: 10px 0;
}

#header img {
	border: 0;
	margin: 0;
	padding: 0;
}

#header p {
	font-size:medium;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation {
  width: 230px;
  height: 600px;
}

#navigation p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	color:#FFFFFF;
	background-color:#000099;
	margin-left:30px;
	margin-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	width:180px;
	
}
	
#navigation li {
	list-style-type: none;
	height: 45px;
	width: 169px;
	background-color: Transparent; 
	background-attachment: scroll; 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	padding-top:5px;
	border-style: none; 
	border: 0px;
}

/*#nav_home, #nav_history, #nav_facilities, #nav_contacts, #nav_news, #nav_events, #nav_links, #nav_membership, #nav_pictures, #nav_membersarea, #nav_memhome, #nav_memdetails, #nav_memknot, #nav_memforum, #nav_memnews, #nav_memrotas, #nav_memexit {
	color: #FFCCFF;
	text-decoration: none;
	background-image:url(images/blank_btn_r2_c2.gif);
	background-repeat:no-repeat
}*/

#navigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	display:block;
	padding-top:5px;
/*	width:160px;*/
	width:169px;
	height:45px;
}

#navigation a:link, #navigation a:visited {
	color: #FFCCFF;
	text-decoration: none;
	background-image:url(images/blank_btn_r2_c2.gif);
	background-repeat:no-repeat
}

#navigation a:hover {
	color: #FFCC00;
	text-decoration: none; 
	background-image:url(images/blank_btn_r2_c2_f2.gif);
	background-repeat:no-repeat
}

#navigation a:active {
	color: aqua;
	text-decoration: none; 
	background-image:url(images/blank_btn_r2_c2_f2.gif);
	background-repeat:no-repeat
}

#content, #membersarea, #editlink {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style:italic;
/*	font-size:large; */
	font-size:medium;
	margin-right:15px;
}

textarea {
	font-family: Arial, sans-serif;
	font-style:normal;
	font-size:small;
}

#forumdiv {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style:italic;
	font-size:110%;
	width:75%;
}

#content h1 {
	font-size: x-large;
	font-weight:bold;
	text-decoration:none;
}

#membersarea h1 {
	font-size: x-large;
	font-weight:bold;
	text-decoration:none;
}
#content h2, #content th {
	font-size: large;
	font-weight:bold;
	text-decoration:none;
}

#content hr {
	clear:both;
	float:none;
}

#content a, #editlink a, #forumdiv a {
	color:#330099;
}

#content a:visited, #editlink a:visited, #forumdiv a:visited {
	color:#990066;
}

#forumdiv a {
	padding-left:5px;
	padding-right:5px;
}

#content img {
	border: 15px solid white;
}

#subnav img, #icon img {
	border: 0px;
}

#note_header p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style:italic;
	font-size:large; 
	margin-right:15px;
	font-weight:bold;
}

#snippet table p {
	margin:0px;
}

#subhead {
	text-align:right;
}

#datatable table {
	background:#CCCCCC;
	border-collapse:collapse;
	border:medium solid #999999;
}

#datatable td {
	white-space:nowrap;
}

#datatable th, #datatable td {
	border:groove;
	border-bottom-width:medium;
	padding:3px;
	margin:2px;
}

#datatable textarea {
	background:#CCCCCC;
}

.pseudo_href {
	text-decoration:underline;
}

.recordnav {
	text-align:center;
}

.include_photo1, .include_photo2 {
/*	width:530px; 
	display:block;*/
	width:410px;
	/*max-width: 50%;*/
	border:thin;
	border-style:solid;
	border-color:#000099;
}

.include_photo1 {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.include_photo2 {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.include_photo1 img, .include_photo2 img {
	/*display:block;
	margin: 10px;*/
	width:380px;
	/*width:100%;*/
}

.include_photo1 p, .include_photo2 p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style:normal;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	/*margin-right:10px;*/
	margin-bottom:8px;
	margin-top:3px;
}

/*.include_photo1 p {
	font-family: "Trebuchetr MS", Arial, sans-serif;
	font-style:normal;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	margin-right:15px;
}*/

/*form.search div {*/
form.search div {
	width:750px;
	padding:5px;
	background:#CCCCCC;
	padding-bottom:7px;
}

/*form.search label.fixedwidth {*/
form label.fixedwidth {
	display:block;
	float:left;
	width:500px;
	float:left;
}

form br {
	clear:left;
}

form .buttonarea input {
/*	background:navy;
	color:white;
	font-weight:bold;
	padding:5px;
	border:1px solid white;
*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	font-style:italic;
	padding-top:0px;
	color: #FFFFFF;
	background-image:url(images/btn180bg.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	background-color:transparent; 
	width:180px;
	height:45px;
	border-style: none; 
	border: 0px; 
	cursor: pointer;	
	
}

.button2 input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	font-style:italic;
	padding-top:0px;
	color: #FFFFFF;
	background-image:url(images/btn90bg.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	background-color:transparent; 
	width:90px;
	height:25px;
	border-style: none; 
	border: 0px; 
	cursor: pointer;	
}

form div.buttonarea {
	text-align:center;
	background-color:transparent;
}

form fieldset {
	border: 2px solid navy;
	padding: 10px;
}

form legend {
	font-size: 80%;
	color: navy;
	padding: 5px;
}

form div img {
	margin-left: 500px;
}
	

/* Position the items on the page */

/*#editlink {
	float:right;
	margin-top:120px;
	margin-right:30px;
}
*/

#subnav {
/*	position:absolute;
	width:169px; */
	background-image:none;
	background-color: Transparent; 
	background-attachment: scroll; 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:55px;	
}

#subnav a:link, #subnav a:visited  {
	background-image:none;
}

/*#subnav_main {
	top:700px;
}
#subnav_members {
	top:700px;
}
*/
#header, #navigation, #content, #forumdiv {
	position:absolute;
}

#header {
	top: 4px;
}

#navigation, #content, #forumdiv {
	top: 160px;
}

#content, #forumdiv {
	left: 240px;
}

#php_menus {
	position:absolute;
	top:775px;
	left:55px;
	font-family:Arial, Helvetica, sans-serif;
}


