@charset "utf-8";
a:link {
	color: #396D9D;
}
a:visited {
	color: #4E8ABE;
}
a:hover {
	color: #427D83;
/*	color: #509895;*/
}
a:active {
	color: #CC3300;
}
body.content  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.content h1,h2,h3,h4,h5,h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
}
.content h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: normal;
}
h1{
    font-size: 1.8em;
	color: #4E8ABE;
	margin: 4px 0;
}
h2{
    font-size: 1.45em;
	color: #CC3300;
}
h3{
	font-size: 1.35em;
	color: #4E8ABE;
	margin: 10px 0;
}
.content #header {
	background-image: url(images/content_topbar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 980px;
	height: 130px;
	text-align: left;
	margin: 15px auto 0;
}
#contentTagline {
	margin-top: 42px;
	margin-left: 75px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
#contentTagline a {
	color: white;
	text-decoration: none;
}
#contentTagline a:hover {
	text-decoration: underline;
}
.content #container {
	width: 978px;
	text-align: left;
	border: 1px solid #CCC;
	margin: 0 auto 20px;
	padding: 0px;
	background-color: #FAFAFA;
}
.breadcrumbs {
	margin-bottom: 20px;
	padding: 5px 20px;
	font-family: "Lucida Sans Unicode","Lucida Sans Grande",Tahoma,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #f7f7f7;
	border-bottom: 1px dotted #ccc;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.sidebar {
	clear: both;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: right;
	margin: 0 20px;
}
#mainHeader {
	margin: 20px;
}
#mainContent {
	margin: 20px;
	line-height: 1.385em;
}
#mainContent ul {
	margin: 0;
	padding: 0;
	overflow: auto;
	list-style-image: url(/images/arrow-right.gif);
}
#mainContent ul li {
	margin-left: 2em;
}
.leftSideBar {
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: 1px solid #4E8ABE;
	background-color: #fff;
	font-family: "Lucida Sans Unicode","Lucida Sans Grande", Tahoma, Verdana, sans-serif;
/*	font-size: 1.1em;
	line-height: 1.4em;*/
}
.leftSideBar p {
	margin-top: 0;
}
.tabs {
	margin: 0 -20px 20px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #ccc;
	font-family: "Lucida Sans Unicode","Lucida Sans Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
.tabs a, .tabs span {
	padding: 5px 20px;
	margin-left: 8px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
}
.tabs a:hover {
	background-color: #f5f5f5;
}
.tabs .active {
	background-color: #FAFAFA;
	border-bottom: 2px solid #FAFAFA;
}
.productFeatures h3 {
	font-family: "Lucida Sans Unicode","Lucida Sans Grande", Tahoma, Verdana, sans-serif;
}
.productFeatures ul {
	font-size: 1.1em;
	line-height: 1.55em;
	list-style-type: square;
}
.productFeatures ul strong {
	color: #427D83;
}
.productFeatures a {
	text-decoration: none;
}
table.customerProfiles {
	text-align: center;
	font-family: "Lucida Sans Unicode","Lucida Sans Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
table.customerProfiles a {
	text-decoration: none;
}
a.customerProfileLink  {
	text-decoration: none;
	display: block;
	width: 175px;
	min-height: 245px;
	margin: 10px;
	padding: 10px;
	background: white;
	border: 1px solid #ccc;
}
a.customerProfileLink:hover, a.customerProfileLink:hover h3 {
	color: #4E8ABE;
	border-color: #4E8ABE;
}
a.customerProfileLink h3 {
	margin: 0 0 10px 0;
	font-family: "Lucida Sans Unicode","Lucida Sans Grande", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.customerProfileLink p {
	margin: 0 0 10px 0;
	text-align: left;
}
#sitemap {
	font-family:"Lucida Sans Unicode","Lucida Sans Grande",Tahoma,Verdana,sans-serif;
	font-size:11px;
	line-height: 1.5em;
}
#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap ul {
	padding: 0;
	margin-left: 20px;
}
#footer {
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	background: #f7f7f7;
	border-top: dotted 1px #CCC;
	font-family: "Lucida Sans Unicode","Lucida Sans Grande",Tahoma,Verdana,sans-serif;
	font-size:11px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	border-bottom:1px dotted #5CB1E9;
	color:#3D4F61;
}
#footer a:hover {
	border-bottom-color: #333333;
}
#copyright {
	font-family: "Lucida Sans Unicode","Lucida Sans Grande",Tahoma,Verdana,sans-serif;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*** Homepage Styles ***/
