﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
	background: url(Images/bodyBGgrad.jpg) top repeat-x #FFFFFF;
}

html
{
	padding:0px;
	width: 100%;
}

:-moz-any-link:focus
{
  outline: none;
}

/* main div */
div#DivMainClass
{
	width:990px;
    background-color:#FFF;
}

div#header {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-top:0px;
}

div#footer {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-bottom:0px;
}

div#wrapper_l
{
    /*background: url(Images/pageBorder_left.jpg) repeat-y 0 0;*/
}

div#wrapper_r {
	/*background: url(Images/pageBorder_left.jpg) 100% 0 repeat-y;*/
}

div#wrapper_lt
{
    /*background: url(Images/pageBorder_leftTop.jpg) no-repeat 0 0;*/
}

div#wrapper_rt
{
	/*background: url(Images/pageBorder_leftTop.jpg) 100% 0 no-repeat;*/
}

div#wrapper {
	width: 990px;
	border-left:1px solid #4e8abe;
	border-right:1px solid #4e8abe;
	border-bottom:1px solid #4e8abe;
	margin: 0px auto 20px;
}

/* HOME BAR */
.breadcrum
{
    border-bottom-color: #4e8abe;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: -2px;
}

.homeBarDIV
{
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: .90em;
}

.homeBarDIV a
{
    color: #FFF;
    text-decoration: none;
}

.homeBarDIV .textSize
{
    float:right;
    width:20;
    top:0px;
    position:relative;
}

/* HEADER BAR */
.headerBarDIV
{
	height: 100px;
}

.headerSearch
{
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 15pt; /*moves search box content down*/
	font-size:1.3em;
}

