/* general */

a:visited, a:link {

	color: #FFF;
}

.menu:link, .menu:visited, .menu:hover, .menu:active {
	
	color: #006A83;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	word-spacing: 0px;
}
 
.menu:hover {

	color: #00A3C9;
	
}  

body {
	margin: 0px;
}

div, .text, .head, .menu {
	
	font-family: verdana, arial;
	font-size: 14px;
	color: #FFF
}

img {
	
	border: 0px;
}

.s_text, .header {
	
	color: #FFF;
}

.s_textemail {
	font-size: 11px;
}

.head, .header {
	
	font-weight: bold;
}


/* oulines */
div.left {
	
	position: absolute;
	width: 200px;
}

div.right {
	
	position: absolute;
	left: 200px;
	width: 800px;
}

div.left_top {
	
	background-color: #FFF;
	height: 150px;
}

div.left_middle {
	
	padding-left: 10px;
	height: 250px;
	background-color: #67CCE4;
}

div.left_bottom {
	
	padding-left: 10px;
	height: 200px;
	background: url("../images/leftbottom.jpg");
}

div.right_top {
	
	margin-top: 100px;
	height: 50px;
}

div.right_middle {

	height: 470px;
}

div.right_bottom {
	
	position: absolute;
	height: 50px;
	width: 400px;
	background-color: #00a3c9;
}

/* inlines */

div.rt_image {
	
	position: absolute;
	width: 80px;
}

div.rt_menu {
	
	position: absolute;
	padding-top: 25px;
	word-spacing: 10px;
	left: 85px;
}

div.rm_left, div.rm_right {
	
	position: absolute;
	width: 400px;
	height: 470px;
}

div.rm_left {
	
	background: url("../images/rm_triangle.gif") no-repeat;
	background-color: #006A83;
}

div.rm_right {

	left: 400px;
	background-color: #268197;
}

div.main_text {

	font-size: 12px;
	margin: 5px;
}

div.submenu {
	
	padding-top: 20px;
	padding-left: 310px;
}

div.copyright {
	
	width: 65px;
	padding-top: 110px;
	font-size: 10px;
	font-weight: bold;
}

div.logo {
	
	position: absolute;
	left: 36px;
	top: 13px;
}

div.image_a {
	
	position: absolute;
	left: 170px;
	top: 40px;
	text-align: left;
}

div.location {
	
	position: absolute;
	left: 5px;
	top: 406px;
	font-size: 32px;
	/* color: #F7F8F9; */
	color: #FFF;

}

span.active {
	
	color: #00A3C9;
}

ul.lesser {
	
	margin-left: 15px;
}

/* Banner */

.mainWrap {
    width: 800px;
    margin: 0 auto;
}
.rightWrap {
    float: right;
    width: 800px;
    background-color:#006A83;
}
.banner {
    font-family: verdana, arial;
    width: 800px;
    font-size: 24px;
    background-color: #006A83;
}
.bannersub {
    font-family: verdana, arial;
    width: 800px;
    font-size: 16px;
    background-color: #006A83;
}
