@charset "UTF-8";

html, body { 
	margin: 0;
	padding: 0;
	height: 100%; 
	border: none;
}

body {
	background-color: #2160f2;
	background-image: url(images/layout/tree_bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222;
	line-height: 1.8em;
}

a, a:visited, a:active {
	color: #E824B8;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
}

body p img {
	float: right;
	padding-left: 24px;
}

#content ul {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
	text-indent: 0;
}

#content li {
	text-indent: 0;
	margin: 0;
	padding-left: 14px;
	background-image: url(images/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#container {
/*was left: 84px; width: 800;*/
	left: 50px;
	top: 130px;
	z-index: 1;
	width: 900px;
	text-align: center;
	position: absolute;
	background-image: url(images/layout/column_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#content {
	/*was width: 520px;*/
	/*margin-left: 60px;*/
	width: 620px;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding-left: 210px;
	padding-top: 30px;
	
}

* html #content {
	padding-left: 160px;
	padding-bottom: 30px;
}

.topedge {
	width: 100%;
	height: 14px;
	background-color: #2160f2;
	background-image: url(images/layout/column_top.gif);
	background-repeat:no-repeat;
	background-position: top center;
}

.bottomedge {
/*changed .gif from 800 to 900*/
	width: 100%;
	height: 60px;
	background-color: #2160f2;
	background-image: url(images/layout/column_bottom.gif);
	background-repeat:no-repeat;
	background-position: top center;
}

.divider {
	width: 100%;
	height: 56px;
	background-image: url(images/layout/column_divider.gif);
	background-repeat:no-repeat;
	background-position: center;
}

#menucontainer {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -24px;
	width: 210px;
	min-height: 100%;
	background-image: url(images/layout/menu_trunk.gif);
	background-repeat: repeat-y;
	
	/* FIX FOR IE6 AND BELOW */
	overflow: hidden;
}

/* FIX FOR IE6 AND BELOW */
* html #menucontainer {
	height: 120%;
	padding-bottom: 120%;
}

#menu {
	position: relative;
	width: 210px;
	height: 100%;
	text-align:center;
	
	/* FIX FOR IE6 AND BELOW */
	overflow: hidden;
}

#flashmenu {
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	height: 600px;
	text-align:center;
}

#canopy {
/*width was 100%*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
}

#flashcanopy {
	width: 100%;
}

.trialweek {
	margin: 1.3em 0 1em;
}

.insetflash {
	margin-left: 20px;
	float: right;
}

.quicklinks {
	margin-top: -20px;
}

.topquicklinks {
	margin-top: -80px;
}

.detailstable td {
	border-left: 0px;
	border-right: 0px;
}

.title {
	margin-bottom: -10px;
}

.subtitle {
	font-size: 18px;
	color: #2160f2;
}
.subtitlebig {
	font-size: 26px;
	color: #2160f2;
}

.leftalign img {
	float: left;
	padding-left: 0px;
}

table {
	margin-bottom: 15px;
}

table.title {
}

table caption {
	padding: 0 0 5px 0;
	margin-top: 15px;
	text-align: left;
	border-bottom: solid 1px #CCCCCC;
}

td {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 2px 10px;
}

td.title {
border-bottom: solid 1px #FFFFFF;
border-left: solid 1px #FFFFFF;
}

td:first-child {
	border-left: none;
	padding-left: 0;
}

tr {
	border-top: solid 1px #CCCCCC;
	padding: 0;
}
	