/* CSS Document */
*		{	
	margin:0px;
	padding:0px;
}

body{
	font-size:101%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin-top:0px;
	background-image:url(../images/body.gif);
	background-repeat:repeat-x;
}
form{
	padding:0px;
	margin:0px;
}
a{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:  #004488;
}
a:hover{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:  #6AB733;
}
#formtwohrs{
	width:836px;
	/*background-image:url(../images/2hrs.gif);*/
	background-position:center;
	background-repeat:no-repeat;
	background-color:#F2F1DD;
	margin-left: 2px;
	float: left;
	min-height: 500px;
}

/*header*/
#container{
	width:840px;
	margin:auto;
	padding:0px;
}
.blue_bg{
	background-color:#004990;
}
#header{
	background-color:#FFFFFF;
	height:85px;
	width:836px;
	margin-left:2px;
	float:left;
}
#logo{
	background-image:url(../images/greenasaplogo.bmp);
	background-repeat:no-repeat;
	background-position:right top;
	width:210px;
	height:85px;
	float:left;
}
#menu{
	height:40px;
	width:400px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	border-left: 1px solid #6bb835;
	border-bottom: 1px solid #6bb835;
	border-right: 1px solid #6bb835;
}
.menu_item{
	min-width:65px;
	border-right: 1px solid #6bb835;
	float:left;
	padding:4px;
	padding-top:7px;
	padding-bottom:5px;
	margin-top:15px;
	text-align:center;
}
.last_menu_item{
	min-width:65px;
	border-right: 1px solid #6bb835;
	float:left;
	padding:4px;
	padding-top:7px;
	padding-bottom:5px;
	margin-top:15px;
	text-align:center;
	border:0px;
}
.textbluelogin {
	font-family: Arial, Helvetica, sans-serif;
	color: #004488;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	float: right;
	margin-bottom: 6px;
	padding-left: 3px;
}
.textgreenlogin {
	font-size: 14px;
	color: #6AB733;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	float: right;
	font-weight: bold;
}
#existing_login{
	background-image: url(../images/loginheader2.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:82px;
	float:left;
}
#existing_login2{
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:75px;
	float:left;
}
.login_items{
	padding-left:25px;
	padding-top:6px;
}
.textbox{
	height:12px;
	width:135px;
	margin-bottom:1px;
}


/*Footer styles*/
.twohrs{
	height:80px;
	width:836px;
	/*background-image:url(../images/2hrs.gif);*/
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-left: 2px;
}	
#footer{
	width:800px;
	height:50px;
	color:#FFFFFF;
	padding:20px;
	padding-right:0px;
	text-align:center;
	font-size:0.60em;
}
.footer_links{
	text-align:center;
	bottom: auto;
	bottom: auto;
	font-size:0.70em;
	color:#FFFFFF;	
}
#footer a.footerlink{
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
	font-size:0.90em;
}
.ricsmessage {
	font-size: 0.70em;
	font-weight: bold;
	font-family: Arial;
	color: #004990;
}
.rics{
	float:left;
	padding-left:15px;
	margin-top:20px;
}
/*General Styles*/
.form_item{
	width:215px;
	font-family: Arial, Helvetica, sans-serif; 
	margin-top: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.form_item2{
	width:215px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.theMatches{
	width:550px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
select {
	border-right: #666666 1px solid; 
	border-top: #666666 1px solid; 
	font-weight: bold; 
	font-size: 14px;
	border-left: #666666 1px solid; 
	color: #666666; 
	border-bottom: #666666 1px solid; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #ffffff; 
	cursor: pointer
}
a.green{
	font-size: 12px;
	font-family: Arial;
	color:  #6AB733;
}
a.green:hover{
	font-size: 12px;
	font-family: Arial;
	color:  #004488;
}
.bgcolor{
	background-color:#FFFFFF;
}
.middle_textblue{
	color: #004488;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textbox{
	height:13px;
	width:135px;
	margin-bottom:2px;
}
.noorders {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial;
	color: #004990;
}
.error_message{
	color: #FF0000;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 0.75em;
	text-align: left;
}
.notes {
	font-size: 10px;
	font-family: Arial;
	color: #666666;
}
.greenunderline {
	text-decoration: underline; 
	color: #6BB635;
	font-size: 12px;
	font-weight: bold;
}
.validationerrors {
	color: #FF0000;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 0.75em;
}
.greenLightReportGreen{
	color: #92D050;
	font-size: 18px;
	font-weight: bold;
}
.greenLightReportLight{
	color: #365F91;
	font-size: 18px;
	font-weight: bold;
}
.greenLightReportReport{
	color: #4F81BD;
	font-size: 18px;
	font-weight: bold;
}
.headingGreen {
	font-size: 22px;
	color: #6AB733;
	font-family:Arial, Helvetica, sans-serif;
	width: auto;
	float: left;
	padding-left: 4px;
	margin-bottom: 20px;
	padding-right: 4px;
}
.headingBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #004488;
	font-size: 22px;
	font-weight: 600;
	width: auto;
	float: left;
	margin-bottom: 20px;
}
p.standardTextBlack{
	float:left;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000; 
	margin:2px;
}
p.standardLightText{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin:2px;
}
p.standardSmallText{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	margin:2px;
}
p.standardBlue{
	min-width:50px;
	float:left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004488; 
	margin:2px;
}
.standard{
	float:left;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #666666;
	margin:2px;
}
img.clickable{
	cursor: pointer;
}
/*breadcrumb*/
p.breadtext{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6bb835;
	margin-top:10px;
	padding-top:12px;
	padding-bottom:10px;
	text-align:left;
}
.breadCurrent{
	color: #004488;
	font-weight: bold;
}
a.breadLink{
	text-decoration: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6bb835;
	margin-top:10px;
	padding-top:12px;
	padding-bottom:10px;
	text-align:left;
}
a.breadLink:hover{
	color: #004488;
}
/*Help*/
p.helpText{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin:5px;
	padding:5px;
}
a.helplink{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #004488; 
}
a.helplink:hover{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #6bb835;
}
.mapHelpLayer{
	position:relative; 
	left:620px; 
	top:-31px; 
	z-index:100;
	vertical-align: bottom;
}

/*Map page styles*/
#theContainer	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height:690px;
	background-color:#F1F1F1;
	padding-top:25px;
	padding-bottom:25px;
}

#theContainerGreen{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height:550px;
	background-color: #F2F1DD;
	padding-top:25px;
	padding-bottom:25px;
}

