/* cmsms stylesheet: master modified: 30 May 2023 15:42:48 */
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #675C53;
	background-image: url('/images/background_sm.gif');
	background-repeat: repeat;
}

img
{
	border: none;	
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #952D98;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	color: #952D98;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	color: #952D98;
        font-weight: normal;
        line-height: 150%;
}

.text-grey {
       color: #675C53;
}

.text-purple {
        color: #952D98;
}

a {
	color: #952D98;
}
.caption {
	color: #952D98;
	font-weight:bold;
}

.thrColFixHdr #container { 
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
        box-shadow: 6px 6px 15px #222;
        margin-bottom: 20px;
} 
.thrColFixHdr #topclearance
{
	height: 40px;
	width: 100%;
	background-color:#FFFFFF;
}
.thrColFixHdr #header { 
        float: left;
	color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	background-color: #675C53;
	height: 119px;
        width: 980px;
        overflow: none;
} 

.thrColFixHdr #headercontent {
	position: relative;
        overflow: visible;
	top: -129px;
	left: 290px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
        width: 666px;
}

#headercontent .heading {
	margin-top: 0px;
        margin-bottom: 12px;
        overflow: visible;
}
#headercontent .menu {
	margin-top: 0px;
        margin-left: -11px;
	font-size: 11px;
        overflow: hidden;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 20px 24px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	color: #675C53;
line-height: 150%;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 66px 20px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	color: #675C53;
}

.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #675C53;
line-height: 150%;
} 

ul  {

list-style-type: none;
}

ul.listBulleted {
list-style-type: disc;
}

.paddedImage
{	
	padding-left: 12px;        
	background-color: #952D98;
}

.paddedImageTrimWIleft
{	
	padding-left: 12px;
        background-color: #952D98;
        width: 144px;
}

.paddedImageTrimWIright
{	
	padding-left: 12px;
        background-color: #952D98;
        width: 144px;
        margin-left: 28px;
}

#paddedImageRightSidebar
{
	padding-left: 12px;
        width: 204px;
	background-color: #952D98;
}

#paddedImageRightSidebarMiddle
{	
	padding-left: 12px;
	background-color: #952D98;
	margin-top: 22px;
        width: 204px;
	margin-bottom: 21px;
}

#paddedImageRightSidebarMiddleRight
{	
        float: right;
	padding-left: 12px;
	background-color: #952D98;
	margin-top: -102px;
        margin-right: 160px;
        width: 80px;
}

#paddedImageRightSidebarMiddle a
{
       color: #FF1010;
}

.paddedDarkableImage 
{
	position: relative;
	opacity: 0.45;
	filter:alpha(opacity=45);
	position: relative;
	top: 0px;
	left: 0px;
}

.paddedSidebarDarkableImageLink
{
	background-color:black; 
	display:block; 
	opacity:1;
	filter:alpha(opacity=100);
	width:204px;
	margin-left: 0px;
}

.paddedSidebarDarkableImageLinkRight
{
	background-color:black; 
	display:block; 
	opacity:1;
	filter:alpha(opacity=100);
	width:205px;
}

.darkableImageLinkText
{
	top: -84px;
	position: relative;
	float: left;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	position: relative;
	height: 0px;
	left: 30px;
	background: none;
        text-decoration: underline;
}

.darkableImageLinkTextMiddle
{
	top: -110px;
	position: relative;
	float: left;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	position: relative;
	height: 0px;
	left: 30px;
	background: none;
        text-decoration: underline;
}

.darkableImageLinkTextShort
{
	top: -77px;
	position: relative;
	float: left;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	position: relative;
	height: 0px;
	left: 24px;
	background: none;
        text-decoration: underline;
}

a.darkableImageLinkText:hover
{
        text-decoration: underline;
}

a.darkableImageLinkTextMiddle:hover
{
        text-decoration: underline;
}

a.darkableImageLinkTextShort:hover
{
        text-decoration: underline;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	color:	#675C53;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #675C53;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menuwrapper
{
        overflow: hidden;
        padding: 0;
        margin: 0;
}

ul#nav, ul#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#nav {
	padding-left: -8px;
}
ul#nav ul {
	<!-- border-left: 1px solid #999; -->
}
ul#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
z-index: 999;
}
ul#nav a {
	text-decoration: none;
	display: block;
}

ul#nav li.menuactive {
  border-bottom: 5px solid #fff;
  padding-bottom: 8px;
  z-index: 999;
}

ul#nav li
{

 
}

ul#nav li a {
	font-size: 1em;
	color: #fff;
	padding: 0px 10px 2px 10px;
	display: block;
	border-left: 1px solid #eee;
}
ul#nav li:hover, ul#nav li.cssHover, ul#nav a.module:hover, ul#nav a.first_module:hover , ul#nav li .selected:hover, ul#nav ul li a:hover {
	background-color:  #675C53;
	color: #fff;
	border-left: none;
}

.unli
{
    padding-bottom: 15px;
    box-shadow: 6px 6px 15px #222;    
}

ul#nav li ul li.menuactive
{
        border-bottom: none;
        padding-bottom: 0px;
}

ul#nav li a.selected {
	color: #fff;
	border: none;
        
}

ul#nav li ul a {
	text-align: left;
	margin: 8px 0 0 0;
	position: relative;
	padding: 0px 9px 0px 9px;
	font-weight: normal;
        border: none;
}

ul#nav ul li a:hover {
	text-decoration: underline;
}
ul#nav li ul {
	background-color:  #675C53;
	margin: 0 0 0 -1px;
	padding: 8px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border: none;
        padding-top: 20px;
}
ul#nav li li {
	float: none;
	margin: 0px;
	padding: 0px;
}
ul#nav li:hover ul ul, ul#nav li.cssHover ul ul {
	display: none;
}
ul#nav li:hover ul, ul#nav li.cssHover ul {
	display: block;
}

ul#nav li.sep {
	line-height: 2px;
}

textarea
{
font: 12px Verdana, Arial, Helvetica, sans-serif;
width: 380px;
}

ul#FPBox
{
        list-style-type: none;
        margin-left: -70px;
}

ul#FPBox li 
{
	float: left;
	margin-left: 30px;
        margin-right: 0px;
	padding: 0px;
        z-index: 999;
}

#FPMapBox
{	z-index: -999;
        width: 484px;
        float: right;
}

#FPImagesBox
{
  float: left;
  width: 445px;
  margin-top: 0px;
  margin-left: 20px;
}
/* cmsms stylesheet: homepage modified: 30 May 2023 15:08:08 */
.thrColFixHdr #sidebar1
{
	width: 220px;
}

.thrColFixHdr #sidebar2
{
	width: 184px;
}

.thrColFixHdr #mainContent 
{
	margin: 30px 0px 0px 270px;
}
