body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	line-height: 140%;
	color: #0D3862;
	padding: 0px;
	margin: 0px;
	background: #cbd7da url(images/grad-back5.gif) repeat-y center;
}

a {
	color: #0D3862;
}

a:visited {
	color: #0D3862;
}

a:hover {
	color: #0D3862;
	background: #dedede 111% 111%;
}

a:active {
	color: #0D3862;
}

h1 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	padding: 0 10px 0 14px;
	line-height: 130%;
	opacity: 1;
	margin-bottom: 8px;
	letter-spacing: -1px;
	margin-top: 6px;
}

h3 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 14px;
	margin: 0;
	padding-bottom: 10px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 14px;
	margin: 0;
	font-style: italic;
	padding-top: 6px;
}

dotline {
	border-bottom-width: 4px;
	background: url(images/dot2.gif) repeat-x 0 33px;
}

img.download {
	vertical-align: middle;
}

/* ----------container to center the layout---------- */

#container {
	width: 800px;
	padding: 0px;
	margin: -16px 0 0 0px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------banner for logo-------------- */

#banner {
	text-align: right;
	background-color: #0D3862;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: -32px;
}

/* @group drop down menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width: 800px;
	font-size: 0.85em;
	position: relative;
	z-index: 100;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul {
	width: 200px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float: left;
	position: relative;
	text-align: left;
}

/* style the links for the top level */

.menu a, .menu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	height: 30px;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #0D3862;
	line-height: 29px;
}

.menu li#home a {
	width: 66px;
	text-align: center;
}

.menu li.facts a {
	width: 275px;
	text-align: center;
}

.menu li#using a {
	width: 220px;
	text-align: center;
}

.menu li#buy a {
	width: 117px;
	text-align: center;
}

.menu li#contact a {
	width: 117px;
	text-align: center;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
	width: 200px;
	w\idth: 187px;
	margin: 0;
	padding: 0;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #d9d9d9;
}

.menu li.facts ul a.drop {
	background: #d9d9d9;
	width: 255px;
}

.menu li.facts ul a {
	background: #d9d9d9;
	width: 255px;
	text-align: left;
	padding-left: 10px;
}

.menu li#using ul a.drop {
	background: #d9d9d9;
	width: 200px;
}

.menu li#using ul a {
	background: #d9d9d9;
	width: 200px;
	text-align: left;
	padding-left: 10px;
}

/* style the second level hover */

.menu ul ul a.drop:hover {
	background: #96cfd0;
}

.menu li.facts a.drop:hover {
	background: #96cfd0;
	width: 255px;
}

.menu li#using a.drop:hover {
	background: #96cfd0;
	width: 200px;
}

.menu ul ul :hover > a.drop {
	background: #96cfd0;
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #c8c8c8;
}

/* style the third level hover */

.menu ul ul ul a:hover {
	background: #7CA4DC;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 200px;
}

.menu li#using ul ul {
	left: 220px;
	top: 0;
	width: 200px;
}

/* another hack for IE5.5 */

* html .menu ul ul {
	top: 30px;
	t\op: 31px;
}

/* position the third level flyout menu */

.menu ul ul ul {
	left: 275px;
	top: 0;
	width: 200px;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
	left: -200px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	background: #d9d9d9;
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;



/* yet another hack for IE5.5 */
}

* html .menu ul ul a {
	width: 200px;
	w\idth: 137px;
}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover {
	color: #fff;
	background: #7CA4DC;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #fff;
	background: #7CA4DC;
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul {
	visibility: visible;
}

/* @end */

/* ----------outer and inner----------------- */

#inner {
	background-color: #FFF;
	width: 800px;
	float: left;
}

/* The ie/pc pecularity */

/* --------------left navi------------- */

#right {
	width: 245px;
	float: right;
	padding-right: 10px;
}

.rt {
	background: #AFAFAF url(images/rt2.gif) no-repeat;
	color: #FFF;
	height: 7px;
	margin: 10px 0 0 0;
}

.right_articles {
	font-size: 0.9em;
	background: #AFAFAF url(images/rb2.gif) no-repeat bottom;
	color: #0D3862;
	padding: 4px 0px;
}

