/*Styles for body.*/
body
{
	margin: 0 auto;
	padding: 0;
	color: #494949;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
}

h1, h2, h3, h4
{
	color: #000000;
	
	background-color: inherit;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	
	
}

/*Styles for main content which will be wrapped to center. */
#MainWrapper
{
	background: #ffffff;
	color: #303030;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Styles for the main header at the top. */
#Header
{
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 12px;
	height: 200px;
	background-image: url(../hmc-logo.jpg);
	background-repeat: no-repeat;
}
#Header a
{
	font-weight: bold;
	font-size: 2.5em;
	text-decoration: none;
	color: #0033FF;
	padding-left: 50px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#Header a:hover
{
	background-color:#CCC
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color:#000000;
	height:1.2em;
	line-height:1.4em;
	padding-left:20px;
	background-color: #dcdcdc;
	border-bottom:solid 2px #a9a9a9;
}
#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#HeaderMenus li
{
	float:left;
	list-style-type:none;
	
}
#HeaderMenus li a
{
	display: block;
	padding: 0 30px;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
	background-color: inherit;
	color: #03C;
	font-style: bold;	
}
#HeaderMenus .selected
{
	color: #336699;
	text-decoration: none;
	background-color:inherit;
}
#HeaderMenus a:hover
{
	background-color: #fff;
	color: #03C;
	text-decoration: none;
}

/*Styles for the contens that are displayes in side column. */
#SideContents
{
	float: right;
	width: 170px;
	color: #333300;
	padding: 0 6px 0 20px;
	line-height: 1.2em;
	background-color: #ffffff;
	margin-left: 30px;
}
#SideContents h3
{
	color: #4D6E8F;
	font-size: 1.4em;
	background-color:inherit;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
#SideContents p
{
	font-size: 0.8em;
	background-color: inherit;
	color: #333300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 15px;
}
#SideContents a
{
	background-color: inherit;
	color: #03C;
}

#SideContents a:hover {
	text-decoration:underline;
	color: #03C;
}

/*Styles for the main contets in the page. */
#MainContent
{
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 12px;
	padding-left: 20px;
}
#MainContent h2
{
	font-size: 1.3em;
}
	
	#Main Content h1
	{font-size: 1.4em;
	}
	
	#Main Content h3
	{
	font-size: 1.2em;
	}
	

#MainContent p
{
	color: #494949;
	background-color: inherit;
	padding-left: 20px;
	padding-right: 20px;
}

#MainContent ul li
{
	padding-right: 30px;
}
#MainContent a
{
	color: #03C;
}

#MainContent a:hover {
	text-decoration: underline;
	color: #03C;
}

#MainContent img 
{
	display:inline;
	color: inherit;
	background-color:inherit;
	
}
		.multi_box_container
					{
	width: 900px;
	float: left;
	margin-top: 10px;
	min-height: 100px;
					}
					
					.box_container {
						width: 925px;
						float:left;
						margin-top: 5px;
						min-height:25px;
						border: 1px solid #666;
					}
					
					.content_box_short
					{float: left;
					width: 390px;
					padding: 5px;
					min-height: 50px;
					}
						
						.content_box_sm
						{
	float: left;
	width: 200px;
	min-height: 114px;
	padding: 5px;
						}
						
						.content_box_med
						{float: left;
						width: 275px;
						padding: 3px;
						}
	
							
						.content_box_wide
						{
	width: 600px;
	min-height: 114px;
	float: left;
						}
						.content_box_wide_short
						{width: 500px;
						float: left;
						min-height: 50px;
						}
.content_box_wide h3
						{
	padding-top: 30px;
						}
/*Styles for the page footer. */
#Footer 
{
	width: 1000px;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 20;
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
}
#Footer a 
{
	color: #000099;
	background-color: inherit;
	text-decoration: none;
}
#Footer a:hover 
{
	text-decoration: underline;
}

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}
.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}
#pawprints {background-image:url(../images/pawprints.jpg);
background-repeat:repeat;
}
.clear {
	clear: both;
}

.no_rt_margin
						{
							margin-right: 0px;
						}

						
						
						
						
					
							
						
				
