body {
	background-color: #500000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
}

.Normal 	
{
    FONT-WEIGHT: normal;	
    FONT-SIZE: 12px;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.Head 
{	
    FONT-WEIGHT: normal;	
    FONT-SIZE: 20px;	
    COLOR: #8c1000;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.SubHead 
{	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 11px;	
    COLOR: #8c1000;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.SubSubHead 
{	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 11px;	
    COLOR: black;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


a img
{
    border:0px;
}

H1 	
{
    FONT-WEIGHT: bold;	
    FONT-SIZE: 20px;	
    COLOR: #8c1000;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H2 	
{
    FONT-WEIGHT: bold;	
    FONT-SIZE: 18px;	
    COLOR: #8c1000;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H3 
{
    FONT-WEIGHT: bold;	
    FONT-SIZE: 16px;	
    COLOR: #8c1000;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H4 
{	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 14px;	
    COLOR: #8c1000;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H5 
{	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 12px;	
    COLOR: #8c1000;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H6 
{	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 11px;	
    COLOR: #8c1000;	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

table, tr, td
{
    FONT-SIZE: 12px;
}


p
{
	padding-bottom:5px;
}


*
{
	margin:0px;
	padding:0px;
}

A:link 
{	
    COLOR: #000000;	
    TEXT-DECORATION: underline;
}
A:visited 
{	
    COLOR: #000000;	
    TEXT-DECORATION: underline
}
A:hover 
{	
    COLOR: #000000;	
    TEXT-DECORATION: none
}
A:active 
{	
    COLOR: #000000;	
    TEXT-DECORATION: underline
}

#container
{
	text-align:left;
	width:979px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
   background-image: url(images/backgroundrepeat.jpg);
   background-repeat:repeat-y;	
}

.ControlPanel {
	width:960px;
	background-color: #fff;
	height:0px;
}

.MenuWrapper
{
	width:979px;
	height:42px;
   background-image: url(images/bg_nav.jpg);
   background-repeat:repeat-y;	
}
.MenuWrapper_LeftPadding
{
    margin-left:4px;
}



.Header
{
   background-repeat:repeat-y;
	width:979px;
   /*background-image: url(images/bg_header.jpg);
	height:100px;*/
	 background-image: url(images/bg_header130.jpg);
	height:130px;
}


.JackAndBonnie[class]
{
    
    background:transparent url(images/JackAndBonny130.png) top no-repeat;
   
}

.JackAndBonnie
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src= 'http://www.sweeneyrealestate.com/Portals/34/Skins/Sweeney/images/JackAndBonny130.png' );
    width:195px;
    height:130px; 
    z-index:100;
    position:absolute;
    margin-top:5px;
    margin-left:750px;
}




.RightHeader
{
	width: 295px;
	margin-left: 670px;
    margin-top:15px;
}

.LeftHeaderPane /*total width = 477px*/
{
	float: left; 
	width: 633px; /* since this element is floated, a width must be given 247px wide*/
	overflow:hidden;
	margin-left:26px;
    margin-top:26px;
}



.ContentAreaWrapper
{
      width:979px;
    background-image: url(images/bg_content.jpg);
	background-repeat:repeat-y;  
}

.ContentAreaWrapperTop
{
    width:979px;
    background-image: url(images/bg_contentTop.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#ContentArea
{
	width:927px;
	padding:0px;
	margin:0px 23px;
}

.BannerPane
{
    width:937px;

}
.HomeContentPane
{
	/*width: 913px;*/
	margin-right:10px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.ContentPane
{
	width: 913px;
	margin-right:10px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.ContentPaneRight
{
	/*width: 913px;*/
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}


.FooterPane
{
	width:979px;
	height:98px;
	background-image: url(images/bg_footer.jpg);	
	background-repeat:no-repeat;
	text-align:center;
	color:White;
	line-height:42px;
	vertical-align:middle;
}

.FooterPane .content
{
    color:White;
    padding-top:10px;
    width:937px;
    margin:0 auto;
    
}


.Footer
{
    color:White;
}

.FooterPane .content A:link 
{	
    COLOR: #ffffff;	
    TEXT-DECORATION: underline;
}
.FooterPane .content A:visited 
{	
    COLOR: #ffffff;	
    TEXT-DECORATION: underline
}
.FooterPane .content A:hover 
{	
    COLOR: #ffffff;	
    TEXT-DECORATION: none
}
.FooterPane .content A:active 
{	
    COLOR: #ffffff;	
    TEXT-DECORATION: underline
}



.SubFooterPane
{
	width:979px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
}
.SubFooterPane .content A:link 
{	
    COLOR: #ffffff;	
    TEXT-DECORATION: underline;
}
.SubFooterPane .content A:visited 
{	
    COLOR: #ffffff;	
    TEXT-DECORATION: underline
}
.SubFooterPane .content A:hover 
{	
    COLOR: #ffffff;	
    TEXT-DECORATION: none
}
.SubFooterPane .content A:active 
{	
    COLOR: #ffffff;	
    TEXT-DECORATION: underline
}

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}




.photo-border {
	border:1px solid #cecece;
	margin:4px;
	background:#d9d9d9 url(images/bg-photo.png) top repeat-x;
	
	display:block;
}


.Footer
{
	font-size:.8em;
}

/*Formatting TwoColumn Content Pane table*/
.contentPaneLeft
{
	width: 50%;
	vertical-align:top;
}
.contentPaneRight
{
	width: 50%;
	vertical-align:top;
}

.twoColumnContentPane
{
	width:100%;
}
















/* RadMenu Default skin */

.RadMenu_Sweeney 
{
	border: 0px solid #010101;
	border-bottom-width: 0;
	border-top-color: #383838;
	/*background: #444 url(Menu/MenuBackground.jpg) repeat-x;*/
	text-align: left;
	left:2px;
	
}

.RadMenu_Sweeney_rtl
{
	text-align: right;
}

.RadMenu_Sweeney_Context
{
	background: none;
	border: 0;
}



.RadMenu_Sweeney a
{
	text-decoration: none;
}

.RadMenu_Sweeney .rmLink 
{
	line-height: 42px;
	text-decoration: none;
	color: #fff;
	vertical-align:middle;
}


A.rmLink:visited 
{	
    COLOR: #fff;	
    TEXT-DECORATION: none
}

A.rmLink:active 
{	
    COLOR: #fff;	
    TEXT-DECORATION: none
}


.RadMenu_Sweeney .rmLink:focus,
.RadMenu_Sweeney .rmFocused
{
	outline: 0;
}

.RadMenu_Sweeney .rmExpanded
{
	position: relative;
	z-index: 10000;
}


.RadMenu_Sweeney a.rmFocused
{
	color: #dcaa00;
}
.RadMenu_Sweeney a.rmFocused:visited 
{	
    COLOR: #dcaa00;	
    TEXT-DECORATION: none
}

.RadMenu_Sweeney a.rmFocused:active 
{	
    COLOR: #dcaa00;	
    TEXT-DECORATION: none
}
.RadMenu_Sweeney a.rmFocused:hover 
{	
    COLOR: #000;	
    TEXT-DECORATION: none
}

.RadMenu_Sweeney .rmLink:hover,
/*.RadMenu_Sweeney .rmFocused,*/
.RadMenu_Sweeney .rmExpanded
{
	color: #000;
	background: #fff url(images/bg_navRollover.jpg) repeat-x top left;
}
.RadMenu_Sweeney a.rmExpanded
{
	color: #000;
}
.RadMenu_Sweeney a.rmExpanded:visited 
{	
    COLOR: #000;	
    TEXT-DECORATION: none
}

.RadMenu_Sweeney a.rmExpanded:active 
{	
    COLOR: #000;	
    TEXT-DECORATION: none
}
.RadMenu_Sweeney a.rmExpanded:hover 
{	
    COLOR: #000;	
    TEXT-DECORATION: none
}


.RadMenu_Sweeney .rmLink .rmText
{
	font: bold 16px Arial, sans-serif;
	line-height: 42px;
	vertical-align:middle;
}

.RadMenu_Sweeney .rmGroup
{
	background: #fff;
}

.RadMenu_Sweeney .rmGroup .rmLink
{
	text-decoration: none;
	color: #000;
}


.RadMenu_Sweeney .rmGroup a.rmLink:visited 
{	
    COLOR: #000;	
    TEXT-DECORATION: none
}

.RadMenu_Sweeney .rmGroup a.rmLink:active 
{	
    COLOR: #000;	
    TEXT-DECORATION: none
}
.RadMenu_Sweeney .rmGroup a.rmLink:hover 
{	
    COLOR: #fff;	
    TEXT-DECORATION: none
}

.RadMenu_Sweeney_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Sweeney .rmGroup .rmLink:hover,
/*.RadMenu_Sweeney .rmGroup .rmFocused,*/
.RadMenu_Sweeney .rmGroup .rmExpanded
{
	color: #fff;
	background: #444;
}

.RadMenu_Sweeney .rmText
{
	padding: 0px 20px 0px;
}

.RadMenu_Sweeney .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 0px 37px 0px 20px;
}

.RadMenu_Sweeney_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu_Sweeney .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_Sweeney .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_Sweeney .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Sweeney .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Sweeney .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_Sweeney .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Sweeney .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Sweeney .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */



.RadMenu_Sweeney .rmHorizontal .rmItem { border-right: 2px solid #fff; 
                                        padding-bottom:0px;
                                        height:42px; 
                                        }
.RadMenu_Sweeney .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Sweeney .rmVertical .rmItem { border-bottom: 0px solid #353535; }
.RadMenu_Sweeney .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_Sweeney_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Sweeney .rmRootGroup .rmGroup .rmItem,
.RadMenu_Sweeney_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; 
  	}


.RadMenu_Sweeney .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_Sweeney .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_Sweeney .rmTopArrow,
.RadMenu_Sweeney .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Sweeney .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Sweeney .rmLeftArrow,
.RadMenu_Sweeney .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Sweeney .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Sweeney .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Sweeney .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Sweeney .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Sweeney .rmRootGroup .rmSeparator,
.RadMenu_Sweeney .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Sweeney .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Sweeney .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 3px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Sweeney .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Sweeney .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Sweeney .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_Sweeney .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Sweeney_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_Sweeney .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Sweeney .rmItem .rmDisabled:hover
{
	background: none;
}

.RadMenu_Sweeney .rmItem a
{
    height:42px;
    width:150px;
    text-align:center;
}

