@charset "UTF-8";
/* CSS Document */
body
{
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size:.80em;
	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: #333333;
	background-image: url(../_img/header_bg.gif);
	background-repeat:repeat-x;
	letter-spacing: -0.02em
}
img { border: 0px; }
a
{
	color: #be6928;
	font-weight: bold;
}
a:hover { text-decoration: none; }
.twoColFixRtHdr #container
{
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header
{
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	position:relative;
	margin: 0 0 0 0;
}
.twoColFixRtHdr #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContent
{
	margin: 10px 0 0 0; /* the right margin on this div element creates the column down the right 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	z-index: 1;
}
.twoColFixRtHdr #footer
{
	padding: 0;
	margin: 20px 0 0 0;
}
.twoColFixRtHdr #footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.para-hr, .para-hr-fat
{
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width:100%;
	margin: 10px 0 0 0;
	overflow:hidden;
}
.para-hr-fat
{
	height: 2px;
	margin: 0;
}
#logo { margin: 0 0 0 0; width: 350px; position: absolute;}
/* start nav footer */
#navigation-footer, #navigation-footer a
{
	margin:0 55px 20px 0;
	padding:0;
	color: #1d3348;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:0.79em;
	text-align:right;
}
.copyright
{
	margin:0;
	padding:0;
	color: #999999;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:0.69em;
}
/* end nav footer */
/* start page areas */
#left-col
{
	width:450px;
	float:left;
	margin:10px 30px 0 30px;
}
#right-col
{
	width:400px;
	float:left;
	padding-left:10px;
	margin: 0 0 0 0;
}
#right-col .header
{
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin: 10px 0 0 0;
	color: #48494b;
}
#right-col .subhead
{
	font-size: 2.4em;
	color: #be6928;
	margin: 0 0 -10px 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	letter-spacing: -1.7px;
	font-weight: lighter;
	line-height: 38px;
}
#right-col .callout
{
	font-size: 1.1em;
	line-height: 20px;
	padding: 10px 10px 10px 0;
	color: #333333;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: lighter;
}
#right-col .minihead
{
	font-size: .75em;
	color: #be6928;
	margin: 10px 0 -5px 20px;
	font-weight: bold;
}
#right-col .subhead-right
{
	font-size: 1.4em;
	color: #999999;
	text-align:right;
	margin: 0 0 0 0;
	font-weight: bold;
}
#right-col .bodytext{
	font-size: .9em; 
	color: #48494b; 
	margin: 10px 0 1px 20px; 
}
#right-col .bolded { font-weight: bold; }
/* end page areas */
/* start additional modules */
#list-intro
{
	margin: 40px 5px 0 40px;
	color: #666666;
	font-size: 15px;
}
#feature
{
	width: 650px;
	float:left;
	margin: 0 5px 0 30px;
}
#feature-short
{
	min-height: 500px;
}
#feature-short, #download-module-long
{
	width: 450px;
	float:left;
	margin: 0 0 0 0;
	color: #48494b;
}
#download-module, #download-module a
{
	font-size: 1em;
}
#download-module
{
	color: #48494b;
}
#download-module-long, #download-module-long a
{
	font-size: 1.1em;
	font-weight: normal;
}
#download-module-long
{
	margin-top: 20px;
}
/* feature boxes */
#feature-wide, #feature-wide-sml { margin: 0 20px 0 30px; }
#feature .inside_large, #feature-short .inside_tall, #feature-wide .inside_large,  #feature-wide-sml .inside_large { padding:20px; }
#feature .header, #feature-short .header, #feature-wide .header, #feature-wide-sml .header
{
	margin: 0 0 0 20px;
	font-size: 2.3em;
	font-weight: bold;
}
#feature-wide-sml .header
{
	font-size: 1.8em;
}
#feature .header, #feature-wide .header, #feature-wide-sml .header, #main-col .header, #main-col-left .header, #main-col-left .subhead { color: #0099cc; }
#feature-short .header { padding: 20px 0 0 20px; }
#feature .bodytext, #feature-short .bodytext, #feature-wide .bodytext, #feature-wide-sml .bodytext { margin: 10px 10px 0 20px; }
 .bodytext
{
	font-size: 1.2em;
	line-height: 1.4em; 
	color: #333333; 
}
.bodytext-sml
{
	font-size: 1em;
	margin: 10px 0 20px 0;
}
#sidebar .bodytext-sml, #sidebar .subhead, #sidebar .header, #sidebar-right .header
{
	color: #666666;
}
#sidebar .subhead
{
	margin: 0 0 -10px 0;
}
#sidebar .header
{
	margin: 25px 0 8px 0;
	font-weight: bold;
}
#sidebar-right .header
{
	margin: 0 0 8px 0;
	font-weight: bold;
	font-size: 1em;
}
#sidebar-right .bodytext
{
	font-size: 1em;
}
#feature .bodytext,  #feature-wide .bodytext
{
	font-weight: bold;
}
#feature .feature-list,  #feature-wide .feature-list
{
	list-style-type:none;
	font-weight: normal;
	font-size: 1.1em;
}
#feature-wide-sml img { margin: 0px 0 0 0; vertical-align:baseline; }
#feature-short .subhead { margin: 10px 0 0 60px; }
#feature-short .bodytext { margin: 10px 0 0 90px; }
#feature-short .subhead { font-size: 1.8em; }
#feature-short .subhead img { padding-right: 10px; }
#feature-wide .bodytext-center { text-align: center; }
#feature .bodytext-right
{
	margin: 0 10px 0 0;
	text-align: right;
}
#main-col { margin: 0 30px 0 0; }

#main-col .bodytext { 
	margin: 0 0 15px 300px; 
}
#main-col-left .bodytext { 
	margin: 15px 0 0 0; 
}
#main-col .header
{
	margin: 20px 20px 5px 300px;
	font-weight: bold;
	font-size: 1.3em;
}
#main-col-left .header
{
	margin: 0 20px 5px 0;
	font-weight: bold;
	font-size: 2.3em;
}
#main-col-left .subhead
{
	margin: 20px 20px 5px 0;
	font-weight: bold;
	font-size: 1.3em;
}
#menu
{
	padding: 50px 0 0 0;
	margin: 0 0 0 400px;
	z-index: 100;
}
#halfbox-module
{
	width:250px;
	float:left;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}
