@charset "utf-8";
/* CSS Document */

body {background-image:url(../images/bg.jpg); font-family:Verdana, Arial, Helvetica, sans-serif; }
a img {border:none;}

#container1	{width:920px; height:auto; margin:3% auto; padding:0px; border:0px solid red; }
#container2	{width:896px; margin:auto; height:auto; border:0px dashed green; }

#adrs2 {float:right;margin-top:-15px; margin-right:160px; }

#content1	{width:890px; border-left: 1px solid #534741;border-right:1px solid #534741; background-color:#FFFFFF; color:#534741; height:auto; min-height:600px; padding-bottom:25px;}
#content2	{ border:0px solid pink; float:right; width:645px; margin-left:35px; margin-top:25px; height:auto;}
#content2 img	{margin:10px;}

/*content 3 is NOT floated, so container1 and 2 will wrap to height automatically*/
#content3	{border:1px dashed white; margin:0px 50px;}/*change back to white 1px*/

#interiorphotos{float:right; width:75px; margin: 60px 100px; border:0px solid pink;}
#interiorphotos img	{padding:20px;}

#top	{background-image:url(../images/top.jpg); background-repeat:no-repeat; background-position:top; width:893px; height:10px; border:0px dotted black; margin-left: 12px; overflow:hidden;}


#bottom  {background-image:url(../images/bottom.jpg); background-repeat:no-repeat; background-position:top; width:893px; height:10px; border:0px dotted black; margin-left:12px;
overflow:hidden;}

#nav	{width: 126px; height:400px;border:0px solid red; text-align:right; margin: 30px 0px 0px 50px;}
#nav p	{background-image:url(../images/line.gif); background-repeat: no-repeat; background-position: bottom right; line-height:14px; padding-bottom:20px; color:#BF272D; text-transform:uppercase; font-size:14px; font-weight:700;}


#navinterior	{width:775px; height:15px; border:0px solid pink; margin-top:-20px;}
#navinterior p {text-transform:uppercase; font-size:11px; color:#BF272D; display:inline; padding-left:15px;font-weight:600;}


a:link	{color:#BF272D; text-decoration:none;}
a:visited	{color:#BF272D;text-decoration:none;}
a:hover		{color:#BF272D; text-decoration:underline;}
a:active	{color:#BF272d: text-decoration:none;}


#navbottom	{position:relative; top:-55px; left:15px; z-index:10; width:880px; border: 0px dashed blue;  text-transform:uppercase; font-size:9px; color:#534741; font-weight:600; text-align:center; }
#navbottom p{display:inline;}

#navbottomcopy p	{text-align:center; text-transform:none; font-weight:100;}


#navbottom a:link{color:#534741; text-decoration:none;}
#navbottom a:visited{color:#534741; text-decoration:none;}
#navbottom a:hover{color:#534741; text-decoration:underline;}
#navbottom a:active {color:#534741; text-decoration:none;}

#breadcrumbs{font-size:11px; padding:20px 0px 0px 15px;}
#breadcrumbs a{color:#534741; }

#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden } /* Force vertical scrollbar in Gecko browsers */
