/* Page */
#page {
	width: 750px;
	margin: 15px auto 15px auto;
	border: 1px solid #cccccc;
	background: url(../images/page_bg.gif) top left repeat-y;
}

#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;
}

#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: #0089e0;
}

#nav li a:hover {
	color: #0089e1;
	background-color: #dddddd;
}

/* 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;
	margin: 15px 10px 15px 0px;
}

/* Search Box */
#searchbox {
	float: right;
	width: 180px;
	padding: 8px 8px 0px 8px;
	margin: 0px 0px 10px 15px;
	border: 1px solid #6ea8ed;
	background-color: #afcff5;
}

#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;
}

/* 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, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* 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;
}
