@charset "utf-8";
/* CSS Document */

body {
	background-image: url(assets/img-template/page-bg.jpg);
	background-repeat:repeat-x;
	background-color: #001b31;
	font-family:arial,sans-serif; 
	font-size: 13px;
	line-height:20px;
}

.move {left:-2000px; position:absolute}
h2{font-size:13px; margin-top:-1px; padding-top:5px; margin-bottom:2px; text-transform:uppercase}
h3{color:#ff6615; text-transform:uppercase}
h4{margin:5px 0 5px 0}
.headmenu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.headmenu a:link, .headmenu a:visited{color:#000000; text-decoration:none}
.headmenu a:hover{color:#ffa200}

/* menu left ----------------------------- */
.menu1{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-left:10px;
}
.menulefttop2{
	background:url(assets/img-template/menuleft-top-bg.jpg);
	background-repeat:repeat-x;
	background-color:#2fbcs2;
	}
.menuleft {
	background-color:#02121f;
	background-image:url(img/menuleft-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:1px double #123f60;
	}
.menuright {
	background-color:#02121f;
	background-image:url(img/menuright-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:1px double #123f60;
	}
.menurightsub{
	background-image:url(img/menuright-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:1px double #123f60;
	background-color:#02121f;
	padding:5px 2px 25px 2px;
	}
.rightmenu1{
	background-image:url(img/menuright-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:1px double #123f60;
	background-color:#02121f;
	}
.rightmenusub2 {
	background-image:url(img/menuright-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:1px double #123f60;
	background-color:#02121f;
	padding:0 5px 30px 5px;
	}

.menucentertop{
	background:url(assets/img-template/menucenter-top-bg.jpg) top repeat-x;
	}
.menucenter{
	background-color:#123f60;
	border:1px double #164466;
	}

.expo{
	border-top:2px dotted #092657;
	border-bottom:2px dotted #092657;
	}
.ssiol{
	border-top:2px dotted #092657;
	}
/* content ------------------------------- */
.isi{margin:0 10px 5px 10px; color:#a0d5ff;}
.isi .titpage{font-size:14px; font-weight:bold}
.isi a:link, a:visited{color:#59f7ff; text-decoration:none; font-weight:bold}
.isi a:hover{color:#ffa200; border-bottom: 1px dashed #ffa200;}
.left {float:left; margin-right:10px}
.right {float:right; margin-left:10px}
.map {border:5px 5px 5px 5px double #a0d5ff} 

.isi .subtitle{
	border-bottom:1px double #123f60;
	font-weight:bold;
	}

/* Contact ------------------------------- */
.reload a{color:#a0d5ff;}
.errormsg{color:#FFFF33}

/* fotter -------------------------------- */
.footer{color:#FFFFFF; margin:20px 10px 0 0}
.footer a:link, a:hover{color:#a0d5ff;}
.footer a:visited{color:#a0d5ff; text-decoration:underline}

.search-box{margin-bottom:4px; margin-right:1px; width:300px; height:20px}

.leftmenu {
	background:url(assets/img-template/menu-left-body.jpg) center repeat-y;
	}
.news{
	color:#a0d5ff;
	font-size:11px;
	}
.news .right-subt-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #a0d5ff;
	text-decoration: none;
	background:url(assets/img-template/news-button.png);
	background-repeat:no-repeat;
	}
.news .right-subt-form:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #a0d5ff;
	text-decoration: none;
	background:url(assets/img-template/news-button2.png);
	background-repeat:no-repeat;
	}
.news a:link, a:visited{
	font-weight:bold;
	color:#ffa200;
	text-decoration:none;
	}
.news .text-form{
	border: 1px dotted #a0d5ff;
	font-size: 12px;
	color:#FFFFFF;
	size:24px;
	}
.news a:hover{
	font-weight:bold;
	border-bottom: 1px dashed #ffa200;
	}
.news INPUT { font-family: "Courier New" Courier monospace; }
.newsform{
	font-family: monospace;
	display:block;
	width:90%;
	border: 1px dotted #a0d5ff;
	font-size: 12px;
	color:#FFFFFF;
	}
	
.news INPUT[type="text"]{ font-family: monospace; width:180px; height:18px}
/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}

hr{
	color: #1b598e;
	background-color: #1b598e;
	height: 1px;
	border:0;
	margin-bottom:15px;
	}
