body {
	background:#738fbb url(images/css/bg_fade.jpg) top center repeat-x;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	FONT-FAMILY:Arial, Helvetica, sans-serif; 
	FONT-SIZE:12pt; 
	FONT-WEIGHT:bold; 
	COLOR:#737161;
}
/*************************************
*  HOME PAGE LAYOUT                  *
**************************************/

div#shadow {
	margin:auto;
	background:url(images/css/topshadow.jpg) center no-repeat;
	width:967px;
	height:517px;
}
div#branding {
	margin:auto;
	width:967px;
	height:132px;
	text-align:left;
	background:url(images/css/bg_header.jpg) center no-repeat;
}

div#footer {
	margin:auto;
	height:63px;
	width:967px;
	background:url(images/css/footer.jpg) bottom center no-repeat;
	text-align:center;
}

div#info {
	margin:auto;
	width:967px;
	font-size:small;
	font-weight:normal;
}
div#info h2 {
	margin:0;
}

	div#info div.head {
	background:url(images/css/info-top.jpg) top center no-repeat;
	height:40px;
	}
	div#info div.content {
		background:url(images/css/info-content.jpg) repeat-y;
		
	}
	div#info div.foot {
		background:url(images/css/info-bottom.jpg) bottom center no-repeat;
		height:49px;
	}


	div#info div.largeItem {
		width:351px;
		float:left;
	}
		div#info div.largeItem div.head {
			background:url(images/css/info-topLG.jpg) top center no-repeat;
			height:18px;
		}
		div#info div.largeItem div.content {
			background:url(images/css/info-contentLG.jpg) repeat-y;
			padding-left:10px;
		}
		div#info div.largeItem div.foot {
			background:url(images/css/info-bottomLG.jpg) bottom center no-repeat;
			height:18px;
		}
	div#info div.padded {
		padding-left:40px;
	}
		
	div#info div.smallItem {
		width:176px;
		float:left;
	}
	
		div#info div.smallItem div.head {
			background:url(images/css/info-topSM.jpg) top center no-repeat;
			height:18px;
		}
		div#info div.smallItem div.content {
			background:url(images/css/info-contentSM.jpg) repeat-y;
			padding-left:12px;
		}
		div#info div.smallItem div.foot {
			background:url(images/css/info-bottomSM.jpg) bottom center no-repeat;
			height:18px;
		}
	div#info dl {
		margin:10px ;
	}
	div#info dd {
		margin-left:10px ;
		margin-right:10px ;
	}
		
div#homepic {
	margin:0 0 0 20px;
	padding:0;
	width:600px;
	height:180px;
	}

div#home_showcase {
	background: url(images/css/bg_showcase.jpg) repeat-x;
	margin:0 0 0 20px;
	padding:0;
	width:600px;
	height:154px;	
	/*border-bottom:1px solid blue;*/
	}
	
	div#home_showcase img {
		border:#738fbb inset;
		margin-top:10px;
		margin-right:10px;
		float:right;
	}

	div#home_showcase h2 {
	font-size:x-large;
	margin:0;
	padding:10px 10px 5px 10px;
	color:white;
	}
	
	div#home_showcase p {
		color:white;
		font-size:medium;
		margin:0;
		padding-bottom:5px;
	}

div#rightbox {
	margin:0 13px 0 0;
	padding:0;
	width:308px;
	height:335px;
	float:right;
	}

div#rightbox p {
	font-size:x-large;
	padding-right:20px;
	padding-top:10px;
	color:#98adc8;
	}

div#rightbox a {
	display:block;
	width:289px;
	height:42px;
	background:url(images/css/bigbutton.jpg) top center no-repeat;
	color:white;
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	}
	
div#rightbox a:hover {
	background:url(images/css/bigbutton.jpg) bottom center no-repeat;
	}
	
/*************************************
*------------- Nav Bar --------------*
**************************************/
#navBar ul {
	list-style: none;
	margin: auto;
	padding:0;
	height: 32px;
	width: 927px;
	font-size:small;
	background-color:#f9f9f9;
	/*border-bottom:1px solid #00487f;*/
	
}
#navBar li {
	float: left;
	margin:0px;
	text-align: center;
	border-right:1px solid #dddddd;
	border-top:5px solid #aaaaaa; 
}
#navBar li:hover {
	border-top:5px solid #00487f;

}
#navBar li.my {
	border-top:5px solid #00487f;
	background-color:white;
}
#navBar a {
	margin:5px 10px;
	display: block;
	color: #00487f;
}
#navBar a:hover {
	color: #a92e3b;
}

/*************************************
*  INTERNAL PAGE LAYOUT                  *
**************************************/

div#pageHolder {
	margin:auto;
	min-height:550px;
	background-color:#FFF;
	width:938px;
}
div#branding2 {
	margin:auto;
	width:938px;
	height:132px;
	text-align:left;
	background:url(images/css/inside_header.jpg) center no-repeat;
}
div#footer2 {
	margin:auto;
	height:63px;
	width:938px;
	background:url(images/css/inside_footer.jpg) bottom center no-repeat;
	text-align:center;
}
div#footer2 p, div#footer p {
	margin:0px;padding-top:10px;
	/*font-weight:bold;*/
	font-size:small;
	color:#003a67;
}
div#contentHolder {
	margin:10px;
}
div.leftCol {
	float:left;
	width:250px;
	}
div.bio {
	float:left;
	width:350px;
	margin-left:10px;
	}
