<style type="text/css" media="all">
.blank {}
  
html  {margin:0}

.MPStyle_Footer
{
    font-family: Tahoma, Arial;
    font-size: 10px;
    font-weight: lighter;
    line-height: 15px;
    color: #777777;
}


/* customer colors, always include black and white */
.MPColor_000000 {}
.MPColor_ffffff {}
.MPColor_d73d5b {} /*RED*/
.MPColor_ffc82e {} /*Gold*/
.MPColor_292929 {} /*Gray*/
.MPColor_777b7d {} /*Light Gray*/

html  {margin:0}


#marketpath_body
{
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    background: #000000;
}
.MPStyle_Footer a
{
    font-family: Tahoma, Arial;
    font-size: 10px;
    font-weight: lighter;
    line-height: 15px;
    color: #ffc82e;
}
/* define the default styles to be used
   - .default is selected by the customer as "Normal" in the style dropdown
   - i usually include p, td, ul, and li also...
 */
.default, p, td, ul, li
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    line-height: 19px;
    font-weight: lighter;
    color: #000000;
}

/* heading styles, you can specify up to h4 */
h1
{
    padding: 0px;
    margin: 0px 0px 4px 0px;
    font-family: Georgia, Tahoma, Arial;
    font-weight: lighter;
    font-size: 22px;
    color: #000000;
}

h2
{
    padding: 0px;
    margin: 0px;
    font-family: Georgia, Tahoma, Arial;
    font-weight: light;
    font-size: 14px;
    color: #555555;  
}

h3
{
    font-family: Georgia, Serif;
    font-weight: light;
    font-size: 14px;
    color: #555555;  
}