#theNav	{
	position:relative;
	width:736px;
	height:32px;
	background-image:url(../images/theBackground.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	margin-top:-25px;
}

#umTop	{
	position:relative;
	width:765px;
	height:53px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/blueTop.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#umMiddle	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:765px;
	height:680px; 
	background-color:#004387;
}
#umBottom	{
	position:relative;
	width:765px;
	height:24px;
	margin-right:auto;
	margin-left:auto;
	z-index:-1;
}
#umTopText	{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:710px;
	height:85px;
}
#umNav	{
	position:relative;
	width:765px;
	height:32px;
	background-image:url(../images/navBackground.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#whiteBox	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:450px;
	top:30px;
	background-image:url(../images/whiteBox.gif);
}
#mapwin{
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 4px;
	background-color:#FFFFFF;
}
#bottomInfo	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:706px;
	height:80px;
	top:35px;
}
#finish	{
	position:relative;
	width:142px;
	height:27px;
	left:623px;
	height:30px;
	top:650px
	z-index:1;
}
p.whitetext{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.navList li,ul	{
	list-style:none;
	display:inline;
}
.navImage	{
	margin-left:-3px;
}
.main_box_map
{
	float:left;
	width:auto;
	height:auto;
	margin-right:0px;
	color:#000000;
	margin-left: 35px;
	margin-top: 25px;
}
/*--User details styles--*/
#address	{
	position:relative;
	width:765px;
	height:32px;
	background-image:url(../images/horBar.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}
#addressTitle	{
	background-color: #F2F1DD;
	position:relative;
	width:187px;
	float:left;
}
#addressEdit	{
	background-color: #F2F1DD;
	position:relative;
	width:79px;
	height:32px;
	float:right;
}
#addressContent	{
	background-color: #F2F1DD;
	position:relative;
	width:600px;
	margin-left:40px;
}
#emailheader{
	position:relative;
	width:765px;
	height:32px;
	background-image:url(../images/horBar.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#emailTitle	{
	background-color: #F2F1DD;
	position:relative;
	width:187px;
	float:left;
}
#emailEdit	{
	background-color: #F2F1DD;
	position:relative;
	width:79px;
	height:32px;
	float:right;
}
#emailContent	{
	background-color: #F2F1DD;
	position:relative;
	width:600px;
	margin-left:40px;
}
#username	{
	position:relative;
	width:765px;
	height:32px;
	background-image:url(../images/horBar.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#usernameTitle	{
	background-color: #F2F1DD;
	position:relative;
	width:187px;
	float:left;
}
#usernameEdit	{
	background-color: #F2F1DD;
	position:relative;
	width:79px;
	height:32px;
	float:right;
}
#usernameContent{
	background-color: #F2F1DD;
	position:relative;
	width:600px;
	margin-left:40px;
}
table.userdetails{
	color: #777777;
	background-color:#F2F1DD;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;	
}
/*--Login styles--*/
#loginContainer	{
	position:relative;
	width:453px;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
}	
#loginTop	{
	position:relative;
	width:453px;
	height:44px;
	background-image:url(../images/loginTop.gif);
	background-repeat:no-repeat;
}
#loginMiddle	{
	position:relative;
	width:453px;
	height:180px;
	background-image:url(../images/loginBackground.jpg);
	background-repeat:repeat-y;
}
#middleContent	{
	position:relative;
	width:420px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#004488;
	padding-top:10px;
}
#loginBottom	{
	position:relative;
	width:453px;
	height:49px;
	background-image:url(../images/loginBottom.gif);
	background-repeat:no-repeat;
	margin-top:-5px;
}
#btn	{
	position:absolute;
	width:79px;
	height:30px;
	left: 305px;
	top: 136px;
}
#pReminder	{
	position:absolute;
	width:200px;
	height:19px;
	left: 101px;
	top: 144px;
}
.float	{
	float:left;
	padding-top:4px;
}
.loginname	{
	width:284px;
	border:none;
	height:26px;
	margin-left:10px;
	background-image:url(../images/txtBackground.gif);
	text-indent:5px;
	padding-top:2px;
}	
.theList li	{
	list-style:none;
	margin:0px;
}
.theList	{
	left:10px;
}
p.registerLink{
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004488; /*#003369;*/
	margin-top:5px;
	padding-top:5px;
}
#errormessage{
	color: #FF0000;
	margin: 2px;
	padding:2px;
	font-size: 1em;
	text-align: center;
}
/*--User order styles--*/
#oContainer	{
	position:relative;
	width:765px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}
