@charset "UTF-8";
/* CSS Document */
body {
	background-color:#0a0044;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	width:1100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	}

#indexr1c1 {
	float:left;
	width:52px;
	height:551px;
	z-index:1;
	margin:0;
	padding:0;
}
#indexr1c2 {
	float:left;
	width:1048px;
	height:98px;
	z-index:2;
	visibility:visible;
}
#container {
	float:left;
	width:1004px;
	background-color:#ffffff;
	border-right:2px #c6cce6 solid;
	border-left:2px #c6cce6 solid;
	border-bottom:2px #c6cce6 solid;
	
} 
#main {
	width:800px;
	height:100%;
	float:left;
	}
#header{
	width:800px;
	float:left;
}

h1 {
	Font-family:"Trajan Pro",Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	margin:0;
	padding:0;
	font-weight:normal;
	width:800;
	float:left;
}


#indexr2c15 {
	float:left;
	width:40px;
	height:453px;
	z-index:4;
	visibility:visible;
}
#headImage {
	float:left;
	width:601px;
	height:123px;
	z-index:5;
	visibility:visible;
}
#byline {
	text-align:center;
	width:185px;
	float:left;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
}
#leftColumn {
	float:left;
	width:165px;
	margin-right:3px;
	padding:1em;
	}
#leftColumn ul {
	list-style-type:none;
	padding:0;
	}
	
#leftColumn li {
	margin-left:2em;
}
#leftColumn a {
	color:#0a0044;
	font-weight:bold;
	text-decoration:none;
}
#leftColumn h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0a0044;
	}

ul #featured {
	font-weight:strong;
	font-size-adjust:110%;
}
#nav {
	float:right;
	width:606px;
	border-left:2px solid #cecce6;
}
#indexr5c3 {
	float:left;
	background-image:url(../images/index_r5_c3.gif);
	width:300px;
	height:27px;
	z-index:6;
	visibility:visible;
	padding-left:0;
	margin-left:0;
}
/*******************************************************************************

 Menu bar DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
ul.MenuBarHorizontal
/*Correction for 5 px deficit in tail of menu otherwise identical to below*/
{	
	display: block;
	cursor: pointer;
	background-image:url(../images/index_r5_c3.gif);
	padding-left:0px;
	height:27px;
	color: #333;
	text-decoration: none;
	vertical-align:center;
	text-align:center;
	font-weight:bold;
}
/* Menu items are a light wooden background with padding and no text decoration */
 ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a  /*CHANGED  CCB*/
{
	display: block;
	cursor: pointer;
	background-image:url(../images/index_r5_c3.gif);
	padding-top:5px;
	padding-left:0px;
	height:22px;
	color: #333;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
 a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
	width:75px;
	/*padding-left:5px !important;*/
}
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	height:27px;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	display:inline;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width:  75px;
	height:27px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 10.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/index_r5_c3.gif);
	background-repeat: repeat-y;
	width:75px;
	/*background-position: 95% 50%;*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../images/index_r5_c3.gif);
	background-repeat: repeat-y;
	height:auto;

}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../images/index_r5_c3.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../images/index_r5_c3.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#bodyContainer 
{
	width:606px;
	float:left;
	padding:0 !important;
	margin:0;
	border-left:2px solid #cecce6;
	
}
#copyBox {
	padding:1em;
	}
.listing {
	width:606px;
	float:left;
	margin:0;
}
.plisttop {
	float:left;
	width:606px;
	height:14px;
	z-index:11;
	visibility:visible;
}
.plistleft {
	background-image:url(../images/plistleft.gif);
	background-repeat:repeat-y;
	float:left;
	width:15px;
	height:120px;
	z-index:12;
	visibility:visible;
}
.listingImage {
	float:left;
	width:162px;
	height:120px;
	z-index:13;
	visibility:visible;
}
.description {
	width:350px;
	float:left;
	padding-left:1em;
	padding-top: 10px;
}
.description ul {
 	list-style-type:none;
 }
.plistright {
	float:right;
	background-image:url(../images/plistright.gif);
	background-repeat:repeat-y;
	width:24px;
	height:120px;
	z-index:14;
	visibility:visible;
}
.plistbottom {
	float:left;
	width:606px;
	height:16px;
	z-index:15;
	visibility:visible;
	_margin-top:-15;
	padding-top:0;
	display:inline;
}
#rightColumn {
	border-left:2px solid #cecce6;
	float:left;
	width:187px;
	padding-left:5px;
}
#rightColImage {
	float:right;
	width:186px;
	height:118px;
	z-index:3;
	visibility:visible;
}
.clearboth {
	clear:both;
}
#footer {
	width:1000px;
	text-align:center;
	/*background-color:inherit;*/
	color:#CCCCCC;
	font-size: 14px;
	padding:4em 0;
	}

	#footer a {
	color:#CCCCCC;
	text-decoration:underline;
	}
	.title /*for rss feed*/
{
	font-weight:bold; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:120%;
} 
/**************** Begin Photo Gallery Styling ***************/
#photoGallery {
	width:230px;
	float:left;
	padding-left:10px;
	padding-top:10px;
	}
#photoGallery img {
	width:200px;
	border:1px solid #ccc;
	margin:2px;
	padding:5px;
	float:left;
	}
#condoInformation {
	width:325px;
	float:left;
	margin-left:10px;
	padding-top:10px;
}
ul#inlineLinks
{
	list-style-type:none;
	display:inline;
}
#inlineLinks li
{
	margin-left:1em;
	float:left;
}
.left {
	float:left;
	margin-right:2em;
	margin-bottom:1em;}
.right {
	float:right;
margin-left:2em;
	margin-bottom:1em;
}