/* CSS Document */
/***********************
Author: Ayush Karki
Website- Kidbrooke Regeneration
***********************/

body {
	margin:0px;
	padding:0px;
	font-family:"Tahoma";
	font-size:11px;
	background:#A1BA5E url(../images/background.jpg) repeat-y;/**/
	color:#ffffff;
}
/*Removing the default border from all image hyperlinks*/
img {
	border:none;
}
.container {
	width:1000px;
	margin:0;
}
.rside img {
	padding-top:14px;
}
/**********************
Styling for Header Area
**********************/
.header {
	/*border:1px solid red;/**/
	float:left;
	width:846px;
	height:50px;
	padding-top:3px;
}
.header .header-title {
	padding-left:16px;
	/*border:1px solid yellow;/**/
	font-size:36px;
	float:left;/*margin-left:19px;/**/
}
/***********************
Styling for Details Text
***********************/		

.header .details {
	/*border:1px solid blue;/**/
	float:right;
	width:360px;
	padding-right:0px;
	margin:0px;
	text-align:right;
}
html>body .header .details {
	padding-right:10px;
}
.header .details p {
	float:left;
	width:370px;
	padding:0;
	margin:0px;
	font-weight:bold;
	color:#3f3f41;
	text-align:right;
}
.header .details .number, .contact-heading {
	font-size:14px; /* Done by Amir */
	font-weight:normal; /*bold*/
	color:#FFFFFF;
}
.header .details a {
	font-size:16px;
	font-weight:normal; /*bold*/
	color:#FFFFFF;
	text-decoration:none;
}
.header .contact-heading a {
	font-size:14px; /* Done by Amir */
	font-weight:normal; /*bold*/
	color:#FFFF00;
	text-decoration:none;
}
.header .details a:hover, .contact-heading a:hover {
	font-size:16px; /* Done by Amir */
	color:#FFFFFF;
	text-decoration:none; /* Done by Amir */
}
.contact-heading a:hover { /*done by amir*/
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none; /* Done by Amir */
}
a {
	color:#FFFF00;
	text-decoration:none; /* Done by Amir */
}
/***********************
Styling for Content Area
***********************/
/*For IE6*/
.content-area {
	width:1000px;
	float:left;
	height:435px;
	margin:0px 0px 0px 0px;
}
/*For all modern browsers*/
html>body .content-area {
	min-height:435px;
	height:auto;
}
/*For IE6*/	
.left-column {
	/*border:1px solid red;/**/
	width:846px;
	float:left;
	height:400px;
}
/*For all modern browsers*/
html>body .left-column {
	min-height:400px;
	height:auto;
}
.left-column .menu-navigation {
	float:left;
	width:846px;
	height:46px;
	background:url(../images/navigationnew.jpg) no-repeat;
	margin-left:0px;
	padding-left:0px;
}
/*For IE6*/
.right-column {
	width:154px;
	float:left;
	height:400px;
	background: url(../images/plantCircular.gif) no-repeat;
}
/*For all modern browsers*/
html>body .right-column {
	min-height:400px;
	height:auto;
}
/**************************
Styling for Navigation Menu
**************************/

