/*PHOTO MITCH STYLESHEET*/

* {
	padding: 0;
	margin: 0;
}

body{
	background-color: #D3D3D3;
    height: 100%;
	font-family: "Georgia","serif";
	font-size: 17pt;
}

a, a:visited{
	color: black;
	font-style: italic;
}

#page{
	margin: 0px auto;
	text-align: center;
}

.nav-path-selected{
	color: #ffffff !important;
}

#header{
	background-color: #262223;
	height: 65px;
    color: #A09F9F;
    font-style: italic;
    margin: 0px;
    border: 4px solid #262223;
}

#header a{
    color: #A09F9F;
    text-decoration: none;
}

#header a:hover{
    color: #ffffff;
}

#topLeft{
    padding: 20px 30px;
    float: left;
}

#topLeft ul{
    list-style: none;
    color: #ffffff;
}

#topLeft li{
    display: inline;
    padding: 10px 10px;
    font-size: 14pt;
}

#topLeft li#name{
	padding: 10px 15px;
}

#name{
    font-weight: bold;
    font-size: 18pt !important;
    padding-right: 10px;
    border-right-style: solid;
    border-right-color: #ffffff;
    border-right-width: 1px;
}

#menu{
    text-align: right;
    float: right;
    display: inline;
    text-transform:lowercase;
}

#menu a{
    font-size: 13pt;
}

#mainnav{
    padding: 20px 150px 20px 0px;
    list-style: none;
}

#menu li{
    display: inline;
    margin: 10px;
}

.subnav{
    margin: 0; padding: 0;
    position: absolute;
    display:none;
    margin-top: 45px;
    background-color: #231F20;
    padding-bottom: 3px;
    text-align: left;
    list-style: none;
    z-index: 1000;
}

.subnav li{
    display: block !important;
}

#main {
    text-align: left;
}

.scrollableArea{
	padding: 30px;
}

.scrollableArea img{
	margin: 0px 20px;
}

#testimonials{
	overflow-x: auto;
	background-attachment:fixed;
	background-color: #000;
	border-style: none;
}

#testimonials ul{
	padding: 20px 20px;
	list-style: none inside none;
	white-space: nowrap;
}

* html #testimonials li{
	display: inline;
}

#testimonials li{
	font-style: italic;
	width: 300px;
	display: inline-block;
	padding: 50px 20px 20px 20px;
	white-space: normal;
	vertical-align:top;
}

#contactImage{
	padding: 40px;
	float: left;
}

#contactInfo{
	padding: 40px 300px 40px 40px;
}

#background{
	overflow: hidden;
	clear: left;
}
