/* styles reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline; background: transparent; }
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

/* End styles reset */

/* Top level tag styles */

a{
	color:#369;
	text-decoration: none;
}

a:hover{
	color:#C00;
	text-decoration:underline;
}

/* general styles */

body {
	margin:0px;
	background-color:#FFF;
}

#content table td {
	text-align: left;
}

#content a:link {
	color: #336699;
	text-decoration: underline;
}

#content a:visited {
	color: #336699;
	text-decoration: underline;
}

#content a:hover {
	color: #cc0000;
}

#content a:active {
	color: #CC0000;
	text-decoration: none;
}

/* verdana typography */

body {
	font-family: verdana, arial, helvetica;
	font-size:11px;
	line-height: 1.5em;
}

p {
	margin-bottom: 1em;
}

#content h1 {
	margin-top: 4px;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 10px;
}

#content h2, .rightColumnDiv h3 {
	font-size: 13px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 10px;
	padding-bottom: 3px;
	color: #4777a7;
}

#content table td p, #content table li {
	line-height: 1.5em;
}

.quoted {
	color: #4777a7;
	font-weight: bold;
	text-align: right;
}

/* listomatica */

#content ul {
	margin-bottom: 1em;
	list-style-image:url("../images/orange_bullet.gif");
}

#content ol {
	margin-bottom: 1em;
	list-style: decimal;
}

#content ul li, #content ol li {
	margin-bottom: .5em;
	margin-left: 2em;
}

/* END listomatica */


/* Top level tag styles */


/* Header */

#logo{
	display:block;
	float:left;
	height:60px;
}

#logo img{
	margin:10px 10px;
}

#contact{
	display:block;
	width:600px;
	float:right;
	height:45px;
	padding-right:10px;
	text-align:right;
	color:#C00;
	font-size:1em;
}

#contact p{
	margin-top:10px;
}

#menu_bar{
	/* vertical-align:middle; */
	clear:both;
	border-bottom:4px solid #369;
	overflow: hidden;
}

/* IE6 hack */
* html #menu_bar {
	height:21px;
}

/* Navigation tab styles */

ul#menu {
	float:right;
	padding:0px;
	margin:0px; 
	list-style:none;
}

#menu li {
	float:left;
	background:url("../images/tab_slide_right.gif") no-repeat right -160px;
	padding-left: 0px;
	margin-left: 1px;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica;
	font-weight:bold;
	text-decoration:none;
	color:#5a513f;
}

#menu li:hover {
	background:url("../images/tab_slide_right.gif") no-repeat right -80px;
}

#menu a {
	float:left;
	display:block;
	background:url("../images/tab_slide_left.gif") no-repeat left -160px;
	padding: 4px 10px 2px 10px;
	color:#5a513f;
}

#menu a:hover {
	background:url("../images/tab_slide_left.gif") no-repeat left -80px;
	text-decoration:none;
	color:#FFF;
}
li#current, li#current:hover {
	background: url("../images/tab_slide_right.gif") no-repeat top right;
}

li#current a, li#current a:hover {
	background: url("../images/tab_slide_left.gif") no-repeat top left;
	color:#FFF;
}

/* END Navigation tab styles */

/* END Header */


/* layout styles */

body {
	text-align: center;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#littlewrapper {
	width: 791px;
	margin: 0;
	float: left;
}

#topDiv{
	text-align: left;
	background-color:#FFF;
	padding:0px;
	margin-bottom: 0;
	top:0px;
}

#bottomDiv, #contentDiv {
	text-align: left;
	border:1px solid #999;
	border-top:0px;
	background-color:#FFF;
	overflow: hidden;
}
#contentDiv{
	background: #fff url("../images/fauxcol.gif") repeat-y;
}

#bottomDiv {
	padding: 10px 25px;
	background: #fff url("../images/layout_left_shadow.gif") repeat-y;
}

.rightColumnDiv {
	width: 187px;
	float: right;
	clear: right;
	background: #fff;
}

#bottomcontent {
	margin-top: 15px;
	margin-bottom: -10px;
	clear: both;
	overflow: hidden;
}

#footer{
	text-align:left;
	margin-top:10px auto;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.rightContainer {
	margin-left: 15px;
	width: 200px;
	float: right;
	clear: right;
	background: #fff;
}

.rightBox {
	padding: 10px;
	background: #d9e2ec;
	border: 1px solid #9cb8d4;
}

/* -------------------------------------------------------------------- misc useful classes  */

.clear {
	clear: left;
}

.totheright, #content table td.totheright {
	text-align: right;
}

img.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

hr {
	background: #dadada;
	border: 0;
	height: 1px;
	color: #dadada;
}

img.graybox{
     padding:5px;
     border:1px solid #DADADA;
     background-color: #F1F1F1;
}

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}

/* ----------------------------------------------------- breadcrumb bar styles */

#breadcrumbs {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 5px;
	overflow: hidden;
	clear: both;
	height: 25px;
}


#bc_date {
	float: left;
	width: 180px;
	padding-top: 5px;
	background: #fff;
	font-size: 0.9em; 
}

#bc_breadcrumbs {
	float: left;
	padding-top: 5px;
	background: #fff;
}

#bc_links {
	display: none;
	float: right;
	padding-right: 15px;
	padding-top: 8px;
}

#bc_breadcrumbs ul { 
	margin: 0 0 0 10px; 
	padding: 0 0 0 4px; 
	font-size: 0.9em; 
	line-height: 1.2; 
	color: #000;  
	list-style: none; 
	letter-spacing: -0.04em; 
}