/* Anchor Style */
A	{font-family: verdana,helvetica,arial,sans-serif; color:blue; text-decoration: none}
A:hover	{font-family: verdana,helvetica,arial,sans-serif; color:red; text-decoration: none}

A.foot		{font-family: verdana,helvetica,arial,sans-serif; font-size:7pt; color:gray; text-decoration: none}
A.foot:hover	{font-family: verdana,helvetica,arial,sans-serif; font-size:7pt; color:red; text-decoration: none}

A.foot2		{font-family: verdana,helvetica,arial,sans-serif; font-size:small; color:#738fbb; text-decoration: none}
A.foot2:hover	{font-family: verdana,helvetica,arial,sans-serif; font-size:small; color:red; text-decoration: none}

/*IMAGE WRAPPER*/
div.leftImageWrapper, div.rightImageWrapper {
	border:2px solid #611122;
	background:#fff;
	margin:5px 10px;
	float:left;
}
span.centerImageWrapper {
	border:2px solid #611122;
	background:#fff;
}
	div.leftImageWrapper img, div.rightImageWrapper img, div.centerImageWrapper img {
		margin:3px;
	}
	div.leftImageWrapper span, div.rightImageWrapper span, div.centerImageWrapper span {
		display:block;
		text-align:center;
		color:#333;
	}
div.rightImageWrapper {
	float:right;
}
/*DIVIDERS*/
div.monthDivider {
	margin:5px 10px;
	padding-left:5px;
	background:#611122;
	border:1px solid #fff;
	color:#fff;
}
div.orangeLine {
	margin:10px 10px 10px 20px;
	border-bottom:1px solid #FFCC66;
}
/*MAIN CONTENT*/
div#mainContent {
	width:490px;
	float:left;
}
	div#mainContent table {
		margin:20px;
	}
/*	div#mainContent ul {
		margin:10px 20px 10px 45px;
	}*/
/*SUB CONTENT*/
div#subContent {
	width:260px;
	float:right;
}
	div#subContent p, div#subContent h3 {
		margin:5px 25px 5px 10px;
		line-height:1.2em;
	}
	div#subContent table {
		margin:10px;
	}
		div#subContent td {
			background:#EFC476;
			padding:2px;
		}
		div#subContent td.menuPrice {
			background:#E9A220;
			color:#fff;
			text-align:center;
			vertical-align:top;
		}
	div#subContent ul {
		/*margin:10px 20px 10px 45px;*/
	}
div.sidebox {
	background-color:#eeeeee;
	margin-top:0px;
	border:double #cccccc;
	min-height:550px;
	}
div.sidebox ol li {
	margin-bottom:5px;
	}
	
/*********************************************************/
/* NEWSLETTER STYLES/
/*********************************************************/
.masthead {
	FONT-FAMILY:caxtonroman,timesnewroman,serif; 
	FONT-SIZE:xx-large; 
	FONT-WEIGHT:bold; 
	COLOR:black;
	DISPLAY: block;
	/*background-color:white;*/
	text-align:center;
}

/**************************************************************
...Image UL...START
**************************************************************/
ul.imageUL {
	margin:10px 0px 5px 30px;
	padding:0;
	list-style: url(http://main.co.branch.mi.us/images/golddot.png);
}

/*THESE CAN BE SUBSTITUTED FOR THE IMAGE TO GIVE A DIFFERNT LOOK*/

ul.bluedot {
	margin:0px 0px 0px 30px;
	padding:0;
	list-style: url(http://main.co.branch.mi.us/images/bluedot.png);
}
ul.smalldot {
	margin:0px 0px 0px 30px;
	padding:0;
	list-style: url(http://main.co.branch.mi.us/images/smalldot.png);
}
ul.golddot {
	margin:0px 0px 0px 30px;
	padding:0;
	list-style: url(http://main.co.branch.mi.us/images/golddot.png);
}
ul.bullet {
	margin:0px 0px 0px 30px;
	padding:0;
	list-style: url(http://main.co.branch.mi.us/images/bullet1.png);
}
ul.square {
	margin:0px 0px 0px 30px;
	padding:0;
	list-style: url(http://main.co.branch.mi.us/images/square.gif);
}

/**************************************************************
...Image UL...End
**************************************************************/

.title	{FONT-FAMILY:caxtonroman,timesnewroman,serif; FONT-SIZE:medium; FONT-WEIGHT:bold; COLOR:#737161;}
.instructions {font-family:verdana,helvetica,arial,sans-serif; FONT-SIZE:7.5pt; FONT-WEIGHT:normal; COLOR:#630434;}
.list_date	{FONT-FAMILY:verdana,helvetica,arial,sans-serif; FONT-SIZE:8pt; FONT-WEIGHT:normal; COLOR:#911122;}
.indent {
	margin-left:20px;
	}

/*Cool Table */
table.cool {float:left; margin-right:10px;}
td.upperleft {background: url(images/upperleft.gif) repeat-x bottom; width:10px; height:10px;}
td.topmid {background: url(images/topmid.gif) repeat-x bottom; height:10px;}
td.upperright {background: url(images/upperright.gif) repeat-x bottom; width:10px; height:10px;}

td.leftmid {background: url(images/leftmid.gif) repeat-y; width:10px;}
td.rightmid {background: url(images/rightmid.gif) repeat-y; width:10px;}

td.bottomleft {background: url(images/bottomleft.gif) repeat-x top; width:10px; height:10px;}
td.bottommid {background: url(images/bottommid.gif) repeat-x top; height:10px;}
td.bottomright {background: url(images/bottomright.gif) repeat-x top; width:10px; height:10px;}
		
