@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; border:0;}

#printHeader {
	display:none;
	overflow:hidden;
	height:0px;
}

#content {
	margin:0 auto;
	margin-top:5px;
	width:574px;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding: 10px 45px 10px 45px;
	color:#28568a;
	overflow:visible;
	display:block;
	background-image:url(images/mountains.jpg);
	background-repeat:no-repeat;
}

#content a {
	text-decoration:underline;
}

#content ul, ol { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em; 
}

#content ul ul, ul ol, 
ol ol, ol ul {
	list-style:disc; 
   margin-left:3.5em; 
   padding-left:0; 
}

#content ul li, ol li { 
   margin-left:5em; 
}

#content li li { 
   margin-left:1em; 
}

#content ul, ol { 
   /* IE6 */ height:0; 
}
#content ul, ol { 
   /* IE7 */ height:1%;
}
/*
#subcontent {
}
#subcontent ul, ol { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em; 
}

#subcontent ul ul, ul ol, 
ol ol, ol ul { 
   margin-left:3.5em; 
   padding-left:0; 
}

#subcontent ul li, ol li { 
   margin-left:5em; 
}

#subcontent li li { 
   margin-left:1em; 
}

#subcontent ul, ol { 
   height:0; 
}
#subcontent ul, ol { 
   height:1%;
}
*/

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#dce3eb;
}

body {
	color:#000;
	text-decoration:none;
}

a,a.visited,a.active {
	color:#0000FF;
	text-decoration:none;
}

a.hover {
	color:#009;
	text-decoration:underline;
}

#wrapper {
	background-color:#FFFFFF;
	width:760px;
	background-image:url(images/back_content.jpg);
	background-repeat:repeat-y;
	border-left:1px solid #bbb;
	border-top:1px solid #bbb;
	margin:0 auto;
	margin-top:58px;
	padding-top:10px;
	overflow: visible;
	z-index:1;
}
#pagebottom {
	width:760px;
	height:14px;
	margin:0 auto;
	border-left:1px solid #bbb;
	background-image:url(images/back_footer.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#mmhide_titlebar {
	margin:0 auto;
	margin-top:5px;
	width:666px;
	height:75px;
}
.mmhide_title {
    float:left;
	width:222px;
	height:75px;
}
#mmhide_mainnav {
	margin-top:5px;
	margin:0 auto;
	width:666px;
	height:30px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background-image:url(images/menudots.jpg);
	background-repeat:no-repeat;
	overflow:visible;
	z-index:400;
	clear:left;
}

#mmhide_marketnav {
	margin:0 auto;
	margin-top: 5px;
	width:666px;
	height:30px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background-image:url(images/marketdots.jpg);
	background-repeat:no-repeat;
	clear:left;
	z-index:300;
}
/*********** Form Styles *************/

	#contactform {
		width:500px;
		margin:0 auto;
	}
	#contactform .required {
		font-weight:bold;
	}
	#contactform textarea {
		width:250px;
		float:left;
		height:125px;
		margin-top:10px;
	}
	#contactform label, input, .myselect {
		float:left;
		width:200px;
		height:20px;
		margin-top:10px;
	}
	#contactform label {
		margin-right:10px;
		text-align:right;
		width:175px;
	}
	#contactform input, textarea, .myselect {
		text-align:left;
		margin-left:10px;
		margin-top:7px;
		border:1px solid #777;
		border-bottom:2px solid #333;
		border-right:2px solid #333;
	}
	#contactform br {
		clear:left;
	}

/*********** Text Styles *************/

.Normal {
	text-align:left;
	font-style:normal;
	font-size:10px;
}
.Normal12pt {
	text-align:left;
	font-style:normal;
	font-size:12px;
}
.Heading1 {
	text-align:left;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}
.Heading1a {
	text-align:left;
	font-style:normal;
	font-weight:bold;
	font-size:19px;
	color:#000000;
}
.Heading2 {
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}
.Heading3 {
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#000000;
}
.Heading3red {
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#990000;
	margin-left:10px;
}

.Title {
	text-align:left;
	font-style:normal;
	font-weight:bold;
	font-size:25px;
	color:#000000;
}
.Emphasis {
	font-style:italic;
}
.Strong {
	font-weight:bold;
}
sup {
	/*font-size:8px;*/
}
.titleLine {
    color:#203c5b;
	width:35%;
	height:2px;
	margin-top:5px;
	margin-bottom:5px;
}