/* CSS for ManhattanVirtuals.com */
/* By Vatche Chamlian */
/* Color codes are (not web safe)
 Main Blue (and mouseOver text blue in nav) #5280B1
 Light Blue #BACBDE
 Header text #1A4369
 BackGround Color #2F3B46
 */
body {
    background: #2F3B46 url('../images/bg_mv.jpg') no-repeat center top;
    color: #000000; /* font color */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    height: 100%;
    width: 900px;
 
}

#main_container {
    background-color: #fff;
	margin: 20px -1px auto; 
    height: auto;
	min-height: 700px;
	text-align: left;
	width: 901px;
}

#content_wrapper {
    background-color: #FFFFFF;
    text-align: left;
    height: 100%;
}

#content_wrapper_main {
	display:block;
    position: relative;
    padding: 0px 5px 0px 5px;
    margin: -11px 0 0 0;
    height: auto;
	min-height: 400px;
    background-repeat: no-repeat;
    background-position: right top;
}
/* to make a bgcolor=#fff inner container that fills the window's height against  */
/* the body's bgColor, set the inner div to occupy the entire width of the container.  */
/* set its z-index low, the menu's z-index higher. */
/* set pad left to the width of the left menu  to push content out past left menu. */
/* width + padding-right = width of visible area.  */
div.inner-block {
    position: absolute;
    height: auto;
	min-height: 528px;
    width: 700px;
    top: 10px;
    left: 0px;
    margin-top: 30px;
    padding-left: 180px;
    padding-right: 20px;
    background-color: white;
    font-size: 9pt;
    z-index: 1;
}

div.menu-left {
    position: relative;
    clear: both;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 140px;
    margin: 18px 0px 0px 15px;
    font-size: 8.5pt;
    z-index: 10;
}

.header {
    border-bottom: 2px solid #b9cadb;
    background: #5280B1;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.footer {
	width: 100%;
    text-align: center;
	font-size: 8pt;
    z-index: 10;
	margin: 20px 0px 20px 0px;
	border-top: 1px solid #5280B1;
	padding: 5px 0 0 0;
}

#content_wrapper img {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	border: 0px;
}

#content_wrapper p {
    font-size: 12px;
    padding: 3pt;
}

#content_wrapper h1 {
    font-size: 16px;
    padding: 4pt;
}

#content_wrapper li {
    font-size: 12px;
    text-decoration: inherit;
}

div.inner-block p {
    margin: 0;
	padding: 3px 0px 0px 0px;
    line-height: 1.4em;
}
/*-------- Header [BEGIN] --------*/
.header .logo {
    padding: 0px 10px 5px 0px;
}

.header ul.menu {
    float: right;
    padding: 5px 15px 0px 0px;
    margin: 0px;
    list-style: none;
}

.header ul.menu li, .menu-left li {
    float: left;
    color: #454545;
    padding: 0px 11px 0px 10px;
    border-right: 1px solid #E0E0E0;
    font-size: 9pt;
}

.header ul.menu li.last, menu-left li {
    border-right: none;
    padding-right: 0;
}

.header ul.menu li:last-child, ul.menu-sub li:last-child, menu-left li, li.last {
    border-right: none;
    padding-right: 0;
}

*
[ class |= 'menu' ], div.inner-block p {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #0B2A4C;
    text-decoration: none;
}

.header ul.menu li a, ul.menu-sub li * {
    color: #0B2A4C;
    text-decoration: none;
}

.header ul.menu li A:HOVER {
    color: #fff;
    text-decoration: underline;
}

.header ul.menu-top li a {
    color: #fff;
    text-decoration: none;
}

.header ul.menu-top li a:HOVER {
    color: #0B2A4C;
    text-decoration: underline;
}

.reverse *, .reverse-last * {
    color: #fff;
}

.reverse-last * {
	border: 0;	
}	
ul.menu-sub {
	margin: 10px 0 0 0px;
    padding: 5px;
}

ul.menu-sub li, ul.menu-sub li.selected {
    color: #0B2A4C;
    display: inline;
    list-style: none;
    padding: 0 11px 0 10px;
    border-right: solid #aaa 1px;
}

ul.menu-sub li.last {
    padding: 0 0 0 10px;
    border: none;
}

ul.menu-sub li.selected {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

ul.menu-sub li a:hover, li a:hover {
    text-decoration: underline;
}
/*
 .header UL.menu LI SPAN{ margin:0 9px; }
 */
/*-------- Header [END] --------*/
/*		Left menu 		*/
div.menu-left .menu-head {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    border: none;
    margin: 0 0 5px 0;
}

div.menu-left .underline {
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
}

div.menu-left a, div.menu-left span a {
    color: #0B2A4C;
    font-size: 1em;
    text-decoration: none;
}

div.menu-left div.features {
    height: 60px;
    background-color: rgb( 235, 240, 246 );
    margin: 0 0 10px 0px;
    padding-left: 10px;
    border: 1px solid #bbbbdd;
}

div.menu-left * a:hover {
    text-decoration: underline;
}

span.menu {
    display: block;
    margin: 5px 0 5px 0;
    padding: 0;
}

/* home page image  */
div.homePageBanner {
	background: url('../images/homePageBanner.jpg') top center no-repeat;
	height:237px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

div.columnOne {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    color: #1A4369;
	margin: -85px 0px 50px -600px;
	text-align:center;
}

div.columnTwo {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    color: #1A4369;
	margin: -85px 0px 50px 0px;
	text-align:center;
}

div.columnThree {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    color: #1A4369;
	margin: -85px 0px 50px 600px;
	text-align:center;
}

/* due to additional edits this code is being commented out and substituted by a table element */

/*
div.img_columnOne {
	margin: 10px 0px 10px -5px;
	float:left;
}

div.img_columnTwo {
	margin: 10px 0 30px -5px;
	float:left;
}

div.img_columnThree {
	margin: 10px 0 20px -30px;
	float:left;
}

div.img_columnFour {
	margin: 10px 220px 30px -10px;
	float:left;
}
*/

/*		Left menu 		*/
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #1A4369;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #1A4369;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #1A4369;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FF6600;
	margin: 0px 0px 0px 0px;
}

a.blue_size_12 {
color:#1A4369;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

a.blue_size_12:hover {
color:#1A4369;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.blue_size_12:link {
color:#1A4369;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

a.blue_size_12:hover {
color:#1A4369;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.blue_size_12:visited {
color:#1A4369;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
