/* CSS Document */

body {margin:0; padding:0; background:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

img {border:none;}
a	{color:#90000F;}

a:hover {color:#333333;}

#wrap {margin:0 auto 10px auto; width:800px;}

#menu {height:65px; padding:0; text-align:center; background:url(../images/menu-back.jpg) top repeat-x; overflow:hidden;}
	#menu a 			{display:block; float:left; height:20px; padding:25px 38px 20px 38px; font-weight:bold; color:#000000; font-size:14px; text-decoration:none; border-right:dotted 1px;}
	#menu a:hover 		{text-decoration:underline;}
	#menu a.selected 	{background:url(../images/menu-selected.jpg) top repeat-x; color:#FFFFFF; border:none; padding:25px 44px 20px 44px;}

#head {
	height:277px;
}
#cont {height:88px; background:url(../images/home-small.jpg) no-repeat;}

#page {
	min-height:160px;
	padding:10px 20px 10px 0;
	background-color:#FFFFFF;
}

 	#page #side {float:left; width:210px; padding:20px; background:#F0F0F0; margin-top:10px;}
	#page #side h3 {margin:0 0 15px 0; padding:0 0 5px 0; color:#666666; font-size:22px; border-bottom:solid 1px;}
	
	#page #side .news-title 	{color:#90000F; font-weight:bold;}
	#page #side .news-date 		{color:#666666; font-size:10px; text-transform:uppercase;}
	#page #side .news-author 	{color:#666666; font-size:10px; text-transform:uppercase;}
	#page #side a 				{display:block; color:#FFFFFF; background:#333333; padding:4px 6px 4px 6px; text-decoration:none; margin:5px 0 0 0; width:85px;}
	#page #side a:hover			{text-decoration:underline;}
	#page #side p				{margin:0 0 15px 0;}
	
	#page #sidecont {float:left; width:240px; height:15px; padding:10px 10px 5px 0px;}
	
	#page #main {
	float:right;
	width:505px;
	text-align: justify;
}
#sign {
	float: left;
	width: auto;
	height: auto;
}

		
		#page #main img {float:right; margin:15px 0 0 20px;}
		#page #sign img {float:left; margin: 0;}
		#page #top img {float:left; margin: 0;}
#top {
	float: left;
	height: auto;
	width: auto;
}



		#page #main h1	{margin:10px 0 0 0; padding:0; font-weight:normal;}
		#page #main h2	{margin:20px 0 0 0; padding:0; font-weight:normal;}
		/* added this line to indent the list in the services page */
		#page #main h3	{margin:20px 0 0 0; padding-left:15px; font-weight:bold;}
		#page #main p	{line-height:22px;}
		
#foot {font-size:12px; color:#000000; padding:10px 0 10px 30px; font-size:10px; border-top:solid 1px;}

