html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-family: "Lucinda Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #CAD5D7; /*#CCCCFF;*/
	color: #666666;
	text-align: center;
}

/* for firefox to remove link border around image */
a img {
	border-style: none;
}


/*---------------------------------------------------------- */
/* wrapper div for each page				     */
/*---------------------------------------------------------- */
#wrapper {
	width: 820px;
	background-color:#FFFFFF;
	margin:0px auto;
	border: 1px solid #000000;
	text-align:left;
}

#wrapper_tb {
	width: 320px;
	height: 100%;
	background-color:#FFFFFF;
	margin:0px auto;
	border: 1px solid #000000;
	text-align:left;
}

/*---------------------------------------------------------- */
/* banner across top with background gradient image	     */
/*---------------------------------------------------------- */
#banner {
	height: 95px;
	background-color:#145180;
	background-image: url(../images/BannerBackground4.gif);
	background-repeat: repeat-x;
}

#banner_tb {
	height: 100px;
	background-color:#148051;
	background-image: url(../images/BannerBackground4_TB.gif);
	background-repeat: repeat-x;
}

/*---------------------------------------------------------- */
/* logo margin to bring logo off the edges 		     */
/*---------------------------------------------------------- */
#banner img {
	margin: 5px 0 0 10px;
}



/*---------------------------------------------------------- */
/* main content div under banner 			*/
/*---------------------------------------------------------- */
#content {
	color: black;
	margin-top:10px;
	margin-left: 10px;
	width: 550px;
}

#fullcontent {
	color: black;
	margin: 10px;
	width: 100%;
}

#fullcontent_tb {
	color: black;
	margin: 30px;
	width: 90%;
}

#content_tb {
	color: black;
	margin: 10px;
	width: 95%;
}


#content h1 a:link, #content h1 a:visited {
	color: #003366;
}

/*---------------------------------------------------------- */
/* header for each page typically product name or page title */
/*---------------------------------------------------------- */
#content h1 {
	font-size: 130%;
	color: #003366;
	padding: 0;
	margin: 20px;
}

#tagline {
	height: 60px;
}

#fullwidthtag {
	font-size: 90%;
	width: 100%;
	color: #226644;
	padding-left:15px;
	padding-bottom:10px;
	float: left;
}

#fullcontent .mainbox {
	float: left;
	/*display: inline;*/
	width: 720px;
	height:360px;
	margin-left: 30px;
	margin-bottom: 20px;
}

#content_tb h1 {
	font-size: 130%;
	color: #006633;
	padding: 0;
	margin: 20px;
}

#fullcontent .smallbox {
	float: left;
	display:inline;
	width: 240px;
	height:200px;
	margin-left:15px;
	margin-bottom:10px;
	background-color:#F1DEC6;
	border: 1px solid #F1BC78;
}

#fullcontent .smallnewsbox {
	float: left;
	display:inline;
/*	padding: 0;*/
/*	background-image: url(../images/Smallbox_News.jpg);
	background-repeat: no-repeat;  */
	background-color:#F1DEC6;
	border: 1px solid #F1BC78;
	width: 240px;
	height:200px;
	margin-left:15px;
	margin-bottom:10px;
}


.smallnewsbox h1 {
	font-size: 120%;
	color: #003366;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: center;
}

#fullcontent .smallnewsbox ul {
	font-size: 80%;
	margin-left: 20px;
	margin-top: 10px;
}

#fullcontent .smallnewsbox li {
	margin-top: 20px;
}


/*---------------------------------------------------------- */
/* main text in content used under title for brief desc	     */
/*---------------------------------------------------------- */
#content p{
	font-size: 80%;
	margin: 20px;
}


#content li {
	margin-top:5px;
	margin-left:40px;
	font-size: 75%;
}

#content .small {
	margin-left: 30px;
	font-size: 70%;
}

/*---------------------------------------------------------- */
/* product features list				    */
/*---------------------------------------------------------- */
#content .inner h1 {
	font-weight: normal;
	font-size: 85%;
	color: blue;
	padding: 0;
	margin: 0 5px 20px 20px;
	border-bottom: 1px solid orange;
	
}

#content .inner ul.features {
	margin-left: 20px;
	padding: 0;
	list-style: none;
}

#content .inner .features h2 {
	font-size: 110%;
	color:black;
	padding: 0;
	padding-top: 5px;
	margin-bottom: -15px;
	font-weight: bold;
}

#content .inner .features p {
	color:#222;
	font-size:100%;
	font-weight: normal;
}

