/*
	-- -- -- -- -- -- --
	last edit: 07 nov 07
	-- -- -- -- -- -- --
*/

/* -- Comment -- */

@media screen, projector {

/* ---------------------------------------------- */
/* -- GLOBAL STYLES -- */
				
html {}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	height: 100%;
	margin : 0 auto;
	padding: 0px;
	background: #cdc3b3 url(../_images/v_lines.png) center repeat-y; 
	background-color:#cdc3b3;
}

a {
    color: #124783;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
	margin: 10px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	margin: 10px;

}

h3 {
	font-size: 12px;
	color:#b8a992;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom: 1px solid #cdc3b3;

}

.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

.header_red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
/* ---------------------------------------------- */
/* -- WRAPPER -- */

#main_bg {
	width: 100%;
	height: 375px;
	position: relative;
	background-color:#b8a992;
	border-top: 1px solid #e3dcd1;
	border-bottom: 1px solid #e3dcd1;
}

#main_bg.internal {
	height: auto;
}

#main {
	width: 824px;
	margin: 0px auto;
	background-color:#f0f3f4;
	border-left: 1px solid #e3dcd1;
	border-right: 1px solid #e3dcd1;
}

#btm_bg_hm {
	width: 100%;
	height: 210px;
	background-color: #a39174;
	border-bottom: 1px solid #e3dcd1;
}

#btm_bg {
	width: 100%;
	height: 90px;
	background-color: #a39174;
	border-bottom: 1px solid #e3dcd1;
}

#btm_content {
	width: 824px;
	height: 210px;
	margin: 0px auto;
	background-color:#8a9095;
	border-left: 1px solid #e3dcd1;
	border-right: 1px solid #e3dcd1;
}

#btm_content.internal {
	height: 90px;
}

#left_home_content {
	width: 525px;
	height: 375px;

}

#rt_home_content {
	float: right;
	width: 298px;
	height: 375px;
	margin: 0px;
	padding: 0px;
	background-color:#6b513b;
	border-left: 1px solid #e3dcd1;

}

/* ---------------------------------------------- */
/* -- HEADER -- */

#header {
	width: 823px;
	height: 125px;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img.logo {
	margin-left: 6px;
	margin-top: 11px;
}

/* ---------------------------------------------- */
/* -- MAIN NAV -- */

#mainNav {
	width: 824px;
	position: relative;
	height: 56px;
	margin: 0px auto;
}

#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#mainNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #151A53;
}

#mainNav li a {
	text-indent: -1000em;
	display:block;
	float:left;
	height:56px;
	overflow:hidden;
	cursor: pointer;
}

#mainNav_01 a {
	width: 175px;
	background: url(../_images/nav.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	cursor: pointer;
}

#mainNav_02 a {
	width: 115px;
	background: url(../_images/nav.png) no-repeat scroll 0px;
	background-position: -175px 0px;
}

#mainNav_03 a {
	width: 67px;
	background: url(../_images/nav.png) no-repeat scroll 0px;
	background-position: -290px 0px;
}

#mainNav_04 a {
	width: 91px;
	background: url(../_images/nav.png) no-repeat scroll 0px;
	background-position: -357px 0px;
}

#mainNav_05 a {
	width: 157px;
	background: url(../_images/nav.png) no-repeat scroll 0px;
	background-position: -448px 0px;
}

#mainNav_06 a {
	width: 95px;
	background: url(../_images/nav.png) no-repeat scroll 0px;
	background-position: -605px 0px;
}

#mainNav_07 a {
	width: 124px;
	background: url(../_images/nav.png) no-repeat scroll 0px;
	background-position: -700px 0px;
}


#mainNav_01 a:hover {
	background-position: 0px -56px;
}

#mainNav_02 a:hover {
	background-position: -175px -56px;
}

#mainNav_03 a:hover {
	background-position: -290px -56px;
}

#mainNav_04 a:hover {
	background-position: -357px -56px;
}

#mainNav_05 a:hover {
	background-position: -448px -56px;
}

#mainNav_06 a:hover {
	background-position: -605px -56px;
}

#mainNav_07 a:hover {
	background-position: -700px -56px;
}

/* ---------------------------------------------- */
/* -- ELEMENTS -- */

img.logo {
	margin-left: 6px;
	margin-top: 11px;
}

img.header {
	margin: 18px 10px 5px 10px;
}

img.adLine {
	border-bottom: 1px solid #e3dcd1;
}

.adLine {
	border-bottom: 1px solid #e3dcd1;
}

img.MBAlogo {
	float: right;
	margin: 10px;

}

ul.NEWS li {
	margin: 6px;
	padding: 2px;
}

p.home {
	margin: 6px 9px;
	color: #FFF;
}

#downloadFloat {
	float:right;
	margin-right: 8px;

}

img.ADS {
	margin-top: 8px;
	text-align: center;

}

td.lineR {
	border-right: 1px solid #969a9c;

}

td.AD_1 {
	width: 224px;
	background-color:#37495f;
}

td.AD_2 {
	width: 224px;
	background-color:#436648;
}

td.AD_3 {
	width: 224px;
	background-color:#6b513b;
}

td.AD_4 {
	width: 224px;
	background-color:#7a5821;
}

td.AD_5 {
	width: 224px;
	background-color:#952630;
}

.quote {
	color:#FFFFFF;
}

#int_header {
	width: 600px;
	height: 50px;
	background-color:#af4655;
}

/* ---------------------------------------------- */
/* -- FOOTER -- */

#footer {
	width: 824px;
	margin: 0px auto;
}

#footerUtility {
	width: 600px;
	text-align:left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 10px;
	margin: 0px;
}

#footerUtility ul {
	padding: 0px;
	margin: 0px;
}

#footerUtility ul li {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

#footerUtility ul li a {
	color: #666666;
	text-decoration: none;
}

#footerUtility ul li a:hover {
	color: #006699;
	text-decoration: underline;
}

#walkOut {
	background-image:url(../_images/img_hm_bestmove.png);
	height: 223px;
	width: 298px;
}

}

@media print {}
@media handheld {}