#oContainerPrevious	{
	position:relative;
	width:765px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
}
#theLeft	{
	position:relative;
	width:766px;
	height:32px;
	float:left;
	background:url(../images/greenLine.gif) repeat-x;
}
#theLeftPrevious	{
	position:relative;
	width:686px;
	height:32px;
	float:left;
	background:url(../images/greenLine.gif) repeat-x;
}
#theOrderNo	{
	position:relative;
	width:187px;
	height:30px;
	float:left;
	background:url(../images/order.gif); 
}
p.orderNoText{
	float:left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 10px;
	padding-top: 4px;
	padding-left: 10px;
	color: #004488;
}
#theRight	{
	position:relative;
	width:79px;
	height:32px;
	float:left;
	background:url(../images/greenLine.gif) repeat-x;
}
#orderText	{
	position:relative;
	width:730px;
	height:260px;
	margin-top:20px;
	clear:both;
}
div.ordertextblue{
	float:left;
	vertical-align: top;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004488;
}
div.ordertextgreen{
	float:left;
	font-size: 14px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #92D050;
}
div.noOrders {
	font-size: 1em;
	font-weight: bold;
	font-family: Arial;
	color: #004990;
	text-align: center;
}
#theContainerGreenForOrders{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:790px;
	background-color: #F2F1DD;
	padding-top:25px;
	padding-bottom:25px;
}
/*New report styles*/
#theContainerGreenForReport{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:810px;
	height:790px;
	background-color: #F2F1DD;
	padding-top:25px;
	padding-bottom:25px;
}
#nrContainer	{
	position:relative;
	width:810px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
}
#newReport	{
	position:relative;
	width:714px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/greenLine.gif) repeat-x;
}	
#nrText	{
	position:relative;
	width:714px;
	height:79px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}
#level2Cont	{
	position:relative;
	width:714px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
}
#propType	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/greenLine.gif) repeat-x;
	width:390px;
	height:31px;
	float:left;
}
#purpose	{
	position:relative;
	width:323px;
	height:31px;
	background:url(../images/greenLine.gif) repeat-x;
	float:left;
}
#level2Text	{
	position:relative;
	width:390px;
	height:100px;
	margin-right:auto;
	margin-left:auto;
	float:left;
}
#level3Cont	{
	position:relative;
	width:714px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#level2Text2	{
	position:relative;
	width:323px;
	height:100px;
	margin-right:auto;
	margin-left:auto;
	float:left;
}
#propertySearch	{
	position:relative;
	width:714px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/greenLine.gif) repeat-x;
}
#level3Text	{
	position:relative;
	width:714px;
	height:260px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}	
#buttonLeft{
	float: left;
}
#buttonRight{
	float: right;
} 
/*Billing address styles*/
#billingContainer	{
	position:relative;
	width:765px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}
#billingAddress	{
	position:relative;
	width:765px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/greenLine.gif) repeat-x;
}
#billingText	{
	position:relative;
	width:765px;
	height:79px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}


.testin{
	position:relative; 
	left:200px; 
	top:200px; 
	z-index:10;
	vertical-align: bottom;
}


/*End of File*/