                                                                                /* Mouse Colony 2009 */




/* @group ~ RESETS */


* {
	margin:0px;
	padding:0px;
}

ul {
	list-style:none;
}

a {
	cursor:default;
	cursor:pointer;
	outline-style: none;
}

a img {
	border:0px;
}


/* @end ~ RESETS */








/* @group ~ GLOBAL */



html {
	font-size:100%;
}

body {
	font-size:62.5%;
	font-family: arial, helvetica, sans-serif;
	color:#626262;
	background-color:#fff;
	padding:10px 0 0 0;
}



	/* @group • CLEARFIX */

	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0px;
		height: 0px;
	}

	.clearfix {
		display: inline-block;
	}

	html[xmlns] .clearfix {
		display: block;
	}

	* html .clearfix {
		height: 1%;
	}
	
	/* @end • CLEARFIX */


	

/* @end ~ GLOBAL */








/* @group ~ BASE STYLES */




h1 {
	font-size:2em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.6em;
}

h4 {
	font-size:1.4em;
}

p, .para {
	line-height: 1.4444em;
	margin-bottom: 1.4444em;
}

blockquote {
	padding: 2em 0;
	margin-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
}

blockquote p {
	margin-bottom: 0;
	font-size: 1.3em;
	line-height: 1.5384615em;
}

cite {
	font-weight: bold;
	font-style: normal;
	display: block;
}

.hidden {
	left:-990px;
	position:absolute;
	width:999px;
}


	/* @group • LINKS */

	a:link, a:visited, a:active {
		color:#25609a;
		text-decoration:none;
	}

	a:hover {
		text-decoration:underline;
	}

	/* @end • LINKS */

ul.breadcrumbList li {
	float:left;
	display:inline;
	padding:0 16px 0 8px;
	background:url(../../images/bg_crumbs.gif) no-repeat center right;
}

.learnMore {
	font-family:Georgia,Times New Roman,Serif;
	font-style:italic;
	margin:0 0 0 4px;
}
	
	
/* @end ~ BASE STYLES */








/* @group ~ STRUCTURE/LAYOUT */


#mainWrapper {
}

#header {
	height:58px;
	background-color:#fff;
	padding:0 0 12px 0;
	border-bottom:1px solid #a9c3c9;
}

#mainBodySub {
	background-color:#f3f3f3;
	border-bottom:1px solid #dadada;
	padding:20px 0;
}

#mainBodyHome {
	background:#f3f3f3 url(../../images/bg_homepageCallout.gif) repeat-x top left;
	border-bottom:1px solid #dadada;
}

.mainContent {
	width:880px;
	font-size:1.2em;
	padding:0 20px;
	margin:0 auto;
}

.mainContentLeft {
	width:540px;
	float:left;
	display:inline;
	padding:0 0 0 20px;
}

.rightSideBar {
	width:280px;
	margin:0 0 0 597px;
}

#footer {
	width:900px;
	background-color:#fff;
	font-size:1.1em;
	clear:both;
	padding:20px 0 40px 0;
	margin:0 auto;
}


/* @end ~ STRUCTURE/LAYOUT */









/* @group ~ HEADER */


.headerContent {
	width:920px;
	margin:0 auto;
}

h1.mouseColonyID {
	width:295px;
	height:58px;
	float:left;
	display:inline;
	padding:5px 0 0 0;
}

p.secondaryNavigation {
	font-size:1.1em;
	text-align:right;
	margin:0 0 14px 320px;
}

p.secondaryNavigation a:link, p.secondaryNavigation a:visited, p.secondaryNavigation a:active {
	color:#6d6d6d;
	margin:0 0 0 5px;
}

p.secondaryNavigation a.About {
	padding:0 6px 0 0;
	margin:0;
	border-right:1px solid #000;
}


/* @end ~ HEADER */









/* @group ~ PRIMARY NAVIGATION */



ul.primaryNavigation {
	margin:0 0 0 320px;
}

ul.primaryNavigation li {
	font-size:1.4em;
	float:right;
	display:inline;
	padding:0 8px;
}

ul.primaryNavigation li.navLastGet {
	padding:0 0 0 8px;
}



/* @end ~ PRIMARY NAVIGATION */









/* @group ~ PAGE CONTENT */


.mainContent h3 {
	font-size:1.4em;
	margin:0 0 22px 0;
}

.mainContent p {
	line-height:1.3em;
}

.mainContent .mainContentLeft p {
	font-size:15px;
}

