/* CSS Document */

/*
 * RED: 182,54,54
 * GOLD: 255,152,9
 * NEW RED: 255,0,13
 * NEW GOLD: 213,108,0

 * PAGE: 255,152,9
 * WALL: 213,108,0
 */

body {
    font-size: .8em;
}

body {
    font-family: helvetica, sans-serif;
}

.pagecontent-left {
    font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.4em;
}

.head-mission {
    font-size: 2em;
    font-weight: bolder;
/*    letter-spacing: -2px;*/
}

.head-ashtanga {
    font-size: .9em;
    font-weight: lighter;
/*    letter-spacing: 2px;*/
}

.head-names {
    font-size: 1em;
}

.head-address {
    font-size: 1em;
}




/* PAGE and SHADOW */

body {
    margin: 0px;
    padding: 0px;
    background-color: rgb(213,108,0);
    background: url(images/background.gif) center repeat-y;
}

.pagecentera {
}

.pagecenterb {
    width: 882px;
}

.pagebody {
    width: 882px;
/*    padding: 0px 6px 0px 6px;
    background: url(images/background.gif) -72px 0px repeat-y;*/
    background-color: rgb(255,152,9);
}

.pagehead {
    padding: 20px;
}

.pagenav {
    padding: 0px;
}

.pagecontent {
    padding: 20px;
}

.pagecontent-left {
    width: 606px;
    padding-right: 20px;
}

.pagecontent-right {
    width: 216px;
}

/*
.pageshadow-bottom {
    width: 874px;
    height: 98px;
    padding: 0px 6px 0px 6px;
    background: url(images/background-bottom.gif) -72px 0px no-repeat;
}
*/

.headshot {
    width: 240;
    height: 240;
    margin: 0px 10px 10px 10px;
    float: right;
}



/* DL LIST */
dl.list {
	margin: 0px;
}
dl.list dt {
	float: left;
	text-align: left;
}
dl.list dd {
	text-align: right;
}



/* WHITEBOX */

.whitebox-top {
    width: 216px;
    height: 12px;
    background: url(images/whitebox-top.gif) no-repeat;
}
.whitebox-center {
    width: 176px;
    background: url(images/whitebox-back.gif) repeat-y;
    padding: 10px 40px 10px 20px;
}
.whitebox-bottom {
    width: 216px;
    height: 12px;
    background: url(images/whitebox-bottom.gif) no-repeat;
}






/* TABS */

.tab1-off a img {
    width: 126px;
    height: 124px;
    background: url(images/tab1-off.gif) no-repeat;
}
.tab1-on a img {
    width: 126px;
    background: url(images/tab1-select.gif) no-repeat;
}
.tab1-off:hover a img {
    width: 126px;
    background: url(images/tab1-hover.gif) no-repeat;
}

.tab2-off a img {
    width: 126px;
    background: url(images/tab2-off.gif) no-repeat;
}
.tab2-on a img {
    width: 126px;
    background: url(images/tab2-select.gif) no-repeat;
}
.tab2-off:hover a img {
    width: 126px;
    background: url(images/tab2-hover.gif) no-repeat;
}

.tab3-off a img {
    width: 126px;
    background: url(images/tab3-off.gif) no-repeat;
}
.tab3-on a img {
    width: 126px;
    background: url(images/tab3-select.gif) no-repeat;
}
.tab3-off:hover a img {
    width: 126px;
    background: url(images/tab3-hover.gif) no-repeat;
}

.tab4-off a img {
    width: 126px;
    background: url(images/tab4-off.gif) no-repeat;
}
.tab4-on a img {
    width: 126px;
    background: url(images/tab4-select.gif) no-repeat;
}
.tab4-off:hover a img {
    width: 126px;
    background: url(images/tab4-hover.gif) no-repeat;
}

.tab5-off a img {
    width: 126px;
    background: url(images/tab5-off.gif) no-repeat;
}
.tab5-on a img {
    width: 126px;
    background: url(images/tab5-select.gif) no-repeat;
}
.tab5-off:hover a img {
    width: 126px;
    background: url(images/tab5-hover.gif) no-repeat;
}

.tab6-off a img {
    width: 126px;
    background: url(images/tab6-off.gif) no-repeat;
}
.tab6-on a img {
    width: 126px;
    background: url(images/tab6-select.gif) no-repeat;
}
.tab6-off:hover a img {
    width: 126px;
    background: url(images/tab6-hover.gif) no-repeat;
}

.tab7-off a img {
    width: 127px;
    background: url(images/tab7-off.gif) no-repeat;
}
.tab7-on a img {
    width: 127px;
    background: url(images/tab7-select.gif) no-repeat;
}
.tab7-off:hover a img {
    width: 127px;
    background: url(images/tab7-hover.gif) no-repeat;
}

