/********************** What's Your Hurry stylesheet *******************/

*{
margin: 0;
padding: 0;
}

body
{
text-align: center; /* for IE */
background-color: #000;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 0.7em;
font-weight: bold;
line-height: 140%;
color: #fff;
}

#logo
{
margin: 0 auto; /* for centering other browsers */
text-align: left; /* resetting alignment */
width: 750px;
height: 32px;
padding-top: 18px;
}

#logo a /* to remove border on mpi logo. use a:hover to specify  */
{
border: 0 none;
}

#index_tile
{
width: 750px;
margin: 0 auto; /* for centering other browsers */
text-align: left; /* resetting alignment */
position: relative; /* required to absolute position sub_navcontainer */
background-image: url(../images/index_bground_tile.gif);
background-repeat: repeat-y;
background-color: #bb0000;
}

#index_container /* for the bottom bground image */
{
width: 750px;
margin: 0 auto; /* for centering other browsers */
text-align: left; /* resetting alignment */
position: relative; /* required to absolute position sub_navcontainer */
/* border: 1px dotted orange; */
background-image:  url("../images/index_bground.jpg");
background-repeat: no-repeat;
background-position: bottom;
}

#index_container_top /* for the top bground image */
{
background-color: #bb0000;
width: 750px;
height: 32px;
margin: 0 auto; /* for centering other browsers */
text-align: left; /* resetting alignment */
position: relative; /* required to absolute position sub_navcontainer */
/* border: 2px dotted orange; */
}

#index_titlegraphic
{
width: 489px;
height: 113px;
/* border: 1px solid green; */
}

#index_content /* contains the nav and descriptive text */
{
/* border: 3px solid red; */
padding: 0 0 255px 28px; /* bottom padding holds content open */
width: 420px;
}

#index_nav
{
width: 151px;
height: 150px;
/* border: 1px solid yellow; */
float: left;
padding-bottom: 15px;
}

#index_nav a /* to remove border  */
{
border: 0 none;
}

.nav_images /* space between image links */
{
margin: 2px 0 2px 0;
border: 0;
}

#rollover_table
{
width: 240px;
float: right;
position: relative;
/* border: 1px solid green; */
padding-right: 20px;
}

#rollover_description
{
padding-top: 3px;
}

#clear /* for keeping the min height of the bground image div */
{
clear: both;
/* border: 1px solid purple; */
height: 10px;
}

#footer
{
width: 750px;
margin: 0 auto; /* for centering other browsers */
text-align: right;
font-size: 0.9em;
font-weight: normal;
color: #999;
padding: 15px 0 10px 0;
}

#footer a
{
color: #999;
}

a:link, a:visited
{
text-decoration: none;
border-bottom: 1px dotted;
}

a:hover, a:active
{
text-decoration: none;
border-bottom: 1px solid;
}


