/* cmsms stylesheet: a-sashacustoms-css modified: 06/26/22 16:25:12 */
/* CSS Document */



/* ======================== DIV styles ===================== */

#body
{
	background-color: #999;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	height: 100%;
}


#container
{
	margin: auto;
	display: block;
	background-color: #ffffff;
	width:  1020px; 
        overflow: auto;
/*	height: 650px; */ /* for fixed height pages*/ 
}

#banner 
{
        padding: 0px;
        margin: 0; /* margin-top, margin-right, margin-bottom, margin-left */
        background-color: #000;
        overflow: hidden;
        height: 160px;
} 


#leftBanner 
{
        float: left;
        position: relative;
        padding: 0px;
        margin: 0; /* margin-top, margin-right, margin-bottom, margin-left */
        background-color: #000;
} 

#companyName
{
        margin-top: 30px;
        margin-left: 30px;
        color: #000;
        background-color: #000;
}

#bannerImage 
{
        margin: 5px 5px 0 0; /* margin-top, margin-right, margin-bottom, margin-left */
        float: right;
        position: relative;
}

#leftSide
{/* left column can contain either the side menu and news or both*/
	position: relative;
	float:left;
	left: 0px;
	margin-left: 0px;
	width: 320px;
	padding: 0;
	background-color: #fff;
             overflow: inherit;
}

#leftSidePool
{/* left column can contain either the side menu and news or both*/
	position: relative;
	float:left;
	left: 0px;
	margin-left: 0px;
	width: 320px;
	padding: 0;
	background-color: #000;
             overflow: inherit;
}

#content 
{/* right or middle column */
	float: left;
	position: relative;
	left: 0px;
	margin-left: 20px;
	width: 460px; 
	background: #FFF; 
	padding-bottom: 30px;
}

#note {
	background: #e0d0e0; 
	padding: 5px 5px 5px 5px;
}

#contentWide
{/* right or middle column */
	float: left;
	position: relative;
	left: 0px;
	margin-left: 20px;
	width: 640px; 
	background: #FFF; 
	padding-bottom: 30px;
        padding-top:15px;
}

#contentVeryWide
{/* right or middle column */
	float: left;
	position: relative;
	left: 0px;
	margin: 0px;
	width: 900px; 
}
#footer
{
         float: left;
         width: 100%;
         background-color: #CCC;
         padding-top: 5px;
         padding-bottom: 5px;
         display: inline;
}

#bookmark
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
	font-size: 10pt;
	color: #fff;
        padding-right: 30px;
	float: right;
}

#search
{
        padding-left: 30px;
        float: left;
}

#copyright
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9pt;
	color: #aaa;
	word-spacing: 1px;
        padding-right: 10px;
        width: 250px;
}


/* ======================= HTML tag styles ========================*/

h1 {
	font-size: 10pt;
	font-weight: bold;
        font-family: "Trebuchet MS", helvetica, san-serif;
	margin-top: 1.5em;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
        font-style: italic;
        color: #b98eba;
        text-align: center;
        font-family: "Trebuchet MS", helvetica, san-serif;
	margin-top: 1.5em;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
        font-style: italic;
        color: #b98eba;
        font-family: "Trebuchet MS", helvetica, san-serif;
	margin-top: 1.5em;
}

p.body {
	font-size: 10pt;
	font-weight: normal;
        font-family: tahoma, helvetica, san-serif;
	margin-top: 0em;
	margin-bottom: 0em;
}

p.bodyPool {
	font-size: 10pt;
	font-weight: normal;
        font-family: tahoma, helvetica, san-serif;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #fff;
}

ul.body {
	font-size: 10pt;
	font-weight: normal;
        font-family: tahoma, helvetica, san-serif;
	margin-top: 0em;
	margin-bottom: 0em;
}

ul.bodyPool {
	font-size: 10pt;
	font-weight: normal;
        font-family: tahoma, helvetica, san-serif;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #fff;
}

ol.body {
	font-size: 10pt;
	font-weight: bold;
        font-style: italic; 
        font-family: "Trebuchet MS", helvetica, san-serif;
	margin-top: 0em;
	margin-bottom: 0em;
        color: #b98eba;
}

ol p {
       font-weight: normal;
       font-style: normal; 
       font-family: tahoma, helvetica, san-serif;
       color: #000;
}


.body {
	font-size: 10pt;
	font-weight: normal;
        font-family: tahoma, helvetica, san-serif;
	margin-top: 0em;
	margin-bottom: 0em;
}

ul {
    list-style-image: url('uploads/images/sashaimages/bullet1.png')
}

ul ul {
    list-style: url("uploads/images/sashaimages/bullet2.png")
}

ul li {   
margin:0.5em 0 0.5em 0;   
} 

