/* Universal Reset */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	border-style: solid;
}


/*
	LAYOUT TOOLS
*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.clearRight			{ clear: right; }
.clearLeft			{ clear: left; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
img 				{ line-height: 0; }
/*
	PRINT TOOLS
*/
.page-break 		{ page-break-before: always; }


/*
	TYPOGRAPHIC TOOLS
*/
.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut			{ font-size: 125%; font-weight: bold; }
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
.resetTypeStyle		{ font-weight: normal; font-style: normal; font-size: 100%; 
					  text-decoration: none; word-spacing: normal; 
					  letter-spacing: 0px; text-transform: none; text-indent: 0px; }

/* 
	STYLING EXTRAS
*/
a[href $='.pdf']	{ background:url(../images/icons/pdfIcon.png) left center no-repeat; padding-left: 18px;}

/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }

/*
alternative to CAPTCHA
*/
.thepot				{ display: none; }

body {
	/* background:url(../images/bodyBg.jpg) repeat-x top left #276789; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#515151;
}

h1 {
	font-weight:bold;
	font-size:16px;
	color:#24688b;
}

h2 {
	font-weight:bold;
	font-size:12px;
	color:#0085c3;
	margin:10px 0;
}

h2 span {
	color:#939393;
}

a:link, a:visited {
	color:#0085c3;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

p {
	line-height:19px;	
}

.condense {
	font-size:12px;
}

#mainNav {
	width:950px;
	margin:0 auto;
	height:80px;
}

#whiteWrapper {
	background:#fff;
	width:100%;
	overflow:auto;
	min-height:700px;
}

#container {
	width:936px;
	background:url(../images/fadeBgFull.jpg) no-repeat top left;
	min-height:255px;
	margin: 15px auto 0 auto;
	padding:10px;
}

#containerSub {
	width:956px;
	margin:0 auto;
}
#featureContainer {
	padding:2px;
	border:1px solid #abcad8;
	position:relative;
	width:695px;
}

#hilightContainerHp{
	float:right;
	padding:0 2px 0 0px;
	background:#fff;
}

#hilightContainer{
	padding:0 2px 0 0px;
	background:#fff;
}

.hilight {
	/* background:url(../images/hilightBg.jpg) no-repeat top center; */
	background-color:#D4E2EF;
	height:80px;
	overflow:hidden;
	width:201px;
	border:1px solid #bcd5e0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(../css/PIE.htc);
	border-radius:5px;
	margin:0 0 8px 0;
	padding:10px 10px 0 10px;
	position:relative;
}


.hilight a:link, .hilight a:visited {
	color:#0085c3;
	font-size:16px;
	padding:0px;
	margin:-3px 0 0 0;
	line-height:16px;
	text-decoration:none;
	font-weight:bold;
}

.hilight a:hover, .hilight a:active {
	color:#24688b;
}

.hilight p {
	lin-height:18px;	
}




.hilight2 {
	/* background:url(../images/hilightBg.jpg) top center; */
	/* background:url(../images/hilightBg.jpg) no-repeat top center; */
	background-color:#D4E2EF;
	height:160px;
	overflow:hidden;
	width:201px;
	border:1px solid #bcd5e0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(../css/PIE.htc);
	border-radius:5px;
	margin:0 0 8px 0;
	padding:10px 10px 0 10px;
	position:relative;
}


.hilight2 a:link, .hilight a:visited {
	color:#0085c3;
	font-size:16px;
	padding:0px;
	margin:-3px 0 0 0;
	line-height:16px;
	text-decoration:none;
	font-weight:bold;
}

.hilight2 a:hover, .hilight a:active {
	color:#24688b;
}

.hilight2 p {
	lin-height:18px;	
}




.bumpRight {
	position:absolute;
	right:3px;
}	

.feature {
	background:url(../images/featureBg.jpg) repeat-x top left;	
	height:286px;
	overflow:visible;
	position:relative;
}

.featureImage {
	padding:17px 17px 0 0;
	position:absolute;
	right:0px;
	display:none;
}

