* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #d0d0d0;
	margin: 0px 10px;
}
i {
	display: none;
}
.break {
	clear: both;
	display: block;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff url(../images/left.gif) repeat-y top left;
}
#container {
	width: 100%;
	margin: 0 auto;
	background: url(../images/right.gif) repeat-y top right;
}
#top {
	margin: auto;
	height: 37px;
	background: url(../images/top_bg.gif) repeat-x top left;
	clear: both;
}
h1#logo {
	width: 168px;
	height: 71px;
	margin-left: 12px;
	margin-top: 14px;
}
.fleft {
	float:left;
}
.fright {
	float: right;
}

/* layout ==================================== */
#left {
	float:left;
	width:211px;
	padding-left: 28px;
}
#left img {
	margin-bottom: 15px;
}
#right {
	margin-left: 240px;
	margin-right: 28px;
}
#content {
	padding: 20px 20px 5px 20px;	
}
#header {
	width: 100%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: -1px;
	margin-bottom: 20px;
}
#flash {
	overflow: hidden;
	height: 60px;
}
#photo {
	margin-top: 1px;
	height: 105px;
	background: #005e9b url(../images/bg_photos.jpg) no-repeat top right;
	width: 100%;
}
	
/* menu ===================================== */
#menu ul {
	list-style-type: none;
	margin-top: 21px;
	margin-bottom: 15px;
}
#menu ul li a {
	display: block;
	width: 198px;
	padding: 3px 5px 3px 8px;
	background: #005e99;
	color: #fff;
	border-bottom: 1px solid #5d96b9;
	text-decoration: none;
	font: 13px bold Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
	background: #217db7;
	border-left: 3px solid #51f488;
	width: 195px;
}
/* content ===================================== */
#content h2 {
	font: 22px Arial, Helvetica, sans-serif;
	color: #009933;
	margin-bottom: 20px;
	width: 98%;
}
#content p{
	margin-bottom: 15px;
	line-height: 16px;
}
#content ol, #content ul {
	list-style-type: square;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 30px;
}
#content li {
	margin-bottom: 5px;
	width: 90%;
}
#content a {
	color: #006dc9;
	text-decoration: underline;
}
#content a:hover {
	color: #00CC66;
	text-decoration: none;
}
#content .cable {
	float: right;
	margin: 0px 0px 15px 15px;
}
#content p.rightimg {
	float: right;
	margin: 0px 0px 0px 15px;
}

/* forms */

#content input, #content textarea, #content select {
	border: 1px solid #ccc;
	padding: 2px;
	width: 500px;
	margin-top: 3px;
	background: #fbfbfb;
}
#content label {
}

#content form p {
	margin-bottom: 5px;
}
#content .submit {
	width: 505px;
	padding: 2px;
	background: #005e99;
	color: #fff;
	font-weight: bold;
}
.mandatory {
	font-weight: bold;
	color: #FF3300;
	vertical-align: super;
	font-size: 80%;
	padding-left: 1px;
	margin-top: -3px;
}

/* footer ===================================== */
#line {
	background: #00c4cc;
	margin: 15px 28px 2px 28px;
	height: 2px;
	overflow: hidden;
	clear: both;
}
#footer {
	height: 19px;
	clear: both;
	background: url(../images/bt_bg.gif) repeat-x bottom left;
}
#prefooter {
	clear: both;
	background: #e8e8e8;
	height: 88px;
	margin: 0px 28px 20px 28px;
	overflow: visible;
}
#prefooter p {
	float: left;
	display: inline;
	margin-top: 14px;
	font-size: 10px;
}
#prefooter p img.logo {
	float: left;
	margin-right: 10px;
	margin-left: 14px;
}
#prefooter img.r {
	margin-right: 14px;
	margin-top:14px;
	float: right;
	display: inline;
}
#prefooter p.footernavi {
	float: right;
	display: inline;
	margin-top: 14px;
	border-left: 1px solid #fff;
	font-size:10px;
	padding-left: 10px;
	line-height: 20px;
	margin-right: 50px;
}
#prefooter p.footernavi a {
	text-decoration: none;
	color: #333;
	font-weight:bold;
}
#prefooter p.footernavi a:hover {
	color: #1e8cd1;
}
#footer #copy {
	position: relative;
	float: right;
	font-size: 9px;
	margin-top: -17px;
}
a.top {
	padding-left: 16px;
	background: url(../images/icon_top.gif) no-repeat 4px 3px;
}
a.home {
	padding-left: 16px;
	background: url(../images/icon_home.gif) no-repeat 1px 2px;
}
a.contact {
	padding-left: 16px;
	background: url(../images/icon_contact.gif) no-repeat 0px 3px;
}
