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

body {
	background-image:url(../Images/back.png);
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

#logo_cont {
	width:480px;
	margin:15px auto 15px auto;
}

#MJH_logo_cont{
	width:90px;
	margin: 0 auto;
	height:30px;
	padding-top:20px;
}

#top_bar {
	width:960px;
	margin:0 auto;
	height:52px;
	background:url(../Images/iPhone_top_bar.png);
}

#top_box {
	width:960px;
	margin:0 auto;
	height:100px;
	background:url(../Images/iPhone_top_box.png);
}

#main_content {
	width:960px;
	margin:0 auto;
	background:url(../Images/iPhone_main_content.png);
	min-height:50px;
	padding-bottom:20px;
}

#bottom_box {
	width:960px;
	margin:0 auto;
	height:100px;
	background:url(../Images/iPhone_bottom_box.png);
}

#main_text{
	width:900px;
	margin: 0 auto;
	min-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#menu_container{
	width:490px;
	margin: 0 auto;
	padding-top:40px;
}

#top_menu_container{
	width:480px;
	margin: 0 auto;
	padding-top:4px;
}	

* html .rusticbuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.rusticbuttonmenu a.rustic{ /*rustic button CSS*/
background: transparent url(../Images/rusticleft.gif) no-repeat top left;
display: block;
float: left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.rusticbuttonmenu a.rustic:link, .rusticbuttonmenu a.rustic:visited, .rusticbuttonmenu a:active{
color:#000000;
}

.rusticbuttonmenu a.rustic span{
background: transparent url(../Images/rusticright.gif) no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.rusticbuttonmenu a.rustic:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.rusticbuttonmenu a.rustic:hover span{ /* Hover state CSS (for text) */
color:#000000;
}

.black a.rustic{
background-image: url('media/rusticleftblack.gif');
}

.black a.rustic span{
background-image: url('media/rusticrightblack.gif');
}


/*MENU TOP CSS */

* html .menu_topbuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.menu_topbuttonmenu a.menu_top{ /*menu_top button CSS*/
background: transparent url(../Images/menu_topleft.gif) no-repeat top left;
display: block;
float: left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.menu_topbuttonmenu a.menu_top:link, .menu_topbuttonmenu a.menu_top:visited, .menu_topbuttonmenu a:active{
color:#000000;
}

.menu_topbuttonmenu a.menu_top span{
background: transparent url(../Images/menu_topright.gif) no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.menu_topbuttonmenu a.menu_top:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.menu_topbuttonmenu a.menu_top:hover span{ /* Hover state CSS (for text) */
color:#000000;
}

.black a.menu_top{
background-image: url('media/menu_topleftblack.gif');
}

.black a.menu_top span{
background-image: url('media/menu_toprightblack.gif');
}


/*END*/
