﻿body
{
	font-family: Arial, sanserif;
	font-size: 12px;
}

p
{
	font-family: Arial, sanserif;
	font-size: 1em;
	margin: 0;
	color: #000;
}

.blue_standard
{
	font-family: "Gill Sans", Arial, sanserif;
	font-size: 1em;
	font-variant: small-caps;
	line-height: 130%;
	color: #152863;
}

.blue_medium_bold
{
	font-family: Arial, sanserif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 5px;
	color: #152863;
}

.blue_bold
{
	font-family: Arial, sanserif;
	font-size: 1em;
	font-weight: bold;
	color: #152863;
}


.blue_bold_blink
{
	font-family: Arial, sanserif;
	font-size: 1em;
	font-weight: bold;
	color: #152863;
	text-decoration: blink;
}


.blue_small
{
	font-family: Arial, sanserif;
	font-size: .9em;
	color: #152863;
}

.blue_tiny
{
	font-family: Arial, sanserif;
	font-size: .8em;
	color: #152863;
	text-align: right;
	margin-right: 2px;
}

.black_standard
{
	font-family: Arial, sanserif;
	font-size: 0.9em;
	line-height: 180%;
	text-align: justify;
}

.black_small
{
	font-family: Arial, sanserif;
	font-size: .9em;
	color: #000;
}

.white_page_title
{
	font-family: "Gill Sans", Arial, sanserif;
	font-size: 2.5em;
	color: #fff;
	margin: 15px 0 0 13px;
}

.white_page_sub_title
{
	font-family: "Gill Sans", Arial, sanserif;
	font-size: 1.75em;
	color: #fff;
	margin: 0 0 0 13px;
}

.white_medium
{
	font-family: Arial, sanserif;
	font-size: 1.1em;
	color: #fff;
}

.white_small
{
	font-family: Arial, sanserif;
	font-size: .9em;
	line-height: 130%;
	color: #fff;
	text-align: justify;
}

.white_tiny
{
	font-family: Arial, sanserif;
	font-size: .8em;
	line-height: 130%;
	color: #fff;
	text-align: right;
}

.orange_page_title
{
	font-family: "Gill Sans", Arial, sanserif;
	font-size: 2em;
	margin: 5px 5px 0 13px;
	color: #faa634;
}

.orange_star
{
	font-family: "Gill Sans", Arial, sanserif;
	font-size: 1.5em;
	margin: 0 0 0 5px;
	color: #faa634;
}


a { color: #fff; }

a:link
{
	text-decoration: none;
	color: #fff;
}

a:visited
{
	text-decoration: none;
	color: #fff;
}

a:hover
{
	text-decoration: underline;
	color: #fff;
}

a.blue { color: #152863; }

a.blue:link
{
	text-decoration: none;
	color: #152863;
}

a.blue:visited
{
	text-decoration: none;
	color: #152863;
}

a.blue:hover
{
	text-decoration: underline;
	color: #152863;
}


/* ******************************************************************* */
/* css for dropdown */

#menu, #menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li
{
	float: left;
	position: relative;
	line-height: 1em;
	width: 126px;
	background-image: url('../mjm_images/menu_bg_grey.gif');
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: right center;
}

#menu li ul
{
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	/* for IE */
	display: none;
}

#menu ul li ul
{
	margin-top: -1.92em;
	margin-left: 122px;
}

/* ******************************************************************* */
/* SHOW SUBMENU  1 */

#menu li:hover ul, #menu li.over ul { display: block; }

#menu li:hover ul ul, #menu li.over ul ul { display: none; }

/* SHOW SUBMENU  2 */

#menu ul li:hover ul, #menu ul li.over ul { display: block; }

#menu ul li:hover ul ul, #menu ul li.over ul ul { display: none; }

/* SHOW SUBMENU  3 */

#menu ul ul li:hover ul, #menu ul ul li.over ul { display: block; }

/* ******************************************************************* */
/* STYLING UP THE LINKS */

#menu a
{
	display: block;
	border-right: 5px solid #fff;
	background: #ddd;
	font-size: .9em;
	color: #333;
	text-decoration: none;
	padding: 6px 10px;
	background-image: url('../mjm_images/menu_bg_grey.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#menu a:hover
{
	background-color: #faa634;
	color: #fff;
	background-image: url('../mjm_images/menu_bg_orange.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#menu ul { border-top: 2px solid #fff; }

#menu ul a
{
	border-right: 5px solid #fff;
	border-bottom: 1px solid #fff;
	/*border-left:1px solid #fff;*/
	background: #999;
}

/* ******************************************************************* */

#menu
{
	z-index: 1;
	position: absolute;
}

#menu ul
{
	z-index: 10;
	position: absolute;
}

#menu ul ul
{
	z-index: 15;
	position: absolute;
	border-left: 5px solid #fff;
}

/* ******************************************************************* */
/* Fix IE. Hide from IE Mac \*/

ul li
{
	float: left;
	height: 1%;
}

ul li a { height: 1%; }

/* End */


.mainholder
{
	position: relative;
	width: 882px;
	border: 1px #000 solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 8px;
}

#element_1
{
	width: 882px;
	height: 127px;
	background-color: #999;
}

.element_2
{
	width: 882px;
	height: 5px;
	background-color: #fff;
	clear: both;
}

#element_3
{
	width: 882px;
	height: 23px;
	background-color: #fff;
}

#element_4
{
	float: left;
	width: 882px;
	background-image: url(../mjm_images/blue_backing.gif);
	background-repeat: repeat-y;
}

#element_5
{
	width: 882px;
	height: 46px;
	background-color: #fff;
	clear: both;
}
.element_6
{
	width: 882px;
	height: 5px;
	background-image: url(../mjm_images/blue_backing.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	clear: both;
}
#logo
{
	position: absolute;
	left: 579px;
	top: 69px;
	width: 283px;
	height: 50px;
	background-color: transparent;
}

#element_4_1
{
	float: left;
	width: 248px;
	background-color: transparent;
	min-height: 391px;
}


#element_4_1_1
{
	width: 248px;
	min-height: 90px;
	background-color: transparent;
}

#element_4_1_2
{
	width: 248px;
	background-color: transparent;
	background-image: url(../mjm_images/blue_squares_3.gif);
	background-repeat: no-repeat;
	height: 135px;
}

#element_4_1_3
{
	position: absolute;
	bottom: 61px;
	width: 248px;
	background-color: transparent;
	clear: both;
}

#element_4_2_table
{
	float: right;
	width: 609px;
	background-color: #fff;
}

#element_5_1
{
	width: 120px;
	height: 48px;
	border: 1px #152863 solid;
	background-color: #fff;
	display: table;
	float: left;
}

#element_5_2
{
	width: 120px;
	height: 48px;
	border: 1px #152863 solid;
	background-color: #fff;
	display: table;
	float: left;
}

#element_5_3
{
	width: 630px;
	height: 50px;
	background-color: #999;
	float: right;
	
}

.element_5_4
{
	width: 4px;
	height: 46px;
	background-color: #fff;
	float: left;
}

#footer
{
	clear: both;
	width: 882px;
	height: 1px;
	background-color: #fff;
}
.blue_bold_large 
{
	font-family: "Gill Sans", Arial, sanserif;
	font-size: 18px;
	font-variant: small-caps;
	line-height: 130%;
	color: #152863;
}
