* { margin: 0; }

/*---[STRUCTURE]----------*/

body
{
    font-family: georgia, palatino, serif;
    font-size: 13px;
    line-height: 146.5%; 
    text-align: center; /*IE hack to center*/
    color: #333;
    /*background: #f6fbff url(../images/bg_gradient.jpg) repeat-x 0 0;*/
    background-color: #efece6;
    height: 100%;
    padding-bottom: 1px; /*force scrollbar in FF to avoid "content jog" on short pages*/
    *padding-bottom: 0; /*reset scrollbar forcing for IE, which doesn't need it*/
}

html
{
    height: 100%;
}

#wrapper
{
    position: relative;
    width: 950px;    
    margin: 0 auto;
    text-align: left; /*turn off centered text due to hack*/
    background: #fff;
    min-height: 100%;
    _height: 100%; /*for IE6*/
}

#utilNav
{
    position: relative;
    font-family: arial, helvetica, sans-serif;
    width: 890px;
    background: #586b7a url(../images/bg_util_gradient.jpg) repeat-x top left;
    margin: 0 0 5px 30px;
    height: 69px;
    overflow: hidden;
}

#utilNav p#logo
{
    margin: 5px 0 0 12px;
    float: left;
}

#masthead
{
    position: relative;
    width: 890px;
    margin: 0 0 5px 30px;
    background-color: #eee;
}


#nav
{
    font-family: arial, helvetica, sans-serif;
    overflow: hidden;
    width: 890px;
    margin: 0 0 6px 30px;
    height: 56px;
    background: #ddd url(../images/bg_nav_gradient.jpg) repeat-x top left;
}




/*need this for footerStickAlt idea*/
#contentWrapper
{
    position: relative;
    float: left;
    width: 950px;
    background: #fff url(../images/bg_vert_rule.gif) no-repeat 212px 2px;
    padding-bottom: 100px;
    *padding-bottom: 170px;
}

#contentWrapper.home
{
    background-image: none;
}

#menu
{
    font-family: arial, helvetica, sans-serif;
    float: left;
    width: 214px;
    margin: 2px 0 0 24px;
    _display: inline; /*kill IE double float margin bug*/
    padding-bottom: 50px;
}

#content
{
    float: left;
    width: 470px;
    margin-left: 0;
    _display: inline; /*kill IE double float margin bug*/
}

.home #content
{
    width: 620px;
    margin-left: 30px;
}


#contentFull
{
    float: left;
    width: 670px;
    margin-right: 20px;
    _display: inline; /*kill IE double float margin bug*/
}


#sidebar
{
    float: right;
    width: 150px;
    margin-right: 40px;
    _display: inline; /*kill IE double float margin bug*/
}

.home #sidebar
{
    width: 240px;
    margin-right: 30px;    
}

#columnLeft
{
    width: 320px;
    float: left;
}

#columnRight
{
    width: 320px;
    float: right;
}


#columnLeftHome
{
    width: 335px;
    float: left;
    border-top: 1px solid #000;
    padding-top: 10px;
}


#columnRightHome
{
    width: 335px;
    float: right;
    border-top: 1px solid #000;
    padding-top: 10px;
}


#pageHeading
{
    font-family: arial, helvetica, sans-serif;
    margin-left: 238px;
    height: 66px;
    width: 450px;
    overflow: hidden;
}



/*page uses man in blue footerStickAlt method to force footer to bottom of viewport*/

#footer
{
    position: relative;
    clear: both;
    width: 950px;
    height: 100px;
    margin: -100px auto 0 auto;
    text-align: left;
    background-color: #fff;
}

#footerTextContainer
{
    background-color: #fff;
}

#footer p
{
    border-top: 1px solid #d1d1d1;
    text-align: left;
    background-color: #fff;
    height: 30px;
    margin: 0 40px;
    padding-top: 8px;
    font-size: 77%;
    width: 870px;
}



/*---[UTILITY NAVIGATON]----------*/

#utilNav ul
{
    margin: 0 0 0 12px;
    padding: 0;
    list-style: none;    
 
}

#utilNav ul li
{
    display: block;
    float: right;   
}

#utilNav ul li a
{  
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    border-left: 1px solid #ccc;    
    line-height: 1.0em;
    padding: 0 7px;
}

#utilNav ul li a.icon
{
	border-left: none;
	padding: 0 4px;
	font-size: 1.4em;
}

#utilNav ul li a.icon:hover
{
	opacity: .8;
}

#utilNav ul li a.first
{
    border-left: none;
 }

/*hover and menu "on" states*/

#utilNav ul li a:hover
{
    text-decoration: underline;
}

#utilNav ul li.navOn a
{
    color: #fff;
}

#utilNav ul li.navOn
{
    background-color: #202020;
}










/*---[SEARCH BOX]----------*/

