* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #fff url('../images/bg.png') scroll repeat-y 50% -50px;
	color: #00344c;
}
#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 31px;
	position: relative;
	left: -1px;
}

#slogan {
	padding-top: 26px;
}

#slogan h1 {
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	font-family: helvetica;
}

#slogan .relaxHead {
	text-indent: -10000px;
	background: transparent url('../images/if_you_fix.png') scroll no-repeat top center;
}

#slogan .welcomeHead {
	text-indent: -10000px;
	background: transparent url('../images/welcome.png') scroll no-repeat top center;
}

#cols {
	overflow: hidden;
	margin-top: 4px;
}

.column {
	float: left;
	padding-left: 30px;
}

#content {
	padding-left: 67px;
	width: 610px;
}

#nav {
	width: 169px;
	margin-top: 12px;
}

#nav ul {
	list-style: none;
	line-height: 20px;
}

#nav ul li a {
	color: #fff;
	padding: 0 15px;
	display: block;
	text-decoration: none;	
	background-color: #56ADE4;
	opacity: 0.8;
}
#nav ul li a.active, #nav ul li a:hover, #nav ul li a:focus, #nav ul li a.menue1act {
	background-color: #fff;
	opacity: 1.0;
	color:  #56ADE4;
}

.nav-border {
	height: 9px;
	opacity: 0.8;
}

#nav-top {
	background: url('../images/nav-top.png') scroll no-repeat bottom left;
}

#nav-bottom {
	background: url('../images/nav-bottom.png') scroll no-repeat top left;
}

#content-left {
	float: left;
	margin-right: 6px;
}

#content-right {
	float: left;
}

/*
* 
* Design
* 
*/

p {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
 
#content ul {
	margin-left: 20px;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	color: #56ade4;
	padding: 4px 0;
}

h1 {
	font-size: 25px;
	letter-spacing: 3px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 12px;
}

p {
	margin: 0 0 10px 0;
}

#content p {
	margin: 0 5 0 5px;
	padding: 0px;
	text-align: justify;
}

a:Link, a:visited {
	color: #56ADE4;
	text-decoration: none;
	font-size: 11px;
}

a:hover, a:activ {
	color: #A83711;
	text-decoration: underline;
	font-size: 11px;
}

#content a:Link, #content a:visited {
	color: #56ADE4;
	text-decoration: none;
	font-size: 11px;
}

#content a:hover, #content a:active {
	color: #A83711;
	text-decoration: underline;
	font-size: 11px;
}

#content table { 
	border-collapse: separate;
	border-spacing: 5px;
	valign: top;
	width: 480px;
}

#flashshow {
	margin: 0 auto 0 auto;
	width: 800px;
	padding: 0;
	text-align: center;
	color: #000000;
	border:1px solid #000;
}

#back {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	margin: 0 auto 0 auto;
	width: 800px;
	background-color: #fff;
	border-bottom: #000 1px solid;
	border-top: none;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

#back a:Link {
	color: #56ade4;
	text-decoration: none;
}

#back a:hover {
	color: #A83711;
	text-decoration: underline;
}

.useful-links h3 {
	color: #fff;
	padding: 24px 15px 8px;
	background-color: #56ADE4;
	display: block;
	text-decoration: none;
	opacity: 0.8;
}

.tx-slideshow-pi1 {
	text-align: left;
}

.csc-textpic-text {
	width: 326px;
}

.csc-textpic-intext-right-nowrap {
	overflow: hidden;
	margin-bottom: 12px;
}

.tx-wecmap-pi1 {
	overflow: hidden;
}

.detail {
	color: #56ADE4;
}

img {
	border: 0;
}

/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	width:180px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}

/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}

#tooltip .tipBody {
	background-color:#000;
	padding:5px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}