/* link styles */
a
{
    color: #0000ff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* generic table styles, i always turn off padding and spacing and vertically align to the top */
table
{
    border-spacing: 0px;
    border-collapse: collapse;
}

td
{
    padding: 0;
    vertical-align: top;
}

#divHomeBucket
{
    text-align: justify;
}

/* now the theme elements defined in the html below */

/*  i always wrap my page in a containing table or div where i specify height, width, and background.
    this is so the styles will actually show up within the editor...
    since technically the editor itself has a body tag, we cannot place the background styles there
*/
#tblContainer
{
    width: 100%;
    height: 100%;
    background: url(http://www.phisigmakappa.org/images/5940/main-background.jpg) repeat-x;
    background-color: #232323;
    overflow: hidden;
}

#tdLeftGutter
{
}

#tdRightGutter
{
}

#tdPageOuter
{
    width: 900px;
    height: 100%;
    margin: 0 auto;
}

#tblPage
{
    width: 900px;
}

/* i've thrown a logo in as the background */
#tdBanner
{
    background: #232323 url(http://www.phisigmakappa.org/images/6704/header.jpg) no-repeat;
    height: 143px;
    padding-left: 200px;
}

#tdMenu
{
    height: 251px;
    padding: 0px;
    margin: 0px;
}

#tdPage
{
    width: 830px;
    padding: 2px 35px 10px 35px;
    background: #232323 url(http://www.phisigmakappa.org/images/5943/page-background.jpg) repeat-y;
}

#tdFooter
{
    height: 157px;
    font-family: Tahoma, Arial;
    font-size: 10px;
    font-weight: lighter;
    line-height: 15px;
    vertical-align: top;
    padding: 22px 14px 10px 14px;
    background: #232323 url(http://www.phisigmakappa.org/images/5944/footer.jpg) no-repeat;
    color: #84888b;
}

#tdFooter p
{
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: lighter;
    line-height: 15px;
}

#tdMidNav
{
    background: url(http://www.phisigmakappa.org/images/6960/main-nav-updated.jpg) no-repeat;
    height: 251px;
    width: 900px;
}

/* menu styles from the menu xml below... */
.MenuItem
{
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;   
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.MenuItemOver
{
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.SubmenuOuter
{
    border-left: 3px solid #000000;
    margin-left: 8px;
    text-decoration: none;
    padding: 5px;
}

.SubmenuItem
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;   
}

.SubmenuItemOver
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;   
}

.MenuItem2
{
    float: left;
    font-family: Georgia, Serif;
    font-size: 17px;
    color: #e3e3e3;
    cursor: pointer;  
    width: 170px;
    text-align: center;
}

.MenuItemOver2
{
    float: left;
    font-family: Georgia, Serif;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
    width: 170px;
    text-align: center;
}

#divMenu2
{
    float: right;
    margin-top: 200px;
    margin-right: 25px;
    margin-left: 25px;
}
.SubmenuOuter2
{
    float: left;
    background: #d5083b url(http://www.phisigmakappa.org/images/6372/submenubackground.jpg) repeat-x;
    border: solid 0px 1px 1px 1px #a91539;
    margin-top: 31px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    width: 200px;
}

.SubmenuItem2
{
    font-family: Georgia, Serif;
    font-size: 11px;
    color: #e3e3e3;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.SubmenuItemOver2
{
    font-family: Georgia, Serif;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#divMenuArea
{
    float: right;
    z-index: 500;
}
  
  /*-- This is the start of the Main Menu --*/

  /**************************** REQUIRED BY ALL **************************************/

                     
                    /* make the second level visible when hover on first level list OR link */

                    #Default ul li:hover ul,
                    #Default ul a:hover ul{visibility:visible; font-family: Tahoma, Arial; }

                    /* keep the third level hidden when you hover on first level list OR link */

                    #Default ul :hover ul ul{visibility:hidden;}

                    /* make the third level visible when you hover over second level list OR link */

                    #Default ul :hover ul :hover ul{visibility:visible;}

                    /**************************************************************************************/

                    #Default {position:relative; z-index:1001; }

                    /* remove all the bullets, borders and padding from the default list styling */

                    #Default ul {padding: 0px; margin: 0px 0px 0px 6px; list-style-type:none; border-left: solid 3px #000000;}

                    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

                    #Default li {float: left; position:relative; margin: 0px;}

                    /* style the links for the top level */

                    #Default a, #Default a:visited
                        {
                            display: block;
                            font-size: 14px;
                            color: #ffffff;
                            cursor: pointer;
                            text-decoration: none;   
                            float: left;
                            padding-left: 8px;
                            padding-right: 8px;
                        }
                    /* style the top level hover */

                    #Default ul li:hover { color: #ffffff;}
                    #Default a:hover, #Default ul ul a:hover{text-decoration: none; color: #ffffff;}
                    #Default :hover > a, #Default ul ul :hover > a {text-decoration: none; color: #ffffff;}
                     

                    /* style the second level hover */

                    #Default ul ul li
                        {
                            text-align: left;
                            width: 200px;
                            margin: 0px;
                            cursor: pointer;
                            background-image: url();
                        }

                    /* style the second level background */

                    /* hide the sub levels and give them a positon absolute so that they take up no room */

                    #Default ul ul {visibility: hidden; position:absolute; top:0px;left:0px;top: 18px; margin: 0px;}

                    /* style the second level links */

                    /* style the second level links */

                    #Default ul ul a, #Default ul ul a:visited
                        {    
                            display: block;
                            font-size: 11px;
                            color: #dddddd;
                            text-transform: uppercase;
                            cursor: pointer;
                            text-decoration: none;
                         }
                    #Default ul ul a:hover
                        {
                            color: #ffffff;
                            text-decoration: none;
                        }
                     #Default ul ul li:hover
                        {
                            background-color: none;
                            text-decoration: underline;
                        }
                     #Default ul ul a:hover > #Default ul ul ul a:hover {color: #ffffff;}
                     #Default ul ul :hover > a, #Default ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                    /* style the third level background */
                    
                    #Default ul ul ul a, #Default ul ul ul a:visited {background: none;}
                    
                    /* style the third level hover */
                    
                    #Default ul ul ul a:hover {background: none;}
                    
                    /* position the third level flyout menu */
                    
                    #Default ul ul ul{visibility: hidden; left:180px; top:0px; width:200px; z-index: 1002px;}
                    
                    #Default_Persist { color:#ffffff;}
                    #Default_Persist a, #Default_Persist a:visited { color: #ffffff; }
                    
                    .Default_First {}
                    .Default_Last {background-image: url() !important; padding-right: 0px !important;}
  
    /**************************** REQUIRED BY ALL **************************************/

                     
                    /* make the second level visible when hover on first level list OR link */

                    #Sub ul li:hover ul,
                    #Sub ul a:hover ul{visibility:visible; font-family: Tahoma, Arial; }

                    /* keep the third level hidden when you hover on first level list OR link */

                    #Sub ul :hover ul ul{visibility:hidden;}

                    /* make the third level visible when you hover over second level list OR link */

                    #Sub ul :hover ul :hover ul{ visibility:visible;}

                    /**************************************************************************************/

                    #Sub {position:relative; z-index:1001; }

                    /* remove all the bullets, borders and padding from the default list styling */

                    #Sub ul {padding: 0px;  margin: 0px 0px 0px 6px; list-style-type:none; }

                    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

                    #Sub li {float: left; position:relative; margin: 0px;} 
  

                    /* style the links for the top level */

                    #Sub a, #Sub a:visited
                        {
                            float:  left;
                            font-family: Georgia, Serif;
                            font-size: 17px;
                            color: #e3e3e3;
                            cursor: pointer;  
                            width: 168px;
                            text-align:  center;
                        }
                    /* style the top level hover */

                    #Sub ul li:hover { color: #ffffff; height:  50px; }
                    #Sub a:hover, #Sub ul ul a:hover{text-decoration: none; color: #ffffff;}
                    #Sub :hover > a, #Sub ul ul :hover > a {text-decoration: none; color: #ffffff;}
                     

                    /* style the second level hover */

                    #Sub ul ul li
                        {
                            float: left;
                            cursor: pointer;
                            text-align: center;
                            border-bottom: solid 1px #ffffff;
                        }

                    /* style the second level background */

                    /* hide the sub levels and give them a positon absolute so that they take up no room */

                    #Sub ul ul
                         {
                            visibility:hidden;
                            position:absolute;
                            left: 0px;
                            top: 50px;
                            margin: 0px;
                            background-image: url(http://www.phisigmakappa.org/images/6372/submenubackground.jpg);
                            background-repeat: repeat-x;
                            background-color: #d5083b;
                            border:  solid 0px 1px 1px 1px #a91539;
                         }

                    /* style the second level links */

                    /* style the second level links */

                    #Sub ul ul a, #Sub ul ul a:visited
                        {    
                            display: block;
                            font-size: 12px;
                            color: #dddddd;
                            cursor: pointer;
                            text-decoration: none;
                            padding: 10px;
                            width: 185px;
                            margin-right: 8px;
                            margin-left: 8px;
                         }
                    #Sub ul ul a:hover
                        {
                            color: #ffffff;
                            text-decoration: none;
                            padding: 10px;
                            width: 185px;
                            margin-right: 8px;
                            margin-left: 8px;
                        }
                     #Sub ul ul li:hover
                        {
                            height: 40px;
                        }
                     #Sub ul ul a:hover > #Sub ul ul ul a:hover {color: #ffffff; text-decoration: none;}
                     #Sub ul ul :hover > a, #Sub ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                    /* style the third level background */
                    
                    #Sub ul ul ul a, #Sub ul ul ul a:visited {background: none;}
                    
                    /* style the third level hover */
                    
                    #Sub ul ul ul a:hover {background:#888888;}
                    
                    /* position the third level flyout menu */
                    
                    #Sub ul ul ul{visibility: hidden; left:171px; top:0px; width:149px;}
                    
                    #Sub_Persist { color:#ffffff;}
                    #Sub_Persist a, #Sub_Persist a:visited { color: #ffffff; }
                    
                    .Sub_First {}
                    .Sub_Last {background-image: url() !important; padding-right: 0px !important; border: 0;  }

