@charset "UTF-8";
/* CSS Document */
body {
	margin:30px 0;
	font:normal 11px/140% Verdana, Arial, sans-serif;
	color:#eee;
	background:#8c8c8c;
	}
.bodypop {
	margin:0px;
	padding: 0px;
	font:normal 11px/140% Verdana, Arial, sans-serif;
	color:#eee;
	background:#fff;
	}	

A:link {color: #DDAC62; font-size: 11px; font-family: Verdana, Arial, sans-serif; text-decoration: underline; font-weight: bold;}
A:visited {color: #ddd; font-size: 11px; font-family: Verdana, Arial, sans-serif; text-decoration: underline; font-weight: bold;}
A:active {color: #fff;  font-size: 11px; font-family: Verdana, Arial, sans-serif; text-decoration: underline; font-weight: bold;}
A:hover {color: #ddd;  font-size: 11px; font-family: Verdana, Arial, sans-serif; text-decoration: none; font-weight: bold;}

#container {
	width:780px;
	margin:0 auto;
	background:#ad5f4b url(../images/container-bg.jpg) bottom left no-repeat;
	border-top:3px solid #5a4a42;
	border-bottom:3px solid #5a4a42;
	border-left:1px solid #5a4a42;
	border-right:1px solid #5a4a42;

	}
	
h1 { 
	font: normal 14px  Arial,Verdana, sans-serif;
	font-weight: 600;
	color:#DDAC62 /* #E3DDD0*/;
	font-variant: small-caps;
	letter-spacing: 1px;
	 }

img { border:none; }

#floorplan {
	width:100%;
	height:40px;
	background-color:#943a3c;
	}
	
	#floorplan .la {
	float:left;
	font:bold 16px Arial, sans-serif;
	text-indent:15px;
	padding: 10px, 10px, 10px, 10px;
	}
	
	#floorplan .ra {
	float:right;
	
	}
	
#header {
	width:780px;
	height:123px;
	background: url(../images/header_bg.png) top left no-repeat;
	}
	
		#logo {
		margin-left:28px;
		margin-top:22px;
		width:153px;
		height:83px;
		}
	
#main-nav, #bottom-nav {
	border-top:0px solid #fff;
	border-bottom:0px solid #fff;
	}
	
#bottom-nav {
	clear:both;
	color:#aaa;
	}
	
#main-image {
	width:780px;
	height:320px;
	}

#content {
	width:780px;
	}
	
#sidebar1, #sidebar2 {
	width:170px;
	float:left;
	padding:15px;
	}
	#sidebar1 ul {
		margin:0;
		padding:0;
		list-style:none;
		}
		.quicklinks {
			height:300px;
			border-right:1px dotted #ddd;
			font:bold 12px/165% Arial, sans-serif;
			}
		.quicklinks li { 
			padding:0 6px;
			display:block; 
			margin:0 6px 4px 0;
			}
		.quicklinks a:link { color:#ddd; text-decoration:none; }
		.quicklinks a:visited { color:#ddd; text-decoration:none; }
		.quicklinks a:hover { color:#fff; text-decoration:underline; }
		.quicklinks a:active { color:#fff; text-decoration:underline; }
		.quicklinks a:focus { color:#fff; text-decoration:underline; }
		
		ul.subMenu-lt {
			font:bold 10px/24px Arial, sans-serif;
			padding:15px 5px 15px 5px;
			margin:0;
			}
			ul.subMenu-lt li {
				padding:0;
				margin-top:4px;
				padding-left:29px;
				}
			ul.subMenu-lt li#email {
				background:url(../images/icons/icn-email.gif) top left no-repeat;
				margin-top:35px;
				}
			ul.subMenu-lt li#bookmark {
				background:url(../images/icons/icn-bookmark.gif) top left no-repeat;
				}
			ul.subMenu-lt li#info {
				background:url(../images/icons/icn-info.gif) top left no-repeat;
				}
			
			
	#sidebar2 {
		background:#943a3c;
		}
	
#content-main {
	width:345px;
	padding:15px 30px 15px 5px;
	float:left;
	}

#content-sub {
	width:500px;
	padding:15px 30px 15px 5px;
	float:left;
	}
	