#halfbox-module .inside_clear { padding:15px 0 15px 5px; }
#download-module
{
	width:230px;
	float:left;
	padding-left:10px;
}
.highlight { background-color: #b0deed; }
/* end additional modules */

.pullquote
{
	padding: 5px 10px;
	color:#999999;
	font-size: 1.2em;
	line-height: 1.4em;
}
.pullquote-source
{
	padding: 5px 10px;
	color: #0099cc;
}
/* start lists */
#tasks-list, .tasks-list
{
	width: 200px;
	padding: 10px;
	margin: 20px 0 0 0;
}
.task-header, .task-header-sml
{
	color: #0099cc;
	font-size: 1em;
	font-weight: bold;
}
.task-header-sml
{
	color: #999999;
	margin-left: 10px;
}
#tasks-list li, .tasks-list li
{
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
}
.tasks-list li
{
	color: #be6928;
	list-style-type:none;
}
/*  end lists */
/*  start image button list */
#inline-list-div { margin: 0 2em 0 2em; }
#inline-list { padding: 5px 5px 5px 0; }
#inline-list ul, #inline-list li
{
	display: inline;
	float: left;
	text-align: right;
	padding: 7px 14px 7px 0;
	color: #339;
	font-weight: bold;
} 
#inline-list li a 
{
	width: 210px;
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
#inline-list li a .list-tag
{
	margin: 5px 0 0 0;
	display:block;
}
/*  end image button list */
/* about list */
#inline-list-wide { 
	padding: 20px; 
}
#inline-list-wide ul, #inline-list-wide li
{
	display: inline;
	float: left;
	padding: 0;
	color: #339;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
} 
#inline-list-wide li a 
{
	width: 170px;
	height: 45px;
	padding: 20px 7px 20px 7px;
	border: 1px solid #fff;
	display: block;
	text-decoration: none;
	color: #499000;
	font-size: 15px;
	background-color: #ccff9a;
}
/* about list */
/* tooltip */
.tooltip_hidden
{
	display:none;
	visibility:hidden;
}
.tooltip
{
	visibility:visible;
	display:block;
	position:absolute;
	background:#ffffff;
	border:3px solid #cccccc;
	color:#6c6c6c;
	padding:2px 3px;
	margin-left:8px;
	width:130px;
	font:Arial, Helvetica, sans-serif;
	font-size:0.69em;
	color:#666666;
}
/* tooltip */
#rotator
{
	border: 0px;
	cursor: default;
	margin: 0 12px 0 7px;
	position: relative;
	height: 450px;
}

/* login form */
 // floating div #hmm {
}
#login_div
{
	width: 120px;
	height: 15px;
	margin: 0 55px 0 0;
	padding: 5px 10px 5px 0;
	background: #b0b0b0;
	text-align: right;
	font-size: 12px;
}
#login_div a
{
	color: #fff;
	text-decoration: none;
}
#form_div
{
	margin: 0 50px 0 0;
	white-space: nowrap;
}
input, textarea
{
	color: #781351;
	border: 1px solid #781351;
	background:#FFF;
}
#submit
{
	border: 1px solid #781351;
	cursor:pointer;
}
/* login form */
/* client list tables */
table.clientlist {
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	background:transparent;
	text-align: center;
}
table.clientlist th {
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	border-style: none none solid none;
	border-color: #e0e0e0;
	-moz-border-radius: 0px 0px 0px 0px;
	color: #666666;
	font-size: 1em;
	font-weight: bold;
}
table.clientlist td {
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	border-style: none none solid none;
	border-color: #e0e0e0;
	-moz-border-radius: 0px 0px 0px 0px;
	color: #000;
	vertical-align: baseline;
}
table.clientlist tr:hover
{
	background-color: #def8f9;
}
col.on {
	background-color: #def8f9;
}
table.clientlist th.side {
	color: #be6928;
	font-size: 1.1em;
}
.side {
	text-align: left;
}
tr.hovered { /* javascript for row hover in IE */
background-color: #def8f9;
}
/* client list tables */
/* contact page */
#main-col-left
{
	float: left;
	width: 600px;
	margin: 0 30px 0 40px;
}
#sidebar-right
{
float: left;
background-color:#eaeaea;
margin: 25px 0 0 30px;
padding: 10px;
width: 200px;
}
/* contact page */
/* partners page */
#left-col-thin
{
float: left;
width: 320px;
margin: 0 50px 0 40px;
}
#right-col-thin
{
float: left;
width: 320px;
margin: 0 50px 0 0;
}
#sidebar
{
float: left;
width: 150px;
}
#left-col-thin .header, #right-col-thin .header 
{
margin: 10px 0 -10px 0;
font-size: 1.4em;
font-weight: bold;
}
/* partners page */