.featureImage img{
	border:5px solid #d9e9f0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #083144;
	-webkit-box-shadow: 0px 0px 5px #083144;
	box-shadow: 0px 0px 5px #083144;
	behavior:url(../css/PIE.htc);
	position:relative;
}

.featureCopy {
	width:255px;
	font-weight:bold;
	color:#fff;
	font-size:15px;
	padding:25px 0 0 0px;
	-moz-text-shadow:1px 1px 1px #083144;
	-webkit-text-shadow:1px 1px 1px #083144;
	text-shadow:1px 1px 1px #083144;
	behavior:url(../css/PIE.htc);
}

.featureCopy p {
	padding:0 0 0 15px;	
}

.featureCopy span {
	font-size:19px;
	color:#92dcff;
}

.featureCopy ul {
	border-top:1px solid #043356;
	border-bottom:1px solid #457b9d;
	margin:5px 0;
}

.featureCopy ul li {
	border-top:1px solid #457b9d;
	border-bottom:1px solid #043356;
	list-style-type:none;

}

.featureCopy ul li a:link, .featureCopy ul li a:visited {
	color:#fff;
	display:block;
	padding:8px 0 8px 30px;
	background:url(../images/blueArrowLarge.png) no-repeat 15px 10px;
}

.featureCopy ul li a:hover, .featureCopy ul li a:active {
	background:url(../images/blueArrowLarge.png) no-repeat 15px 10px #457b9d;
	text-decoration:none;
}

#hpFourCol {
	background:url(../images/threeColDiv.gif) repeat-y center;
	margin-top:30px;
}

#spTwoCol {
	background:url(../images/divider.gif) repeat-y 714px top;
	overflow:auto;
}

.infoCol {
	float:left;	
	width:204px;
	padding:10px 15px 20px 15px;
	margin-top:-30px;
}

.infoCol p {
	margin:10px 0;	
}

.infoCol a:link {
	margin:0px;
	padding-top:15px;
	display:block;
	font-weight:bold;
}

.infoCol a:link + p, .infoCol h4 + p{
	margin:0px;
	padding:0px;
}



.infoCol h4 {
	font-weight:bold;
	color:#848484;
	font-size:12px;
}

.articleShort {
	margin:15px 0;	
}

.articleShort a:link {
	margin:0px;
	display:inline;
}

.articleShort a:link, .articleShort a:visited {
	font-weight:bold;
	color:#515151;
	text-decoration:none;
}

.articleShort a:hover, .articleShort a:active {
	font-weight:bold;
	color:#0085c3;
	text-decoration:none;
}

blockquote {
	padding-top:5px;	
}

blockquote p {
	font-style:italic;
	line-height:22px;
	margin:20px 0;
}

#rightCol {
	float:right;
	width:205px;
	padding:20px 15px	
}

#spRightCol {
	float:right;
	width:230px;
	padding:10px 0px;
}

#leftCol {
	background:url(../images/fadeBg.jpg) no-repeat top left;
	float:left;
	width:707px;
	margin-top:7px;
	min-height:250px;
}

#fullCol {
	background:url(../images/fadeBgFull.jpg) no-repeat top left;
	width:100%;
	min-height:255px;
	margin-top:7px;
	padding-top:1px;
}

