/*[fmt]1A90-1A9A-3*/
/*-----Layout CSS-------
* CSS default styles file
* (c)2009 Momemntum Digital Solutions, LLC
*
* Layout Styles Framework for new designs

*********************************************************************************
Global Resetting * clear browser defaults ***************************************/
* {
	margin: 0;
	padding: 0;
/*reset font-sizes*/
	font-size: 1em;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span {
	margin: 0;
	padding: 0;
	}
ol, ul {
	list-style: none;
	}
a img {
	border: 0;
	}
html {
	width: 100%;
	height: 100%;
/*required for ie6*/
	}
.clear {
	clear: both;
	}
/**********************************
*  Basic Elements
********************************/
html {
	}
body {
	color: #333;
	font-size: 62.5%;
	background: #235 url(../images/mainBG.png) repeat-x;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	padding-top: 12px;
	}
body.mainStyle {
	background: #1D3451 url(../images/mainBG.png) repeat-x;
	}
body.solutionStyle {
	background: #054B1C url(../images/solutionBG.png) repeat-x;
	}
body.processStyle {
	background: #CB6500 url(../images/processBG.png) repeat-x;
	}
body.featureStyle {
	background: #34124F url(../images/featureBG.png) repeat-x;
	}
body.blogStyle {
	background: #6D4219 url(../images/blogBG.png) repeat-x;
	}
body.quoteStyle {
	background: #511 url(../images/quoteBG.png) repeat-x;
	}
body.ctcStyle {
	background: #084C61 url(../images/ctcBG.png) repeat-x;
	}
body.blogStyle a.faqsTitle {
	color: #805800;
	font-size: 0.7em;
	}
.faqsList {
	font-size: 1.5em;
	margin-bottom: 38px;
	}
/**********************************
*  Containers
********************************/
#globalContainer {
/*contains everything*/
	width: 962px;
	margin: 0 auto;
	}
#container {
/*contains everything except footer*/
	width: 962px;
	padding-bottom: 0px;
	background: transparent url(../images/[containerBG]) repeat-y;
	}
/**********************************
*  Header (rem if not used)
********************************/
#header {
	width: 962px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../images/mainHeader.png) no-repeat left top;
	height: 202px;
	}
#header h1 {
	color: #FFF;
	font-size: 3.2em;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: 300;
	padding: 20px 0 0 30px;
	}
#header p {
	font-size: 1.4em;
	color: #FFF;
	clear: left;
	margin: 0 0 0 100px;
	}
/**********************************
*  Main Navigation
********************************/
#navbar {
	width: 320px;
	float: left;
	margin: 0 0 0 0px;
	padding-top: 0px;
	overflow: hidden;
	background: #000 url(../images/[navbarImage]) no-repeat center bottom;
	}
#navbar a.home {
	width: 253px;
	margin: 0;
	height: 35px;
	overflow: hidden;
	display: block;
	background: #888 url(../images/home.gif) no-repeat top left;
	float: left;
	}
#navbar a.home span {
	display: none;
	}
#navbar ul {
	/*[disabled]float:right;*/
	margin-left: 10px;
	}
#navbar ul li {
	list-style: none;
	margin: 0 2px;
	/*[disabled]float:left;*/
	line-height: 2.8em;
	display: block;
	}
#navbar ul li a {
	/*[disabled]float:left;*/
	text-decoration: none;
	display: block;
	height: 1.7em;
	font: normal normal 700 1.5em/1.6em sans-serif;
	padding: 0 10px 0 20px;
	color: #FF0;
	background: #036;
	border-bottom: 2px solid #002C59;
	border-top: 1px solid #00336A;
	}
#navbar ul li a:hover, #navbar ul li a.current {
	background: #013;
	}
/********************************
*  Layout Wrappers
********************************/
#layout {
/*contains sidebar & content*/
	width: 962px;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	background: #FFFFFF url(../images/sideBorder.png) repeat-y left;
	}
