
/****** reset ******/

html,body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,small,a,img {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
blockquote, q {
	quotes: none;
}

/****** text ******/

body,h1,h2,h3,h4,h5,h6 {
	font: 100%/1.125 arial,helvetica,clean,sans-serif;
}
h1,h2,h3,h4,h5,h6,dt,label {
	font-weight: bold;
}
a, a:visited {
	text-decoration: underline;
}
a:hover,a:active {
	text-decoration: none;
}
label, input, textarea, select {
	font-size: 15px;
}
small, .smalltext {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
}
.tinytext {
	font-size: 11px;
	*font-size: x-small;
	*font: x-small;
}
.dot1, .dot2, .dot3 {
	font-size: 10pt;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size:100%;
	line-height:100%;
}

/****** layout ******/

body {
	text-align: center;
}
ul, ol, dl, blockquote {
	text-align: left;
}
ul, ol {
	margin: 0 .616em 1.231em 1.231em;
	padding: 0 0 0 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
img.left {
	margin: 0 5px 5px 0;
}
img.right {
	margin: 0 0 5px 5px;
}
img.center {
	margin-bottom: 4px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.no_margin {
	margin: 0;
}
.rotator {
	position: relative;
}
.rotator img {
	position: absolute;
	top: 0;
	left: 0;
}
.rotator img.first {
	z-index: 100;
}

/****** menus ******/

.tab_menu {
	height: 20px;
	line-height: normal;
}
.tab_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab_menu li {
	float:left;
	margin: 0;
	padding:0 0 0 6px;
	background: url(/i/isol/tab_off_left.gif) no-repeat left top;
}
.tab_menu a, .tab_menu a:visited {
	display: block;
	padding: 5px 9px 4px 3px;
}
.tab_menu .cur_menu a, .tab_menu .cur_menu a:visited {
	padding-bottom: 5px;
}

body {
	font: 87.5%/1.214 Trebuchet MS, Helvetica, sans-serif;
	background-color: #BEC3Cf;
}

/* default colors */
.default {
	color: #000;
	background-color: #fff;
}
.titlebar {
	color: #eee;
	background-color: #0066B3;	
}
.alt {
	background-color: #f6f9ff;
}

/* links */

a, a:visited {
	color: #04a;
}
a:hover, a:active {
	color: #0066B3;
}
/* titlebar links */
a.titlebar, a.titlebar:visited, .titlebar a, .titlebar a:visited, .tbp, .tbp a, .tbp a:visited {
	color: #eee;
}
/* hover text color */
a.titlebar:hover, .titlebar a:hover {
	color: #fff;
}
a.titlebar:active, .titlebar a:active {
	color: #fff;
}
/* hover background */
a.titlebar:hover {
	background-color: #888;
}
a.titlebar:active {
	background-color: #999;
}
#bottom_menu a {
	font-weight: bold;
	font-size: 92.86%;
}

/****** titles ******/

h1 {
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size: 22px;
	padding: 14px 0;
	margin-left: 195px;
	width: 250px;
}
h2 {
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size: 17px;
	padding: 2px;
	margin: 0 0 5px 0;
	color: #000;
}
h2 a, h2 a:visited {
	color: #000;
}
h2.titlebar {
	padding: 3px;
	color: #fff;
}
h2.titlebar a, h2.titlebar a:visited {
	color: #fff;
}
h3 {
	margin: 0 3px 0 3px;
}
h3 a, h3 a:visited {
	color: #000;
}


/* subtitles */

h1 small {
	display: block;
	font: bold 13px  Trebuchet MS, Helvetica, sans-serif;
	border-top: 1px solid #cccce6;
	margin-top: 2px;
	color: #eef2f6;
}

.subtitle {
	padding-left: 5px;
	color: #04a;
	font-weight: bold;
	font-size: 92.86%;
}

div.tbp {
	float: right;
	position: relative;
	top: -29px;
	margin: 0 5px -12px 0;
	text-align: right;
	display: inline;
}

/****** content ******/

p, blockquote {
	margin: .706em .706em 1.214em .706em;
}
#content p {
	text-align: left;
}
#right_bar p, #left_bar p {
	font: 13px/1.308 Trebuchet MS, Helvetica, sans-serif;
	*font-size: small;
	*font: x-small;
}
.cb p, .summary p {
	margin: 0 3px 10px 3px;
}
dt {
	float: left;
	clear: left;
	width: 3.1em;
	margin-right: 2px;
	text-align: right;
}

/****** layout ******/