.headerSearchOptions
{
    text-align:right;
	color:#FFFFFF;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}

.headerSearchOptions a
{
    color: #FFFFFF;
    text-decoration: none;
}

.headerSearchOptions a:hover
{
    color: #CCCCCC;
    text-decoration: none;
}

.headerSearch .textBar
{
	border-style: solid;
	border-width: 1px;
	border-color: #330000666 #330000666 #808080 #330000666;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #330000666;
	margin: 0;
	padding: 0px 2px 0px 2px;
}

.headerSearch .goButton
{
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	background-color: #666;
	color: #FFFFFF;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}

.searchBacking
{
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 15pt;  /*will move search bg down or up- also must move .headerSearch*/
	
}

.headerDIV
{
	width:990px;
	height:100px;
	position:relative;
	right: 0px;
	overflow:hidden;
	z-index:0;
}

/* HORIZONTAL NAV BAR */
.horizontalNavBarDIV
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #305b83;
	clear: both;
}


/* MAIN CONTENT */
.contentBarDIV
{
	width:990px;
	clear: both;
}

.floatRight
{
    float:right;
    width:150px;
}

.textPadding
{
	padding: 10px 8px 20px 8px;
}

.contentBarTable
{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}

.verticalLeftBarTD
{
	width: 222px;
	vertical-align: top;
	/*border-right: solid 1px #4e8abe;*/
	background: url(Images/leftBarGradientLogo.jpg) repeat-x bottom;
	background-color: #78a22f;
	padding: 0px;	
}

.verticalLeftBarTD h1, .verticalLeftBarTD h2, .verticalLeftBarTD h3, .verticalLeftBarTD h3, .verticalLeftBarTD h4, .verticalLeftBarTD h5, .verticalLeftBarTD h6
{
	color:#fff;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.verticalLeftBarTD a
{
	color:#fff; text-decoration:none;
	padding-right:10px;
}

.verticalLeftBarTD a:hover
{
	color:#fff; text-decoration:underline;
}

.verticalLeftBarTD p
{
	padding-top: 0px;
	margin:0px;
	line-height:145%;
}

.verticalLeftBarTD ul
{
	padding:5px; margin:0px;
}

.verticalLeftBarTD li
{
	padding:0px 0px 7.2px;
	margin-right:0px;
	list-style: none;
	line-height:125%;
}

.topics
{
	text-align:right;
	font-size:130%;
	font-weight:bold;
	min-height:319px;
	background: #4E8ABE;
	border-bottom: solid 1px #305b83;
	padding-top: 5px;
	border-right: solid 1px #A5C2DE;
}

.topics ul
{
	padding: 0px;
	margin:0px;
}

.topics li
{

}

.topics li a
{
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

.topics li a:hover
{
	background-color: #305b83;
	text-decoration:none;
}

.leftLinks
{
	padding:10px;
}

.newsletter
{
	padding:10px;
	clear:both;
	background: #305B83;
	}

.newsletter h1, .newsletter h2, .newsletter h3, .newsletter h4, .newsletter h5, .newsletter h6
{
	padding:0px;
	margin:0px;
	color:#fff;
}

.newsletter a {
	color:#fff;
}

.newsletter a:hover 
{
	color:#fff;
}

.newsletter ul
{
	padding:5px;
}


.bodyContentTD
{
	vertical-align:top;
	background:url(Images/bodyCellBG.jpg) repeat-x bottom #FFFFFF;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.verticalRightBarTD
{
	display: none;
}

/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}

.directoryBarDIV
{
	background-color: #999999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 992px;
	margin: 0px auto 0px auto;
}

/* FOOTER */
.footerBarDIV
{
	background-color: #333333;
	color: #FFFFFF;
	font-size: .88em;
	text-align:center;
	padding-top:3px;
	padding-bottom: 30px;
}

.footerBarDIV a
{
	color: #FFFFFF;
}

.mainContent
{
	color:#4478a6; 
	width:768px;
/*	font-size:110%; */
}

.mainContent p
{
/*	padding:0px 10px 15px; */
/*	margin:0px 0px 10px;   */
/*	line-height:200%;    */
}

.mainContent a 
{
	color:#fc9200;
	text-decoration:underline;
}

.mainContent a:hover
{
	color:#D18107;
	text-decoration:none;
}

.mainContent li
{
	padding-bottom:7.2px;
}


.calendar
{
	/*border-right: solid 1px #f7a11a;*/
	color:#78A22F;
	padding: 10px;
	font-size:100%;
	width:300px;
}

.calendar table
{
	border-top:1px solid #D9EBBA;
}

.calendar a
{
	color:#78A22F;
	/*font-weight:bold;*/
}

.calendar a:hover
{
	color:#354815;
}
.calendar table
{
	margin-left:auto;
	margin-right:auto;
}

.calendar img
{
	margin:0px;
	padding:0px;
}

.calendar td
{
	border-bottom:1px solid #D9EBBA;
	margin:0px;
	padding:3px 1px;
}

.calendar h3
{
	margin:0px;
	padding:0px;
	color:#78A22F;
}

.headerRow {
    background-color: #add8e6; 
    font-weight: bold;
}

.flashTop
{
	background-color:#4E8ABE;
	padding:8px;
	border-bottom:solid 1px #305b83;
	/*height:329px;*/
}
.flashTopProgressReport
{
   	background-color:#4E8ABE;
	padding:8px;
	border-bottom:solid 1px #305b83;
	/*height:232px;*/
}
.flashTopProgressReport h1{
    color: White;
}

.flashTopYellow
{
	background-color:#ffcf08;
	padding:8px;
	/*border-bottom:solid 1px #305b83;*/
	/*height:329px;*/
}

.contact
{
	padding: 0px 10px;
	width:100%;
}
.contact table td
{
	padding:5px; margin:0px;
}
.homeHeaderBar
{
	margin:5px 10px;
	/*border-bottom: solid 1px #4E8ABE;*/
}
.homeHeaderBar h1
{   
    padding: 0px;
    margin: 0px; 
	color:#4E8ABE;
}
.homeHeaderBar.subHead h1{
	color: #f7a11a;
}

.news
{
	padding:10px;
	border-right: solid 1px #f7a11a;
	color:#4478a6;
	font-size:110%;
	width:426px;
}

.news a
{
	color:#fc9200;
	text-decoration:underline;
}

.news a:hover
{
	text-decoration:none;
}

.news img
{
	margin-right:10px;
	/*border: 1px solid #305b83;*/
	margin-bottom:10px;
}

.news p
{
	clear: both;
	line-height: 145%;
}

.news li
{
	padding-bottom:7.2px;
}

.SWFfeature
{
	padding-left:10px;
	padding-top: 10px;
}

.landingMain
{
	padding:10px;
	color:#4478a6;
	font-size:110%;
	width:560px;
}

.LandingMain p
{
	clear: both;
}

.landingRight
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
    min-height: 450px;
    border-left: solid 1px #f7a11a;
	/*width:150px;*/

}

.landingRight p
{
	clear: both;
	line-height: 145%;
}

.mainTitle
{
	width: 736px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #4e8abe;
	font-size:24px;
}

.mainTitle p
{
	font-size:36px;
}

.articleMain
{
    margin-top: 10px;
	margin-right: 10px;
    padding-left:15px;
    min-height: 450px;
    color:#4478a6;
    font-size:110%;
}

.lastUpdated
{
    text-align: right;
    color: Gray;
    font-size: 10px;
    clear: both;
    padding-right:10px;
}

/*CSS linkProgress used for style of interim SCPR menu box */

.linkProgress a
{
    color: #ffffff;
    text-decoration: none
}

.linkProgress a:hover
{
    color: #ffffff;
    text-decoration: underline
}
span.SCPRhead{
    color: #4e8abe;
    font-size: 1em;
    font-weight: bolder;
    display: block;
    padding-top: .25em;
}
span.SCPRsubhead{
    color: #f7a11a; 
    font-size: 1em;
    font-weight: bold;
    display: block;
}
#sectionImage{
    margin-left: .25em;
}
.SCPRmainTitle
{
	width: 736px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #4e8abe;
	font-size:24px;
	margin-left: 10px;
}

.greenOfficeContent
{
	color:#4478a6; 
	font-size:110%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

}

    .greenOfficeContent a {
        color:#fc9200;
        text-decoration:underline;
    }
    .greenOfficeContent a:hover {
        color: #d18107;
        text-decoration:none;
    }

.testFont
{
	font-family: 'Myriad Pro' , Tahoma;
}

.Tahoma
{
	font-family: Tahoma;
}

/* .jcarousel-skin-news */
.jcarousel-skin-news .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #305b83;
    border: 1px solid #346F97;
}

