/* Start of CMSMS style sheet 'Styles' */
p {
	margin-bottom: 12px;
	font-size: 14px;
	color: #585753;
	line-height: 1.4em;
}

b, strong {
	font-weight: bold;
	font-size: inherit;
}

a img { border: none; }

a:link, a:visited {
	color: #0064b4;
}

a:hover, a:active {
	color: #dd8712;
}

ul, ol {
       margin-left: 30px;
       margin-bottom: 12px;
       list-style-type: square;
}

li {

      margin-bottom: 4px;
      font-size: 14px;
      color: #585753;
}

/* Nested ul fix */
li ul {
      margin-top: 5px;
}

h1.title {
	font-size: 26px;
	font-family: 'Arial Narrow', Arial, Helvetica;
	font-weight: normal;
	color: #dd8712;
	margin-bottom: 8px;
	padding-bottom: 2px;
	letter-spacing: 0px;
	background: url(uploads/images/layout/title_bg.png) no-repeat bottom center;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: Helvetica, "Arial Narrow", Arial, Helvetica;
	color: #000;
	font-weight: normal;
}

h1 { font-size: 21px; }
h2 { font-size: 20px; }
h3 { font-size: 19px; }
h4 { font-size: 18px; }
h5 { font-size: 17px; }
h6 { font-size: 16px; }


/* Styles for use in Tiny */ 
.img_left, .img_right {
    padding: 1px; 
    border: solid 1px #7c8951;
}

.img_right {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}

.img_left {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: both;
}

.separator {
    border-bottom: solid 1px #d7dbcc;
    margin-bottom: 10px;
    clear: both;
    height: 10px;
    line-height: 10px;
    font-size: 1px;
    display: block;
} 

.note {
    font-style: italic;
    font-size: 12px;
    color: #5e7794;
}

.padding10 { padding: 10px; }
.padding20 { padding: 20px; }


.none { }

/* End of 'Styles' */

