/*-----------Left side rounded corners----------*/

html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
	margin: 0px;
	padding: 0px;
	border: 1px;
	border-color:#ededed;
	border-style: solid;
	width: 1000px;
}

.videobox {
	margin: 0px;
	padding: 20px;
	width: 240px;
}

*html .content
{
border-color: gray;
}
  
.contentWrapper {
  /* position this div however you want, but
     keep its padding and border at zero */
	   margin: 0px;
  padding: 0px;
  border: 0px;
  width: 292px;
  }

/*-----------Indented bullets----------*/

.list
{
	list-style-position: inside;
	list-style-image: url(../images/arrow_14.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
	


.list a:link {
	color: #2992b0;
	text-decoration: none;
	font-weight: bold;
}
.list a:visited {
	text-decoration: none;
	color: #2992b0;
	font-weight: bold;
}
.list a:hover {
	text-decoration: underline;
	color: #c33c79;
	font-weight: bold;
}
.list a:active {
	text-decoration: none;
	color: #0375B8;
	font-weight: bold;
	}







#navside {
	position:relative;
	left:0px;
	top:0px;
	width:181px;
}
#navside ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-indent:0px;

	list-style-image: url(images/arrow_13.gif);
}
#navside li {
	height:18px;
	line-height:18px;
	list-style-image: url(images/arrow_13.gif);
	width:200px;
	background-image: url(images/arrow_14.gif);
	background-repeat: no-repeat;
}

#navside li.category {
	padding: 7px 20px 0 15px;
	height:auto;
	text-decoration: none;
	color:#666666;
	list-style-image: url(images/arrow_13.gif);
}
/*IE needs extra margin and padding set for the indented li */
* html #navside li ul li {
    margin-left:-10px;
    padding-left:10px;
}
/* end IE hack */

#navside li a,
#navside li ul li a {
    font-weight:normal;
    text-decoration:none;
    display:block;
    height:100%;
    width:100%;
    padding-left:10px;
}
#navside li.category ul li a {
	padding-left:10px;
	background: url(../images/grey_bullet.gif) no-repeat 0 3px;
	width: 220px;
}
#navside li a:link,
#navside li a:visited {
	color:#479BCA;
}
#navside li a:hover,
#navside li a:active {
	color:#C23C79;
}