.navigation-menu {
	float:left;
	width:270px;
	margin:0px;
	padding:0px 0px 0px 15px;
}
.navigation-menu .top {
	float:left;
	width:264px;
	height:14px;
	background:url(../images/navigation_menu_top.gif) no-repeat;
	margin:0px;
	padding:0px;
}
/*For IE6*/	
.navigation-menu .middle {
	float:left;
	width:264px;
	height:245px;
	background:url(../images/navigation_menu_middle.gif) repeat;
	margin:0px;
	padding:0px;
}
/*For all modern browsers*/
html>body .navigation-menu .middle {
	min-height:245px;
	height:auto;
}
.menu-title {
	padding:0px;
	margin:0px 0px 10px 15px;
	font-size:14px;
	font-weight:bold;
}
/*For IE6*/
.navigation-menu .middle #internal-links {
	float:left;
	width:264px;
	height:130px;
	margin:0px;
	padding:0px;
	background:url(../images/bottom-line.gif) no-repeat bottom center;
}
/*For all modern browsers-*/	
html>body .navigation-menu .middle #internal-links {
	min-height:130px;
	height:auto;
}
/*For IE6*/
.navigation-menu .middle #external-links {
	float:left;
	width:261px;
	height:50px;
	margin:15px 0px 0px 0px;
	padding:0px;
}
/*For all modern browsers*/
html>body .navigation-menu .middle #external-links {
	min-height:50px;
	height:auto;
}
.navigation-menu .middle #internal-links ul, .navigation-menu .middle #external-links ul {
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}
.navigation-menu .middle #internal-links ul li, .navigation-menu .middle #external-links ul li {
	line-height:22px;
	padding:0px 0px 0px 30px;
	margin:0px 0px 5px 10px;
	font-size:13px;
	width:213px;
	background:url(../images/navigation_menu_internal_link_bg.gif) no-repeat;
}
.navigation-menu .middle #external-links ul li {
	background:url(../images/navigation_menu_external_link_bg.gif) no-repeat;
}
.navigation-menu .middle #internal-links ul li.selected, .navigation-menu .middle #external-links ul li.selected {
	background:url(../images/navigation_menu_hover.gif) no-repeat;
}
.navigation-menu .middle #internal-links ul li.selected a, .navigation-menu .middle #external-links ul li.selected a {
	color:#ffffff;
}
.navigation-menu .middle #internal-links a, .navigation-menu .middle #external-links a {
	color:#3f3f41;
	text-decoration:none;
}
.navigation-menu .bottom {
	float:left;
	width:264px;
	height:14px;
	background:url(../images/bk_images/navigation_menu_bottom.gif) no-repeat;
	margin:0px;
	padding:0px;
}
.queen-awards-logo {
	float:left;
	width:280px;
	text-align:center;
	padding:10px 0px 0px 0px;
}
/***********************
Styling for Main Content
***********************/

