/* Colors */
body {
    background-color: black;
    color: white;
}

div#content_area {
    background-color: white;
}

a:link {
    color: #3c66a7;
}
a:visited,
#expand_button {
    color: #984c7a; /* purple */
}

a:hover,
#content h5 {
    color: red;
}
a:active {
    color: #333333;
}

#nav a,
#nav a:link,
#nav a:visited {
    color: white;
}

div.hours, 
#nav a.current {
    color: #f8dda0;
}


/* Fonts */
body {
    font-family: Arial, Helvetica, sans-serif;  
}


/* Structure */

/** Document Layout **/
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

body {
    background-image: url(/images/super-fitness-background.gif);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 1em;
    text-align: center;
}

#page {
    width: 930px;	
    margin: 31px auto;
    padding: 0px;
}

/** Header **/
#header {
    width: 100%; 
    height: 95px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

#logo {
    float: left;
    width: 300px;
    height: 90px;
}

#logo img{
    position: relative;
    top:-10px;
    left:20px;
    z-index: 500;
}

/* info constant and nav */
#header-right {
    width: 534px;
    height: 95px;
    margin: 0px 0px 0px 380px;
    padding: 0px;
}

/* phone and hours */
#info-constant{
    width: 100%;
    height: 64px;
    position: relative;
    left: 20px;  /* shift to right 20px for aesthetics */
    padding: 0px;
/*    border: thin solid blue;*/
}	

#info-constant div {
    float: left;
}

div.phone {
/*    border: thin solid orange;*/
    float: left;
}

p.phone {
    font-size: 1.1em;
    letter-spacing: .05em;
    margin-top: 0;
    line-height: 1.1em;
    font-weight: bold;
    color: #fff;
    display: inline;
}



.hours {
    font-size: .7em;
    margin: 0px;
    padding: 0px 0px 0px 6px;
/*    border: thin solid purple;*/
}

.hours p {
    padding: 0px;
    margin: 0px;
}

p.club_name {
    font-size: .85em;
    font-weight: bold;
    margin: 0;
    color: #fff;
}



#quincy_info {
    width: 260px;
}
	
#quincy_info div.phone {
    width: 128px;
    height: 64px;
    text-align: center;
}

#quincy_info div.hours {
    width: 121px;
    height: 64px;
    text-align: left;
}

#watertown_info div.phone {
    width: 128px;
    height: 64px;
    text-align: center;
}

#watertown_info div.hours {
    width: 141px;
    height: 64px;
    text-align: left;
    padding: 0px;
}


/* top nav */

#nav {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}

#nav ul { 
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    left: 90px; /*  visually centers nav tabs under phone numbers and hours */
}

#nav li {
    width: 100px;
    height: 30px;
    list-style: none;
    display: block;
    margin: 0px 3px;
    float: left;
    overflow: hidden;
}

#nav a {
    display: block;
    width: 90px;
    height: 14px;
    padding: 8px 0px 12px 0px;
    font-size: .8em;
    font-weight: bold;
    line-height: 10px;
    text-decoration: none;
    background-image:url('../images/tabgrade.gif');  
    border: 1px solid #ff0000;
    border-bottom: none;
    margin: 0px;
}



#nav a:hover, #nav a.current:hover {
    color: #922626;
    background-image:url('../images/tabgrade-hover.gif');
}

/** End Header **/



#promo-banner { /* image banner at top of main content box */
    width: 100%;
    height: 80px;
    background: #240d0d;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border-bottom: 1px solid #ff0000;
    font-size: .9em;
    font-weight: bold;
    color: #f8dda0; 
    line-height: 1.2em;
    text-align: left;
    position: relative;
}

#promo-banner img { /* remove border from clickable image */
    border: none;
    width: 650px;
    float: left;
}

#promo-banner-links  { /* div contains text links in promo banner */
    position: absolute;
    left: 650px;
    top: 20px;
    width: 250px;
    padding: 0px;
    font-size: .9em;
    text-align: center;
}


#promo-banner img { /* remove border from clickable image */
    border: none;
    width: 630px;
    float: left;
}

#promo-banner p {
    color: #f8dda0; 
}

div#contentbox1right { /* portlet-like content box, 1 column wide, float right */
    width: 296px;
    color: #000;
    background: #000;
    border: 1px solid #ff0000;
/*    margin: 20px 0px;*/
/*    margin: 10px 0px 10px auto;*/
    padding: 0px;
    margin: 0px;
/*    height: 443px;*/
    height: 316px;
    float: right;
    overflow: hidden;
}

div#contentbox1right img {
    margin: 0px;
    padding: 0px;
}


#promo { /* text in promo box, over image */
    margin: 7px 12px 0px 12px;
    z-index: 500;
    position: relative;
    top: -140px;
}

#promo p { /* text in promo box, over image */
    color: #000;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-align: center;
    margin: 0px;
}


#content { /* contains grid of portlet-like content boxes, 3 columns across, includes promo banner */
    width: 100%;
    color: #fff;
    margin: 0px;
/*    border: 1px solid #ff0000; */
    margin: 20px 0px;
    padding: 0px;
    position: relative;
}

#content p, #content ul  { /* text in content boxes */
    color: #000;
    font-size: .8em;
    line-height: 1.3em;
    text-align: left;
    margin: 7px 12px 0 12px;
}

#content ul li ul  { /* second-tier bullet list */
    font-size: 1em; /* keeps second-tier bullet points from inheriting .8em text size*/ 
}




#content {
    width: 600px;
    border: 1px solid #ff0000;
    margin: 10px auto 10px 0px;
    padding: 0px;
}

#content_frame {
    height: 413px;
}

#content_pane { /* portlet-like content box, 2 columns wide, float left - Main content area */
    width: 100%;
    color: #000;
    background: #ffffff;
/*    z-index: -10;*/


/*    height: 413px;
/*    height: 1000px;*/
    height: 100%;
    float: left;
    overflow: auto;
    position: relative;
   
}	

#content a {
    color: #984C7A;
}


#content .ui-resizable-handle {
    position: absolute;
    bottom: 0px;
    right: 10px;
    margin: 0px;
    text-align: right;
    height: 15px;
    width: 575px;
    content: "Drag to resize";
    color: black;
    font-weight: bold;
    font-size: .7em;
}

div.columns {
    position: relative;
    text-align: left;
}

div.column {
    padding: 5px;
    width: 290px;
    text-align: center;
}

div.left {
    border-right: 2px dotted red;
    width: 296px;
}

div.right {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}


#footer p { 
    color: #fff;
    font-size: .7em;
    text-align: center;
    clear: both;
    padding-top: 1em;
}

a:hover {
    text-decoration: none;
}


#content ul li ul  { /* second-tier bullet list */
    font-size: 1em; /* keeps second-tier bullet points from inheriting .8em text size*/ 
}

#content ul {
    margin: 0 auto;
}



/* Classes */

.pane_header { /* portlet-like decorated text at top of content boxes */
    width: 100%;
    color: #fff;
    background: #6C3456;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding-top: .3em;
    height: 26px;	
    font-size:1em;
}

#content h5 { /* red headlines in content boxes */
    font-size: .8em;
    text-align: left;
    font-weight: bold;
    margin: 10px 12px 0 12px;
}

#expand_button {
    width: 600px;
    padding: 0px;
    margin: 0px;
    font-size: .7em;
    font-weight: bold;
    color: white;
    text-align: right;
    display: block;
    float: left;
}