#content {
	width: 590px;
	float: right;
	margin: 0px;
	text-align: left;
	min-height: 430px;
	background: #FFFFFF url(../images/contentMan.png) no-repeat right top;
	padding: 20px;
	border-right: 10px solid #000000;
	}
address {
	font-size: 1.7em;
	}
#pageHeader {
	background: #FEFEFE url(../images/titleMan.png) no-repeat left center;
	float: right;
	height: 200px;
	min-height: 200px;
	width: 632px;
	border-right: 10px solid #000000;
	}
#pageHeader h2 {
	text-align: right;
	padding: 10px 10px 10px 160px;
	font: bold 4.5em sans-serif;
	}
body.mainStyle h2, body.mainStyle strong {
	color: #233E6C;
	}
body.solutionStyle h2, body.solutionStyle strong {
	color: #006335;
	}
body.processStyle h2, body.processStyle strong {
	color: #BD5D00;
	}
body.featureStyle h2, body.featureStyle strong {
	color: #47035D;
	}
body.blogStyle h2, body.blogStyle strong, body.blogStyle #Breadcrumbs p {
	color: #815900;
	}
body.quoteStyle h2, body.quoteStyle strong {
	color: #600;
	}
body.ctcStyle h2, body.ctcStyle strong {
	color: #005081;
	}
#quotes {
	width: 632px;
	height: 63px;
	position: absolute;
	top: 384px;
	}
#quotes .slide {
	list-style-type: none;
	line-height: 24px;
	text-align: right;
	padding: 10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
blockquote {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
body.mainStyle .slide {
	background: #233E6C;
	color: #FFF;
	}
body.solutionStyle .slide {
	background: #006335;
	color: #FFF;
	}
body.processStyle .slide {
	background: #BD5D00;
	color: #FFF;
	}
body.featureStyle .slide {
	background: #47035D;
	color: #FFF;
	}
body.blogStyle .slide {
	background: #815900;
	color: #FFF;
	}
body.quoteStyle .slide {
	background: #600;
	color: #FFF;
	}
body.ctcStyle .slide {
	background: #005081;
	color: #FFF;
	}
#titleBar {
	width: 612px;
	line-height: 1.7em;
	margin: 0 0 0 320px;
	padding: 10px;
	font-size: 2em;
	color: #FF0;
	background: #001833;
	border-right: 10px solid #000000;
	}
#title a {
	color: #E6E6BF;
	}
/**********************************
*  Breadcrumbs
********************************/
#Breadcrumbs {
	color: #000000;
	text-align: left;
	font-size: 0.9em;
	margin: 5px 5px 10px;
	}
#Breadcrumbs p {
	margin: 0;
	}
/**********************************
*  Sidebar
********************************/
#sidebar {
	width: 310px;
	min-height: 250px;
	float: left;
	margin: 0px 0 15px;
	padding: 0;
	background: #001934 url(../images/sidebarTop.png) no-repeat right top;
	border-left: 10px solid #000000;
	}
#sidebar .sidebarBox {
	margin: 0 0 5px;
	padding-bottom: 2px;
	background: transparent;
	}
#sidebar h3 {
	clear: both;
	/*[disabled]text-transform:lowercase;*/
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.8em;
	margin: 0 0 10px;
	line-height: 1.8;
	padding: 1px 0 0 10px;
	/*[disabled]background:#58ADE1;*/
	}
#sidebar ul {
	margin: 2px 0 5px 0px;
	}
#sidebar li {
	margin: 8px 2px;
	list-style: none;
	}
#sidebar a {
	font-style: normal;
	}
#sidebar a:hover, #sidebar a.current {
	color: #333333;
	background: #CCCCCC;
	}
#clogin {
	display: block;
	font-size: 1.9em;
	margin-top: 15px;
	margin-bottom: 15px;
	}
#subNavArea {
	text-align: center;
	}
#subNavArea a {
	color: #FFF;
	text-decoration: none;
	}
#subNavArea a:hover, #active a:hover {
	color: #FF0;
	background: transparent;
	}