.mainContentLeft h2 {
	padding:0 0 4px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #ccc;
}



	/* @group • HOMEPAGE */


	.homeCallout {
		width:880px;
		height:403px;
		padding:9px 20px 23px 20px;
		margin:0 auto 15px auto;
	}
	
	ul.bannersList {
		display:block;
		margin:0 0 12px 0;
	}
	
	ul.bannersList li {
		width:277px;
		height:60px;
		float:left;
		display:inline;
		margin:0 24px 0 0;
	}
	
	ul.bannersList li.lastBanner {
		margin:0;
	}
	
	ul.bannersList li a:link, ul.bannersList li a:visited, ul.bannersList li a:active {
		color:#2e3e16;
	} 

	
	ul.bannersList li span.subText {
		font-family: Georgia, Times New Roman, Serif;
		font-size:1.2em;
		display:block;		
	}
	
	a.btn_downloadDemo {
		width:277px;
		height:60px;
		display:block;
		background:transparent url(../../images/btn_downloadDemo.png) no-repeat 0 -69px !important;
		background:transparent url(../../images/btn_downloadDemo.gif) no-repeat 0 -69px;
	}
	
	a.btn_downloadDemo:hover {
		background:transparent url(../../images/btn_downloadDemo.png) no-repeat 0 0 !important;
		background:transparent url(../../images/btn_downloadDemo.gif) no-repeat 0 0;
		text-decoration:none;
	}
	
	a.btn_downloadDemo span.subText {
		padding:32px 10px 0 70px;
	}
	
	a.btn_purchaseApp {
		width:277px;
		height:56px;
		display:block;
		background:transparent url(../../images/btn_purchaseApp.png) no-repeat 0 -73px !important;
		background:transparent url(../../images/btn_purchaseApp.gif) no-repeat 0 -73px;
		margin:4px 0 0 0;
	}
	
	a.btn_purchaseApp:hover {
		background:transparent url(../../images/btn_purchaseApp.png) no-repeat 0 -4px !important;
		background:transparent url(../../images/btn_purchaseApp.gif) no-repeat 0 -4px;
		text-decoration:none;
	}
	
	a.btn_listFeatures {
		width:277px;
		height:56px;
		display:block;
		background:transparent url(../../images/btn_listFeatures.png) no-repeat 0 -73px !important;
		background:transparent url(../../images/btn_listFeatures.gif) no-repeat 0 -73px;
		margin:4px 0 0 0;
	}
	
	a.btn_listFeatures:hover {
		background:transparent url(../../images/btn_listFeatures.png) no-repeat 0 -4px !important;
		background:transparent url(../../images/btn_listFeatures.gif) no-repeat 0 -4px;
		text-decoration:none;
	}

	a.btn_purchaseApp span.subText, a.btn_listFeatures span.subText {
		padding:28px 10px 0 70px;
	}
	
	.calloutMain {
		background:transparent url(../../images/bg_calloutmain.gif) no-repeat 0 0;
		padding:0 0 0 20px;
	}
	
	.calloutMainLeft {
		width:500px;
		/*height:301px;*/
		float:left;
		color:#fff;
		display:inline;
		padding:15px 0 15px 0;
	}
	
	/*.calloutMainLeft h2 {
		color:#fff;
		font-size:2.8em;
	}*/
	
	h2.calloutHeadline {
		width:483px;
		height:57px;
		background:transparent url(../../images/bg_calloutHeadline.png) no-repeat 0 12px !important;
		background:transparent url(../../images/bg_calloutHeadline.gif) no-repeat 0 12px;
		padding:13px 0 18px 0;
		margin:0 0 0 3px;
	}
	
	.whyMouseColony {
		background:transparent url(../../images/bg_whyMouseColony.png) no-repeat top center !important;
		background:transparent url(../../images/bg_whyMouseColony.gif) no-repeat top center;
		padding:32px 15px 26px 15px;
		margin:0 0 20px 0;
	}
	
	ul.whyList {
		font-size:1.4em;
		letter-spacing:.04em;
	}
	
	ul.whyList li {
		background:transparent url(../../images/bul_blueArrow.png) no-repeat left center !important;
		background:transparent url(../../images/bul_blueArrow.gif) no-repeat left center;
		padding:0 0 0 21px;
		margin:0 0 14px 0;
	}
	
	ul.whyList li.Simple {
		margin:0;
	}
	
	ul.whyList li span {
		font-size:1.3em;
	}
	
	.calloutDownload {
		font-size:1.4em;
	}
	
	.calloutDownload label {
		float:left;
		font-size:1.1em;
		display:inline;
		background:transparent url(../../images/bg_downloadArrow.png) no-repeat right center !important;
		background:transparent url(../../images/bg_downloadArrow.gif) no-repeat right center;
		padding:11px 24px 11px 13px;
		margin:0 23px 0 0;
	}
	
	.calloutDownload a:link, .calloutDownload a:visited, .calloutDownload a:active {
		line-height:2.9em;
		color:#fff;
	}
	
	.calloutDownload a.calloutWindowsDownload, dl.downloadDemoList a.sidebarWindowsDownload {
		background:transparent url(../../images/icon_windowsOS.png) no-repeat left center !important;
		background:transparent url(../../images/icon_windowsOS.gif) no-repeat left center;
		padding:4px 0 4px 32px;
		margin:0 25px 0 0;
	}
	
	.calloutDownload a.calloutMacDownload, dl.downloadDemoList a.sidebarMacDownload {
		background:transparent url(../../images/icon_macintoshOS.png) no-repeat left center !important;
		background:transparent url(../../images/icon_macintoshOS.gif) no-repeat left center;
		padding:4px 0 4px 25px;
	}
	
	.calloutMainRight {
		/*width:340px;*/
		position:relative;
		left:0;
		top:0;
		z-index:0;
		margin:0 0 0 515px;
		padding:4px 0 15px 4px;
	}
	
	a.calloutBtnTour {
		width:175px;
		height:47px;
		position:absolute;
		left:90px;
		top:269px;
		border:0 none;
		cursor:pointer;
		background:transparent url(../../images/btn_takeTheTour.png) no-repeat 0 -48px !important;
		background:transparent url(../../images/btn_takeTheTour.gif) no-repeat 0 -48px;
	}
	
	a.calloutBtnTour:hover {
		background:transparent url(../../images/btn_takeTheTour.png) no-repeat 0 0 !important;
		background:transparent url(../../images/btn_takeTheTour.gif) no-repeat 0 0;
	}
	
	a.calloutBtnTour span {
		display:none;
	}
	
	dl.homeFeaturesList {
		font-size:.8em;
	}
	
	dl.homeFeaturesList dt {
		font-size:1.4em;
		color:#005b7f;
		background:transparent url(../../images/bg_dottedHorizBorder.gif) repeat-x bottom left;
		padding:5px 0;
	}
	
	dl.homeFeaturesList dt strong {
		font-weight:normal;
		background:transparent url(../../images/icon_downArrowBlue.gif) no-repeat right 7px;
		padding:0 11px 0 0;
	}
	
	dl.homeFeaturesList dd {
		padding:10px;
	}
	
