@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #018BB6;
	text-align: center;
	font-size: 9pt;
}
ul#tabnav {
	text-align: left;
	margin: 1em 0 0 0;
	font: bold 11px arial, verdana, sans-serif;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#main {
	text-align:left;
	position:relative;
	max-width: 980px;
	margin:0px auto;
}
#footer {line-height:20px;
clear:right;
	margin-left: 180px;
	font-size: 9pt;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#content {
	margin-left: 180px;
	margin-top: 10px;
}
#colnav {
	position: absolute;
	left: 10px;
	top: 50px;
	width: 160px;
}
ul#tabnav li {
	display: inline;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 {
	background-color: #fff;
}
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a {
	/* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000099; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 6px; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #BBDDFF; /* set unselected tab background color as desired */
	color: #007DB3; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#billboard0 {
	padding-right: 3px;
}
#billboard1 {
	padding-right: 3px;
}
#content p {
	text-align: left;
	font-weight:normal;
	font-size:10pt;
	margin-top: 0px;
	padding-top: 0px;
	font-weight:bold;
}
#content a {
	text-decoration:underline;
	color:#FFFFFF;
}
#content a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}
/* end css tabs */
#colnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#colnav a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	font-weight: bold;
}
#colnav a:hover {
	text-decoration:underline;
}
#colnav .selected{
	background-color:#FFFFFF;
	color: #000099;
}
#colnav .heading{
	border-bottom-color: #FFFFFF;
}
#brochure {
	visibility: hidden;
	height:0px;
	background-color: #019CC9;
	width:470px;
	padding:5px;
}
#quotation {
	visibility: hidden;
	height:0px;
	background-color: #019CC9;
	width:470px;
	padding:5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#photos {
	float: right;
	height: auto;
	width: 330px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 2px;
}
#photos .thumb {
	padding: 0 6px 6px 0;
}
#photos .rightthumb {
	padding: 0 0 6px 0;
}
.subnav {
	padding-left: 5px;
	background-color: #016C8F;
}
.subnavselected {
	padding-left: 5px;
	background-color: #016C8F;
	background-image: url(images/point.png);
	background-repeat: no-repeat;
	background-position: right;
}