a
{
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

a:focus
{
	outline: none;
}

a:link
{
	color: #777;
}

a:visited
{
	color: #777;
}

table.note {
	background-color: #F4F0F4;
}


label
{
	font-size: 10pt;
	font-weight: bold;
}

p
{
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
}

img
{
	border: none;
}


.bold
{
	color: #000000;
	font-weight: bold;
}


a.color
{ 
	text-decoration: none;
	color: #000066;
}

.colour
{
	color: #000066;
	font-weight: normal;
}

.colourBold
{
	color: #000066;
	font-weight: bold;
}

.empty
{
	line-height: 70%;
	color: #ffffff;
}

.subtitle
{
	line-height: 0.3em;
	font-size: 14px;
	color: #000000;
}

.text
{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}

.title {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 2px solid #7B437C;
	color: #7B4E7C;
}

.print {
	font-size: 28px;
}

.search-input {
       font-family: tahoma, Helvetica, sans-serif;
       font-size:10pt;
}

.search-button:focus {
	outline: none;
}


/* ======================= RSS Feed Blogs ========================*/

.feed-content Div
{
        color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 140%;
}

.feed-content
{
        color: #000000;
	font-weight: normal;
	font-size: 9pt;
	line-height: 140%;
}

.item-lever H4 A
{
	font-size: 16px;
	color: #000000;
        font-weight: bold;
}

/* ======================= Table tag styles ========================*/

table.pagetable
{
	width: 90%;
}

th.title
{
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

td.Bold
{
	padding: 5px;
	font-weight: bold;
}

td.text
{
	padding: 5px;
}




/* =====================Extra navigation styles =====================  */ 
#ExtraNav
{
	color: #fff;
	background-color: #000;
	display: inline;
        margin-top: 10px;
        margin-left: 30px;
        position: relative;
        float: left;
}

#ExtraNav ul 
{ 
	display: inline;
	list-style: none; 
}

#ExtraNav li
{
	font-weight: bold;
	display: inline;
	text-decoration: none;
        float: left;
}

#ExtraNav li a
{
	font-weight: bold;
	display: block;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
	color: #e0d0e0;
	padding: 12px 28px 30px 0px;
}

#ExtraNav li a:hover
{
	color: #b98eba;
        list-style: none; 
}

#ExtraNav li a.menuactive
{
	color: #b98eba;
        list-style: none; 
	text-decoration: underline;
}


/* =====================Top navigation styles =====================  */ 
#topNav
{
	position: relative;
	float: left;
        color: #000;
	background-color: #ccc;
	width: 100%;
	height: 30px;
	display: inline;
}

#topNav ul 
{ 
	display: inline;
	list-style: none; 
}

#topNav li
{
	margin-left: 30px;
	font-weight: bold;
        line-height: 90%;
	display: inline;
	text-decoration: none;
	float: left;
}

#topNav li a
{
	font-weight: bold;
	display: block;
	text-decoration: none;
	height: 24px;
	vertical-align: middle;
	color: #000;
}

#topNav li a:hover 
{
	color: #674068;
	text-decoration: none;
}

#topNav li a.menuactive 
{
	color: #674068;
	text-decoration: underline;
}

/* ======================== Side navigation styles ===================== */


#leftNoNav 
{/* left navigation column - no menus */ 
	color: #000;
	margin: 35px 15px 0px 30px; /* margin-top, margin-right, margin-bottom, margin-left */
	overflow: hidden;
	width: 250px;
	border-top: solid #FFF 1px;
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
}

#leftNav 
{/* left navigation column */ 
	color: #000;
	margin: 35px 15px 0px 30px; /* margin-top, margin-right, margin-bottom, margin-left */
	overflow: hidden;
	width: 250px;
	border-top: solid #FFF 1px;
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
}

#leftNavPool 
{/* left navigation column */ 
	color: #000;
	margin: 35px 15px 0px 30px; /* margin-top, margin-right, margin-bottom, margin-left */
	overflow: hidden;
	width: 250px;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
}

#leftNav ul 
{ 
	list-style: none; 
	margin: 0;
	padding: 0;
	border: none; 
}

#leftNav li
{
        border-bottom: 2px solid #ccc;
	margin: 0;
}

#leftNav li a
{
	display: block;
	padding: 7px 7px 7px 7px;  /* margin-top, margin-right, margin-bottom, margin-left */
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}


#leftNav li a:hover 
{
	background-color: #777;
	color: #ffffff;
}

#leftNav li a.menuactive 
{
	background-color: #777;
	color: #ffffff;
}

#leftNav li.currentpage 
{
	color: #000;
	padding: 5px 5px 5px 5px;  /* margin-top, margin-right, margin-bottom, margin-left */
	font-weight: bold;
	width: 100%;
	display: block;
	text-decoration: none;
}
