﻿/* Resources styles start here */
#divResourcesContent {
 margin-top: 5px;
 padding: 5px;
 width: 740px;
 height: auto;
 float: left; 
 text-align: left;
 background-color: #fff;
}
#divResourcesContentLeft {
 margin: 0px;
 padding: 0px;
 width: 180px;
 height: auto;
 float: left; 
 text-align: left;
 background-color: #fff;
}
.resourcesContentLeftInner {
 margin: 0px;
 padding: 0px;
 width: 178px;
 height: auto;
 float: left;
 text-align: left;
 background-color: #f4f4f4;
 border: solid 1px #abc6ab;
}
.sideHeader {
 margin: 0px; 
 padding: 4px 0px 4px 10px; 
 width: 170px;
 float: left;
}
.sideHeaderText {
 color: #fff;
 font-size: 13px;
 font-weight: bold;
}
.resourcesContentLeftInner ul {
 margin: 0px;
 padding: 5px 0px 5px 0px;
 width: 178px;
 height: auto;
 float: left;
 list-style: none;
}
.resourcesContentLeftInner ul li { 
 margin: 0px;
 padding: 2px 0px 0px 10px;
 width: 165px;
 display: block;
 list-style-type: none;
 text-align: left;
 float: left;
 background : transparent url(bullet.gif) no-repeat 7% 50%; 
}
.resourcesContentLeftInner a {
 color: #444;
 text-decoration: none; 
}
.resourcesContentLeftInner a:hover {
 text-decoration: underline; 
}


#divResourcesContentRight {
 margin: 0px;
 padding: 0px;
 width: 550px;
 height: auto;
 float: right; 
 text-align: left;
 background-color: #fff;;
}
/* Resources styles end here */