@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 12px Tahoma, Georgia, "Times New Roman", Times, serif;
	/*background: url(http://www.ascendas.com/images_common/bkgd.gif) repeat-x #FFFFFF;*/
	background: url(http://www.ascendas.com/images_common/phase2/bg.jpg) repeat-x #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #518090;
	line-height: 14px;	
}

.designBG{
	background-image:url(http://www.ascendas.com/images_common/phase2/centerImg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

td{
	font: 12px Tahoma, Georgia, "Times New Roman", Times, serif;

}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(http://www.ascendas.com/images_common/phase2/bg.jpg);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: bold;
	color: #ff9000;	
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.menu_div {	padding-left:0px;
	float:left;
	z-index:1;
}

.content {	width: 747px;
	background: url(http://www.ascendas.com/images_common/bg_subheader.gif) top no-repeat #FFFFFF;
}
.leftheader {	width: 173px; 
				background: #FFFFFF;
}
.mainCopy {	
	padding: 34px 0px 15px 25px;
	height: 415px;
	vertical-align:top;
}

.rightCopy {	

	padding: 34px 25px 15px 25px;
}

.subCopy {	
	padding: 0px 22px 15px 25px;
}
.subheader { 	
	font-weight: bold;
	color: #ff9000 ;
	padding: 0 0 10px 0;	
}

.subheaderblue { 	
	font-weight: bold;	
}

.subheadergreen { 	
	font-weight: bold;
	color: #748d00 ;
}

.mediumtext{
	font-size: 11px;
	
}

.propertytext{
	font-size: 11px;
	
}

.smalltext{
	font-size: 10px;
	
}
.red
{
	color: #ff0024;
}

.tablebgwhite{
	background-color: #FFFFFF;
}

.tableheader{
	font-size: 10px;
	font-weight: bold;
	background-color: #badcdf;
	
}

.greytext{

	color: #9c9c9c;
}

 a{
 	color: #4f9db8;
	text-decoration: underline;
 }
 
 a:hover{
	color: #868686;
	text-decoration: underline;
 }
 
 .bold{
 	font-weight: bold;
 }
 
 form{ margin: 0;}
 
 input{
	background-color: #FFFFFF;
 	font-size: 10px;
	color: #acacac;
	border: 1px solid #bababa;
	padding: 1px 5px 1px 5px;
 	margin: 0;
 }
 
  input.noBorder{
	background-color: #FFFFFF;
 	font-size: 10px;
	color: #acacac;
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
 	margin: 0;
 }
 
 
  textarea{
	font: 11px Tahoma, Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #acacac;
	border: 1px solid #bababa;
	padding: 1px 5px 1px 5px;
 	margin: 0;
 }
 
 
.button{
	border: none;
	padding: 0;	
}

a.subheaderLink{color:#ff9000;}
a.subheaderLink:hover{
	color: #868686;
	text-decoration: underline;
 }


.formelements{height:19px; border: solid 1px #cccccc; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#518090;}
.formbg{background-color:#f6f6f6}

ul{padding-left:20px;  margin-top: 4px;}
-->