.image {
	float: left;
	margin-right: 9px;
	margin-top: 0;
	margin-bottom: 3px;
}

/* -----------------content--------------------- */

#content {
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	width: 525px;
	padding-top: 1px;
	float: left;
}

#bigcontent {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	padding-bottom: 12px;
}

#left_column {
	width: 370px;
	margin-right: 16px;
	float: left;
	border-right: 2px dotted #7CA4DC;
}

#right_column {
	width: 370px;
	margin-right: 16px;
	float: right;
}

.main-white-t {
	background: #AFAFAF url(images/main-white-t.gif) no-repeat;
	color: #FFF;
	height: 7px;
	margin: 10px 0 0 0;
}

.white_articles {
	font-size: 0.9em;
	background: #FFF url(images/main-white-b.gif) no-repeat bottom;
	color: #0D3862;
	border-right: 2px solid #afafaf;
	border-left: 2px solid #afafaf;
	padding: 4px 0px;
}

.bigwhite_articles {
	font-size: 0.9em;
	color: #0D3862;
	border-top-color: #afafaf;
	border-right: 2px solid #afafaf;
	border-left: 2px solid #afafaf;
	background: #FFF url(images/big-white-b.gif) no-repeat 0 bottom;
	float: left;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	width: 776px;
}

.bigwhite-t {
	background: #AFAFAF url(images/big-white-t.gif) no-repeat;
	color: #FFF;
	height: 7px;
	margin-top: 10px;
}

.bigwhite_articles ul {
	margin: 6px 0 0;
	padding: 0;
}

.bigwhite_articles li {
	list-style-image: url(images/bluebullit.gif);
	list-style-position: outside;
	margin-bottom: 8px;
	padding-right: 14px;
	margin-left: 32px;
}

/* IE list \*/

* html .bigwhite_articles li {
	list-style-position: outside;
	margin-bottom: 8px;
	padding-right: 14px;
	margin-left: 32px;
}

* html .bigwhite_articles ul {
	margin: 6px 0 0;
	padding: 0;
}

/* end IE list */

img.borderless {
	float: left;
	margin: 4px 16px 4px 0;
}

img.borderlessright {
	float: right;
	margin: 4px 16px;
}

.blueborder {
	float: left;
	border: 7px solid #9ad4d5;
	margin-bottom: 20px;
	margin-top: 4px;
	margin-right: 20px;
	padding-left: 0;
}

* html .blueborder {
	margin-bottom: 20px;
	margin-top: 4px;
	margin-right: 20px;
	padding-left: 0;
}

.important {
	float: left;
	padding-right: 10px;
}

#pull_quote1 {
	color: #1cbbb6;
	font: lighter 18px/25px "Helvetica Neue";
	width: 200px;
	float: right;
	padding-top: 5px;
	padding-bottom: 9px;
	margin: 7px 20px;
}

/* IE img \*/

/* end IE img */

.white_articles_split_left {
	font-size: 0.9em;
	color: #0D3862;
	padding: 4px 0px;
	border-top-color: #afafaf;
	border-left: 2px solid #afafaf;
	width: 260px;
	position: relative;
}

.white_articles_split_right {
	font-size: 0.9em;
	color: #0D3862;
	padding: 4px 0px;
	border-top-color: #afafaf;
	border-right: 2px solid #afafaf;
	width: 260px;
	float: right;
	position: relative;
}

.main-blue-t {
	background: #AFAFAF url(images/main-blue-t.gif) no-repeat;
	color: #FFF;
	height: 7px;
	margin: 10px 0 0 0;
}

.blue_articles {
	font-size: 0.9em;
	background: #7CA4DC url(images/main-blue-b.gif) no-repeat bottom;
	color: #0D3862;
	padding: 4px 0px;
}

p {
	margin: 0px 0px 0;
	padding: 5px 15px;
}

pre {
	font-size: 12px;
	padding: 5px 10px;
	margin: 0px;
}

/*  ----------------footer---------------------- */

#footer {
	clear: left;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width: 800px;
	background-color: #AFAFAF;
}