body
{
	background-color: #BFBFBF;
}
#side_article_wrapper
{
    border: 1px solid silver;
    margin: 10px;
}
.side_article
{
    border-bottom: solid 1px silver;
    margin: 1px;
    padding: 10px;
}

.side_article a
{
    color: #63292D;
}

.side_article_title
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.support_photo
{
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 5px black;
    display: block;
    margin: 10px auto;
    width: 170px;
}

#audio_loader
{
	cursor: pointer;
}

#wrapper
{
	width: 1000px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	-moz-box-shadow: 0px 8px 8px #666;
	-webkit-box-shadow: 0px 8px 8px #666;
	box-shadow: 0px 8px 8px #666;
}
#phone_box
{
	height:35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	text-align:right;
	width:1000px;
}

#phone_box_text
{
	color:#63292D;
	float:right;
	font-family:trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	margin-right:6px;
	margin-top:14px;
	text-align:right;
}

#phone_box_graphic
{
	float: right;
}

#banner
{
	background-image: url("/img/banner_extender.png");
	background-repeat: repeat-x;
}

.page_header
{
	font-family:arial;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #63292D;
}

.sub_header
{
	font-family:times New Roman;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 10px;
}
#main_content
{
	font-family:times New Roman;
	font-size:16px;
    position: relative;
    
}
#menu
{
	width: 218px;
	float: left;
	border-right:1px dotted gray;
	padding-top: 10px;
	color:#63292D;
	font-family:times New Roman;
	font-size:14px;
}

.selected
{
	font-weight: bold;
}


li
{
	margin-left: 25px;
}

#title
{
	color:#63292D;
	float:left;
	font-family:times New Roman;
	font-size:40px;
	margin-bottom:15px;
	margin-left:10px;
	width:400px;
}

#contents
{
	font-family:times New Roman;
	font-size:14px;
	width: 760px;
	float: left;
	padding: 10px;
	margin-top: -39px;
}

#footer
{
	padding-top: 60px;
	padding-bottom: 20px;
	width: 1000px;
	clear: both;	
	color: #424242;
	font-family:times New Roman;
	font-size:14px;
	text-align: center;
}

p
{
	margin-top: 15px;
	margin-bottom: 15px;	
}

.personal
{
	margin-bottom: 30px;
}

.top_level:hover, #dropdown_menu a:hover
{
	cursor: pointer;	
	color:#63292D;
}

#dropdown_menu a
{
	text-decoration: none;
	color: #63292D;
    outline: none;
}

#dropdown_menu li
{
	line-height: 2;
	font-size: 16px;	
}

.start_point
{
	margin-top: 200px;
}

.sub_title
{
	font-weight: bold;
}

#slideshow_wrapper
{
	width:600px;
	height:400px;
	margin-bottom:10px;
	text-align:center;
}

.aging_in_place
{
	margin-bottom: 30px;
}


.testimonial
{
	background-color: #DCDCDC;
	border: solid 2px #BDBCBC;
	padding: 20px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;	
}

#before_after
{
	-moz-box-shadow: 0px 8px 8px #666;
	-webkit-box-shadow: 0px 8px 8px #666;
	box-shadow: 0px 8px 8px #666;
	background-color:white;
	border: solid 2px black;
	display: none;
	position:fixed;
	top:100px;
}


.partner_list
{
	list-style: none;
	margin-top: 30px;
}

.partner_list li
{
	margin-bottom: 25px;
	border-bottom:1px solid gray;
	margin-left:25px;
	padding-bottom:32px;
	width: 600px;
}
.partner_logo
{
	width: 222px;
	float: left;
}
.partner_logo img
{
	height: 50px;
	border: none;
	float: left;
}
.partner_text
{
	float:left;
	margin-top:15px;
}

#calendar
{
	width: 600px;
}

#calendar td
{
	padding-bottom: 20px;
}

#tag_line
{
	color: white;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	font-family: times new roman;
	position: absolute;
	top: 100px;
	right: 20px;
	width: 400px;
	height: 40px;
	display: none;
}


/* GALLERY ================================================================== */
#gallery {
	padding: 10px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul a:hover { color: #63292D; }
#gallery ul img {
	border:5px solid #3E3E3E;
	margin:12px;
}
#gallery ul a:hover img {
	border: 5px solid #63292D;
	color: #fff;
}
#gallery li
{
	margin-left: 0px;
}

    .rotate_image
    {

    }
    #gallery_images
    {
        height:390px;
    }
    #man_rotate
    {
        border-top: 1px solid #666666;
        clear: both;
        height: 24px;
        margin-top: 0;
        padding-top: 3px;
    }
    #man_rotate a
    {
        border: 1px solid #666666;
        display: inline-block;
        font-family: Verdana;
        font-size: 13px;
        line-height: 19px;
        margin-left: 3px;
        text-align: center;
        text-decoration: none;
        width: 20px;
        color: #666666;
    }
    #man_rotate a:hover
    {
        background-color: lightyellow;
        color: black;
        cursor: pointer;
    }
    .project_link
    {
        display: block;
        margin-bottom: 6px;
        margin-left: auto;
        margin-right: auto;
        width: 115px;
    }
    .project_link_wrapper
    {
        border: 1px solid silver;
        font-family: verdana;
        font-size: 10px;
        margin: 5px auto;
        padding: 5px;
        text-transform: capitalize;
        width: 116px;
    }
    .project_link_wrapper:hover
    {
        border: 1px solid silver;
        cursor: pointer;
        border: solid 1px darkred;
    }
    #gallery_wrapper
    {
        margin-right: 10px;
        border: solid 1px #666666;
        width: 590px;
        float: left;
        position: relative;
    }
    #project_wrapper
    {
        border: 1px solid #666666;
        float: left;
        height: 420px;
        overflow-y: scroll;
        width: 150px;
    }
    .activeGallery
    {
        background-color: darkred;
        color: white;
    }
    .activeSlide
    {
        background-color: SkyBlue;
    }
    #waiting
    {
    background-color: white;
    border: 1px solid black;
    color: #666666;
    font-family: verdana;
    font-size: 22px;
    height: 418px;
    left: -1px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 590px;
    z-index: 999;
    }
    #gallery_title
    {
        font-size: 20px;
        color: #63292D;
        margin-top: 15px;
        font-family: Verdana;
    }


