body
{
	margin: 0px; 
	background-color: black;
	background-repeat: repeat-x;
}


/* 
~~~~~~~ BACKGROUND IMAGE STYLES ~~~~~~~ 
*/

.main-content
{
	background-image: url(images/MIQ_05.jpg); 
	width: 1029px; 
	height: 561px; 
	background-repeat: no-repeat;
}

.featured-content
{
	background-image: url(images/MIQ-featured.jpg); 
	width: 635px; 
	height: 226px; 
	background-repeat: no-repeat; 
	padding-left: 275px; 
	color: white;
}


/* 
~~~~~~~ HREF STYLES ~~~~~~~ 
*/

a
{
	font-size: 14px;
	text-decoration: none;
	color: navy;
}

a:hover
{
}

a:active
{
	font-size: 14px;
	text-decoration: none;
	color: navy;
}

a:link
{
	font-size: 14px;
	text-decoration: none;
	color: navy;
}

a:visited
{
	font-size: 14px;
	text-decoration: none;
	color: navy;
}


/* 
~~~~~~~ TEXT STYLES ~~~~~~~ 
*/

.Title-1
{
	color: #c1c1c1; 
	font-weight: bold; 
	font-family: arial; 
	font-size: 14px;
}

/* 
~~~~~~~ MENU STYLES ~~~~~~~ 
*/

.menu-bkg
{
	background-image: url(images/MIQ_04.jpg); 
	width: 1029px; 
	height: 39px;
	margin: 0px;
	padding-top: 8px;
}

#nav ul 
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: auto;
    background-color: transparent;
	top: 9px;
}

#nav li 
{
	position: relative;
	float: left;
	line-height : 1.25em;
	text-align: center;
	color: #404040; 
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	background-image: url(images/menu-bkg.png); 
	width: 125px; 
	height: 27; 
	background-repeat: no-repeat;
	list-style: none;
	z-index: 1000;
}

#nav li ul 
{ /* second-level lists */
	position: absolute;
	left: -999em;
	width: 155px;
	border: 1px solid #f4bf17;
	font-weight: normal;
}

#nav li li
{
	height: 35px;
}

#nav a 
{
	font-size: 11px;
	display: block;
	text-decoration: none;
    font-weight: bold;
    padding: 4px 0 2px 0;
    color: #404040;
	font-size: 12px;
	font-family: verdana;
}

#nav li li a 
{
	width: 175px;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

#nav li li a:hover 
{
	background-color: #f4bf17;
	border: solid 1px #b08b12;
	height: 30px;
}

#nav li li li a:hover 
{
	background-color: #f4bf17;
	z-index: 0;
}


#nav li a.SelectedTab 
{
    font-size: 12px;
	padding-top: 9px;
}

#nav .selectedTab A 
{
	color: #560707;
	font-weight: bold;
}

#nav .selectedTab
{
	color: #560707;
	font-weight: bold;
}

#nav li .selectedTab
{
	width: 175px;
	top: -1px;
}


#nav .DisabledTab 
{
    color: #ccc;
}

/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,

#nav li.iehover ul ul ul ul
{
	left: -999em;
}

#nav li:hover ul, 

#nav li.iehover ul 
{
	background-color: #f5ecbd; 
	border-style: solid; 
	border-width: 1px; 
	padding: 5px; 
	margin: 4px 0px 0px;
	top: 12px;
	left: 0;
	color: #333333; 
	text-align: left; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
}

#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,
  
#nav li li li.iehover ul 
{
	top: 1px;
	left: 205px;
	background-color: #c4d3fd; 
}

#navContainerBorder 
{
    background-color: white;
    padding: 2px;
    border: 1px solid #333;
    height: 30em;
}

#navContainer 
{
   border: 1px solid #333;
   background-color: #d8edfb;
   height: 30em;
   width: 12em;
   vertical-align: top;
   padding: 10px 5px 10px 5px;
}

#LoginUserContainer 
{
    position: relative;
    padding-right: 25px;
    horizontal-align: right;
}



/* 
~~~~~~~ FOOTER STYLES ~~~~~~~ 
*/

#navFSubContainer
{
	position: relative;
	top: 0px;
    display: block;
    width: 525px;
	z-index: 99;
}




/* 
~~~~~~~ MISC STYLES ~~~~~~~ 
*/

.GCSearchButton
{
	margin:0 0 0 0;
	padding:0;
	border:solid 1px black;
	width:70px;
	height:22px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
}

.GCSearchBox
{
	border: solid 1px white;
}

.i1
{
	margin-left: 12px; 
	margin-right: 12px;
	margin-bottom: 3px;
}