/* RESETS */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p {margin: 0; padding: 0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
table {border-collapse:collapse; border-spacing:0;}

body {
	background-color: #ceebf3;
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 450px;
	background: #FFFFFF url(../images2/bottom_edge.jpg) no-repeat left bottom;
}
#header {
	padding: 0px;
	width: 900px;
	margin: 0;
	background: #ffffff url(../images2/top_banner_01.jpg) no-repeat;
	height: 150px;
}
#main {
	margin: 10px 0 0;
	background: url(../images2/main_bg_w-dot.gif) repeat-y;	
}
#leftnav {
	margin: 2px 0 0;
	padding: 0;
	float: left;
	width: 190px;
	display: inline; /*IE hack to fix double margin in floats*/
}
#leftnav li{
	margin: 0;
	padding: 0 0 0 10px;
	color: #bd067a;
	font-size: 1.0em;
	line-height: 1.7em;
/*	float: left; /*solves IE whitespace problem */
/*	width: 100%; /*solves IE whitespace problem */
}
#leftnav a{
	color: #bd067a;
	text-decoration: none;	
}
#leftnav a:hover{
	color: #77b895;
}


#content-1 {
	margin: 0px 0px 0px 200px;
	padding: 0;
}
#content-2 {
	margin: 0px 0px 0px 200px;
	padding: 0;
}
/*#content-1 p, #content-2 p, #rightcol p{
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 6px 0px;
}*/
#content-1 a, #content-2 a, rightcol a{
	color: #bd067a;
	text-decoration: none;	
}
#content-3col a:hover, #content-2col a:hover, #rightcol a:hover{
	color: #000;
	text-decoration: underline;	
}
#content-1 ul, #content-2 ul{
	color: #666;
	font-size: 1.1em;
	line-height: 1.6em;
	list-style: disc outside;
	margin-left: 15px;
}
#content-1 ul li, #content-2 ul li{
	padding: 0px 0px 6px 5px;
	margin: 0px 0px 0px 0px;
}
.pagetitle{
	font-size: 1.8em;
	color: #89d7ad;
	margin-bottom: 6px;
	font-weight: normal;
}
.textstyle1 {
	color: #666;
	font-size: 1em;
	line-height: 1.4em;
	margin: 6px 0px;
}
.textstyle2 {
	color: #666;
	font-size: 1em;
	line-height: 1.6em;
	margin: 6px 0px 8px;
}
.textstyle3 {
	color: #666;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 6px 0px 8px;
}
.bulletpoint {
  color: #666;
	background: url(images2/menubullet4.gif) no-repeat left top;
	padding: 0px 0px 0px 16px;
	}
.bulletheader {
	font-weight: bold;  
	}

#breadcrumbline {
 	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 202px;
	min-height: 30px;
	}
#breadcrumbline A {
  color: #000;
	text-decoration: none;
  }
#breadcrumbline A:hover {
  color: #00f;
	text-decoration: underline;
  }
	
.content-trail {
	padding: 0px 0px 8px 0px;
	color: #999;
	font-size: 0.9em;
	line-height: 1em;
}
.content-trail a {
	color: #999;
	text-decoration: none;
}
.content-trail a:hover {
	color: #000;
	text-decoration: none;
}
#videobox_400 {
	float: right;
	width: 400px;
	padding: 0;
	margin: 35px 20px 20px 20px;
	display: inline; /*stops IE doubling the right margin*/
}
#videobox_480 {
	float: right;
	width: 480px;	
	padding: 0;
	margin: 10px 20px 20px 20px;
	display: inline; /*stops IE doubling the right margin*/
}
jw-videobox_640 {
	width: 640px;	
	padding: 0;
	margin: 20px;
	}

#videobox_320 {
	float: right;
	width: 320px;	
	padding: 0;
	margin: 10px 20px 20px 20px;
	display: inline; /*stops IE doubling the right margin*/
}
.picbox_480 {
	float: right;
	width: 480px;	
	padding: 0;
	margin: 10px 20px 20px 20px;
	display: inline; /*stops IE doubling the right margin*/
}
.picbox_400 {
	float: right;
	width: 400px;	
	padding: 0;
	margin: 10px 20px 20px 20px;
	display: inline; /*stops IE doubling the right margin*/
}
.picbox_300 {
	float: right;
	width: 300px;	
	padding: 0;
	margin: 10px 20px 10px 20px;
	display: inline; /*stops IE doubling the right margin*/
}
#rightcol {
	float: right;
	width: 220px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}
.picfloatleft {
	float: left;
	margin: 6px 10px 6px 0px;	
}
.picfloatright {
	float: right;
	margin: 6px 10px 6px 10px;	
}
.contentrow {
	display: block;
	clear: right;
	margin-right: 10px;
	}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
#clearbtm {
	clear: both;
	height: 1px;
}
#footer-area {
	clear: both;
	width: 900px;
	height: 65px;
	margin: 0;
	background: url(../images2/bottom_edge_bubbles.jpg) no-repeat left bottom;
}
.footertext {
	color: #333;
	font-size: 0.75em;
	line-height: 1.2em;
	padding: 6px 20px 10px 0px;
	text-align: right;
}
table.boxtable {
	margin: 0px 0px 0px 2px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
  }
table.boxtable td{
	border: 1px solid #cccccc;
	padding: 4px;
  }
.hidden {
  display: none;
  }
.design-note {
	font-family: "Courier New", Courier, monospace;
	color: #F00;	
	}
object {
	outline: none;
	/* fixes the dotted line round swfs in Firefox)*/
}