/* Note: a fix for IE/Win */
#bc_breadcrumbs ul li { 
	margin: 0;
	padding: 0 0 0 15px; 
	display: inline; 
	background: url(../images/breadcrumbarrow.gif) no-repeat 0% 50%; 
}

#bc_breadcrumbs ul li a { margin: 0; padding: 0; }
#bc_breadcrumbs ul li.first { padding: 0; background-image: none; }
/* -------------------------------------------------- END breadcrumb bar styles */

#subheading {
	text-align: left;
	border-bottom: 1px solid #dadada;
	background: #f3efe7;
}

#subheading h3 {

	padding: 6px;
}

/* ------------------------------------------------------------- sidebar styles */

#sidebar {
	float: left;
	clear: left;
	width: 185px;
	background: #f3efe7;
	border-right: 1px solid #dadada;
}

#sidebar h4, .menuitemtitle {
	display: block;
	background: #336699;
	padding: 6px;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 0;
	border-bottom: 0;
}

#aboutbox {
	/*width: 172px;*/
	margin: 8px;
	padding: 5px;
	border: 1px solid #999999;
	background: #fff;
	
}

#aboutbox .aboutlink {
	clear: both;
	margin-top: 10px;
	padding-left: 24px;
}

#aboutbox .aboutcontact {
	background: url(../images/icons/telephone.png) no-repeat 0 5px;
}

#aboutbox .aboutdownload {
	background: url(../images/icons/cd.png) no-repeat 0 5px;
}

#aboutbox h5 {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding-bottom: 2px;	
}
/* -------------------------- nav list styles */

#sidebar_nav, #sidebar_nav2 {
	margin-bottom: 10px;
}

#sidebar_nav ul, #sidebar_nav2 ul{
	display: none;
}

#sidebar_nav li ul li a, #sidebar_nav2 li ul li a {
	padding-left: 25px;
}

#sidebar_nav a, #sidebar_nav2 a, #sidebar_related a  {
	padding-left: 15px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	/*display: block;*/
}


#sidebar_related a.sidedownload {
	background: url(../images/orange_arrow.gif) no-repeat 3px 4px;
}

#sidebar_related a.freetrial {
	background: url(../images/icons/email.png) no-repeat 10px 0px;
	padding-left: 32px;
	padding-bottom: 4px;
}

#sidebar_related a.onlinesupport {
	background: url(../images/icons/group.png) no-repeat 10px 0px;
	padding-left: 32px;
	padding-bottom: 4px;
}

#sidebar_related a.dashboard {
	background: url(../images/icons/chart_line.png) no-repeat 10px 0px;
	padding-left: 32px;
	padding-bottom: 4px;
}

#sidebar_related a.contactus {
	background: url(../images/icons/telephone.png) no-repeat 10px 0px;
	padding-left: 32px;
}

#sidebar_nav li a.expanded, #sidebar_nav2 li a.expanded  {
	background: url(../images/DIVExpander_minus.gif) no-repeat 3px 50%;
}

#sidebar_nav li a.collapsed, #sidebar_nav2 li a.collapsed {
	background: url(../images/DIVExpander_plus.gif) no-repeat 3px 50%;
}


/* ---------------------- END nav list styles */
/* --------------------------------------------------------- END sidebar styles */

/* ------------------------------------------------------- new main content div */

#content {
	text-align: left;
	float: left;
	width: 762px;
	clear: right;
	margin: 0;
	padding: 10px;
}

/* ----------------------------------------------------END new main content div */

#content div#columnA, #content div#columnB {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 350px;
	float: left;
}

#content div#columnB {
	margin-left: 40px;
}

/* ----------------------------------------------------New SCARY universal table padding */



#content table td{
	padding: 5px;
}

/* ------------------------------------------------END New SCARY universal table padding */

/* Feedburner style */

.feedburnerFeedBlock .date {
	margin-bottom: 0;
	color: #666;
}

/* Jorge is breaking the order */
.dropDown {
	float:left;
	margin-left:2px;
	background-color:#f5f5f5;
	padding:0px;
	border-style:solid;
	border-color:#dadada;
	border-width:1px;
	width:114px;
	height:21px;
	display:inline;
	font-size:10px;
	vertical-align:middle;
}

/* ------------------------------------------------ thumbnail style */

.tn_clickable {
	margin-right:6px;
	margin-top:8px;
	float:left;
}
.tn_clickable img {
	border: 1px solid #666666;
}
.tnContainer {
	display:table;
	width:100%;
}

/* ------------------------------------------------  Pop ups */
.pop {
	width: 290px;
	padding: 6px;
	margin: 0px; border: 0px;
	display:none; background-color:#f2f2f2; 
	BORDER-Bottom: #D2D9E1 1px dotted; BORDER-Top: #D2D9E1 1px dotted; BORDER-Left: #D2D9E1 1px dotted; BORDER-Right: #D2D9E1 1px dotted; z-index:1;
	}
.poplink		{
	color: #ff6600;
	font-weight: none;
	font-size: 10px;
}
a.poplink	 {
	color: #ff6600;
	font-weight: none;
	font-size: 10px;
	text-decoration: none;
	}

a.poplink:hover {
	color: #ff6600;
	font-weight: none;
	font-size: 10px;
}

/* ------------------------------------------------  Contact us page  - 3 col section */

.three-column-container {
	background:url(../images/bg-three-column-contact.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
}
.three-column-side1 {
	float:left;
	width:30%;
}
.three-column-side2 {
	float:right;
	width:30%;
}
.three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
}
.two-column-container {
	padding:0;
	margin:20px 0 10px 0;
}
.two-column-side1 {
	float:left;
	width:40%;
}
.two-column-side2 {
	float:right;
	width:59%;
}
