/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/* Global */

body {
	background: #97b1bb url(/images/9/bkg.jpg); 
	background-repeat: no-repeat;
    background-position: top;
    background-attachment:fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #747474;
}

a {
	color: #555;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration:none;
}

h1 {
	 padding: 30px 10 0 0px; 
	 float: left; 
}

h1 a{
	color:#333; 
	text-decoration:none; 
	font-weight:bold; 
	height:36px; 
	font-size:34px; 
	text-transform:none;
}

h1 a:hover{
	color: #000;
}

/* Drop-shadow */

.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  }
.wrap0 {
  float:left;
  background:url(/images/9/shadow.gif) right bottom no-repeat;
  }
.wrap1 {
  background:url(/images/9/shadow180.gif) no-repeat;
  }
.wrap2 {
  background:url(/images/9/corner_bl.gif) -16px 100% no-repeat;
  }
.wrap3 {
  padding:4px 6px 6px 4px;
  background:url(/images/9/corner_tr.gif) 100% -16px no-repeat;
  }

#container {
	margin: 0px auto;
	width: 690px;
	background:#ffffee;
	border: 2px solid #77b2b6;
}

/* Header */

#header {
	margin: 0px auto;
	padding: 50px 0 0 20px;
	width: 670px;
	height: 50px;
	border-bottom: 10px solid #bed8cc;
	background: #77b2b6;
	
}

#addresstop {
	float: right;
	text-align: right;
	padding-right: 20px;
	color: #333;
}

.addrbottom {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
}

/* Content */

#main {
	margin: 50px auto 0px auto;
	width: 700px;
}

#content {
	padding: 20px;
}

#col1 {
	width: 170px;
	margin-right: 20px;
	float: left;
}

#col2 {
	width: 460px;
	float: left;
}

#picture {
	clear: both;
	float: left;
}

#message p {
	color: #444;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

/* Footer */

#footer {
	background: #77b2b6; 
	height: 60px; 
}

#left_footer { 
	float:left; 
	padding:12px 0 0 20px; 
	color:#000; 
	font-weight:bold; 
	font-size:14px;
	line-height: 1.25em;
}

#right_footer { 
	float:right;  
	padding:23px 20px 0 0; 
	text-transform:uppercase; 
	color:#555; 
	font-weight:bold; 
	font-size:9px; 
	text-align:right;
	line-height: 1.25em;
}
	
#right_footer a { 
	color:#f5f5f5;
	font-size:9px; 
	text-align:right;
	line-height: 1.25em;
}

#right_footer a:hover { 
	text-decoration:none;
	color: #444;
}

/* Tabs */

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {

}

.tabberlive {
 padding-top: 20px;
 clear:both;
 
}

ul.tabbernav {
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ffffee;
 font: bold 12px;
 
}

ul.tabbernav li {
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a {
 padding: 3px 0.5em;
 margin-left: 0px;
 border: 1px solid #ffffee;
 border-bottom: none;
 background: #acd0cf;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #444; font-size: 12px; }
ul.tabbernav li a:visited { color: #444; }
ul.tabbernav li a:hover { color: #000; background: #87b6b5; }

ul.tabbernav li.tabberactive a {
 background-color: #ddf3ea;
 border-bottom: 1px solid #ddf3ea;
 color: #000;
 
}

.tabberlive .tabbertab {
 padding:15px;
 border:1px solid #ffffee;
 border-top: 0px;
 background: #ddf3ea;
}

.tabberlive .tabbertab p {
 width: 615px;
}

.tabberlive .tabbertab h2 {
 display:none;
}

.tabberlive .tabbertab h3 {
 display:none;
}