@charset "UTF-8";
html, body {
	background-color: #212831; /*#cdcd9b; jay's color bg*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	height: auto;
	width: 700px;
	margin: 15px auto 5px auto;
	padding: 0 !important;
	line-height: 1.8em;
	}

#banner {
	height: 100px;
	width: 700px;
	background: #000000 url(imgs/MM_banner.jpg) no-repeat;}
#banner h1 {
	float: left;
	color: #ff9a00;
	margin: 40px 0 0 20px;/*33px 0 0 20px;*/
	background: none;
	font-size: 2.2em; /*2.2em*/	font-weight: bold;
	padding-left: 18px;
	overflow:hidden;}
	
#banner h2 {
	float: left;
	color: #ff9a00;
	margin: 0px 0px 0 21px;
	background: none;
	font-size: 1.1em;
	line-height: 18px;	clear: both;	word-spacing: 8px;}

#header {
	font-size: 36px;
	color: #CC9900;
	background-color: #1A1A1A;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 16px;
	margin-top: 12px;
}

#nav-main {
	background-color:#000000;/*00f7f7;*/
	height: 24px;
	font-size: 14px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	vertical-align: middle;	border-left: 4px #000000 solid;}

#nav-main ul {
	list-style: none;
	margin: 0px;
	padding-left: 58px; /*18px*/	}

#nav-main li {
	 float: left;
	 margin: 0em 0em 0em 0em;
}
#nav-main li a:link, #nav-main li a:visited {
 	/*background: url(css-nav.gif) #fff bottom left repeat-x;*/
 	background: #000000;
	height: 24px;
	line-height: 24px;
	float: left;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	/*border: 1px solid #dcdce9;*/
	color: #ff9a00;
	text-decoration: none;
	text-align: center;
}

#nav-main li a:hover {	/*background: url(css-nav-hover.gif) #fff bottom left repeat-x;*/
	background: #000000;   /* 101821*/
	height: 24px;
	line-height: 24px;
	float: left;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	/*border: 1px solid #dcdce9;*/
	color: #319ace;      /* 319ace */
	text-decoration: none;
	text-align: center;}

#nav-main li.current a, #nav-main li.current a:hover{	/*background: url(css-nav-hover.gif) #fff bottom left repeat-x;*/
	background: #000;
	height: 24px;
	line-height: 24px;
	float: left;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	/*border: 1px solid #dcdce9;*/
	color: #ff9a00;     /*319ace*/
	text-decoration: none;
	text-align: center;	font-weight: bold;	}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px; 
	height: auto; 
	width: 692px;
	text-align: justify;
	border-left: 4px #000000 solid;
	border-right: 4px #000000 solid;
	border-bottom: 2px #000000 solid;
	/*color from jay content*/
	background: #101821 0 0 		url(imgs/content_background.jpg) no-repeat; 
	overflow: hidden;}

#content-bottom {
background: url(imgs/content_background_bottom.jpg) no-repeat center bottom;
overflow: hidden;padding-bottom: 15px;}

#content-white{
	overflow: hidden;
	margin: 15px 15px 0px 15px;
	color: #000000;
	background: #f5f5dc url(imgs/white_background.jpg) no-repeat center top;}

#content-white-bottom{	background: url(imgs/white_background_bottom.jpg) no-repeat center bottom;
	overflow:hidden;
}

#content-white p{	margin: 0px 40px 0px 40px;	color:#000000; /*CC9900;*/
	}
	
#slideintro {margin: 0px;
}

#jotform{margin-top: 15px;
margin-left: 81px;
}

#info-site {
clear: both;background: url(imgs/footer_temp.jpg) no-repeat center top;margin: 0px auto 0px auto;padding: 0px 0 0px 0;text-align: center;
width: auto;
height: 19px;
color: #ff9a00;font-size: 10px;
line-height: 20px;
overflow: hidden;}

#info-site p{display: inline;}
	

a {
	color: #CC9900;
	font-style: normal;
	text-decoration: none;
	border: 0px solid #333333;
}



h1{
	font-size: 1.6em;
	color: #CC9900;
}

h2{
	font-size: 1.3em;
	color: #000; /*CC9900*/    padding: 0px 40px 0px 40px;	line-height: 2em;	/*background: #ccc99c;*/ /*green*/
	}

h3, h3 a{
	font-size: 1.3em;
	color: #319ace; /*CC9900;*/	text-align: center;
	}
	
.left {/*margin:10px 10px 5px 0px;*/
margin-top: 10px;margin-left: 40px;margin-bottom: 10px;margin-right: 15px;float:left;}.right {/*margin:10px 0px 5px 10px;*/
margin-top: 8px;margin-left: 15px;margin-bottom: 10px;margin-right: 40px;float:right;}