ul.homeFeaturesList{
margin: 0 0 30px;
}
ul.homeFeaturesList li{
 margin: 0 0 10px;
}

	/* @end • HOMEPAGE */
	
	
	
	
	/* @group • TAKE THE TOUR & TAKE THE TOUR & SEE THE LIST OF FEATURES */




	.tourContainer {
		width:840px;
		height:352ipx;
		background:transparent url(../../images/bg_calloutmain.gif) no-repeat 0 0;
		padding:19px 20px 19px 20px;
		margin:11px 0 0 0;
	}
	
	.tourContentLeft {
		width:227px;
		float:left;
		display:inline;
	}
	
	ul.tourListMain {
		font-size:1.8em;
	}
	
	ul.tourListMain li {
		width:227px;
		float:left;
		clear:left;
		display:block;
	}
	
	ul.tourListMain li.selected {
		background:transparent url(../../images/bg_15PercentBlue.png) repeat 0 0 !important;
		background:#75b4cd;
	}
	
	ul.tourListMain li a:link, ul.tourListMain li a:active, ul.tourListMain li a:visited {
		color:#fff;
		padding:8px 10px;
		display:block;
	}
	
	ul.tourListMain li a:hover {
		text-decoration:none;
	}
	
	ul.tourListMain li a span.arrow {
		width:4px;
		height:7px;
		display:none;
		background:transparent url(../../images/icon_rightArrowWhite.png) no-repeat center center !important;
		background:transparent url(../../images/icon_rightArrowWhite.gif) no-repeat center center;
		margin:0 0 0 10px;
	}
	
	.tourContentRight {
		position:relative;
		top:0;
		left:0;
		width:610px;
		height:350px;
		overflow:hidden;
		margin:0 0 0 227px;
		border-top:1px solid #64a0b7;
		border-bottom:1px solid #4187a2;
		
	}
	
	#large {
		width:620px;
		height:auto;
	}
	
	#zoom_content {
		width:auto;
		height:auto;
		padding:0;
		margin:0;
	}
	
	#zoom_content h3 {
		padding:0 0 5px 0;
		margin:0 0 14px 0;
		border-bottom:1px solid #DCDEDE;
	}
	
	#zoom_content img {
		margin:0 auto;
		display:block;
		border:1px solid #EBEAEA;
	}
	
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	
	.tourSamples {
		background:transparent url(../../images/bg_15PercentBlue.png) repeat 0 0 !important;
		background:#75b4cd;
		width:2600px;
		padding:10px 0 0 0;
	}
	
	.tourSamples div {
		width:600px;
		height:330px;
		float:left;
		display:inline;
		padding:0 0 0 10px;
		margin:0 20px 0 0;
	}
	
	.tourSamples div div {
		width:547px;
		height:287px;
		float:none;
		display:block;
		background-color:#fff;
		border:1px solid #4c9dbd;
		margin:0;
		padding:20px;
	}
	
	.tourSamples div div h2 {
		font-size:1.4em;
		border-bottom:1px solid #dcdede;
		padding:0 0 5px 0;
		margin:0 0 10px 0;
	}
	
	.tourSamples div div dl {
		width:265px;
		height:80px;
		float:left;
		display:inline;
		margin:0 0 9px 0;
	}
	
	.interiorFeatureSubList {
		height:80px;
		margin:0 0 15px 0;
		padding:0 12px;
	}
	
	.tourSamples div div dl dd, .interiorFeatureSubList dd {
		width:101px;
		height:69px;
		float:left;
		display:inline;
		padding:4px;
		background-color:#fcfcfc;
		border:1px solid #e4e1e1;
	}
	
	.tourSamples div div dl dd.selected, .interiorFeatureSubList dd.selected {
		background-color:#cde5ee;
		border:1px solid #bcd5df;

	}
	
	.tourSamples div div dl dd img, .interiorFeatureSubList dd img {
		width:99px;
		height:68px;
		display:block;
		border:1px solid #ebeaea;
	}
	
	.tourSamples div div dl dt, .interiorFeatureSubList dt {
		margin:0 0 0 118px;
	}

	.tourSamples div div dl dt a {
		font-size:1.2em;
	}
	
	.interiorFeatureSubList dt a {
		font-size:1.2em;
	}
	
	.tourSamples div div dl dt a.learnMore, .interiorFeatureSubList dt a.learnMore {
		display:inline;
		font-size:1em;
	}
	
	.mainContent .interiorFeatureSubList dt p {
		display:inline;
		font-size:1.1em;
		margin:0;
	}
	
	.tourSamples div div dl dt a:hover {
		text-decoration:underline;
	}
	
	/*.tourSamples div div dl dt a strong {
		display:block;
		margin:0 0 5px 0;
	}*/

	.tourSamples div div dl dt p {
		line-height:1.1em;
		font-size:1.1em;
		margin:0;
		display:inline;
	}

	.defineFeatures dd a, .interiorFeatureSubList dd a {
		position:relative;
		top:0;
		left:0;
	}
	
	.tourSamples .popImg, .interiorFeatureList li .popImg {
		display:none;
	}
	
	span.magnify {
		width:13px;
		height:13px;
		position:absolute;
		left:88px;
		top:56px;
		display:none;
		background:url(../../images/icon_magnify.gif);
	}
	
	.interiorFeatureList h3 {
		padding:0 0 4px;
		border-bottom:1px solid #ccc;
		margin:0 0 15px 0;
	}

	.interiorFeatureSublist {
		padding:0 10px;
	}
	
	.tourBadge {
		width:220px;
		height:126px;
		background:transparent url(../../images/tourBadge.png) no-repeat top left !important;
		background:transparent url(../../images/tourBadge.gif) no-repeat top left !important;	
		margin:0 0 50px 0;
	}




	/* @end • TAKE THE TOUR & SEE THE LIST OF FEATURES */
	
	
	
	
	/* @group • FEATURE LANDING PAGES */
	
	
	
	.featureLanding h2 {
		padding:0 0 4px;
		border-bottom:1px solid #ccc;
		margin:0 0 15px 0;
	}
	
	.featureLanding .screenContainer img {
		margin:0 auto;
	}
	
	.featureLanding .featureHeader {
		background-color:#FFFFFF;
		border:1px solid #ebebeb;
		font-size:1.1em;
		margin:0 0 20px;
		padding:14px 10px;
	}
	
	.featureLanding .mainContentLeft {
		width:522px;
		padding:0;
	}
	
	.featureLanding .rightSideBar {
		margin:0 0 0 540px;
		width:335px;
	}	

	.featureLanding .screenContainer img {
		display:block;
		padding:10px;
		/*border:1px solid #D3D3D3;*/
		background-color:#fff;
	}
	
	.featureLanding .featureDescription {
		white-space:normal;
	}
	
	.featureLanding .featureDescription p {
		margin:0 0 1em 0;
	}
	
	.featureLanding .featureDescription ul {
		list-style:disc;
		list-style-position:outside;
		padding:0 0 0 40px;
		margin:0 0 1em 0;
	}
	
	
	
	/* @end • FEATURE LANDING PAGES */
	
	

	
	
	/* @group • SEE THE LIST OF FEATURES */
	
	
		
	
	/* @end • SEE THE LIST OF FEATURES */









