
/* ---------------- head
----------------------------------------------- */

html
{
	font-size: 100.01%;
}

body
{
	background-image: url("../graphics/bg.png");  
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ece7d6; /* tan */
	
	line-height: 150%;
	font-size: 62.5%;
	
	margin-top: 12px;
}

#container_wrap
{
	margin: 0 auto;
	width: 950px;
	
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #4d4d4d; /* gray */
}


/* ---------------- header elements
----------------------------------------------- */

#header
{
	margin: 0 auto;
	margin-bottom: 13px;
	
	width: 946px;
	height: 104px;
	
	position: relative;
}

#text_size
{	
	position: absolute;
	right: 0;
	bottom: 0;
	
	background-color: none;	
	
	color: #312624; /* brown */
	font-size: 1.1em;
}

#text_size_box 
{
	float: right;
	display: block;
	padding-right: 10px;
	width: 200px;
	text-align: right;
}

#text_size_type
{
	padding-top: 4px;
	font-size: 1.6em;
}

#text_small_button 
{
	margin: 0px;
	padding-top: 3px;
	padding-left: 3px;
	float: right;
	width: 15px;
}

#text_large_button 
{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 20px;
}


/* ---------------- navigation
----------------------------------------------- */

#navigation
{
	float: left;
	width: 946px;
    height: 52px;
    
    position: left bottom;
    
    background: none;
}

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

#navigation li 
{
	float: left;
    height: 52px;

    background-image:url("../graphics/nav_passive_bg.png"); 
    background-repeat: repeat x;
    background-position: left top;
}

#navigation a 
{
	height: 52px;

	font-size: 1.8em;
    
    display: block;
    
    text-decoration: none;
    color: #ffffff; /* white */

    padding: 18px 17px 16px 17px; 
}

#navigation li a:hover 
{
	background: url("../graphics/nav_active_bg.png") repeat-x top left;
	color: #ffffff;
}

#navigation li a:active 
{
	background: url("../graphics/nav_active_bg.png") repeat-x top left;
	color: #ffffff;
}

.area_agencies_on_aging #navigation .area_agencies_on_aging,
.advocacy #navigation .advocacy,
.msac #navigation .msac,
.annual_conference #navigation .annual_conference,
.publications #navigation .publications,
.associated_agencies #navigation .associated_agencies
{
	background: url("../graphics/nav_active_bg.png");
	background-repeat: repeat-x;
	background-position: right top;
	
	color: #ffffff;
}

.area_agencies_on_aging #navigation .area_agencies_on_aging a,
.advocacy #navigation .advocacy a
.msac #navigation .msac a,
.annual_conference #navigation .annual_conference a,
.publications #navigation .publications a,
.associated_agencies #navigation .associated_agencies a
{
	background: url("../graphics/nav_active_bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	
	color: #ffffff;

	outline:none;
}
	


/* ---------------- content
----------------------------------------------- *//

#content_wrap
{
	display: inline;
	float:left;
	
	width: 950px;
	
	background-image: url("");
	background-repeat: no-repeat;
	background-position: left bottom;	
	

}

#content_area
{	
	float: left;
	width: 601px;
	min-height: 700px;
	height: 100%;
	
	background-image: url("../graphics/watermark_body.png");
	background-repeat: no-repeat;
	background-position: 0px 100px;
	background-color: #ffffff; /* white */
	
	margin: 0px 5px 0px -1px;

	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dad2b9; /* darker tan */
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #dad2b9; /* darker tan */
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #dad2b9; /* darker tan */
}

.home #content_area
{
	height: 700px;
}

#main_content
{
	margin-top: 40px;
	margin-bottom: 50px;
	
	font-size: 1.9em;
	line-height: 1.7em
}

.div_margin
{	
	margin-top: 20px;
	margin-bottom: 20px;
}

acronym
{
	text-decoration: none;
}

.msac h3,
.advocacy h3,
.annual_conference h3,
.associated_agencies h3
{
	color: #184481; /* blue */
}

.list_style_1 li
{
	margin-top: 10px;
	margin-left: 20px;
}

.content_end_padding_top
{
	padding-top: 20px;
}
	
.border_bottom_container
{
	padding-bottom: 20px;


	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dad2b9; /* darker tan */
}

.publications #main_content div
{
	margin-bottom: 0px;
}

.publications .border_bottom_container
{
	margin-top: 20px;
}

#msac_list li
{
	margin-bottom: 10px;
}

.quote
{
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 120%;
	line-height: 140%;
	
	margin-top: 30px;
	
	color: #184481; /* blue */
}

.quote_author
{
	font-style: normal;
	
	margin-top: 10px;
	margin-left: 30px;
	
	color: #184481; /* blue */
}

#sidebar_secondary_information
{	
	display: inline;
	font-size: 1.5em;
	line-height: 1.5em;

	float: left;
	width: 248px;

	background-color: #ffffff; /* white */
	
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dad2b9; /* darker tan */
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #dad2b9; /* darker tan */
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #dad2b9; /* darker tan */
}

#babel_fish
{
	min-height: 200px;
	
	background-color: #e7e7e7; /* light gray */
	
	margin-top: 15px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #dbdbdb; /* gray */
}

#translate_box
{
	padding: 33px 0px 0px 60px;
	
}

.news_item
{
	margin: 30px 0px 20px 0px;
}

.news_item_title
{
	font-size: 1.4em;
	color: #4d4d4d; /* gray */

	margin: 20px 0px 10px 0px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d4d4d; /* gray */
}

#older_michiganian_day
{
	font-size: 1.1em;
	text-align: center; 
	
	background-color: #184481; /* blue */
	color: #ffffff; /* white */
	
	padding: 10px 0px 10px 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.icon
{
	vertical-align: middle;
	font-size: 1.0em;
	
	margin-bottom: 15px;
}

a.icon
{
	width: 240px;
	height: 70px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	vertical-align: middle;
	border: none;
	
	color: #4d4d4d; /* gray */
	font-size: 1.0em;
	text-decoration: none;
}

a:hover.icon
{
	text-decoration: none;
	background-color: #e7e7e7; /* light gray */
}

a:visited.icon
{
	text-decoration: none;
}

.sidebar_pdf_title
{
	color: #184481; /* blue */
}

#footer
{
	width: 100%;
	clear: both;
	
}

#tertiary_info
{
	text-align: center;
	font-size: 1.4em;
	
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ---------------- link styles
----------------------------------------------- */

.link
{
	text-decoration: none;
	color: #184481; /* blue */
}

.link2
{
	text-decoration: none;
	color: #4d4d4d; /* gray */
}

a:visited
{
	text-decoration: underline;
	color: #4d4d4d; /* gray */
}

#white_link
{
	color: #ffffff; /* white */
}

/* ---------------- style clear
----------------------------------------------- */

a img
{
	border: none;
	outline: none;
}

a
{
	outline: none;
}

li
{
	list-style: none;
}

ul
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
}



p
{
	margin: 0px;
	padding: 0px;
}

h1
{
	margin: 0px;
	padding: 0px;

}

h2
{
	margin: 0px;
	padding-top: 10px;

}

h3
{
	margin: 0px;
	padding: 0px;
}

h4
{
	margin: 0px;
	padding: 0px;
}

h5
{
	margin: 0px;
	padding: 0px;
}
