/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body, ul {
		margin: 0;
		padding: 0;
}
body {		
		font: 12px/18px normal Arial, Helvetica, sans-serif;
		text-align: center;
		color: #333;
		background:#DCF0F1 url(bg_main.jpg) top left repeat-x;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 765px; 
		min-height:98%;
		text-align: left;
		background: #DCF0F1; url(images/toddbg.gif) repeat-y right top;
        position:relative;
}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:765px;w\idth:765px;}
* html #content {width:534px;w\idth:534px;}
* html #sidebar {width:226px;w\idth:226px;}
* html body{font-size:12px;f\ont-size:12px}
/* end hack */ 

#header {
		height: 78px;
		width:100%;
		background:#1A5D88 url(header.jpg) top left no-repeat;
		margin:0;
		position:relative;
		/*z-index:2;*/
		overflow:hidden;
}

* html #header {height:78px;he\ight:78px}

#mainnav {
		width:100%;
		height: 36px;
		position:relative;
		background:url(nav2.jpg);
		/*z-index:2;*/
}
* html #mainnav{height:36px;he\ight:36px}	

#nav { z-index:202; }	

#sidebar {
		float: right;
		width: 228px;
		padding:0;
}

#content {
		width: 530px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:536px;
		padding:0;
		margin-bottom:25px;
}
.maintop { 
	background:url(main_top.jpg) top left no-repeat;
}

.maincenter {
	background:url(main_center.jpg) top left repeat-y;
	min-height:450px;
	padding:20px 30px;
	width:530px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:476px;
}

.mainbottom {
	background:url(main_bottom.jpg) top left no-repeat;
}

#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 0 10px 0}		

#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 24px;
}
#footer p {margin:0;padding:0}
* html #footer {height:25px;he\ight:24px;}

.footerNav {
	float:left;
	width:530px;
}

.footerNav span { margin-right:15px; }
.footerActive { font-weight:bold; }

.credits { float: right; padding-right:20px; }

.clearall { clear:both; height:1px; }
#clearfooter {height:2px;width:100%;clear:both}


a {
	color:#1A5D88;
	text-decoration:underline;
}

.navWrapper a {
	color:#fff;
	text-decoration:none;	
}

#footer a { font-size:11px; text-decoration:none; }

.bottomall { background:#1A5D88 url(bg_footer.jpg) top left repeat-x; line-height:12px; font-size:12px; }


table { border-collapse:collapse; }
/*****************************************************

					 TOP NAVIGATION

/*****************************************************/
ul#nav { background:url(nav.jpg) top right no-repeat; margin:0; padding:0; }
ul#nav li {  float:left; list-style-type:none; margin:0; padding:0; }
ul#nav li a { height:36px; display:block;  text-indent:-9999px; outline:none; }

li#Off a, li#companyOff a, li#clientsOff a, li#newsOff a, li#investorsOff a, li#contactOff a, li#On a, li#companyOn a, li#clientsOn a, li#newsOn a, li#investorsOn a, li#contactOn a {
	background:url(nav.jpg); text-indent:-9999px;
}

/* home */
li#Off a { background-position:-2px 0px; width:100px; }
li#Off a:hover, li#On a { background-position:-2px -34px; width:100px; }

/* corporate */
li#companyOff a { background-position:-108px 0px; width:100px; }
li#companyOff a:hover, li#companyOn a { background-position:-108px -34px; width:100px; }

/* properties */
li#clientsOff a { background-position:-208px 0px; width:100px; }
li#clientsOff a:hover, li#clientsOn a { background-position:-208px -34px; width:100px; }

/* news */
li#newsOff a { background-position:-308px 0px; width:90px; }
li#newsOff a:hover, li#newsOn a { background-position:-308px -34px; width:90px; }

/* investors */
li#investorsOff a { background-position:-398px 0px; width:100px; }
li#investorsOff a:hover, li#investorsOn a { background-position:-398px -34px; width:100px; }

/* contact */
li#contactOff a { background-position:-498px 0px; width:100px; }
li#contactOff a:hover, li#contactOn a { background-position:-498px -34px; width:100px; }

/****************************************************************************************/

/*****************************************************

					 SIDE NAVIGATION

/*****************************************************/
.navWrapper {
	margin-bottom:10px;
}

.navWrapper a { display:block; }

.navOff, .navOn {
	padding:5px 15px 3px 20px;
}

.subNavOff, .subNavOn {
	padding:5px 15px 3px 35px;
}

.navOff, .subNavOff {
	background:url(sidemenu.jpg) left center no-repeat;
	height:21px;
}

.navOn, .navOff:hover, .subNavOn, .subNavOff:hover {
	background:url(sidemenuOn.jpg);
	background-repeat:no-repeat;
	background-position:0 -2px;
	height:21px;
}


/****************************************************************************************/

/*  sign up */
#sidebar form { margin:0 0 20px 0; padding:0; }

.emailSignup {
	padding-left:8px;
	margin:10px 0;
}

#sidebar label {
	display:block;
	font-size:10px;
	margin-top:4px;
}

#sidebar input {
	width:200px;
	display:block;
	font:10px normal Arial, Helvetica, sans-serif;
}

#sidebar #submitter {
	width:59px;
	margin-left:148px;
}

.signup_title {
	font-size:11px;
}

.signup_error {
	font-weight:bold;
	color:red;
}

.signup_success {
	font-weight:bold;
	color:#090;
	margin-bottom:20px;
}


#signup_load {
	display:none;
	text-align:center;
	padding:10px 0;
}

/********************************/

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0 0 10px 0;
	color:#1A5D88;
}

h1 {
	font-size:22px;
	line-height:25px;
}

h6 {
	padding:0;
	margin:0;
	color:#1A5D88;
}