#subNavArea div.homeNews, #subNavArea div.homeFeature, #subNavArea div.homeFeatures {
	border: 1px dotted #555;
	padding: 5px;
	margin: 5px;
	}
#subNavArea div.homeNews {
	text-align: right;
	font-size: 1.3em;
	}
#subNavArea div.homeNews h3 {
	font-size: 1.3em;
	text-align: center;
	}
#subNavArea div.homeNews label {
	color: #00DC00;
	}
#subNavArea div.homeNews input {
	margin-bottom: 9px;
	}
#subNavArea li.featureTitle a, #subNavArea li.newsTitle a {
	font-size: 1.6em;
	font-weight: bold;
	color: #0D0;
	text-decoration: none;
	}
#subNavArea li.newsTitle a {
	padding-left: 20px;
	background: url(../images/treeicons/news-file.gif) no-repeat left center;
	text-align: left;
	font-size: 1.8em;
	}
#subNavArea li.featureTitle a:hover, #subNavArea li.newsTitle a:hover {
	border-bottom: 3px dotted #FEFE00;
	}
#subNavArea li.featurePhoto {
	margin: 10px;
	}
#subNavArea li.newsSummary {
	margin-bottom: 40px;
	text-align: left;
	}
#subNavArea li.newsDetails {
	margin-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.1em;
	}
#subNavArea li.featureSummary, #subNavArea li.newsSummary {
	font-size: 1.3em;
	line-height: 1em;
	color: #FFF;
	}
#subNavArea li.featureSummary a.readMoreLink, #subNavArea li.newsSummary a.readMoreLink {
	color: #0D0;
	font-weight: bold;
	text-decoration: none;
	}
#subNavArea li.featureSummary a.readMoreLink {
	text-align: right;
	}
#subNavArea li.featureSummary a.readMoreLink:hover, #subNavArea li.newsSummary a.readMoreLink:hover {
	border-bottom: 1px dotted #FF0;
	}
ul#menu2 li {
	margin: 0 0 5px 0px;
	}
ul#menu2 li a {
	display: block;
	width: 130px;
	font-size: 1.6em;
	height: 1.8em;
	line-height: 1.8em;
	color: #898989;
	background: #EEEEEE;
	text-decoration: none;
	padding: 0 0 0 10px;
	}
#sidebar .sidebarBottom {
	height: 15px;
	display: block;
	width: 150px;
	margin: -5px 0 0;
	background: #EFEFEF url(../images/[sidebarBottomImage]) no-repeat center bottom;
	}
#FeatureList {
	margin-bottom: 100px;
	}
#FeatureList .sitePhoto {
	float: left;
	margin-left: 0px;
	margin-top: 1.2em;
	}
#FeatureList li {
	padding-bottom: 40px;
	}
#FeatureList .siteName a {
	font-size: 1.4em;
	}
#FeatureList .sitePhoto img {
	border: 1px solid #AAA;
	}
#FeatureList .featureDescription {
	margin-left: 195px;
	margin-bottom: 30px;
	font-size: 0.8em;
	}
#FeaturePhoto {
	float: right;
	margin: 16px;
	}
#FeaturePhoto img {
	border: 10px solid #BBB;
	}
#NewsList, #FeatureList {
	border: 1px dotted #999;
	padding: 10px;
	margin-left: 25px;
	}
#NewsList li {
	margin: 0;
	list-style-type: none;
	}
#NewsList li.newsTitle span {
	color: #777;
	line-height: 2em;
	}
#NewsList li.newsTitle a {
	font-size: 1.1em;
	font-weight: bold;
	color: #090;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/treeicons/news-file.gif) no-repeat left center;
	}
#NewsList li.newsTitle a:hover {
	border-bottom: 1px dotted #722A80;
	}
#NewsList li.newsSummary {
	margin-bottom: 20px;
	}
#NewsList li.newsSummary span {
	font-size: 1em;
	line-height: 1.3em;
	color: #333;
	}
