@charset "utf-8";

/* CSS Document */ /*//// --GLOBAL STYLES--//////////////////////////////////////
*/
HTML,BODY {
	margin: 0px;
	padding: 0px
}

body {
	background: #E1EAD9 url(../mm_images/bg.gif) repeat-x;
}

a:active {
	color: #101010;
}

#mAIN {
	clear: both;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F2F2F2;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 10px;
}

#mm_head {
	background-repeat: no-repeat;
	background-position: left 50px;
	margin-top: 0px;
	width: 800px;
	height: 306px;
	margin-left: -30px;
	margin-top: -30px;
	position: relative;
	clear: both;
}

#mm_headDiv {
	float: right;
	width: 800px;
	height: 50px;
}

#mm_headDiv a:link,#mm_headDiv a:visited,#mm_headDiv a:active,#mm_headDiv a:link,#mm_headDiv a:visited,#mm_headDiv a:active {
	margin-top: 5px;
	margin-left: 1px;
	color: #222222;
	font-size: 16px;
	width: 24.8%;
	height: 30px;
	display: block;
	float: left;
	background-color: #E6E6E6;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	text-transform: capitalize;
	font-weight: 900;
}

#mm_headDiv a:hover,#mm_headDiv a:hover {
	color: #660000;
	text-decoration: none;
	background-color: #D9D9D9;
}

.mm_headSp {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left 0px;
}

/*//// --BOTTOM BUTTS STYLES START--//////////////////////////////////////
*/
#buttsTop {
	margin-top: 20px;
	border-bottom: 1px dashed #333333;
}

#buttsBott {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dashed #333333;
}

#buttsTop,#buttsBott {
	width: 740px;
        height: 70px; /*background-color: #999999;*/
}

#buttsTop a:link,#buttsTop a:visited,#buttsTop a:active,#buttsBott a:link,#buttsBott a:visited,#buttsBott a:active {
	color: #222222;
/*	font-size: 24px;*/
	font-size: 18px;
/*	width: 33.2%;*/
	width: 24%;
	height: 40px;
	display: block;
	float: left;
	background-color: #CACACA;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	text-transform: capitalize;
	font-weight: 900;
}

#buttsTop a:hover,#buttsBott a:hover {
	color: #660000;
	text-decoration: none;
	background-color: #D9D9D9;
}


/* the prevew top style */

#buttsTopt {
	margin-top: 20px;
	border-bottom: 1px dashed #333333;
}

#buttsBottt {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dashed #333333;
}


#buttsTopt, #buttsBottt {
	width: 740px;
	height: 70px; 
}

#buttsTopt a:link,#buttsTopt a:visited,#buttsTopt a:active, #buttsBottt a:link,#buttsBottt a:visited,#buttsBottt a:active {
	color: #222222;
	font-size: 24px;
	width: 33.2%;
	height: 40px;
	display: block;
	float: left;
	background-color: #CACACA;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	text-transform: capitalize;
	font-weight: 900;
}

#buttsTopt a:hover, #buttsBottt a:hover {
	color: #660000;
	text-decoration: none;
	background-color: #D9D9D9;
}


/*//// --BOTTOM BUTTS STYLES END--////////////////////////////////////// */ 
/* //// --MAIN FOOTER STYLES START -- /////////////////////////////////// */
.mainFooter {
	width: 800px;
	margin-left: -30px;
	margin-top: 10px;
	position: relative;
	background-color: #D2E0AD;
	padding-top: 10px;
	height: 70px;
}

.links,.copyright {
	width: 100%;
	height: 15px;
	text-align: center;
	margin-top: 5px;
	word-spacing: 2px;
}

.links {
	font-size: 120%;
}

.copyright {
	font-size: 90%;
}

.mainFooter a:link,.mainFooter a:visited,.mainFooter a:active {
	color: #222222;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

.mainFooter a:hover,.mainFooter a:hover {
	color: #660000;
	text-decoration: underline;
}

/* //// --MAIN FOOTER STYLES END -- /////////////////////////////////// */ 
/*//// --WELCOME STYLES START -- /////////////////////////////////// */
.welcomeMain {
	margin-top: 30px;
	margin-left: 1px;
	width: 100%;
	clear: both;
	height: 580px;
}

.welcomeImg {
	width: 45%;
	float: left;
	margin-top: 0px;
	height: 500px;
}

.welcomeImg img {
	border: 1px solid #222222;
}

.welcomeText {
	margin-top: 0px;
	padding-left: 30px;
	width: 50%;
	float: left;
	height: 500px;
	font-size: 110%;
	font-weight: normal;
	line-height: 140%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.welcomeButt {
	clear: both;
}

.welcomeText span {
	font-size: 120%;
	font-weight: bold;
}

.welcomeButt a:link,.welcomeButt a:visited,.welcomeButt a:active {
	margin-top: 10px;
	width: 96%;
	clear: both;
	height: 25px;
	display: block;
	color: #222222;
	padding-top: 5px;
	background-color: #D9D9D9;
	font-size: 125%;
	font-weight: bolder;
	text-align: right;
	text-decoration: none;
	text-transform: capitalize;
	padding-right: 4%;
}

.welcomeButt a:hover {
	color: #660000;
	text-decoration: none;
	background-color: #CACACA;
}

.errorButt {
	clear: both;
}


.errorButt a:link, .errorButt a:visited,.errorButt a:active {
	margin-top: 10px;
	width: 96%;
	clear: both;
	height: 25px;
	display: block;
	color: #222222;
	padding-top: 5px;
	background-color: #D9D9D9;
	font-size: 125%;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}

.errorButt a:hover {
	color: #660000;
	text-decoration: none;
	background-color: #CACACA;
}