* { 
	margin: 0; 
	padding: 0; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

body {
	background-color: #ffffff;
}

.visibility {
	display: none;
}

#template {
	margin: 0px auto 0px auto;
	width: 1000px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#top {
	line-height:0px;
}

#main {
	border-top:5px solid #1c242b;
	border-bottom:5px solid #1c242b;
	/*background-color:rgba(255, 255, 255, 0.3);*/
	background: #ffffff url(graphics/bk.jpg) center;
}

#mainleft {
	float:left;
	width:400px;
}

#maincontent {
	padding:25px 20px 0px 20px;
	font-size:11pt;
	color: #1c242b;
	line-height:20px;
	height:325px;
	overflow:auto;
	overflow-x: hidden;
}

#mainright {
	float:left;
	width:600px;
	padding:20px;
}

#menutext {
	float:left;
	width:200px;
	background-color: #19719d;
	font-size:12pt;
	font-weight:bold;
	padding: 8px 10px;
	text-align:center;
	border-right:1px solid #ffffff;
}

#menutext a{
	color: #5dc6d0;
	text-decoration:none;
}

#menutext a:visited{
	color: #5dc6d0;
	text-decoration:none;
}

#menutext a:hover{
	color: #ffffff;
	text-decoration:none;
}

#menutext1 {
	float:left;
	width:200px;
	background-color: #19719d;
	font-size:12pt;
	font-weight:bold;
	padding: 8px 10px;
	text-align:center;
	border-right:1px solid #ffffff;
	color: #ffffff;
}

#menutext1 a{
	color: #ffffff;
	text-decoration:none;
}

#menutext1 a:visited{
	color: #ffffff;
	text-decoration:none;
}

#menutext1 a:hover{
	color: #5dc6d0;
	text-decoration:none;
}

#bottom {
	font-size:10pt;
	color: #1c242b;
	margin:5px;
	width: 1000px;
}

#footer {
	line-height:0px;
	height: 166px;
	padding-left:25px;
	width: 1000px;
}

.footer_img {
	margin:25px 9px 0px 0px;
	width:180px;
	height:101px;
	display: inline-block;
	float: left;
}


/* contact form */
#form {
		padding:10px 0px 0px 0px;
}

#form_title {
	font-size:11pt;
	color:#ffffff;
	margin-bottom:10px;
}

#form_name {
	clear:both;
	width:90px;
	font-size:11pt;
	color:#ffffff;
	padding: 2px 2px 2px 5px;
	margin: 1px 0px 1px 0px;
	font-weight: bold;
	float:left;
	text-align:left;
	background-color: #49c2d0;
	border: 2px solid #49c2d0;
	border-radius: 5px;
}

#form_field {
	font-size:10pt;
	color:#1c242b;
	border: 2px solid #49c2d0;
	padding: 4px;
	margin: 1px 0px 1px -10px;
	background-color: #ffffff;
	width: 260px;
	border-radius: 5px;
}

#form_field2 {
	font-size:10pt;
	color:#1c242b;
	border: 2px solid #00b4ab;
	padding: 4px;
	margin: 1px 0px 1px -10px;
	background-color: #ffffff;
	width: 260px;
	height:80px;
	border-radius: 5px;
}

#form_button {
	font-size:10pt;
	font-weight:bold;
	margin:5px 0px 10px 110px;
	padding: 3px 10px;
	border: 0px;
	background-color:#49c2d0;
	color:#ffffff;
	border-radius: 5px;
	cursor: pointer;
}

/* contact form */