.homePage a:link {
	color: #4E8ABE;
}
.homePage a:visited {
	color: #326089;
}
.homePage a:hover {
	color: #326089;
	text-decoration: underline;
}
body.homePage {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.homePage hr {
	height: 1px;
	width: 60%;
	text-align: center;
}
.homePage #container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.homePage #topBar {
	margin-top: 15px;
	margin-left: 197px;
	margin-bottom: 15px;
}
.homePage #sidebar1 {
	float: left;
	width: 197px;
	background: #98B4D9;
	background-image: url(images/home_sidebar.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
.homePage #homeMenu {
	margin-top: 20px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.homePage #homeMenu h2 {
	margin: 14px 0;
	padding: 14px 30px 0 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #4E8ABE;
}
.homePage #homeMenu h2:hover {
	border-bottom-color: white;
}
.homePage #homeMenu a {
	padding: 14px 0;
	text-decoration: none;
}
.homePage #homeMenu a:link, .homePage #homeMenu a:visited {
	color: #fff;
}
.homePage #homeMenu a:hover {
	color: #333;
}

.homePage #homeNews {
	background: #51A279;
	border: 1px dashed #ccc;
	margin: 10px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #fff;
}
.homePage #homeNews h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	border-bottom: 1px dashed #fff;
}
.homePage #homeNews h4 {
	font-size: 110%;
	font-weight: normal;
}
.homePage #homeNews a {
	text-decoration: none;
}
.homePage #homeNews a:link, .homePage #homeNews a:visited {
	color: #fff;
}
.homePage #homeNews a:hover {
	color: #000;
}
.homePage #homeNews h3 a:link, .homePage #homeNews h3 a:visited {
	text-decoration: none;
	color: #fff;
}
.homePage #mainContent { 
	margin: 0 0 0 197px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.homePage #banner {
	background: #4E8ABE;
	background-image:url(images/home_banner.jpg);
	background-repeat:no-repeat;
	height:285px;
}
.homePage #tagline {
	width: 480px;
	padding: 60px 0 0 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
}
.homePage .dropcontent {
	width: 440px;
	padding-top: 45px;
	padding-left: 45px;
	display: block;
	color: white;
}
.homePage #dropcontentsubject {
	width: 440px;
	font-weight: bold;
	color: white;
}
.homePage #boxes {
	background: url(images/home_banner_bottom.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
}
.homePage #boxes a:link, #boxes a:visited {
	text-decoration: none;
}
.homePage #boxes a:hover {
	text-decoration: underline;
}
.homePage #boxes h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 9px 0 24px 0;
}
.homePage #boxes h1 a {
	color: #333;
}
.homePage #boxes h1 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.homePage #boxes h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0 5px 0;
}
.homePage #boxes h3 {
	font-size: 100%;
	border-bottom: 1px dashed #bbb;
	margin: 5px 0 5px 0;
}
.homePage #boxes h4 {
	font-size: 100%;
	border-bottom: 1px dotted #4E8ABE;
	padding-bottom: 2px;
}
.homePage #boxes p {
}
.homePage #boxes ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: url(/images/arrow-right.gif);
}
.homePage #boxes li {
	margin: 0 0 10px 0;
}
.homePage .box {
	padding: 0 10px;
}
.homePage #box1, .homePage #box2, .homePage #box3 {
	border-right: 1px dashed #bbb;
}
.homePage #clientLogos {
	margin-top: 40px;
}
.homePage #footer {
	margin: 20px;
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 11px;
}

/*** Accordion Styles ***/
div.Accordion {
	border: 1px solid #CCC;
	border-top: none;
}
.AccordionPanelTab h1, .AccordionPanelTab h1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	color: #494949;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
.AccordionPanelContent {
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
}
.AccordionPanelContent ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-image: url(/images/arrow-right.gif);
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
	color:#666666
}
/*.class {
	height: 25px;
}
#DoRequestDemo {
	height: 20px;
}
#DoAskQuestion {
	height: 20px;
}
.DemoButton {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background-color: #4BA66D;
	border: 3px outset #4BA66D;*/
}
/*** End Accordion Styles ***/