.subPageHeader {
	margin:13px;
	padding:5px;
	background:#4f84a7;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}

.subPageHeader h1 {
	color:#fff;	
}

.headerExtras {
	float:right;	
}

.headerExtras a:link {
	margin:0 10px;
	font-size:12px;
	line-height:20px;
}

.subPageContent {
	margin:18px;	
}

.subPageContent li{
	margin-left:20px;
	list-style-image:url(../images/icons/bullet.gif);
	vertical-align:middle;
	line-height:19px;
}

.subPageContent li a:link, .subPageContent li a:visited{
	text-decoration:underline;
	color:#515151;
}

.subPageContent li a:hover, .subPageContent li a:active{
	text-decoration:none;
	color:#0085c3;
}

.subPageContent p {
	margin:15px 0;
	line-height:19px;
}

.subPageContent .link p {
	margin:0;
	line-height:5px;
	font-weight:bold;
}

.subPageContent .link p a:link{
	font-weight:normal;
}

.subPageContent .box { 
border-style:solid; 
border-width:thin; 
/*border-bottom:2px; 
border-right:2px; 
border-top:2px; 
border-left:2px; */
border-color:#000 
background-color:#CCC; 
width:200px;
} 


.searchWrapper	{
	padding:5px 0;
}

.searchWrapper input {
	border:1px solid #085072;
	height:20px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.searchWrapper .btn {
	background:none;
	border:none;
	margin:0px;
	outline:none;
	height:22px;
	display:inline;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	font-size:10px;
	cursor:pointer;
}

.searchWrapper label{
	display:inline;
	font-weight:bold;
	font-size:12px;
	color:#0085c3;
	margin:10px 0;
	line-height:22px;
}

.article {
	margin:15px 0;
	border-bottom:1px solid #d5e4eb;
}

#paginationWrapper {
	width:250px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}

#paginationWrapper ul li {
	list-style-type:none;
	display:inline;
	padding:0px;
	margin:0px;
	line-height:0px;
}

#paginationWrapper ul li a:link, #paginationWrapper ul li a:visited {
	color:#41a7d6;
	text-decoration:none;
}

#paginationWrapper ul li:first-child{
	padding-right:8px;
}

#paginationWrapper ul li:last-child{
	padding-left:8px;
}

#paginationWrapper ul li a:hover, #paginationWrapper ul li a:active {
	color:#085072;
}

#paginationWrapper ul li a.current {
	color:#085072;
	font-weight:bold;
}

.teamMember {
	margin:25px 0;	
}

.teamMember h2 {
	margin:0px;
	padding:0px;
}

.teamMember h2 + p {
	margin:0px;
	padding:0px;
}

.memberPhoto {
	float:left;
}

.memberBio {
	margin-left:115px;
}

.caseContainerBlue {
	background:#e5f0f7;
	overflow:auto;
}

.caseContainer {
	overflow:auto;
}

.caseImage {
	width:135px;
	float:left;
}

.caseDescription {
	margin-left:140px;
	padding:15px 15px 15px 0;
}

.caseDescription a:link, .caseDescription a:visited {
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.caseDescription a:hover, .caseDescription a:active {
	text-decoration:none;
	color:#24688b;
}

.caseDescription a:link span{
	color:#848484;
}

.caseDescription a:link + p {
	margin:0px;
	padding:0px;
}	

.caseImage img{
	margin:15px 15px 0 15px;
	border:2px solid #fff;
}

hr {
	color:#abcad8;
	background-color: #abcad8;
	height: 1px;	
}

.readMore {
	text-align:right;
	padding:2px 8px 4px 0;
	margin-right:27px;
	background:url(../images/blueArrow.png) no-repeat center right;
}

#subNavContainer {
	width:205px;
	padding:0 0 20px 0;
}

.subNav {
	padding:10px 0 0 0;	
}

.subNav li {
	list-style-type:none;	
}

.subNav li a:link, .subNav li a:visited  {
	color:#0085c3;
	display:block;
	padding:3px 0;
	border-bottom:1px solid #d5e4eb;
	text-decoration:none;
	font-weight:normal;
}

.subNav li a:hover, .subNav li a:active  {
	color:#085072;
	background-color:#f4fbff;
}

.scheduleDemo {
	padding-bottom:20px
}

#infoModule {
	background:url(../images/fadeBg.jpg) no-repeat top left;
	float:left;
	width:707px;
	height:255px;
	overflow:hidden;
	margin-top:7px;
}

.shortDescriptionContainer {
	float:right;
	width:430px;
	height:210px;
	margin:15px;
	display:none;
}

.shortDescription {
	overflow:auto;
	padding:0 0 25px 0;
}