/* @end ~ PAGE CONTENT */








/* @group ~ RIGHT SIDEBAR */






	/* @group • SPEECH BUBBLE */




	.speechBubble {
		width:275px;
		margin:0 0 15px 0;
	}

	.speechBubbleTop {
		width:275px;
		height:12px;
		background:transparent url(../../images/bg_speechBubbleTop.gif) no-repeat 0 0;
	}

	.speechBubbleContent {
		width:245px;
		background:transparent url(../../images/bg_speechBubbleMiddle.gif) repeat-y 0 0;
		padding:7px 15px;
	}
	
	.speechBubbleBottom {
		width:275px;
		height:39px;
		background:transparent url(../../images/bg_speechBubbleBottom.gif) no-repeat 0 0;
	}
	
	.speechBubbleContent blockquote {
		font-size:1.2em;
		font-style:italic;
		font-family:Georgia,Times New Roman,Serif;
		color:#596879;
		margin:0 0 4px 0;
		padding:0;
	}
	
	.speechBubbleContent p {
		text-align:right;
		color:#000;
		margin:0;
	}
	
	.speechBubbleContent p span {
		font-size:.8em;
		display:block;
	}




	/* @end • SPEECH BUBBLE */
	
	
	
	
	

	/* @group • SAGE BANNER */
	
	
	
	
	
	.sageBanner {
		width:265px;
		position:relative;
		left:0;
		top:0;
		z-index:0;
		background-color:#fff;
		border:1px solid #d3d3d3;
		padding:5px;
		margin:0 0 10px 0;
	}
	
	.sageBannerContent {
		background:#c2e9d8 url(../../images/bg_sageBanner.gif) repeat-x bottom left;
		border:1px solid #add2c8;
	}
	
	.sageBanner p {
		font-size:1.2em;
		font-weight:bold;
		padding:10px 7px;
		margin:0;
	}
	
	.sageBanner a:link, .sageBanner a:active, .sageBanner a:visited {
		display:block;
		color:#626262;
	}
	
	.sageBanner a:hover {
		text-decoration:none;
	}
	
	.sageBanner .Excel .sageMCStamp {
		width:66px;
		height:64px;
		position:absolute;
		left:-4px;
		top:-5px;
		display:block;
		background:transparent url(../../images/icon_sageMCStamp.png) no-repeat center center !important;
		background:transparent url(../../images/icon_sageMCStamp.gif) no-repeat center center;
	}
	
	.sageBanner .Excel p {
		padding:10px 10px 10px 63px;
	}
	



	/* @end • SAGE BANNER */

	/* @group • SAGE BANNERTEST */