#footer {
	width:780px;
	height:25px;
	padding:10px 0;
	background:#e7e1d7;
	}
	#footer p {
		text-align:center;
		margin:0;
		font-size:9px;
		color:#666;
		}
	#footer a:link { color:#333; }
	#footer a:visited { color:#333; }
	#footer a:hover { color:#ad5f4b; }
	#footer a:active { color:#ad5f4b; }
	#footer a:focus { color:#ad5f4b; }
	
/************** NAV STYLE ***********/
#navcontainer {
	width:100%;
	margin:0 auto;
	background:#999;
	height: 26px;
	text-align:center;
	clear:all;
	}

/* style the outer div to give it width */
.menu {
font-size:12px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
font:bold 9px/26px Arial, sans-serif; 
text-transform:uppercase;
letter-spacing:1px;
text-align:center;
text-indent:-9999px;
}
		.menu a#home, .menu a#home:visited {
		background:url(../images/nav/btnNav-1.png); 
		}
		.menu a#home:hover {
		background:url(../images/nav/btnNav-1.png) 0 -26px;
		border-bottom:none;
		}
		.menu a#home:active, .menu a#home:focus, .menu a#home.selected {
		background:url(../images/nav/btnNav-1.png) 0 -52px; 
		}
		
		.menu a#blog, .menu a#blog:visited {
		background:url(../images/nav/btnNav-2.png); 
		}
		.menu a#blog:hover {
		background:url(../images/nav/btnNav-2.png) 0 -26px; 
		}
		.menu a#blog:active, .menu a#blog:focus, .menu a#blog.selected {
		background:url(../images/nav/btnNav-2.png) 0 -52px; 
		}
		
		.menu a#graphics, .menu a#graphics:visited {
		background:url(../images/nav/btnNav-3.png); 
		}
		.menu a#graphics:hover {
		background:url(../images/nav/btnNav-3.png) 0 -26px; 
		}
		.menu a#graphics:active, .menu a#graphics:focus, .menu a#graphics.selected {
		background:url(../images/nav/btnNav-3.png) 0 -52px; 
		}
		
		.menu a#folio, .menu a#folio:visited {
		background:url(../images/nav/btnNav-4.png); 
		}
		.menu a#folio:hover {
		background:url(../images/nav/btnNav-4.png) 0 -26px; 
		}
		.menu a#folio:active, .menu a#folio:focus, .menu a#folio.selected {
		background:url(../images/nav/btnNav-4.png) 0 -52px; 
		}
		
		.menu a#pcast, .menu a#pcast:visited {
		background:url(../images/nav/btnNav-5.png); 
		}
		.menu a#pcast:hover {
		background:url(../images/nav/btnNav-5.png) 0 -26px; 
		}
		.menu a#podcast:active, .menu a#pcast:focus, .menu a#pcast.selected {
		background:url(../images/nav/btnNav-5.png) 0 -52px; 
		}

/* NAV COLORS */

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: url(../images/nav/nav_arrow.png) top right no-repeat;
color:#444;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:url(../images/nav/nav_arrow.png) 0 -24px;
color:#b32710;
}
.menu ul ul :hover > a.drop {
background:url(../images/nav/nav_arrow.png) 0 -24px;
color:#b32710;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:url(../images/nav/menu_li_bg.png) top left no-repeat;
color:#555;
padding:5px 10px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#fff;
color:#b32710;
}
.menu ul ul ul :hover > a {
background:fff;
color:#b32710;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
top:26px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
top:26px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:url(../images/nav/menu_li_bg.png) top left no-repeat;
color:#444; 
line-height:1em;  
font-weight:normal;
text-indent:0; }


/* style the top level hover */
.menu ul ul a:hover {
background:#fff;
color:#b32710;
padding:5px 10px;
}
.menu a:hover {
background:#fff;
color:#b32710;
}
.menu ul ul :hover > a {
background:#fff;
color:#b32710;
}
.menu :hover > a {
background:url(../images/nav/menu_li_bg.png) 0 -24px;
color:#b32710;
}


/* MAIN NAVIGATION - STRUCTURE */