/* containers */
#content, #left, #right, #center, #page, #header, #intro, #main, #right_bar, #left_bar, #footer, .cb, .summary {
	overflow: hidden;
	_height: 1%;
}
/* grid */
#main, #left_bar, #page, #header, #footer, .cb, #right_bar {
	margin: 0 5px 9px 5px;
	padding: 10px 5px 1px 5px;
}
/* bordered grid */
#intro, .summary {
	margin: 0 4px 8px 4px;
	padding: 9px 5px 0 5px;
	border: 1px solid transparent;
}
.cb, .summary {
	padding: 5px 5px 1px 5px;
}
#left_bar .cb {
	margin: 0 0 5px 0;
	padding: 9px 9px 4px 9px;
}
#page {	
	width: 960px;
	margin: 0 auto;
	padding: 3px;
	background-color: #fff;	
}
#header {
	position: relative;	
	margin: 0 4px 0 4px;
	padding: 0;
	height: 150px;
	text-align: left;
	color: #fff;
	background: url(/i/site/header2.jpg) no-repeat top left;
}
#left_menu {
	float: left;
	margin-top: 10px;
	width: 170px;
	padding-left: 6px;
}
#center {
	margin-top: 9px;
}
#center .cb {
	background-color: #f9f9ff;
}
#left #center {
	float: right;
	display: inline;
	width: 780px;
}
#intro {	
	background-color: #eef0f6;
	border-color: #dde;
}
#main {
	padding-top: 9px;
	background-color: #fff;
}
.summary {
	background-color: #f6f9ff;
	border-color: #eef;
}
.summary h2.titlebar {
	padding:0 3px 5px 6px;
	text-align: left;
	background-color: none;
	background:url(/i/site/oar_tb3.gif) no-repeat right;
}
.summary h2.titlebar a, .summary h2.titlebar a:visited {
	color: #003;
	background-color: #f9f9ff;
}
.summary div.tbp {
	top: -33px;
	margin: 0 55px -12px 0;
}
.summary .tbp a, .summary .tbp a:visited {
	color: #003;
	background-color: #f9f9ff;
}

#right #main {
	float: left;
	display: inline;
	width: 700px;
}
#left #right #main {
	width: 520px;
}
#right_bar {
	float: right;
	display: inline;
	width: 220px;
	background-color: #eef0f6;
	/*background-image: url(/i/site/work/water5.jpg);*/
}
#right_bar .cb {
	border: none;
	background-color: #eef0f6;
	padding: 8px 5px 1px 5px;
}
#left2 {
	float: left;
	width: 180px;
}
#left_bar {
	float: left;
	display: inline;
	width: 160px;
	padding-top: 20px;
	margin-left: 6px;
	margin-right: 4px;
	color: #000;
	background-color: #eef2f6;
	border-color: #fff;
}
#footer {
	clear: both;
	background-color: #eef0f6;
}
#bottom_menu {
	height: 20px;
	margin: 0 4px 9px 4px;
}
#search {
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #fff;
}
#search_box {
	width: 120px;
	font-size: 14px;
}
.s_button {
	width: 25px;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: -1.5%;
}
#contact_list {
	margin: 0 12px 12px 0;
}
#contact_list td.phone {
	width: 11em;
}
.rotator {
	margin: 0 5px 5px 5px;
}

.dot1 {
	color: #999;
}
.dot2 {
	color: #999;
}
.dot3 {
	color: #999;
}

/* menus */

.tab_menu li {
	background: url(/i/isol/tab_off_left.gif) no-repeat left top;
}
.tab_menu a, .tab_menu a:visited {
	font-weight: bold;
	font-size: 12px;	
	background: url(/i/isol/tab_off_right.gif) no-repeat right top;
}
.tab_menu a:hover, .tab_menu a:active {
	color: #fff;
}
.tab_menu .cur_menu {
	background-image: url(/i/isol/tab_on_left.gif);
}
.tab_menu .cur_menu a, .tab_menu .cur_menu a:visited {	
	color: #000;
	text-decoration: none;
	background-image: url(/i/isol/tab_on_right.gif);
}

#left_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left_menu a {
	display: block;
	padding: 5px;
	width: 160px;
	background-color: #0066B3;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	background-image: none;
	/*font-size: 92.86%;*/
}

#left_menu a:link, #left_menu a:visited {
	color: #EEE;
	text-decoration: none;
	background-image: none;
}

#left_menu a:hover {
	background-color: #003366;
	color: #fff;
	background-image: url(/i/site/work/water5.jpg);
}

/*** ADMIN ***/

#admin_tabbed {
	padding: 12px;
	border-top: white;
}
li.after_tabs {
	height: 24px;
	float: none;
	background: none;
	border-bottom: 1px solid green;
}
.editlabel {
	font-weight: bold;
}
.invalidlabel {
	font-weight: bold;
	color: #0066B3;
}