.shortDescription h1 {
	border-bottom: 1px solid #d5e4eb;
	margin:0 0 20px 0;
}


.infoModuleImage {
	float:left;	
}

.infoModuleImage img{
	float:left;	
	border:1px solid #085072;
}

.infoModuleCopy {
	width:305px;
	margin-left:125px;
}

.shortDescription p {
	line-height:19px;	
}

.shortDescriptionLinkContainer {
	background:#dbe8f1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(../css/PIE.htc);
	width:100%;
	height:25px;
}

.linkContainer {
	width:305px;
	float:right;
	line-height:25px;
}

.linkContainer a:link, .linkContainer a:visited {
	color:#24688b;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.linkContainer a:hover, .linkContainer a:active {
	text-decoration:underline;
}

a:link.boldButton, a:visited.boldButton, input.boldButton{
	position:relative;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
	float:right;
	display:block;
	padding:0px 7px 1px 7px;
	margin:4px 4px 0 0;
	background:#378fbf;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
	behavior:url(../css/PIE.htc);
}

a:hover.boldButton, a:active.boldButton {
	text-decoration:none;
	color:#dbe8f1;
}

a:link.boldButton span {
	background:url(../images/buttonArrow.gif) right 1px no-repeat;
	padding:0 12px 0 0;
}

a:link.demoButton, a:visited.demoButton {
	position:relative;
	font-size:11px;
	font-weight:bold;
	color:#0085c3;
	line-height:15px;
	float:left;
	display:block;
	padding:9px 20px 9px 20px;
	margin:4px 0 0 15px;
	background:url(../images/demoBtnBg.jpg) repeat-x #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	behavior:url(../css/PIE.htc);
	text-shadow:none;
}

a:hover.demoButton, a:active.demoButton {
	text-decoration:none;
	color:#083144;
}

.demoButton span {
	font-size:11px;
	text-decoration:underline;
	color:#083144;
}

.sliderMenu {
	width:230px;
	margin:32px 0 0 13px; 
	float:left;
}

#footerContainer {
	width:100%;
}

#partnerWrapper {
	width:100%;
	height:100px;
	border-top:1px solid #d5e4eb;
	background:#fff;
}

.partners {
	width:956px;
	margin:0 auto;
}

.partnerTitle {
	background:url(../images/bracket.gif) no-repeat center;
	float:left;
	width:210px;
	height:60px;
	padding:40px 0 0px 27px;
}

.partnerTitle h3 {
	font-weight:bold;
	color:#848484;
	text-transform:uppercase;
	font-size:12px;
}

.partnerLogo {
	float:left;
	width:237px;
	height:60px;
	padding:20px 0;
	text-align:center;
	
}

.partnerLogo img {
	border:none;
}

#footerWrapper {
	width:100%;
	height:100px;
	background:url(../images/footerBg.jpg) repeat-x #276789;
}

.footer {
	width:956px;
	margin:0 auto;
	padding:2px 0 0 0;
}

.socialLinksWrapper {
	float:right;
	width:228px;
}

.socialLinks {
	padding:20px 0 0 0px;
	text-align:center;
}

.socialLinks img {
	border:none;
	margin:0 3px;
}

.footerNavWrapper {
	background:url(../images/footerDivider.gif) repeat-y right;
	width:715px;
	color:#41a7d6;
	font-size:11px;
	line-height:26px;
	padding:20px 0;
}

.footerNav li{
	display:inline;
}

.footerNav li a:link, .footerNav li a:visited {
	font-size:11px;
	color:#b9e3f7;
	text-decoration:none;
	padding:0 7px 0 4px;
	border-right:1px solid #41a7d6;
}

.footerNav li:first-child a:link, .footerNav:first-child li a:visited {
	padding:0 7px 0 0px;
}

.footerNav li:last-child a:link, .footerNav:last-child li a:visited {
	border-right:none;
}

.footerNav li a:hover, .footerNav li a:active {
	color:#41a7d6;
}
