/*
this is the base stylesheet for a site
*/

body {
    background:#ffffff;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size: 75%;
}
a { color:#039; }
a:hover { color:#f00; }
a img { font-size: .8em; }

.left { float: left; margin-right: 3px; }
.right { float: right; margin-left: 3px; }
.none { display: none; }
.clear { clear: both; }
.center { text-align: center; }
.strong { font-weight: bold; }

.site_title { font-size: 3em; text-align: center; }

.section_heading {
    border-bottom: 1px solid #cccccc;
    color: #999999;
    margin-bottom: 10px;
    margin-top: 55px;}

.section_heading h1 {
    color: #00C;
    font-size: 16pt;
    font-family: arial;
    font-weight: normal;
    text-align: left;}


div.block{
  margin-bottom:8px;
  border:1px solid #BDCEEF;
  background-color:#fff;
}

div.block_title {
  background-color: #BDCEEF;
  padding:6px;
}

div.block_title h2 {
  font-size:14px;
}

div.block_content {
  padding:3px;
}


#mh-widget
{
	background-image:url(../images/yahoo-search-bg.gif);
	background-repeat:no-repeat;
	height:56px;
	margin-left:400px;
	position:absolute;
	top:45px;
	width:360px;
}


.mh-text{
	font-color: #849AC4;
	width: 120px;
}

#mh-search-opt
{
	height: 18px;
	/*width: 140px;*/
	clear: both;
	float: left;
	text-align: right;
}

#mh-search-opt select
{
	height: 18px;
}

#weather { float: right; padding-right: 5px; font-size: 10pt;}
#mhdate { float: left; padding-left: 5px; font-size: 10pt; color: #979798;}

.navbar { 
	background: #BDCEEF;
	border: 1px solid #000;
	width: 978px;
	height: 25px;
}
.navlinks{
        color:#666;
        text-align: right;
        margin-right: 10px;
        }

#registration{
        line-height:25px;
        font-size:10px;
        }
#registration h1 {
        font-size:12px;
        color:#900;
        margin: 8px 0 8px;
        }
#registration h2 {
        font-size: 12px;
        color:#666;
        margin:12px 0 8px;
        }
.step {
        background: #d9e0ec;
        font-size: 12px;
        font-weight:bold;
        padding:3px;
        }

.yahoosearch {
	color: #000;
	font: normal 9px verdana, sans-serif;
	line-height: 18px;
	margin-top: 5px;
}
.yahoosearch .radio_label {
	font-weight: bold;
}
.yahoosearch .search_label {

}
.yahoosearch .search_label2 {
        color: #F03;
	text-transform: uppercase;
    font-weight: bold;
}
.yahoosearch .search_label3 {
	text-transform: uppercase;
	color: #545454;
        font-weight: bold;
}

.search-options{ font-size: 8pt;}

.right-button {
        cursor:pointer;
        border:none;
        width:55px;
        height:17px;
        color:#ffffff;
        font-size: 11px;
        padding-bottom:1px;
        }


#established {
	background-color:#637BAD;
	color:#FFFFFF;
	font-size:8pt;
	height:20px;
	padding-left:10px;
	padding-top:5px;
	border-width: 0px 1px 1px 1px;
	border-style: solid; 
	border-color: #000;}

#MI_DC_headlines {
        margin: 0 15px 15px 15px;
}
#MI_DC_headlines h1 {
        text-transform: uppercase;
        color: #036;
        font: normal 11px arial black, arial, sans-serif;
        margin: 5px 0;
}
#MI_DC_headlines li {
    margin:  2px 0;
    line-height: 14px;
}
#MI_DC_headlines a:link {
        color: #3D6FB4;
        font-size: 11px;
}

/* footer links */
#footer_links {
        text-align: center;
}
#footer {
	padding-top: 50px;
        border: none;
}
#footer_links {
        text-transform: uppercase;
}
#footer_links ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
#footer_links li {
        display: inline;
}
#footer_links li + li a {
        border-left: 1px solid #666;
}
#footer_links a {
        display: block
        float:left;
        font: bold 11px arial, helvetica, sans-serif;
        text-decoration: none;
        color: #fff;
        padding: 0 5px;
        line-height: 25px;
}
#footer_links a:hover {
        background-color: #BDCEEF;
        text-decoration: underline;
}

#sitelinks {
        margin: 0 150px 15px 150px;
        text-align: center;
}
#sitelinks li{
        display: inline;
        margin: 0 10px;
}

.top_ad{
	padding-bottom:15px;
}

.central_ads{
	padding-bottom:10px;
}

.formmessage {
	padding-bottom:10px;
	}

.notices {
	padding-top:10px;
	}

.formmessage h1, .submitphoto h1 {
	font-size:12px;
	}