#content .inner .features li {
	margin: 0 0 30px 0;
	height: 60px; 
}

#content .inner .features li img {
	float: left;
	margin: 0 15px 5px 0;
	padding-top: 0px;
}


#content_tb p{
	font-size: 80%;
	margin: 20px;
}


#content_tb li {
	margin-top:5px;
	margin-left:40px;
	font-size: 75%;
}

#content_tb .small {
	margin-left: 30px;
	font-size: 70%;
}

#content_tb .inner h1 {
	font-weight: normal;
	font-size: 85%;
	color: green;
	padding: 0;
	margin: 0 5px 20px 20px;
	border-bottom: 1px solid orange;
	
}

#content_tb .inner ul.features {
	margin-left: 20px;
	padding: 0;
	list-style: none;
}

#content_tb .inner .features h2 {
	font-size: 110%;
	color:black;
	padding: 0;
	padding-top: 5px;
	margin-bottom: -15px;
	font-weight: bold;
}

#content_tb .inner .features p {
	color:#222;
	font-size:100%;
	font-weight: normal;
}

#content_tb .inner .features li {
	margin: 0 0 30px 0;
	height: 460px; 
}

#content_tb .inner .features li img {
	float: left;
	margin: 0 15px 5px 0;
	padding-top: 0px;
}



/*---------------------------------------------------------- */
/* content support page FAQ Q & A text attributes	    */
/*---------------------------------------------------------- */

#content p.faqQ {
	color: blue;
	margin-left: 20px;
	margin-bottom:0;
}

#content p.faqA {
	margin-left: 20px;
	color: black;
	margin-top:0.5em;

}

/*---------------------------------------------------------- */
/* floating left and right images			     */
/*---------------------------------------------------------- */

.leftimage {
	float: left;
	margin: 0 10px 0px 20px;
}

.rightimage {
	float: right;
	margin: 0 -5px 0 10px;
}


.clearit{
	clear: both;
}

/*---------------------------------------------------------- */
/* footer						     */
/*---------------------------------------------------------- */

#footer {
	clear: both;
	border-top: 1px solid #000000;
	background-color: #145180; /*#42568A;*/
	color: #FFFFFF;
}

#footer_tb {
	clear: both;
	border-top: 1px solid #000000;
	background-color: #148051; /*#42568A;*/
	color: #FFFFFF;
}

#footer, #footer_tb p {
	font-size: 70%;
	padding: 3px;
	text-align:right;
}



#fullwidth {
	width: 100%;
}

/*---------------------------------------------------------- */
/* sidebar column fixed width			     */
/*---------------------------------------------------------- */

#sidebar {
	margin-right: 10px;
	margin-top: 10px;
	float : right;
	width: 190px;
}


#sidebar li {
	margin-left:60px;
	font-size: 75%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar h1 {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	color: #000; //#FF6A00;
	text-align: center;
}

#sidebar h2 {
	font-size: 75%;
	margin: 5px;
	color: #FF6A00;
	text-align: right;
}

#sidebar h3 {
	font-size: 80%;
	margin: 0 5px 5px 5px;
	color: #FF6A00;
	text-align: left;
	font-weight: normal;
}


#sidebar p {
	font-size: 75%;
	margin-right: -15px;
	margin-bottom: 5px;
	text-align:right;
	color : black;
}

/*---------------------------------------------------------- */
/* download links in right column is the download image only */
/*---------------------------------------------------------- */
#sidebar a#downloadlink {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../images/DownloadImage.png);
	margin: -5px 10px 0 5px;
}

#sidebar a#downloadlink:hover {
	background-image: url(../images/DownloadImage_over.png);
}


#sidebar .productversion {

	text-align: right;
}



/* container within the content */
.container {
 	width: 99%;
 	float: left;
 	margin-bottom: 10px;
}

.container h1 a {
 	text-decoration: none;  
}


/* display small horizontal line of orange dots for underlining headings */
.horizontalLine {
	height: 5px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	margin-left:20px;
	margin-right:400px;
	margin-bottom:20px;
}



/* contact form div */
#form {
	margin: 60px 20px 60px 60px;

}

#form_tb {
	margin: 20px 20px 60px 10px;

}


.orangeRoundedBox
{
 /*   margin: 0 auto; */
    color: #ffffff;
    width: 100%;
    padding: 0px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #ddaa55;
 }

.grayRoundedBox
{
/*    margin: 0 auto; */
 /*   color: #ffffff; */
    width: 100%;
    padding: 0px;
 /*   text-align: left; */
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }