@charset "utf-8";
/** BEGIN home styles **/
.home p											{ text-indent: 0; 
															font-size: 1em; 									/* 1		 	* 12px default for parent body element = 12px */
															line-height: 1.66667em;						/* 1.6667	* 12px = 20px */
															margin-top: .25em;								/* .25		* 12px = 3px */
															margin-bottom: .41666em; }				/* .41666	* 12px = 5px */

.home p.lm									{ text-align: right; 
															font-size: 100%;									/* 100	* 12px default for parent body element = 12px */
															font-weight: 600; 
															line-height: 1.5em;								/* 1.5	* 1.0 * 12 = 18px */
															margin-top: .25em;								/* .25	* 12px = 3px */									
															margin-bottom: 0em; }							/* 0		* 12px = 0px */

#services h3								{ color: #919195; 
															font-weight: normal;
															text-indent: 0; 
															font-size: 1em;
															margin: 0; }

#services h3								{ margin-top: .5em; margin-bottom: .25em;
															font-size: 1em; 
															border-bottom: 1px solid #ee3322; }

#services li.bullet					{ margin-top: .1em; 
															line-height: 1.45em;
															font-size: .875em; 
															line-height: 1.45em; }

#services a									{	text-decoration: none;
															border: none; }												
#services a:link,
#services a:visited 				{	color: #919195; }

#services a:hover,
#services a:active					{	color: #ee3322; }

#services h3 a:link,
#services h3 a:visited,
#services h3 a:hover,
#services h3 a:active				{ color: #ee3322; }

/**  END home styles  **/