#navcontainer {
	text-align:center;
	margin:0 auto;
	}
	
/* style the outer div to give it width */
.menu {
width:780px;
margin:0 auto;
text-align:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
text-align:center;
}
.menu ul ul {
width:143px;
text-align:left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:156px;
position:relative;
}

.menu a, .menu a:visited {
display:block;
text-decoration:none; 
width:155px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:143px;
width:156px;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited, .menu ul ul a.drop:hover, .menu ul ul ul a, .menu ul ul ul a:visited, .menu ul ul ul a:hover, .menu ul ul a, .menu ul ul a:visited, .menu ul ul a:hover {
	border:1px solid #fff;
	}
	
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
left:0; 
width:143px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:145px; 
top:0;
width:143px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-145px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
height:auto; 
padding:5px 10px; 
width:123px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:143px;
width:123px;
}

.menu ul ul :hover > a {
padding:5px 10px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/************** NAV STYLE 2 ***********/
#navcontainer2 {
	width:100%;
	margin:0 auto;
	background:transparent;
	height: 18px;
	text-align:center;
	clear:both;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	}

/* style the outer div to give it width */
.menu2 {
font-size:12px;
}

/* style the links for the top level */
.menu2 a, .menu2 a:visited {
font:bold 10px/18px Arial, sans-serif; 
letter-spacing:1px;
text-align:center;
color:#d4bdb8;
}


/* NAV COLORS */

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {
background: url(../images/nav/nav_arrow.png) top right no-repeat;
color:#444;
}
/* style the second level hover */
.menu2 ul ul a.drop:hover{
background:url(../images/nav/nav_arrow.png) 0 -24px;
color:#b32710;
border-color:#b32710;
}
.menu2 ul ul :hover > a.drop {
background:url(../images/nav/nav_arrow.png) 0 -24px;
color:#b32710;
}
/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {
background:#fff;
color:#555;
padding:5px 10px;
}
/* style the third level hover */
.menu2 ul ul ul a:hover {
background:#fff;
color:#b32710;
}
.menu2 ul ul ul :hover > a {
background:fff;
color:#b32710;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
top:26px;
}
/* another hack for IE5.5 */
* html .menu2 ul ul {
top:25px;
top:26px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
background:#fff;
color:#444; 
line-height:1em;  
font-weight:normal;
text-indent:0; }


/* style the top level hover */
.menu2 ul ul a:hover {
background:#fff;
color:#b32710;
padding:5px 10px;
}
.menu2 a:hover {
background:#c26b54;
color:#fff;
}
.menu2 ul ul :hover > a {
background:#fff;
color:#b32710;
}
.menu2 :hover > a {
background:#c26b54;
color:#fff;
}


/* MAIN NAVIGATION - STRUCTURE */

#navcontainer2 {
	text-align:center;
	margin:0 auto;
	}
	
/* style the outer div to give it width */
.menu2 {
width:780px;
margin:0 auto;
text-align:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
padding:0;
margin:0;
list-style-type:none;
text-align:center;
}
.menu2 ul ul {
width:143px;
text-align:left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
float:left;
width:156px;
position:relative;
}

.menu2 a, .menu2 a:visited {
display:block;
text-decoration:none; 
width:155px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
width:143px;
width:156px;
}

.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited, .menu2 ul ul a.drop:hover, .menu2 ul ul ul a, .menu2 ul ul ul a:visited, .menu2 ul ul ul a:hover, .menu2 ul ul a, .menu2 ul ul a:visited, .menu2 ul ul a:hover {
	margin:2px;
	}
	
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
visibility:hidden;
position:absolute;
height:0;
left:0; 
width:143px;
}

/* position the third level flyout menu */
.menu2 ul ul ul{
left:145px; 
top:0;
width:143px;
}
/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {
left:-145px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
height:auto; 
padding:5px 10px; 
width:123px;
/* yet another hack for IE5.5 */
}
* html .menu2 ul ul a{
width:143px;
width:123px;
}

.menu2 ul ul :hover > a {
padding:5px 10px;
}

/* make the second level visible when hover on first level list OR link */
.menu2 ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/**** CSS FOR CRM FORMS ****/
form
{
	margin:0;
}