#NewsList li.newsSummary a.readMoreLink {
	color: #006023;
	font-weight: bold;
	text-decoration: none;
	}
#NewsList li.newsSummary a.readMoreLink:hover {
	border-bottom: 1px dotted #722A80;
	}
.newsDetails {
	margin-bottom: 10px;
	color: #777;
	font-size: 0.8em;
	}
#Menu2 {
	/*[disabled]margin-left:30px;*/
	width: 262px;
	float: left;
	padding: 10px;
	}
#Menu2 li {
	padding-left: 15px;
	background: url(../images/menu2_arrow.gif) no-repeat left 5px;
	}
#Menu2 a {
	color: #FFF;
	font-size: 1.7em;
	line-height: 1.5em;
	text-decoration: none;
	}
#Menu2 a:hover {
	text-decoration: underline;
	}
#Menu2 li.current a, #Menu2 li.section a {
	color: #FF0;
	}
/**********************************
*  Site Map
********************************/
#sitemap-list {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	font-weight: bold;
	line-height: 150%;
	}
#sitemap-list li {
	padding: 10px;
	margin-top: 10px;
	font-size: 1.7em;
	border: 1px dotted #999;
	}
#sitemap-list ul {
	margin: 5px 10px;
	padding: 5px 10px;
	font-weight: normal;
	}
#sitemap-list li li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 18px;
	background: none;
	border: none;
	}
#sitemap-list ul ul {
	margin-left: 10px;
	padding: 5px 10px;
	}
#sitemap-list li li li {
	font-size: 0.8em;
	font-weight: normal;
	}
/**********************************
*  Footer
********************************/
#footer {
	clear: both;
	width: 962px;
/*height: 35px;*/
	min-height: 190px;
	background: #CDBAD3 url(../images/footerBG.png) repeat-y bottom left;
	text-align: center;
	}
#footer .footerTop {
	width: 940px;
	background: #CCB9D2 url(../images/footerTop.png) no-repeat top center;
	display: block;
	height: 48px;
	padding: 15px 0;
	border-left: 12px solid #000000;
	border-right: 10px solid #000000;
	}
#footer .footerTop #bmenu {
	text-align: center;
	height: 145px;
	width: 303px;
	border-right: 1px solid #000000;
	padding-right: 5px;
	font-size: 1.6em;
	line-height: 2;
	float: left;
	margin-top: 10px;
	}
#footer .footerTop #bcontent {
	text-align: left;
	float: right;
	height: 145px;
	width: 615px;
	padding-right: 5px;
	font-size: 1.6em;
	line-height: 2;
	margin-top: 10px;
	}
#footer .footerTop #bmenu ul {
	text-align: center;
	display: block;
	}
#footer .footerTop #bmenu ul li {
	font-size: 1.1em;
	float: left;
	display: inline;
	line-height: 1.4;
	width: 145px;
	margin-left: 5px;
	text-align: left;
	}
#footer .footerTop #bmenu ul li a {
/*float: left;*/
	/*[disabled]margin:0px 10px;*/
	border-left: 1px solid #926E9E;
	text-decoration: none;
	color: #425;
	padding-left: 9px;
	}
#footer .footerTop #bmenu ul li a.current {
	color: #037;
	}
#footer .footerTop #bmenu ul li a.link:hover {
	color: #FF0;
	}
#footer p {
	color: #536;
	font-size: 1.1em;
	text-align: center;
	margin-top: 0.5em;
	line-height: 1.2;
	padding: 44px;
	}
#footer a {
	color: #FFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
#footerEnd {
	background: url(../images/footerBottom.png) no-repeat center bottom;
	width: 962px;
	margin: 0 auto;
	height: 45px;
	text-align: center;
	font-size: 1.2em;
	color: #340E3F;
	}
#footerEnd a {
	color: #155427;
	text-decoration: none;
	}
#footerEnd a:hover {
	color: #0F8D33;
	text-decoration: underline;
	}
