a{
color:#CF934D;
font-weight: bold;
text-decoration:none;
}
a:hover{
color:#FF0000;
font-weight: bold;
text-decoration:none;
}
body{
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	margin-top:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;	
}
img {
	border:none;
	margin:none;
	padding:0px;;
}
img.smallimg {
    margin-left: 10px;
	margin-bottom: 5px;
	border: 1px #ff0000 solid;
}
.subtitle {
   border-bottom: 1px dashed #f2f2f2;
   width: 100%;
   display: block;
   font-weight: bold;
   margin-bottom: 2px;
   font-variant: small-caps;
}
#container{
	width:750px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display:table;
	
}
#logoLeft{
	width:54px;
	height:437px;
	vertical-align:middle;
	float:left;
	padding-top:133px;
}
#main{
	width:690px;
	display:block;	
	float:right;
}
#head{
	width:696px;
	height:114px;
	background-image:url(../images/head.jpg);
	position:relative;
}
#menu{
	background-color:#292929;
	width:692px;
	height:23px;
	top:70px;
	position:absolute;
	left:0px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;	
	text-align:center;	
	vertical-align:middle;
}
a.menu{
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-left:17px;	
	padding-right:17px;
        height: 23px;
		text-align:center;
}

a.menu:hover{
	display: block;
        background-color:#da0000;
        text-decoration:none;
        color:#FFFFFF;
        font-size:16px;
        font-weight:bold;
        padding-left:17px;
        padding-right:17px;
		text-align:center;
}		

#mic {
	font-size:10px;
	color:#FFFFFF;	
	width:150px;
	margin-left:auto;
	margin-bottom:5px;
}
#mic a {
	text-decoration:none;
	font-size:10px;
	color:#FFFFFF;
	
}
#mic a:hover {
	text-decoration:none;
	font-size:10px;
	color:#da0000;
	
}
#nav {
	width:187px;
	height:439px;
	background-image:url(../images/menu.jpg);
	float:left;
	text-align:right;
	padding-right:0px;
	padding-top:7px;
	line-height:18px;
}
#nav ul {
	padding: 0 10px;
	margin: 0;
	list-style: none;
}
#nav li {
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	padding:0 9px;
	background: none;
}
#nav ul a:hover {
	background: url(../images/bg_menu.gif) center no-repeat;
}
#nav ul a.selected{
	background: url(../images/bg_menu_black.gif) center no-repeat;
	color: #e2e2e2;
}
#content{
	width:492px;
	float:right;
	padding-right:5px;
	display:table;
}
p {
  color: #fff;
  font-size:12px;	
}
#contentall{
	width:679px;
	float:left;
	padding-right:5px;
	color:#FFFFFF;
	font-size:12px;	
	display:table;
}
#sitemap ul{
list-style:none;
}
#menu_jos{
	width:695px;
	margin-left: 10px;
	height:18px;
	color:#FFFFFF;
	font-size:11px;
	background-image:url(../images/menu_jos.jpg);
	float:right;
	margin-top:10px;
	padding-top:5px;
	margin-right:-5px;
	
}
#left{
	float:left; 
	padding-left:10px;
}
#right{
	float:right; 
	padding-right:10px;
}
div.activelink{
	width:170px;
	margin-right:10px;
	margin-left:auto;	
	background-image:url(../images/bg_menu_black.gif);
	background-repeat:no-repeat; 
	background-position:center; 
}
#inner{
	width:696px;
	horizontal-align: center;
}
h1 {
	font-size:13px;
	padding-bottom: 3px;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #717171;
	margin:0;
	color: #fff;
}
#menu_jos a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	margin-right:4px;
	margin-left:4px;
}
#menu_jos a:hover{
	text-decoration:none;
	color:#000000;
	font-size:11px;
	margin-right:4px;
	margin-left:4px;
}

/* CSS Tabs */
#navcontainer {
        background: #f0e7d7;
        margin: 0 auto;
        padding: 1em 0 0 0;
        font-family: georgia, serif;
        text-transform: lowercase;
}

table#cmstdtag  {
  color: #000;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width:80%;
        font-size: 0.8em;
		color:#FFFFFF;
}

ul#navlist li {
        display: block;
        float: left;
        width: 18%;
        margin: 0;
        padding: 0;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		padding-right:10px;
		
	
}

* html ul#navlist li {
        display: block;
        float: left;
        width: 15%;
        margin: 0;
        padding: 0;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		padding-right:10px;
		
	
}

ul#navlist li a {
        display: block;
        width: 100%;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style:0;
        color:#FFFFFF;
        text-decoration: none;
		padding: 0.5em;
        
}

