@charset "utf-8";
/* CSS Document */

body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#editableZone a {
	text-transform: none;
}
#editableZone a:link {
	color: #228c99;
}
#editableZone a:hover {
	color: #a8e0e7;
}
#editableZone a:visited {
	color: #228c99;
}
#editableZone a:active {
	color: #a8e0e7;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#subContent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a8e0e7;
	text-align: left;
}
#companyname {
	font-size: 32px;
	text-transform: none;
	color: #228c99;
	font-family: Arial, Helvetica, sans-serif;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #333333;
}
#address {
	font-size: 10px;
	color: #228c99;
	text-transform: none;
	padding: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a8e0e7;
	width: 548px;
	margin-left: 20px;
	text-align: right;
	margin-right: 20px;
}
#header  {
	height: 220px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	color: #333333;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
	width: 900px;
}
#editableZone h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #228c99;
}
#editableZone h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #228c99;
}

#editableZone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c3c3c;
}
#sideBar1 {
	width: 270px;
	padding: 10px;
}
#sideBar1 p {
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.35;
}
#sideBar1 h1 {
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	color: #228c99;
}

#sideBar1 a {
	text-transform: none;
}
#sideBar1 a:link {
	color: #228c99;
}
#sideBar1 a:hover {
	color: #a8e0e7;
}
#sideBar1 a:visited {
	color: #228c99;
}
#sideBar1 a:active {
	color: #a8e0e7;
}
#footer  {
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a8e0e7;
}


#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 */
	color: #228c99;
}
#editableZone {
	background-color: #FFFFFF;
	font-size: 12px;
}
.mainTableBrdr       {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a8e0e7;
	border-left-color: #a8e0e7;
}
#editableZone .mainImgArea {
	padding: 0px;
	height: 350px;
	width: 600px;
}

#editableZone  .designersTip  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #846D4E;
}
#editableZone .divLine {
	padding-top: 5px;
}
#editableZone .featuredZones {
	padding: 10px;
}
#rr {
}
#rr a {
	color: #1F5256;
}
#rr a:link {
}
#rr a:hover{
	color: #26656A;
}
#rr a:visited {
}

#rr a:active {
}
#rr #rr_rightSide h1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: normal;
	color: #996600;
}


/* Rooms Reinvented - Custom Styles */

#rr_rightSide    {
	float: right;
	width: 575px;
	background-color: #37939B;
	padding: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rr   p {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #333333;
	line-height: 1.45;
}
#rr_rightSide   .popOuts {
	color: #37939B;
	font-size: 16px;
}
#rr_rightSide  .topParagraph   {
	font-size: 14px;
	color: #333333;
}
#rr_rightSide #image {
	border: 1px solid #37939B;
	padding: 5px;
	width: 197px;
	height: 253px;
}



#rr_leftSide    {
	float: left;
	width: 275px;
	border: 1px solid #37939B;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#rr_leftSide h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #297176;
	line-height: 1.35;
	font-weight: normal;
}
#rr_bottom {
	float: none;
	width: 890px;
	border: 1px solid #a8e0e7;
	background-color: #37939B;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rr_portfolio    {
	float: right;
	width: 876px;
	background-color: #37939B;
	padding: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rr #rr_portfolio h1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: normal;
	color: #996600;
}

