/* General settings */
body {
	background-color:#FFFFFF;
	color:#000000;
	margin:0px;
	overflow:-moz-scrollbars-vertical;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

form, table, fieldset, legend, span {
	margin:0px;
	padding:0px;
	display:block;
	border:0px;
	text-indent:0px;
}

div {
	margin:0px;
	padding:0px;
}

table {
	display:table;
}

input, textarea, select {
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:1em;
}

input, textarea {
	padding:2px;
}

a {
	color:#21bad6;
	text-decoration:none;
	cursor:pointer;
}

img {
	border:0px;
}


/* Container */
#container {
	border:1px solid #94DFEF;
	width:800px;
	margin:10px 10px 10px 10px;
}

#maintable {
	margin: 10px;
}

#strucleft {
	width:210px;
	background-color:#EFEBEF;
}

#strucsep {
	width:18px;
	font-size:1px;
}

#strucright {
	width:550px;
	background-color:#21BAD6;
}

#strucright #navitop {
	height:25px;
	text-align:right;
	width:100%;
	float:left;
	margin:40px 45px 5px 0px;
	background-color:#FFFFFF;
}

#strucright #navitop .inner {
	padding:5px 0px 0px 0px;
}

#strucright #navitop a {
	color:#BDBABD;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 20px 0px 0px;
	display:inline;

}

#strucright #content {
	min-height:50px;
	background-color:#eceeed;
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
}

#tdcontent {
	background-color:#eceeed;
	text-align:left;
	width:550px;
	height:70%;

}

* html #strucright #content {
	height:50px;
	overflow:visible;
}

#strucright #navitopsep {
	clear:both;
	height: 11px;
	margin-top: 27px;
	float: left;
}

* html #strucright #navitopsep {
	margin-top: 21px;
}

#strucright #subsubnavi {
	float: right;
	margin: 10px 20px 15px 0px;
}

* html #strucright #subsubnavi {
	margin-right: 36px;
}

#strucright #subsubnavi a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 20px;
}

#logo, #leftcontent {
	float:left;
}

#logo {
	width:100%;
	text-align:center;
	background-color:#EFEBEF;
}

#leftnavi {
	width:210px;
	padding-top:35px;
	float:left;
}

#leftnavi .mainitem {
	width:210px;
	height:25px;
	margin-bottom:4px;
	background-color:#21bad6;
	text-align:right;
}

#leftnavi .mainitem .inner {
	padding:5px 5px 0px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;

}

#leftnavi .mainitem a {
	float:left;
	height:30px;
	width:100%;
	text-decoration:none;
}

#leftnavi .subitem {
	width:100%;
	background-color:#FFFFFF;
	text-align: right;
}

#leftnavi .subitem .inner {
	padding:5px 10px 5px 10px;
	font-size:11px;
	color:#ADAEAD;
	font-weight:normal;
	text-decoration:none;
	border-bottom:2px solid #E7EBEF;
}

#copyright {
	
	background-position:bottom;
	background-repeat:no-repeat;
}

#copyright td {
	color:#737173;
	font-size:10px;
	font-weight: bold;
}

#copyright .inner {
	padding:10px;
}

#copyright a {
	font-size:10px;
	font-weight:normal;
}

#contentspacer {
	width:475px;
	float:left;
	padding:0px 5px 0px 20px;
	margin-left: 12px;
	font-size:12px;
	color:#737173;
	line-height:135%;
}

* html #contentspacer {
	padding:12px 12px 4px 12px;
}

*+html #contentspacer {
	padding:12px 12px 4px 12px;
}

#contentspacer h1 {
	font-size:16px;
	font-weight:bold;
	color:#6BC7E7;
}

#contentspacer a {
	text-decoration: underline;
}

#contentfooter {
	height:105px;
	width:100%;
	float:left;
	text-align:right;
}

#contentfooterflash {
	padding:5px 30px 0px 0px;
	float:right;
}

#strucright #content .cmsimage {
	margin:0px;
	float:left;
}

#strucright #content .cmsimage img {
	margin:0px;
	float:left;
}

#positioner {
	width:200px;
	margin:0px;
	padding:0px;
	height:100%;
}

#cmscontactform, #contactform, #cmscontactform form {
	padding:0px;
	margin:0px;
}

#contactform label {
	display:block;
	margin-top:6px;
	line-height:120%;
}

#contactform .optional {
	color:#888888;
}

#contactform .text, #contactform textarea {
	width:400px;
	border:1px solid #cecece;
}

#contactform .text {
	width:250px;
}

#contactform .button {
	border:0px;
	color:#21BAD6;
	text-decoration:underline;
	font-size:12px;
	background-color:transparent;
	cursor:pointer;
}
