/* Page */
#page {
	width: 750px;
	margin: 15px auto 15px auto;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image:  url("../images/page_bg.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
}

#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 20px;
	visibility: hidden;
}

/* Menu */
#nav {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #cccccc;
}

#nav li {
	border-bottom: 1px solid #cccccc;
	background-image:  url("../images/list_item_bg.jpg");
}

#nav li a {
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li a, * html #nav li span { height: 1%; }
/* End */

#nav span {
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-image:  url("../images/nav_span_bg.jpg");
}

#nav span2 {
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-image:  url("../images/nav_span_bg2.jpg");
}

#nav li a:hover {
	color: #FFFFFF;
	background-image:  url("../images/list_item_hover_bg.jpg");
	background-repeat: repeat-y;
}

/* Fuji Logo */
#fuji {
	float: right;
	width: 165px;
	padding: 10px 10px 0px 0px;
}

#montage {
	clear: right;
	float: right;
	margin: 15px 12px 0px 0px;
}

* html #montage {
	margin-right: 5px;
}

/* Content */
#content {
	float: right;
	width: 550px;
	padding-left: 3px;	/* because IE is poor!  KGM 5.08.07 */
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 4px;
}

/* Search Box */
#searchbox {
	width: 180px;
	padding: 8px 8px 0px 8px;
	margin: 0px 0px 10px 15px;
	border: 1px solid #6ea8ed;
	background-color: #A2CDEC;
}

#searchbox select {
	width: 170px;
}


#searchbox h2 {
	color: #000000;
	margin-top: 0px;
}

#yervant {
	float: right;
	clear: right;
	margin: 0px 0px 10px 15px;
}

/* Photos */
#photobar {
	text-align: center;
}

/* Footer */
#footer {
	clear: both;
	text-align: right;
	padding: 5px;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #666666;
}

/* Search Results */
.member {
	margin-top: 10px;
	border: 1px solid #cccccc;
	padding: 0px 10px 0px 10px;
	width: 99%;
}

.member td {
	width: 50%;
	white-space: nowrap;
	vertical-align: top;
}

table.buttons {
	width: 99%;
}

table.buttons td {
	height: 17px;
	width: 17px;
	background: url(../images/button.gif) top left no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}

.advanced {
	border: 1px solid #6ea8ed;
	background-color: #afcff5;
	text-align: center;
}

.advanced table {
	text-align: left;
	margin: 0px auto 0px auto;
}

#thumbs {
	border-spacing: 4px;
	margin: 0px auto 0px auto;
}

#thumbs td {
	padding: 6px;
	border: 1px solid #cccccc;
	text-align: center;
}

/* News Items */
#news {
	border-collapse: collapse;
}

#news th {
	background-color: #eeeeee;
	text-align: left;
	padding: 4px;
	border: 1px solid #cccccc;
}

#news td {
	border: 1px solid #cccccc;
	padding: 4px;
	text-align: left;
}

/* Photo with Caption */
.photoleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.photoright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.photoright, .photoleft {
	padding: 8px;
	border: 1px solid #cccccc;
}

.photoright p, .photoleft p {
	font-size: 10px;
	text-align: center;
	margin: 4px 0px 0px 0px;
	font-style: italic;
}

/* region top nav bar */
#regionsform {
  float:right;
}

#regionstopnav {
  list-style:none;  
  margin:0 5px 1.5em 0;
  padding:0.4em 5px;
  background:#d3965f url("../members/images/regions/nav_bg.jpg") left bottom repeat-x;
}

#regionstopnav li {
  float:left;
  font-size:110%;
  padding:0 10px;
  border-right:1px solid #fff;
}

#regionstopnav li a {
  color:#fff;  
}

#regionstopnav li a#active,
#regionstopnav li a:hover {
  color:#333;
  text-decoration:underline;  
}

#regionstopnav li#last {
  border:0; 
}

/* Regional Contact */
.contact {
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

html>body .contact {
	height: auto;
	min-height: 120px;
}

.contact h2 {
	margin-top: 0px;
}

.contact p {
	margin-bottom: 0px;
}

.contact img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* Typeface */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:  url("../images/background.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
}

/* Terms and Conditions */
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
/* Separation Line */
.bluline {
	border-bottom-style:dashed;
	border-bottom-width: 2px;
	border-bottom-color: #003399;
}
.leftdottedline {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #003399;
}

/* Links */
a {	
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:hover {
	color: #0089e1;
}

a img {
	border: none;
}
.a, a, a:hover {	
	text-decoration: none;
	font-weight: bold;
	color: #0089e1;
}
/* Headings */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0089e0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0089e0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0089e0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 5px 10px 5px 10px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
h6{
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

h2.large {
	font-size: 18px;
}

p.large {
	font-size: 14px;
}

/* Forms */
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Alignment */
p {
	text-align: justify;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatrightsmall {
	float: right;
	margin: 0px 0px 3px 3px;
}

.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatleftsmall {
	float: left;
	margin: 0px 3px 3px 0px;
}

table.center {
	margin: 0px auto 0px auto;
}

/* Misc */
acronym, abbr {
	border: none;
	text-decoration: none;
	font-style: normal;
}

.border {
	border: 1px solid #cccccc;
}

.split li {
	margin-bottom: 8px;
}

ol ul {
	margin-top: 8px;
	list-style-type: disc;
}

.box {
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

.box2 {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}

.box h2, .box2 h2 {
	margin-top: 0;
}

.blueborder {
	border: 1px solid #0089e0;
}

.red {
	color: #990000;
}
#right_column {
	float: right;
}
#content_foot {
	width: 600px;
	margin: 15px 5px;
	padding-left: 3px;
}
#page_foot {
	width: 750px;
	margin: 15px auto 15px auto;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
#articleindex {
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}
#articleindex ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#dave_fasey p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.comment {
  border:1px solid #d5d5d5;
  background:#f1f1f1;
  padding:5px 15px;
  margin:1em 0;
}

.comment_date {
  text-align:right;
  font-style:italic;
  color:#666;
}

p.error, p.ok {  
  border:1px solid #f50c1c;
  text-align:center;
  padding:8px;
  background:#fcccbc;
}

p.ok {
  border-color:#076117;
  background:#c4ffce;
}

/* blog articles */
.post {
  margin:0.5em 0 2em 0;
  /*border-bottom:1px solid #e5e5e5;*/
}

.postmeta {
  text-align:right;
  background:#e5e5e5;
  padding:2px 5px;
  font-style:italic;
}

.page-nav {
  clear:both;
}

.page-nav,
.page-nav p {
  text-align:center;
  margin:0;
  font-weight:bolder;
}


.clearfix:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {
  height:1%;
}

.clearfix {
  display:block;
}
/* End hide from IE-mac */ 