#searchBox
{
    float: right;
    margin: 8px 4px 8px 0;
    width: 300px;
}

#searchBox form
{
    float: right;
    margin: 0 4px 12px 0;
}

#searchBox #q
{
    width: 186px;
    font-size: 11px;
}

#searchBox #searchSubmit
{
    font-size: 11px;
}

#searchBox ul
{
    clear: both;
}



/*---[NAVIGATON]----------*/

#nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;    
}

#nav ul li
{
    display: block;
    float: left;
    height: 56px;    
}

#nav ul li a
{
    display: block;
    float: left;    
    padding: 6px 14px 3px 14px;
    height: 21px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.07em;    
    *letter-spacing: 0.1em;   
}


/*hover and menu "on" states*/

#nav ul li a:hover
{
    background-color: #8194a2;
    color: #fff;
}

#nav ul li.navOn a
{
    color: #fff;
    background-color: #8194a2;
}

#nav ul li.navOn
{
    background: transparent url(../images/bg_nav_gradient_on.jpg) repeat-x top left;
}





/*---[MENUS]----------*/

#menu ul
{
    margin: 0 0 10px 0;
    padding: 1px 0 0 0;
    *padding: 2px 0 0 0;/*hack IE*/
    width: 165px;
    list-style: none;
    background: transparent url(../images/bg_menu_toprule.gif) no-repeat top left;
}

#menu ul li
{
    margin: 0;
    padding: 0;
    width: 165px;
    list-style: none;
}


#menu ul li#menuOn
{
    background: transparent url(../images/bg_menuitem_arrow.gif) no-repeat 0 0.8em;
    color: #820f00;
}

#menu ul li a
{
    display: block;
    font-size: 90%;
    font-weight: bold;
    color: #000;    
    text-decoration: none;    
    line-height: 13px;
    width: 140px;
    margin-left: 15px;
    padding: 6px 10px 7px 0;
    background-color: #fff;
    border-bottom: 1px solid #d7dbdf;
    *margin-top: -1px;/*hack IE*/
}

#menu ul li a:hover
{
    background-color: #eee;
    color: #000;
}

#menu ul li#menuOn a
{
    color: #820f00;
}

#menu ul li#menuOn a:hover
{
    background-color: #fff;
    cursor: default;
}



/*---[HEADINGS]----------*/


h1
{
    font-size: 140%;
    color: #820f00;
    margin-bottom: 0.4em;    
    line-height: 1.0em;
}

#pageHeading h2
{
    font-size: 115%;
    margin-bottom: 0;
    color: #333;
    font-weight: bold;
}

h2
{
    font-size: 115%;
    margin-bottom: 0.2em;
}

.home h2
{
    font-size: 115%;
    font-family: arial, helvetica, sans-serif;
    padding-top: 5px;
    margin-bottom: 0.3em;
    color: #576977;
    border-top: 1px solid #ddd;
}

h3
{
    font-size: 110%;
    color: #820f00;
    margin-bottom: 0;
}


h4
{
    font-size: 100%;
    margin-bottom: 0;
}

h5
{
    font-size: 90%;
    color: #820f00;
    margin-bottom: 0;
    line-height: 1.4em;
}

h6
{
    font-size: 87%;
}




/*---[TEXT]----------*/

a
{
    color: #358eb7;
}

a:hover
{
    color: #005288;
}

