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

body { font-family: Arial;
background: url("bg.jpg") repeat-x #608fbf; font-size: 12px;
position: relative;}
#site { width: 900px; background: white; margin: 0 auto; position: relative; 
margin-bottom: 20px; 
}

a { color: #069}
a:hover {color: #608fbf}
img { border: 0px;}

#logo {
	padding-top: 5px;	
}
#navigation { 
	/*padding-left: 530px; 
	padding-top: 50px;*/
	position: relative;
	margin: 0 auto;
	margin-top: -30px;
	list-style-type: none;
	width: 850px;
	padding-top: 5px;
}

#navigation li { 
	display: inline-block; 
	display: inline;
	border: 1px solid #608fbf; 
	padding: 5px; 
	margin-right: 20px; 
	width: 60px; 
	color: white; 
	font-weight: bold; 
	background: #608fbf;
	height: 20px;
	text-align: center;
	font-size: 1.2em;
	line-height: 20px;
	background:url(bg_menu.gif) repeat-x;
}
#navigation ul { 	
}

#navigation .webmail {
	background: none;	
	border: 0;
	padding-right: 400px;
	margin-top: 20px;
	position: relative;
	top: 17px;
}

#navigation a, #navigation a:hover {
	color: white;	
}

#navigation a {
	text-decoration: none;	
}

#navigation a:hover {
	text-decoration: underline;	
}

#header { 
width: 900px; 
height: 150px; 
background: url('bg_header.jpg') no-repeat top left; 
border-bottom: 5px solid blue;
border-color:#e5ed06;
}

#sidebar, #col2 { float: left;  border: 1px solid #608fbf; margin-left: 10px; padding:10px; }
#sidebar { width: 260px; }
#col2 { width: 560px;	}

#contain {
	margin-top: 20px;	
	line-height: 1.2em;
}

#contain h1 { font-size: 1.5em; margin-top: 0; color: #069; text-align: center;} 
#contain h2 { font-size: 1.2em;  margin-top: 0; color: #608fbf; text-align: center;}
#contain h3 { font-size: 1.1em;  margin-top: 0; color: #608fbf; text-align: center;}
#contain p, ul {	font-size: 0.95em;}

#pub_mini {
	margin: 0 auto;	
	padding-left: 8px;
}

/* page contact */
#contact {
	/*border: 2px solid red;*/
}

#frmContact {
	margin: 0 auto;
	width: 400px;
	border: 1px solid #608fbf; 
	padding: 10px;
	background: #f4f9ff;
}

#frmContact TR {
	height: 30px;	
}

#frmContact TD {
	vertical-align: top;	
	font-size: 1em;
}

.frm_col1 {
	width: 150px;
	text-align: right;
	padding-right: 10px;
	color: #069;
	font-weight: bold;
}

.frm_col2 {
	width: 250px;	
}

.frm_col2 input {
	width: 15em;
}

.frm_col2 select {
	width: 18em;	
}

.frm_col2 input, .frm_col2 select,
.frm_col2 textarea {
	color: white;
	background: #608fbf;	
	border: 1px solid #1b71d4;
}

.frm_col2 input[type=submit] {
	color: white;	
	font-size: 0.8em;
	width: 4em;
	border: 1px solid #1b71d4;
	background: #608fbf;
	height: 2.5em;
}

.frm_col2 input[type=submit]:hover {
	background: white;
	color: #608fbf;
	vertical-align: middle;
}


.frm_col2 textarea {
	height: 12em;
	width: 22em;
	font-size: 1em;
	font-family: Arial, sans-serif;
}


#footer { 
	text-align: center; 
	font-size: 11px; 
	clear: both; 
	background: url(bottom.jpg) repeat-x top left;
	background-position: 0 10px;
	padding-top: 10px;
	height: 50px;
	line-height: 50px;
}



