/* basic html attributes ------------------------------------------------------------------------------ */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px; 
	color: #333333;
	}
p, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px; 
	color: #333333;
	padding: 0px 0px 0px 0px;
	}
a:link, a:visited {  
	text-decoration: underline;
	color: #182d8e;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
h1, h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px; 
	font-weight: normal;
	color: #182d8e;
	margin: 0px 0px 0px 0px; 
	}
h2 {
	margin: 30px 0px 0px 0px; 
	}
h3{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	text-transform: uppercase;
	font-weight: bold;
	color: #182d8e;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 5px;
	height: 23px;
	width: auto;
	background-color:#D9E7F2;
	border-bottom:dotted 1px #999;
	
	/*background: url(/images/bg_h3.gif) no-repeat;*/
	}
h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	text-transform: uppercase;
	font-weight: bold;
	color: #182d8e;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 5px;
	height: 23px;
	width: auto;
	background: url(/images/bg_h3.gif) no-repeat;}
h4 {
	margin: 30px 0px 0px 10px; 
	}
h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #333333;
	margin: 20px 0px 0px 10px;
	padding: 10px 0px 0px 10px;
	height: 46px;
	width: 167px;
	background: url(/images/bg_h5.gif) no-repeat;
	}
h6, .h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px; 
	font-weight: normal;
	color: #666666;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
#form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.blue {  
	color: #182d8e;
	}
.small {
	font-size: 10px;
	}
.medium {
	font-size: 13px;
	line-height: 17px;
	}

/* container ------------------------------------------------------------------------------------------ */
#container {
	width: 770px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #efefef url(/images/bg.gif) repeat-y 50% 0;
	}

/* header --------------------------------------------------------------------------------------------- */
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 323px;
	}
#header h1 {
	display: none;
	}

/* photo ---------------------------------------------------------------------------------------------- */
#photo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 262px;
	}

/* search --------------------------------------------------------------------------------------------- */
#search {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	height: 61px;
	color: #d9e7f2;
	background: url(/images/bg_search.jpg) no-repeat;
	}
#search a:link, #search a:visited {  
	text-decoration: none;
	color: #d9e7f2;
	}
#search a:hover, #search a:active { 
	text-decoration: underline; 
	color: #ffffff;
	}
.search_field {
	width: 150px;
	font-size: 11px;
	}

/* main content --------------------------------------------------------------------------------------- */
#content {
	margin: 0px 182px 0px 193px;
	padding: 0px 30px 50px 30px;
	background: url(/images/bg_content.gif) repeat-y;
	}

#content2 {
	margin: 0px 0px 0px 193px;
	padding: 0px 30px 50px 30px;
	background: url(/images/bg_content2.gif) repeat-y;
	}
/* sidebar column 1 ----------------------------------------------------------------------------------- */
#column1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 193px;
	}

/* navigation ----------------------------------------------------------------------------------------- */
#navcontainer {
	width: 192px;
	margin: 0px 0px 0px 1px;
	}
#navcontainer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 13px;
	background: #d9e7f2;
	}
#navcontainer li {
	background: url(/images/nav_dotted.gif) no-repeat;
	}
#navcontainer a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	width: 192px;
	}
  
#navcontainer ul.subnav 
		{margin:0; 
		padding:0;
		list-style-type: none; }

#navcontainer ul.subnav li 
		{margin: 0px 0px 0px 5px;
		padding:0px 0 0 0px; 
		border:0px; 
		list-style-type: none; 
		background-image: none; }
#navcontainer ul.subnav a,  #navcontainer ul.subnav a:hover {
    display:block;
		list-style-type: none;
		background-color: #d9e7f2; 
		color:#182d8e;
		width: 120px; }
/* ie/pc hack ------------------------------- */
/* the following rule is recognized only by IE */
	
body[id="mcg"] #navcontainer a {
	width: 177px;
	}
#navcontainer a:link, #navcontainer a:visited {
	color: #182d8e;
	text-decoration: none;
	width: 177px;
	}
#navcontainer a:hover, #navcontainer a:active { 
	background: #182d8e;
	color: #ffffff;
	width: 177px;
	}
/*#navcontainer li .active {
	color: #e8cd2c;
	background: #182d8e;
	}
.active a:link, .active a:visited {
	color: #e8cd2c;
	}*/

/* investor kit --------------------------------------------------------------------------------------- */
#kit {
	margin: 0px 0px 0px 10px;
	background: url(/images/bg_kit.jpg) no-repeat;
	}
#kit h4 {
	margin: 30px 0px 0px 10px;
	padding: 4px 0px 0px 60px;
	background: none; 
	}
#kit p {
	margin: 0px 0px 0px 10px;
	padding: 0px 20px 0px 60px;
	}

/* sidebar column 2 ----------------------------------------------------------------------------------- */
#column2 {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 182px;
	}
#column2 p {
	margin: 0px 0px 0px 10px;
	padding: 0px 20px 0px 10px;
	}

/* footer --------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	}
#footer p {
	font-size: 10px;
	color: #666666;
	text-align: center;
	}

/* about us ------------------------------------------------------------------------------------------- */
#about table {
	width: 330px;
	}
#about td {
	text-align: top;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	}
#about .color {  
	background: #efefef;
	}

/* contact -------------------------------------------------------------------------------------------- */
#contact form {  
	margin: 10px 0px 0px 0px;
	}
#contact td {
	text-align: top;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	}
#contact .textfield {  
	width: 220px;
	}
#contact .textarea {  
	height: 100px;
	width: 320px;
	}

/* career --------------------------------------------------------------------------------------------- */
#career form {  
	margin: 10px 0px 0px 0px;
	}
#career td {
	text-align: top;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	}
#career .textfield {  
	width: 220px;
	}
#career .upload {  
	width: 140px;
	}