/*For IE6*/
.main-content {
	float:left;
	width:846px;
	height:400px;
	margin:0px;
	padding:0px;
	background-color:#F1F1EE;
}
/*For all modern browsers*/
html>body .main-content {
	min-height:400px;
	height:auto;
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding-left:20px;
}
.paragraph-text p {
	padding:0px 20px 0px 20px;
}
.paragraph-text a {
	color:#585858;
	text-decoration:underline;
	font-weight:bold;
}
.flash-content {
	position:relative;
	padding:0;
	margin:-5px 0px 0px 10px;
}
.flash-content img {
	padding:0px;
	margin:0px;
}
.content {
	float:left;
	width:593px;
}
.left-content {
	float:left;
	width:652px;
	height:400px;
	padding:0px;
	margin:0px;
}
/* For Modern Browsers */
html>body .left-content {
	min-height:400px;
	height:auto;
}
.left-content div {
	float:right;
	width:633px;
	padding:0px;
	margin:0px;
}
.left-content .content-header {
	background:url(../images/copyTitleBG.jpg) no-repeat;
	height:59px;
}
.left-content .content-header p {
	/*border:1px solid red;/**/
	padding:26px 0px 0px 12px;
	margin:0;
	color:#FFFFFF;
	font-size:18px;/*18px*/
	font-weight:normal; /*bold*/
}
html>body .left-content .content-header p {
	padding:26px 0 0 12px;
}
.left-content .content-header span {
	color:#F0FF4C;
	font-size:14px;
}
.image-heading, .likeYellow {
	color:#F0FF4C;
}
.left-content img {
	display:block;
}
/* For IE */
.left-content .content-description {
	/*	border:1px solid red;/**/
	background:#78944F url(../images/copyBG.jpg) no-repeat;
	height:295px;
}
/* For Modern Browsers */
html>body .left-content .content-description {
	min-height:295px;
	height:auto;/*border:1px solid red;*/
	line-height: 14px;
}
/* Applied hack for alignment */
.left-content .content-description #content-description-detail {
	/*border:1px solid black;	/**/	
	width:95%;
	margin-top:12px;
	margin-bottom:10px;
	margin-right:10px;
}
/* for Modern Browsers */
html>body .left-content .content-description #content-description-detail {	/* Done by Amir*/
	width:610px;
}
.left-content .content-description #content-description-detail p { /* Done by Amir */
	margin:0px;
	padding:0px 0px 26px 0px;
}
/* for Modern Browsers */
html>body .left-content .content-description #content-description-detail p { /* Done by Amir */
	margin:0px;
	padding:0px 15px 26px 0px; /* Making the Difference in same as IE 6 have*/
}
.timelines {
	font-size:11px;
	/*text-decoration: underline;*/
}
/*For IE6*/
.content-description #content-description-detail { /* Done by Amir */
	padding-top:5px;
}
/* For IE6 */
.right-content {
	float:left;
	width:194px;
	height:400px;
}
/* For Modern Browsers */
html>body .right-content {
	min-height:400px;
	height:auto;
}
.content p {
	margin:0px;
	padding:0px 12px 10px 12px;
}
.left-content p, .right-content p {
	margin:0px;
	padding:0px 0px 10px 12px;
}
p.paragraph-heading {
	padding:0px;
	margin:5px 0px 10px 12px;
	font-size:18px;
	color:#908474;
}
span.boldtext {
	font-weight:bold;
	font-size:12px;
}
p.boldtext {
	font-weight:bold;
}
p.boldtitle {
	font-weight:bold;
	font-size:12px;
	margin:10px 0px 0px 0px;
}
.small-right-image {
	float:left;
	padding:5px 0px 10px 10px;
	margin:0px;
}
/*For IE6*/
.link-button {
	float:left;
	padding:2px 0px 0px 0px;
	margin:-20px 0px 0px 17px;
	background:url(../images/red_button.gif) no-repeat;
	height:20px;
	width:109px;
	color:#ffffff;
	text-align:center;
}
/*For all modern browsers*/
html>body .link-button {
	margin:-20px 0px 0px 35px;
}
.big-button {
	float:right;
	margin:0px;
	margin:18px 15px 0px 0px;
	padding:4px 0px 0px 0px;
	background:url(../images/big_red_button.gif) no-repeat;
	height:24px;
	width:137px;
	color:#ffffff;
	text-align:center;
}
.link-button a {
	color:#ffffff;
	text-decoration:none;
}
.big-button a {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
.main-content .bottom {
	float:left;
	width:593px;
	height:14px;
	background:url(../images/bk_images/main_content_bottom.gif) no-repeat;
	margin:0px;
	padding:0px;
}
.sturcture-image {
	float:left;
	padding:40px 0px 0px 20px;
}
/*********************
Styling for the Footer
**********************/
/* For IE 6 */
.footer {
	float:left;
	width:846px;
	text-align:right;
	line-height:77px;
	margin:0 0 20px 0;
	background-color:#ffffff;
}
.footer a {
	color:#000000;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer .left {
	float:left;
	padding-left:16px;
	color:#000000;
}
/*************************
Styling for the Email Form
*************************/	
.email-content {
	width:450px;
}
.email-content form {
	width:450px;
	margin:0px 0px 0px 70px;
}
.form-area {
	margin:20px 0px 0px 0px;
}
.email-content label, .login-content label {
	float:left;
	font-size:12px;
	width:150px;
	padding:0px 25px 0px 0px;
	text-align:right;
	height:20px;
	line-height:20px;
}
fieldset {
	width:350px;
	height:285px;
	border:1px solid #90A76F;
	margin:0px;
	padding:0px;
	float: left;
}
/* For Modern Browsers Except IE7 */
html>/**/body fieldset { /* Done by Amir*/
	padding-top:20px;
	height:280px;
}
/* For Modern Browsers */
html>body fieldset { /* Done by Amir*/
	padding-right:10px;
}
legend {
	color:#F0FF4C;
}
.textbox {
	width:225px;
	/*border-color:#000000; Done by Amir*/
}
.email-content legend {
	color:#585858;
	font-weight:bold;
	font-size:12px;
}
.email-content textarea {
	width:225px;
	margin:0px 0px 0px 0px;
	float: left;
	border:1px solid #CFC8B9;
}
html>body .email-content textarea {
	width:225px;
	margin:0px 0px 0px 0px;
}
.field-padding {
	height:25px;
	padding:0px 0px 2px 0px;
	width:450px;
}
html>body .field-padding {
	min-height:25px;
	height:auto;
}
.email-content input, .login-content input {
	float:left;
	width:225px;
	height:15px;
	border:1px solid #CFC8B9;
}
.email-content input.submitbutton {
	width:auto;
	height:20px;
	border:none;
	margin:10px 0px 0px 185px;
}
.register-content input.submitbutton {
	width:auto;
	height:20px;
	border:none;
	margin:0px 0px 0px 250px;
}
.register-content input.submitbutton img {
	margin:0px;
	padding:0px;
	float:right;
}
/****************************
Styling for the Register Form
****************************/	
/*For IE6*/
.register-content {
	float:left;
	width:570px;
	height:450px;
	padding:0;
	margin:20px 0px 0px 0px;
}
/*For all modern browsers*/
html>body .register-content {
	min-height:450px;
	height:auto;
}
body .register-content a {
	color:#717174;
	text-decoration:underline;
	font-weight:bold;
}
.register-content label {
	float:left;
	font-size:12px;
	width:200px;
	padding:0px 25px 0px 0px;
	text-align:right;
	height:20px;
	line-height:20px;
}
.mandatory-field, .required {
	height:20px;
	width:530px;
	background:url(../images/required_field.gif) no-repeat 39% 30%;
}
.mandatory-field-UK, .requiredUK {
	height:20px;
	width:530px;
	background:url(../images/required_field_UK.gif) no-repeat 39% 33%;
}
.register-content fieldset {
	float:left;
	height:100px;
	width:540px;
	border:1px solid #cfc8b9;
	margin:0px 0px 10px 12px;
	padding:10px 0px 20px 5px;
}
html>body .register-content fieldset {
	height:100px;
	height:auto;
	margin:0px 0px 10px 23px;
}
.register-content legend {
	color:#585858;
	font-weight:bold;
	font-size:12px;
}
.input-field-padding, .formfield {
	height:25px;
	padding:0px 0px 2px 0px;
	font-size:12px;
}
/* Target IE7 only */
html>body .formfield {
	height:auto;
}
.register-content input {
	float:left;
	width:225px;
	height:15px;
	border:1px solid #CFC8B9;
}
.register-content {
	line-height:16px;
}
.control {
	margin:1px;
	padding-left: 5px;
	width: 250px;
	float: left;
}
.register-content input.radio {
	width:12px;
	margin:1px;
	float: left;
	height:20px;
	border:none;
	padding: 1px;
}
.register-content label.radio {
	padding: 1px;
	height: 18px;
	width: 215px;
	margin:1px 1px 1px 10px;
	margin-left: 10px;
	text-align:left;
	float: left;
}
.register-content input.checkbox {
	border:none;
	width:15px;
	margin:0px 5px 0px 0px;
	padding:0;
}
.register-content select {
	width:227px;
	margin:0px 0px 5px 1px;
	padding:0px 0px 5px 0px;
	border:1px solid #CFC8B9;
}
html>body .register-content select {
	width:227px;
	margin:0;
	padding:2px 2px 2px 0px;
}
.register-button {
	padding:0px 0px 0px 250px;
	margin:0px;
}
p.paragraph-padding {
	padding:10px 0px 0px 10px;
	font-size:12px;
}
p.bold-header {
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial;
}
ul.formError {
	background: #EE2E24;
	padding:5px;
	margin: 10px 0px 0px 0px;
	padding:10px 0px 10px 25px;
	color:#fff;
}
ul.formError ul {
	color:#fff;
	margin:0 0 0 30px;
	padding:0px;
}
ul.formError ul li {
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 30px;
}
/* Main Menu Style */
/*  For IE */
#divNav {
	/*border:1px solid yellow;/**/	
	position:absolute;
	margin: 0;
	padding: 0;
	padding-left:12px;
	height: 46px;
}
/* For Modern Browsers */
html>body #divNav {
	position:relative;
	padding-left:19px;
}
#nav {
	position:relative;
	margin:0;
	padding:0px;
	padding-top:5px;
	padding-left:0px;
	height: 100px;
}
#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding:0px;
	font-size:12px;
	height:30px;
	color:#2F2F2F;
}
#nav li a {
	text-decoration:none;
	font-size:12px;
	color:#2F2F2F;
}
#nav li a.selected {
	color:#FFFFFF;
}
#nav li a:hover {
	color:#ffffff;
}
#nav .sperator {
	padding:0px 5px 0px 5px;
	line-height:27px;
	color:#2F2F2F;
}
/* For Home and Contactus  Setting */
#nav #mHome, #nav #mContactUs {
	height:47px;
	width:81px;
	text-align:center;
	line-height:27px;
}
#nav #mHome a:hover, #nav #mContactUs a:hover, .nSelected {
	color:#FFFFFF;
	background:url(../images/homeTab.gif) no-repeat;
	height:47px;
	width:81px;
	display:block;
}
#nav #mPlan {
	width:73px;
	height:20px;
	padding-bottom:10px;
	text-align:center;
	line-height:27px;
	z-index:50000;
}
/* For IE 7 */
#nav #mPlan a:hover, .pselected {
	color:#FFFFFF;
	background:url(../images/image-menu-new-1.gif) no-repeat;
	width:73px;
	height:27px;
	line-height:27px;
	display:block;
	text-align:center;
	padding:0px;
}
/* For IE 6 */
#nav #mPlan a:hover {
	display:inline;
	background:none;
}
/* For IE 6 */
#nav #mPlan #mPlan_Div {
	position:absolute;
	margin:0px;
	margin-top:20px;
	margin-left:-63px; /* IE Hack */
	line-height:20px;/*line height was changed from Normal to 20px*/
	background:url(../images/image-menu-new.gif) no-repeat;
	width:378px;
	height:55px;
	padding-top:7px;
	padding-left:10px;
	text-align:left;
	font-size:11px;
	z-index:0;
}
/* For Modern Browsers */
html>body #nav #mPlan #mPlan_Div {
	position:relative;
	margin:0px;
}
#nav #mPlan #mPlan_Div a {
	line-height:normal;
	font-size:11px;
}
#nav #mPlan #mPlan_Div a:link {
	color:#000000;
}
#nav #mPlan #mPlan_Div a:hover, #nav #mPlan #mPlan_Div a.doWhite {
	color:#ffffff;
}
#nav #mPublication {
	width:156px;
	height:20px;
	padding-bottom:10px;
	text-align:center;
	line-height:27px;
	z-index:50000;
}
#nav #mPublication a:hover, .pubselected {
	color:#FFFFFF;
	background:url(../images/publication-menu-top.gif) no-repeat;
	width:156px;
	height:27px;
	line-height:27px;
	display:block;
	text-align:center;
}
/* For IE 6 */
#nav #mPublication a:hover {
	display:inline;
	background:none;
}
/* For IE */
#nav #mPublication #mPublication_Div {
	position:absolute;
	margin-top:20px;
	margin-left:-133px; /* IE Hack */
	line-height:normal;
	background:url(../images/publication-menu-up.gif) no-repeat;
	width:156px;
	height:24px;
	padding-top:11px;
	padding-left:10px;
	text-align:left;
	font-size:11px;
	z-index:0;
}
/* For Modern Browsers */
html>body #nav #mPublication #mPublication_Div {
	position:relative;
	margin:0px;
}
#nav #mPublication #mPublication_Div a {
	line-height:normal;
	font-size:11px;
}
#nav #mPublication #mPublication_Div a:link {
	color:#000000;
}
#nav #mPublication #mPublication_Div a:hover, #nav #mPublication #mPublication_Div a.doWhite {
	color:#ffffff;
}
#nav #mAboutUs {
	width:73px;
	height:20px;
	padding-bottom:10px;
	text-align:center;
	line-height:27px;
	z-index:50000;
}
#nav #mAboutUs a:hover, .aselected {
	color:#FFFFFF;
	background:url(../images/aboutus-menu-top.gif) no-repeat;
	width:73px;
	height:27px;
	line-height:27px;
	display:block;
	text-align:center;
}
/* For IE 6 */
#nav #mAboutUs a:hover {
	display:inline;
	background:none;
}
#nav #mAboutUs #mAboutUs_Div {
	position:absolute;
	margin-top:20px;
	margin-left:-66px;
	line-height:normal;
	background:url(../images/aboutus-menu-down3.gif) no-repeat;
	width:73px;
	height:55px;
	padding-top:11px;
	padding-left:10px;
	text-align:left;
	font-size:11px;
	z-index:0;
}
html>body #nav #mAboutUs #mAboutUs_Div {
	position:relative;
	margin:0;
}
#nav #mAboutUs #mAboutUs_Div a {
	line-height:normal;
	font-size:11px;
}
#nav #mAboutUs #mAboutUs_Div a:link {
	color:#000000;
}
#nav #mAboutUs #mAboutUs_Div a:hover, #nav #mAboutUs #mAboutUs_Div a.doWhite {
	color:#ffffff;
}
/* Styles for Contact us */
#nav #mContactUs {
	width:81px;
	height:24px;
	padding-bottom:0px;
	text-align:center;
	line-height:24px;
	z-index:50000;
}
#nav #mContactUs a:hover, .cselected {
	color:#FFFFFF;
	background:url(../images/contact-us-menu-top.gif) no-repeat;
	width:81px;
	height:24px;
	display:block;
	text-align:center;
}
/* For IE 6 */
#nav #mContactUs a:hover {
	display:inline;
	background:none;
}
#nav #mContactUs #mContactUs_Div {
	position:absolute;
	margin-top:19px;
	margin-left:-74px;
	line-height:normal;
	background:url(../images/contact-us-menu-down.gif) no-repeat;
	width:81px;
	height:23px;
	padding-top:5px;
	padding-left:0px;
	text-align:left;
	font-size:10px;
	z-index:0;
}
html>body #nav #mContactUs #mContactUs_Div {
	position:relative;
	margin:0;
}
#nav #mContactUs #mContactUs_Div a {
	line-height:normal;
	font-size:11px;
}
#nav #mContactUs #mContactUs_Div a:link {
	color:#000000;
}
#nav #mContactUs #mContactUs_Div a:hover, #nav #mContactUs #mContactUs_Div a.doWhite {
	color:#ffffff;
}
#main-sitemap {
	height:360px;
	padding:0px;
	width:600px;
}
.sitemap {
	position:absolute;
	width:400px;
	padding:0;
	margin:0;
	font-size:14px;
	color: #990033;
}
.sitemap ul {
	margin-top:0;
	margin-left:-20px;
	padding:0;
	list-style:none;
	list-style-type:none;
}
.sitemap ul ul li ul {
	margin:0;
	padding-top:5px;/*background:url(images/image-line-3.gif) repeat-y;/**/
	}