.sageBannerTest {
		width:265px;
		position:relative;
		left:0;
		top:0;
		z-index:0;
		background-color:#fff;
		border:1px solid #d3d3d3;
		padding:5px;
		margin:0 0 10px 0;
	}
	
	.sageBannerContentTest {
		background:#c2e9d8 url(../../images/bg_sageBanner.gif) repeat-x;
		border:1px solid #add2c8;
	}
	
	.sageBannerTest p {
		font-size:1.2em;
		font-weight:bold;
		padding:10px 7px;
		margin:0;
	}
	
	.sageBannerTest a:link, .sageBanner a:active, .sageBanner a:visited {
		display:block;
		color:#626262;
	}
	
	.sageBannerTest a:hover {
		text-decoration:none;
	}


/* @end • SAGE BANNERTEST */










	/* @group • DOWNLOAD/PURCHASE BANNER */




	.blueBanner {
		width:265px;
		background-color:#fff;
		border:1px solid #d3d3d3;
		padding:5px;
		margin:0 0 10px 0;
	}

	.blueBannerContent {
		color:#fff;
		border:1px solid #c4dde7;
	}
	
	.blueBannerContent a:link, .blueBannerContent a:visited, .blueBannerContent a:active {
		color:#fff;
	}
	
	.blueBannerContent a:hover {
		text-decoration:none;
	}
	
	dl.downloadDemoList {
		border-bottom:2px solid #fff;
		background:transparent url(../../images/bg_blueBannerStripes.gif) repeat-x 0 0;
	}
	
	.blueBannerContent dl.downloadDemoList dt, .blueBannerContent dl.purchaseAppList dt {
		font-size:1.2em;
		text-align:center;
		background-color:#517fa0;
		padding:12px 10px;
	}
	
	.blueBannerContent dl.downloadDemoList dt strong, .blueBannerContent dl.purchaseAppList dt strong {
		background:transparent url(../../images/icon_downArrowWhite.gif) no-repeat right 7px;
		padding:0 11px 0 0;
	}

	.blueBannerContent dl.downloadDemoList dd {
		padding:15px 0 15px 25px;
	}
	
	.blueBannerContent dl.downloadDemoList dd a {
		font-size:1.2em;
	}
	
	dl.purchaseAppList {
		background:transparent url(../../images/bg_blueBannerStripes.gif) repeat-x 0 -50px;
	}
	
	dl.purchaseAppList dd {
		height:40px;
		padding:15px;
	}
	
	dl.purchaseAppList dd a.purchaseApp {
		display:block;
	}
	
	dl.purchaseAppList dd a.purchaseApp:hover {
		text-decoration:none;
	}

	dl.purchaseAppList dd span.appIcon {
		width:42px;
		height:46px;
		float:left;
		display:inline;
		background:transparent url(../../images/icon_purchaseApp.png) no-repeat center center !important;
		background:transparent url(../../images/icon_purchaseApp.gif) no-repeat center center;
		margin:0 10px 0 0;
	}
	
	dl.purchaseAppList dd span.appPrice {
		font-size:2em;
		font-family:Georgia,Times New Roman,Serif;
		float:left;
		display:inline;
		margin:0 10px 0 0;
	}
	
	dl.purchaseAppList dd span.appCopy {
		width:105px;
		float:left;
		display:inline;
		font-size:1.1em;
		line-height:1em;
		padding:1px 0 0 0;
	}
	
	dl.purchaseAppList dd span.appCopy em {
		font-size:.9em;
		font-family:Georgia,Times New Roman,Serif;
		font-style:italic;
		display:block;
		text-align:right;
		padding:5px 0 0 0;
	}




	/* @end • DOWNLOAD/PURCHASE BANNER */







