@charset "utf-8";


/* this class uses to fix firefox bug that don't take div's background correctly (not scaling the height) */
.clear {
	clear:both;
	height:0px;
	font-size:1px;
	line-height:1px;
	margin-bottom: -1px;
}

body {
	background-color:#d8ecf2;
	font-family:Arial;
}

#continer {
	width:970px;
	height:auto;
}

/* Logo */

#topsite {
	display:block;
	width:950px;
	background-image: url('images/logo_bg.gif');
	height:100px;
}

#logo {
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:30px;
	width:auto;
}

#logo img {max-width:220px;max-height:70px;}

#slogan {
	color:#5880a6;
	font-size:25px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	margin-top:47px;
	margin-left:10px;
	width:auto;
}

#lamp {
	display:inline;
	float:right;
	margin-top:15px;
	margin-right:10px;
	width:auto;
}

/* Links */

#toplinks {
	display:block;
	background-image: url('images/links_bg.jpg');
	width:962px;
	height:65px;
	line-height:65px;
}

.divtoplinks {
	display:inline;
	margin-right:10px;
}


.divtoplinks a {
	color:#000000;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}

.divtoplinks a:hover {
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

.divtoplinks .mselected , .divtoplinks .mfirstSelected, .divtoplinks .mlastSelected{
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: center left;
}


#mtsite {
	display:block;
	width:950px;
	height:237px;
}

#sidepic {
	float:left;
	border-bottom:7px solid #5187af;
	height:230px;;
	width:424px;
	padding:0px;
	margin:0px;
}


#sidebg {
	float:right;
	border-bottom:7px solid #5187af;
	background-image: url('images/sky.jpg');
	width:526px;
	height:230px;
	text-align:left;
}

#mtsmall {
	font-family:arial;
	font-weight:bold;
	font-size:20px;
	color:#1f5a8c;
	margin-left:15px;
	margin-top:50px;
}

div.opacity {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	-khtml-opacity:0.7;
}

#leftopacity {
	 position:absolute;
	 background-color:#30c6f3;
	 width:424px;
	 height:30px;
	 margin-top:200px;
	 z-index:2;
}

#rightopacity {
	 position:absolute;
	 background-color:#30c6f3;
	 width:526px;
	 height:30px;
	 margin-top:200px;
	 z-index:2;
}

/* Bottom Site */

#bottom_site {
    clear:both;
	display:block;
	width:950px;
	height:auto;
	background-color:#5880a6;
	text-align:left;
}

div.divbottomlinks {
	display:inline;
}

.divbottomlinks a {
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	text-decoration:none;
	margin-left:7px;
	margin-right:7px;
}

.divbottomlinks a.selected {
	text-decoration:underline;
}

.divbottomlinks a.firstSelected {
	text-decoration:underline;
}

.divbottomlinks a.lastSelected {
	text-decoration:underline;
}

span.bottomlinkspacer {
	color:#ffffff;
}

#arr {
	color:#ffffff;
	font-size:12px;
	font-family:arial;
	margin-left:7px;
	margin-top:5px;
}

#privacy {
	color:#ffffff;
	font-size:12px;
	font-family:arial;
}

div.bottomlinkspacer {
	background-color:#edf3f5;
	height:15px;
}

.sel {font-weight:bold;}
.mailList {color:white;padding-right:10px;text-align:right;}