/* CSS Document */
.csi-textpic {
	padding: 5px;
	margin-top: 10px;
}
	
.csi-textpic img {
   border: 1px solid black;  /*XXX demo only*/
   margin: 4px;
}
	
.csi-textpic .csi-caption {
	text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
	font-style: italic;  /*XXX demo only*/
}
	
.csi-textpic .csi-image {
   margin: 5px 0px 15px; 
}
	
.csi-textpic .csi-imagewrap {

}
	
.csi-textpic .csi-text {
	text-align: left; /*will have to be an inline style - controlled by TS*/ 
}
	
.csi-text p {
		margin-top: 0;
}
	
/* CENTER */
.csi-center .csi-image {
	margin: 0 auto 3px;
}
	
/* RIGHT */
.csi-right div.csi-image {
	float: right;
	clear: both;
}
	
.csi-right div.csi-text {
	clear: right;
}
	
	
/* LEFT */
.csi-left div.csi-image {
	float: left;
	clear: both;
}
	
.csi-left div.csi-text {
	clear: left;
}
	
	
/* INTEXT LEFT */
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	margin-right: 5px;
}
	
	
/* INTEXT RIGHT */
.csi-intext-right .csi-image {
	float: right;
	clear: both;
	margin-left: 5px;
}
	
	
/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text {
   margin-right: 215px; /*will have to be an inline style - controlled by TS*/
}
	
.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
}
	
	
/* INTEXT LEFT NOWRAP*/	
.csi-intext-left-nowrap .csi-text {
	margin-left: 215px; /*will have to be an inline style - controlled by TS*/
}
	
.csi-intext-left-nowrap .csi-image {
	float: left;
	clear: both;
}
/*
.csc-menu li{
	list-style-type: none;
	padding: 5px;
}

.csc-menu ul{
   margin: 15px;
}

.csc-menu a{
	text-decoration: none;
}
*/

.csc-menu { margin-left: 30px; }

.csc-menu ul
{
   margin: 0;
   padding: 0;
   list-style-type: none;
}

.csc-menu li { margin: 0 0 1px 0; }

.csc-menu a,
.csc-menu a:visited
{
	display: block;
    width: 175px;
	padding: 15px 10px 3px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.csc-menu a:hover
{
   color: #666;
   text-decoration: none;

}

.csc-menu ul ul li { margin: 0 0 1px 0; }

.csc-menu ul ul a,
.csc-menu ul ul a:visited
{
   display: block;
   width: 250px;
   padding: 3px 5px 3px 30px;
   color: #666;
   text-decoration: none;
   font-weight: normal;
}



.csc-menu ul ul a:hover
{
color: #666;
text-decoration: none;
}