.jcarousel-skin-news .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-news .jcarousel-container-horizontal {
    width: 629px;
    padding: 20px 40px;
}

.jcarousel-skin-news .jcarousel-clip-horizontal {
    width:  629px;
    height: 155px;
}


.jcarousel-skin-news .jcarousel-container-vertical {
    width: 75px;
    height: 110px;
    padding: 40px 20px;
}



.jcarousel-skin-news .jcarousel-clip {
    overflow: hidden;
}




.jcarousel-skin-news .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}



/*
.jcarousel-skin-news .jcarousel-item {
    width: 75px;
    height: 75px;
}
*/


.jcarousel-skin-news .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-news .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-news .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-news .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-news .jcarousel-next-horizontal {
    position: absolute;
    top: 78px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/App_Themes/sm_OSE/Images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-news .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-news .jcarousel-next-horizontal:hover,
.jcarousel-skin-news .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-news .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-news .jcarousel-next-disabled-horizontal,
.jcarousel-skin-news .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-news .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-news .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-news .jcarousel-prev-horizontal {
    position: absolute;
    top: 78px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/App_Themes/sm_OSE/Images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-news .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-news .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-news .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-news .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-news .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-news .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-news .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-news .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-news .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-news .jcarousel-next-vertical:hover,
.jcarousel-skin-news .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-news .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-news .jcarousel-next-disabled-vertical,
.jcarousel-skin-news .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-news .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-news .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-news .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-news .jcarousel-prev-vertical:hover,
.jcarousel-skin-news .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-news .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-news .jcarousel-prev-disabled-vertical,
.jcarousel-skin-news .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-news .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-news .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.scpr table {

	border: 1px double #4478A6;
} 