#navcontainer>ul#navlist li a { width: auto; }


ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #FFFFFF;
		font-size:12px;
		font-weight:bold;
        background-color:#CC0000;
        border-color: #aaab9c #fff #fff #ccc;
}

/*------------------------------------------------------------*/
ul#gallery {
  padding:0; 
  margin:0; 
  width:448px; 
  height:336px; 
  position:relative; 
  background:#888 url(graff/g26.jpg);
  }
#gallery li {
  list-style-type:none; 
  width:64px; 
  height:48px; 
  float:left; 
  z-index:100;
  }
#gallery li.lft {
  float:left; 
  clear:left;
  }
#gallery li.rgt {
  float:right; 
  clear:right;
  }
#gallery a {
  position:relative; 
  width:64px; 
  height:48px; 
  display:block; 
  float:left; 
  z-index:100; 
  cursor:default;
  }
#gallery a img {
  position:relative; 
  width:62px; 
  height:46px; 
  border:1px solid #888; 
  z-index:100;
  }
#gallery a:hover {
  width:160px; 
  height:120px; 
  padding:108px 144px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:20;
  }
#gallery a:hover img {
  background:#eee; 
  position:relative; 
  width:160px; 
  height:120px; 
  border:0; 
  z-index:20;
  }
#gallery a:active, #gallery a:focus {
  background:transparent; 
  width:320px; 
  height:240px; 
  padding:48px 64px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:active img, #gallery a:focus img {
  background:#eee; 
  position:relative; 
  width:320px; 
  height:239px; 
  border:0; 
  z-index:10;
  }
/* hack for Internet Explorer */
#gallery li.pad {
  height:0; 
  display:block; 
  margin-top:-2px; 
  width:448px; 
  font-size:0;
  }

/* hack for Opera 7+ */
@media all and (min-width:0px){
#gallery a:hover {
  background:#888; 
  width:320px; 
  height:240px; 
  padding:48px 64px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:hover img {
  background:#aaa; 
  position:relative; 
  width:320px; 
  height:240px; 
  border:0; 
  z-index:10;
  }
}

/*CMS*/

a.foldheader, a:visited.foldheader {
 color: #fff;
}

a:hover.foldheader {
 color: #ccc;
}

/*Gallery*/


.a, .a:visited {color:none;}
#container2 {position:relative; width:496px; height:700px; background:none; border:0; margin:10px auto;}
#container2 b {font-weight:normal; width:600px; text-align:center; position:absolute; bottom:250px; left:0; color:none; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; line-height:1.7em; z-index:1;}

a.gallery, a.gallery:visited {display:inline; color:none; text-decoration:none; border:1px solid #ff0000; width:75px; height:75px; float:left; margin:7px 21px; position:float; cursor:default;}

a.slidea {background: #FFFFFF url(../images/floorplans/1539-elev-tn.jpg) no-repeat center center;}
a.slideb {background: #FFFFFF url(../images/floorplans/1539-plan-tn.jpg) no-repeat center center;}
a.slidec {background: #FFFFFF url(../images/floorplans/1868-elev-tn.jpg) no-repeat center center;}
a.slided {background: #FFFFFF url(../images/floorplans/1868-plan-tn.jpg) no-repeat center center;}
a.slidee {background: #FFFFFF url(../images/floorplans/2500-elev-tn.jpg) no-repeat center center;}
a.slidef {background: #FFFFFF url(../images/floorplans/2500-plan-tn.jpg) no-repeat center center;}
a.slideg {background: #FFFFFF url(../images/floorplans/2056-elev-tn.jpg) no-repeat center center;}
a.slideh {background: #FFFFFF url(../images/floorplans/2056-plan-tn.jpg) no-repeat center center;}
a.slidei {background: #FFFFFF url(../images/floorplans/.jpg) no-repeat center center;}
a.slidej {background: #FFFFFF url(../images/floorplans/.jpg) no-repeat center center;}
a.slidek {background: #FFFFFF url(../images/floorplans/.jpg) no-repeat center center;}

a.gallery span {visibility:hidden; display:block; position:absolute; width:496px; height:500px; top:189px; left:0px; color:none; background:none; text-align:center; border:0; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; cursor:default;}



a.gallery:hover {white-space:normal; border:1px solid #fff; z-index:100;}

a.gallery:hover span {visibility:visible; z-index:100;}

a.gallery:hover span img {margin-left:3px; border:1px solid #FFFFFF; position:float; z-index:100;}

a.gallery:active, a.gallery:focus {border:1px solid #c00; z-index:10;}

a.gallery:active span, a.gallery:focus span {visibility:visible; z-index:10;}

a.gallery:active span img, a.gallery:focus span img {border:1px solid #000; position:float; margin:10px; z-index:10;}