a.pdfLink
{
    background: transparent url(../images/icon_pdf_link.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 2px;
}

/*adds icon to scholar awardee sidebar links*/
/*
.awardee a
{
    background: transparent url(../images/icon_offsite_link.gif) no-repeat right center;
    padding-right: 12px;
    margin-right: 2px;
}
*/
p
{
    margin-bottom: 1.5em;
}

p.caption
{
    font-family: georgia, palatino, serif;
    font-size: 11px;
    color: #444;
    line-height: 1.2em;
}






/*---[LISTS]----------*/


#content ul li 
{   
    list-style: none;
    margin-bottom: 7px; 
    padding-left: 12px;
    background: url(../images/bg_ul_bullet.gif) no-repeat 0 0.37em;
    line-height: 15px;    
}

#contentFull ul
{
    margin: 0 0 17px 0;
    padding: 0;
    list-style: none;
}

#contentFull ul li 
{   
    list-style: none;
    margin-bottom: 7px; 
    padding-left: 12px;
    background: url(../images/bg_ul_bullet.gif) no-repeat 0 0.4em;
    line-height: 15px;    
}


#contentFull ol
{
    margin: 0 0 17px 0;
    padding-left: 13px;
    *padding-left: 15px;
    list-style-type: decimal;
}

#contentFull ol li
{
    margin: 0 0 4px 6px;
    *margin: 0 0 4px 8px;
    padding: 0;
    list-style-type: decimal;
    line-height: 15px;
}





/*---[HOME PAGE]----------*/

.callout
{
    width: 281px;
    padding: 10px;
    min-height: 305px;
    _height: 305px;
    float: left;
    margin-right: 18px;
    background: url(../images/bg_home_callout_gradient.jpg) repeat-x top left;
}

.callout p
{
    margin-bottom: 0.8em;
    font-size: 118%;
}

.callout p a
{
    font-size: 13px;
    line-height: 22px;
    padding-right: 15px;
    background: transparent url(../images/bg_callout_link_arrow.gif) no-repeat right 4px;

    text-decoration: none;
}

.callout p a:hover
{
    text-decoration: underline;
}

#homeFreetext
{
    clear: both;
}


/*fade-in image*/
#homeMastText
{
    position: absolute;
    left: 15px;
    top: 20px;
    display: none;
}



/*---[SIDEBAR HOMEPAGE]----------*/

.home #sidebar h2 a
{
    color: #576977;
    text-decoration: none;
    padding-right: 15px;
    background: transparent url(../images/bg_sidebar_link_arrow.gif) no-repeat right 0.32em;
}

.home #sidebar h2 a:hover
{
    color: #000;
}




/*---[FIND A DOCTOR]----------*/
#findDocResults
{
    clear: both;
    margin-top: 25px;
}


form div.divider
{
    margin-bottom: 12px;
}

form legend
{
    font-size: 115%;
    margin-bottom: 0.2em;
    color: #333;
    font-weight: bold;
}



/*---[SIDEBAR TEXT]----------*/



#sidebar p
{
    font-size: 100%;
    line-height: 1.4em;
    margin-bottom: 1.0em;
}


#sidebar p.caption
{
    font-size: 11px;
    font-family: georgia, palatino, serif;
    line-height: 1.2em;
    color: #000;
}


/*sidebar lists*/

#sidebar ul
{
    margin: 0 0 17px 0;
    padding: 0;
    list-style: none;
}

#sidebar ul li 
{   
    list-style: none;
    margin-bottom: 7px; 
    padding-left: 12px;
    background: url(../images/bg_ul_bullet.gif) no-repeat 0 0.38em;
    line-height: 15px;    
}


#sidebar ol
{
    margin: 0 0 17px 0;
    padding-left: 13px;
    *padding-left: 15px;
    list-style-type: decimal;
}

#sidebar ol li
{
    margin: 0 0 4px 6px;
    *margin: 0 0 4px 8px;
    padding: 0;
    list-style-type: decimal;
    line-height: 15px;
}




/*---[SIDEBAR SUBMENU FAQs PAGES]----------*/

#sidebar #faqSubmenu li
{
    background-image: none;
    padding-left: 0;
}

#sidebar #faqSubmenu li#sidebarOn a
{
    display: block;
    _display: inline;
    padding: 2px;
    color: #000;
    background-color: #efefef;
    text-decoration: none;
    cursor: default;
}




/*---[BOARD MEMBER PICS]----------*/
.boardPic
{
    width: 220px;
    float: left;
    margin-right: 30px;
}



/*---[UTILITY]----------*/

.last
{
    margin-right: 0;
}


img
{
    border: none;
    margin-bottom: 0;
}

img.floatRight
{
    float: right;
    margin-left: 10px;
}

#vidWrapper
{
    float: right;
    margin: 5px 0 0 10px;
}

.publicationPic
{
    float: right;
}

#columnLeft img, #columnRight img
{
    margin-bottom: 18px;
    *margin-bottom: 16px;
}

.searchResult
{
    background-color: #fefe5e;
    padding: 0 2px;
}

h4 span
{
    font-size: 12px;
    font-weight: normal;
    padding: 0 3px;
}

h4 span a
{
    padding: 0 3px;
}


.roomConfig td
{
    padding: 10px;
}

.roomConfig td h3
{
    margin-bottom: 10px;
}

.roomConfig td.noBorder
{
    border: none;
}


#stepMessaging
{
    overflow: hidden;
    width: 100%;    
    margin-bottom: 1.5em;
}

#stepMessaging p
{
    float: left;    
    margin: 0 20px 0 0; 
    color: #999;
}

#stepMessaging .activeStep
{
    color: #820f00;
    font-weight: bold;
}

.notValid
{
    color: #c00;
}




/*--------[IMG in TINYMCE]----------------------*/
.imgLeft
{
    float: left;
    margin: 5px 10px 2px 0;
}

.imgRight
{
    float: right;
    margin: 5px 0 2px 15px;
}

.imgFull
{
    display: block;
    margin-bottom: 17px;
}

.imgSidebar
{
    display: block;
    margin-bottom: 7px;
}

.calCell
{
    background: #eeeeee;
}

#menu select.archive
{
	margin-left:15px;
	width:140px;
}