.sitemap ul li {
	list-style:none;
	list-style-type:none;
	background-image:none;
}
.sitemap ul li ul {
	/*border:1px solid white;/**/
	padding-left:55px;
	background:url(../images/image-line-3.gif) left repeat-y;
}
.sitemap li a {
	color:white;
	font-size:18px;
}
.sitemap li li {
}
.sitemap li li a {
	color:white;
	font-size:14px;
}
.sitemap li li li a {
	color:yellow;
	font-size:11px;
}
.sitemap li li li a:hover {
	color:black;
}
.sitemap ul ul li {
	margin:0;
	padding-top:4px;
	padding-bottom:1px;
	background:url(../images/image-line-1.gif) no-repeat;
}
.sitemap ul ul ul li {
	margin:0;
	padding-top:0;
	background:url(../images/sitemapsubitem.gif) no-repeat;
}
.sitemap ul ul #img_contactUs {
	background:url(../images/image-line-2.gif) no-repeat;
}
.sitemap ul ul li {
	padding:13px 0 0 0;
	line-height:15px;
	margin:0;
}
.sitemap a {
	color:white;
	padding-left:30px;
	text-decoration:none;
}
#projecttimeline {
	width:610px;
}
* html #projecttimeline {
	width:600px;
}
#projecttimeline #lside {
	float:left;/**/
	width:360px;
	/*line-height:25px;*/
	padding-left:0px;
}
#projecttimeline #rside {
	width:240px;
	float:right;
}
.timegap {
/*	margin-top:30px;*/
}
#homespan #lside {
	float:left;
	width:280px;
	padding-right:20px;
}
#contactus {
	/*border:1px solid red;/**/
	width:600px;
	height:320px; /*Done by Amir*/
}
/*For Modern Browsers*/
html>body #contactus { /*Done by Amir*/
	width:610px;
}
#contactus div {
	/*border:1px solid black;/**/
	width:auto;
}
#contactus div .IntroText {
	margin-right:10px;
	width:300px;
}
.lside {
	float:left;
	padding-right:15px;
}
#contactform {
	float:right;
	padding-right:10px;
	width:340px;
}
#contactus .lside {
	float:left;
	padding-right:0px;
}
#contactform .lbltxt, #contactform .rqlbl {
	padding: 3px 0 18px 0;
	float:left;
	
	width:108px;
	text-align:right;
}
#contactform .txtfld {
	padding-bottom:12px;
	float:right;
}
#contactform .rqlbl {
	width:185px;
}
.amenities {
	margin-top:0px;
}
ul.pdf {
	padding: 0 0 0 0;
	margin: 0 0 0 25px;
}
ul.pdf li {
	margin: 0 0 5px 0;
}
.flashMissing {
	background-color:#A1BA5E;
	border: 1px dotted #FFFFFF;
	padding:10px;
	width: 285px;
	height: 228px;
	float:right;
}