@charset "UTF-8";
/*SommerYeager, LLC. style sheet by Mobius New Media*/
/*HOME PAGE STYLES ONLY!*/
#flashloginwrap {
	margin: 0px;
	padding: 0px 20px;
}
#flashdiv {
	width: 641px;
	height: 278px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
	float: left;
}
#logindiv {
	width: 185px;
	height: 248px;
	background: url(../images/login-bgrd.gif) repeat-x top #FFC;
	float: right;
	margin: 0px;
	padding: 15px;
	border: 1px solid #CCC;
	font-size: 1.2em;
	overflow: hidden;
}
#homeRight {
	width: 308px;
	background: url(../images/contentbox-bgrd.png) no-repeat top left;
	float: right;
	margin: 0px 0px 5px 0px;
	padding: 10px 15px;
	border: 1px solid #CCC;
	overflow: hidden;
	min-height: 220px;
	position: relative;
}
#homeRight p.quote {
	background: url(../images/quoteOpen.gif) no-repeat top left;
	padding: 10px 20px;
	margin: 15px 0 0 0;
	display: block;
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #222;
}
p.quote span {
	background: url(../images/quoteClose.gif) no-repeat bottom right;
	display: block;
}
#homeRight p.quoteBy {
	font-weight: bold;
	text-align: right;
	font-size: 1.15em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
}
#homeRight p.bottomLink {
	display: block;
	position: absolute;
	bottom: 15px;
	font-size: .95em;
}
#homeLeft {
	width: 468px;
	background: url(../images/contentbox-bgrd.png) no-repeat top left;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 10px 15px;
	border: 1px solid #CCC;
	text-align: left;
	overflow: hidden;
	min-height: 220px;
}
#homeLeft h3 {
	margin-right: 18px;	
}
a#testdrivebutt, a#signinbutt {
	display: block;
	width: 182px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}
a#testdrivebutt {
	background: url(../images/login_testdrivebutt.gif) no-repeat 0 0;
}
a#signinbutt {
	background: url(../images/login_signinbutt.gif) no-repeat 0 0;
}
a#testdrivebutt:hover, a#signinbutt:hover {
	background-position: 0px -30px;
}
ul.solutionlist {
	margin: 15px 20px 0 20px;
	padding: 0;
	list-style: url(../images/ulbullet-goldarrow.gif);
	font-weight: bold;
	line-height: 1.25em;
}
ul.solutionlist li {
	margin: 6px 0px;
	padding: 0;
	clear: left;
	list-style: url(../images/ulbullet-goldarrow.gif);
}
ul.solutionlist li ul {
	list-style-image: none;
	list-style: none;
	margin: 10px 25px 15px 0;
	padding: 0;
	float: left;
	display: inline;
}
ul.solutionlist li ul li {
	list-style-image: none;
	list-style: none;
	background: url(../images/ulbullet-greencircle.gif) no-repeat left center;
	margin: 6px 0;
	padding: 0 0 0 15px;
}