/* CSS Document */

body {
	background-color: #f1f2f3;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 70%;
	font-weight:normal;	
	font-size: 11px;
	margin:0px;
}

#outside {
	margin: auto; 
	padding: 0; 
	min-width:800px;
	max-width:800px;
}

#topleft {
	margin-top: 20px;
	width:210px;
	float:left;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	vertical-align:top;
	height:600px;
	
}

#topright {
	margin-top:20px;
	width:580px;
	float:right;
	vertical-align:top;
	background-color: #f1f2f3;
	border: 1px solid #003366;
	height: auto;
	min-height:600px;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;	
}

#content {
	margin:10px;
	padding:10px;
	background-image:url(../images/mmapbrn_rgt.gif); 
	background-repeat:no-repeat; 
	background-position:top;
	height:700px;

}

#webcliqhdr {
	font-size:48px;
	color:#003366;
	text-align:center;
	clear:both;
	margin-top:190px;
	font: sans-serif;
	font-weight:bold;
}

a {
	color : #003366; 
	text-decoration: none;
	cursor:pointer;
}

h1 {
	margin: 0px;
	font-size: 24px;
	color: #003366;
	font-weight:bold;
	margin-bottom:10px;
		
}

h2 {
	font-size: 16px;
	color: #003366;
	font-weight:bold;
	background-image:url(../images/bubble.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	cursor:pointer;
	margin-bottom:10px;
}

li {
	margin: 0px;
	margin-left:-30px;
	padding-bottom: 3px;
	padding-left:20px;	
	font: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #003366;
	background-image:url(../images/icons/url.png);
	background-repeat:no-repeat;
	list-style:none;
	cursor:pointer;
}

p {
	font-size:12px;
	line-height:130%;
	padding-left:25px;
}

hr {
	border: 1px solid Grey;
	height:1px;

}

a:hover, h2:hover, h3:hover, li:hover, .hover, .links:hover {
	color:Maroon;
}

.links {
	font-weight:bold;
}

/***************************************************** Cluetips ***********************************************/

.cluetip-rounded {
  background: transparent url(../stylesheets/images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(../stylesheets/images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(../stylesheets/images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(../stylesheets/images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
  font-size:11px;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(../stylesheets/images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(../stylesheets/images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(../stylesheets/images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(../stylesheets/images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}