@charset "UTF-8";

#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/common/sidebar-graphic.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#header {
	background: #DDDDDD;/*	padding: 0 10px 0 20px;   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. */
}

#tagline {
	background: #344258;   /*	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. */
	color: #cad2e1;
	font-size: 16px;
	padding: 7px 0px 7px 14px;
}

#titleBar {
	margin: 0 150px 0 0; /* 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:15px;
	/*height: 1%;*/
	background-color: #ECF3FF;
	color: #516588;
	font-weight: bold;
}

#home #titleBar {
	padding: 0 0 5px 0;
}

#mainContent {
	margin: 0 150px 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: 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent h1 {
	font-size: 14px;
	color: #516588;
}

h2 a {
	color: #516588;
}

#sidebarLeft {
	float: left; /* since this element is floated, a width must be given (SEE the .sideBar class below) */
	background-color: #CAD2E1;
}

#sidebarRight {
	float: right;
}

.sideBar { /* this class MUST come after the sidebarLeft and sidebarRight selctors */
	width: 150px;
	font-size: 0.8em;
	margin-right: 0px;
	margin-left: 0px;
}

.sideBar img {
	padding: 5px;
}

.sidebarContainer {
	text-align: center;
	width: 140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.separator {
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#innerContainer {
	background-image: url(../images/common/sidebar-graphic.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-right: 150px;
}

#title {
	background: #ECF3FF;
	padding: 8px 0px 8px 14px;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #516588;
}

#productimage {
	background-color: #6C95A7;
	margin-left: 150px;
	text-align: center;
}

#welcomeBar {
	padding:15px;
	/*height: 1%;*/
	background-color: #ECF3FF;
	color: #516588;
	font-weight: bold;
	margin: 0 0 0 150px;
}

#buttonBar {
	padding:0px;
	/*height: 1%;*/
	background-color: #FFF;
	font-weight: bold;
	margin: -10px 0 0 150px;
	text-align: center;
}

#welcomeBar h1 {
	font-size: 15px;
}

.welcome {
	font-size: 1.25em;
}

#centerContent {
	margin: 0 0 0 150px; /* 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:15px;
	height: 1%;
}

#testimonialWrapper {
	margin: 0 0 0 150px;
}

#testimonialWrapper .asterisk {
	font-size: 0.8em;
	text-align: right;
}

#tips .rowBlue {
	margin: 0px;
	padding: 5px 10px;
}

#tips .rowWhite {
	margin: 0px;
	padding: 5px 10px;
}

.rowBlue {
	background-color: #ECF3FF;
	margin: 0px;
	padding: 5px 15px;
}

.rowWhite {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 15px;
}

.testimonialAuthor {
	text-align: right;
}

#productTitle {
	background: #e7efff;
	padding: 8px 0px 8px 14px;
	margin: 0 0 0 150px;
}

.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;
}

#newsTitle {
	background: #e7efff;
	padding: 8px 0px 8px 14px;
	margin: 0 150px 0 0;
}

.backToTop {
	font-size: 0.8em;
	text-align: right;
}

#tips #title {
	background: #ECF3FF;
	padding: 8px 0px 8px 14px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #516588;
}
.buttonWrapper {
	margin: 5px;
	padding: 0px;
	float: right;
	width: 180px;
	text-align: center;
}

.buttonWrapper img {
	margin: 0px;
	padding: 0px;
}
.buttonWrapper p {
	margin: 0px;
	padding: 0px 0px 5px;
	color: #516588;
}
#fkhButtonWrapper {
	float: none;
	width: 98%;
	padding-top: -10px;
	padding-bottom: 5px;
	margin-top: -10px;
}
#newVersion6released {
	color: #A11D20;
	text-align: center;
}
#buttonHolder p {
	margin-bottom: 3px;
	margin-top: 0px;
}