/* @end ~ RIGHT SIDEBAR */





/* @group ~ FOOTER */



.footerLeft {
	width:570px;
}

p.legals {
	width:265px;
	float:right;
	text-align:right;
	font-size:.9em;
	color:#6d6d6d;
}

p.legals span {
	display:block;
}

ul.footGetMouseColonyList li, ul.footGetSupportList li, ul.footTertiaryList li {
	float:left;
	display:inline;
	padding:0 7px;
	border-right:1px solid #ccc;
	margin:0 0 8px 0;
}

ul.footGetMouseColonyList li.label, ul.footGetSupportList li.label, ul.footTertiaryList li.label {
	width:108px;
	text-align:right;
	font-size:1.1em;
	line-height:1em;
	border-right:none;
}

ul.footGetSupportList, ul.footTertiaryList {
	clear:left;
}

ul.footerNavigation li ul {
	display:inline;
}

ul.footTertiaryList a:link, ul.footTertiaryList a:active, ul.footTertiaryList a:visited {
	color:#6d6d6d;
}

.pageTrail {
	height:25px;
	clear:both;
	text-align:right;
}

#auth img{
width:62px;
height:50px;

}
#authPromo{
	background-color:#fff;
	border:1px solid #d3d3d3;
        padding:5px;
}

a.tectureStamp {
	width:64px;
	height:20px;
	display:block;
	float:right;
	background:transparent url(/assets/root/images/Tecture-Site-Built-Logo.gif) no-repeat center center;
}


/* @end ~ FOOTER */

    .topicFaq{
margin: 0 0 20px;
}

    

    

    

    

    

    

    

    
