/* Generic content styles for The Hospitality Hub */

div#page-content {
width:750px;
margin:0 auto;
}
ul#sub-nav {
list-style-type:none;
width:125px;
float:left;
}
ul#sub-nav li a {
display:block;
width:115px;
height:31px;
font-size:14px;
font-weight:normal;
color:#333333;
padding:11px 0 0 10px;
background:no-repeat top left;
}
ul#sub-nav li.on a {
background-image:url(../images/subnav-on.jpg);
}
ul#sub-nav li.off a {
background-image:url(../images/subnav-off.jpg);
}
ul#sub-nav li.off a:hover {
background-image:url(../images/subnav-hover.jpg)
}
div#content {
float:left;
width:575px;
background:url(../images/content-bg.jpg) no-repeat bottom center #FFFFFF;
border-top:1px solid #CCCCCC;
padding:20px 25px 70px 25px;
}
div#content h2 {
font-size:24px;
font-weight:normal;
}
div#content p {
padding:20px 0 0 0;
}
h1 {
font-size:36px;
margin:5px 0 20px 20px;
padding:10px 0 10px 55px;
display:block;
background:no-repeat top left;
}
h1.about {
background-image:url(../images/about-icon.jpg);
}
h1.details {
background-image:url(../images/details-icon.jpg);
}
h1.features {
background-image:url(../images/features-icon.jpg);
}
div.person-odd, div.person-even {
border-top:1px solid #cccccc;
border-bottom:0;
margin:40px 0 0 0;
padding:20px 0 0 0;
}
div.person-odd div.left {
float:left;
width:140px;
}
div.person-odd div.right {
float:left;
width:425px;
margin-left:10px;
}
div.person-even div.left {
float:left;
width:425px;
}
div.person-even div.right {
float:left;
width:140px;
margin-left:10px;
}
h3 {
font-size:18px;
font-weight:normal;
}
img.avatar {
padding:9px;
background:#eaeaea;
border:1px solid #cccccc;
}
a.profile {
background:url(../images/profile.jpg) no-repeat bottom center;
display:block;
width:120px;
padding-bottom:25px;
margin:10px auto 0 auto;
}
span.role {
color:#ff6600;
}
div.partner {
border-top:1px solid #CCCCCC;
margin-top:40px;
}
div.partner div.left {
float:left;
width:141px;
}
div.partner div.left img.logo {
margin:20px 0 0 0;
}
div.partner div.right {
float:left;
width:420px;
padding-left:14px;
}
div.partner div.right p {
margin-bottom:10px;
}
h4 {
font-size:16px;
font-weight:normal;
margin:30px 0 0 0;
}
ol {
margin-left:40px;
margin-top:10px;
}