/******************************************************************************/
/* Generic Styles Start */
/* begin with generic selectors so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body {
    width: 100%;
    margin: 0;
    padding: 19px 0;
    background: #F1EFE2 url(/Images/Background.jpg) repeat-x;
    font-family: tahoma;
    font-size: 80%;
    color: #000000;
    line-height: 17px;
}

#pageWrapper {
    min-width: 700px; /* used for fluid layouts so that narrow browser widths doesn't squash up content */
    width: 960px; /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 0 auto; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 0;
    background-color: #FFFFFF;
}

#pageWrapper .top {
	background: url(/Images/TopRight.gif) no-repeat top right;
}

#pageWrapper .top div {
	background: url(/Images/TopLeft.gif) no-repeat top left;
}

#pageWrapper .top, #pageWrapper .top div {
	height: 15px;
}

#pageWrapper .top span {
    display: block;
    height: 15px;
    margin: 0 15px;
	background-image: url(/Images/TopCenter.gif);
}

#pageWrapper .bottom {
	background: url(/Images/BottomRight.gif) no-repeat bottom right;
}

#pageWrapper .bottom div {
	background: url(/Images/BottomLeft.gif) no-repeat bottom left;
}

#pageWrapper .bottom, #pageWrapper .bottom div {
	height: 15px;
}

#pageWrapper .bottom span {
    display: block;
    height: 15px;
    margin: 0 15px;
	background: #7B9905 url(/Images/BottomCenter.gif) repeat-x bottom;
}

#innerPageWrapper {
    padding: 0 5px;
	border-left: 1px solid #9C9A84;
	border-right: 1px solid #9C9A84;
}

#header {
    position: relative;
    height: 96px;
    padding: 0 5px;
    background-color: #4080C0;
    color: #FFFFFF;
}

#slogan {
    float: left;
    margin: 5px 0 0 180px;
    text-align: center;
    font-size: 120%;
    line-height: 25px;
}

#search {
    float: right;
    margin-right: 5px;
}

#menu {
    position: absolute;
    top: 73px;
    right: 10px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu li {
    float: left;
    margin: 0 0 0 1px;
    padding: 0;
}

#menu li a, #menu li a span {
	display: block;
}

#menu li a, #menu li a:visited {
	padding-left: 12px;
	background: url(/Images/TabLeft.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#menu li a span, #menu li a:visited span {
	padding: 4px 12px 8px 0;
	background: url(/Images/TabRight.gif) top right no-repeat;
}

#menu li a:hover {
    color: #000000;
}

#menu li.active a, #menu li.active a:visited {
	background: url(/Images/TabLeftActive.gif) top left no-repeat;
	color: #000000;
}

#menu li.active a span, #menu li.active a:visited span {
	background: url(/Images/TabRightActive.gif) top right no-repeat;
}

#breadCrumb {
    height: 22px;
    padding: 28px 5px 0 5px;
    margin-top: 5px;
    background-color: #353535;
    color: #FFFFFF;
}

#breadCrumb a, #breadCrumb a:visited {
    color: #FFFFFF;
}

#outerColumnContainer {
    margin: 5px 0;
    background-color: #FFFFFF;            /* set the background color for the middle column here */
    border-left: solid 210px #FFFFFF;     /* left width | left column background color */
    border-right: solid 210px #FFFFFF;    /* right width | right column background color */
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 100%;
    margin: 0;
}

#middleColumn {
    float: right;
    width: 100%;
    margin: 0;
    font-size: 100%;
    line-height: 25px;
}

#leftColumn, #rightColumn {
    position: relative;    /* fix some rendering issues (note * html #middleContainer fixes ie6 left column alignment issue) */
    overflow: visible;    /* fix for ie italics bug */
}

#leftColumn {
    float: left;
    width: 200px; /* left width */
    margin-left: -210px; /* -left width + left padding */
    padding-right: 10px;
}

#rightColumn {
    float: right;
    width: 200px; /* right width */
    margin-right: -210px; /* -right width + right padding */
    padding-left: 10px;
}

* html #rightColumn { /* fix ie6 double margin bug */
    margin-right: -105px; /* -(right width + right padding) / 2 */
}

#footer {
    padding: 3px 5px 0 5px;
    background-color: #7B9905;
    color: #FFFFFF;
}

#footer a, #footer a:visited {
    color: #FFFFFF;
}

#footerStrapline {
    margin: auto;
    padding: 20px 0 10px 0;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

a, a:visited {
    color: #4080C0;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding: 0;
}

h1 {
    color: #4080C0;
    font-size: 145%;
    line-height: 30px;
    font-weight: bold;
}

h2 {
    color: #4080C0;
    font-size: 120%;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    font-size: 100%;
    line-height: 20px;
    font-weight: bold;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0 10px 0 5px;
    font-weight: bold;
}

.clear {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.clear2 {
    overflow: auto;
}

* html .clear2 {
    height: 1%;
}

.hide {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noBorder {
    border: 0;
}

.componentItem p:first-child, .componentItem2 p:first-child, .comment p:first-child, .comment2 p:first-child, .item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

p.last { /* style needed since ie doesn't support last-child pseudo class */
    margin-bottom: 0;
}

.title {
    margin: 10px;
    font-weight: bold;
    font-size: 120%;
    line-height: 30px;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn, body.oneColumnLayout #rightColumn {
    display: none;
}

body.oneColumnLayout #outerColumnContainer {
    border-left-width: 0;
    border-right-width: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #outerColumnContainer {
    border-right-width: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Home Component Styles Start */
/******************************************************************************/
.homeComponent {
    float: left;
    width: 471px;
    color: #FFFFFF;
    line-height: 16px;
}

.homeComponent .inside {
    height: 130px;
    padding: 0 5px;
}

.homeComponent .left {
    padding: 0 5px;
}

.homeComponent h5 {
    height: 15px;
    margin: 0;
    padding: 10px;
    font-size: 120%;
}

.homeComponent p {
    margin: 12px 0 0 0;
}

.homeComponent a, .homeComponent a:visited {
    color: #FFFFFF;
}

#homeNews {
    background: #7B9905 url(/Images/HomeNewsTopLeft.jpg) top left no-repeat;
}

#homeNews .inside {
    background: url(/Images/HomeNewsBottomLeft.gif) bottom left no-repeat;
}

#homeAbout {
    margin-left: 5px;
    background: #4080C0 url(/Images/HomeAboutTopRight.gif) top right no-repeat;
}

#homeAbout .inside {
    background: url(/Images/HomeAboutBottomRight.gif) bottom right no-repeat;
}

#homeAbout h5 {
    background: url(/Images/HomeAboutTopLeft.jpg) top left no-repeat;
}
/******************************************************************************/
/* Home Component Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
.menu {
    color: #FFFFFF;
    margin-bottom: 10px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu li a, .menu li a:visited {
    display: block;
    width: auto;
    margin-bottom: 5px;
    background: #4080C0 url(/Images/MenuItemTopRight.gif) no-repeat top right;
    color: #FFFFFF;
    text-decoration: underline;
}

.menu li a span, .menu li a:visited span {
    display: block;
    width: auto;
    padding: 3px;
    background: url(/Images/MenuItemBottomRight.gif) no-repeat bottom right;
}

.menu li a:hover {
    text-decoration: none;
}

.menu li.active > a, .menu li.active > a:visited {
    background: #7B9905 url(/Images/MenuItemTopRightActive.gif) no-repeat top right;
    font-weight: bold;
    text-decoration: none;
}

.menu li.active > a span, .menu li.active > a:visited span {
    background: url(/Images/MenuItemBottomRightActive.gif) no-repeat bottom right;
}

.menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* Identation Styles Start */
.menu li li > a, .menu li li > a:visited {
    padding-left: 10px;
}

.menu li li li > a, .menu li li li > a:visited {
    padding-left: 20px;
}

.menu li li li li > a, .menu li li li li > a:visited {
    padding-left: 30px;
}
/* Identation Styles End */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    background-image: url(/Images/ButtonBackground.jpg);
    border: solid 1px #1D5284;
    font-weight: bold;
}

.articleDate {
	width: 55px;
	height: 56px;
	margin: 0 8px 8px 0;
	padding-top: 8px;
	background: url(/Images/Template/DateBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
}

.articleViews {
	float: left;
	width: 55px;
	height: 56px;
	margin: 0 8px 8px 0;
	padding-top: 8px;
	background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
}

.author {
    margin: 15px 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 15px 0;
    padding: 5px;
    border: solid 1px #000000;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 5px 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comments {
    margin: 15px 0;
}

.commentsTop {
    height: 40px;
    margin-bottom: 10px;
    background-color: #DDDDDD;
}

.component {
    margin-bottom: 5px;
}

.component h5 {
    height: 19px;
    margin: 0;
    padding: 8px;
    background: url(/Images/ComponentHeader.gif) no-repeat;
    color: #FFFFFF;
	font-size: 125%;
}

.component .inside {
    padding: 10px;
}

.componentItem, .componentItem2 {
    margin: 5px 0;
    padding: 5px;
}

.error {
    margin: 10px 0;
    padding: 5px;
    background-color: #F4E7EA;
    border: solid 1px #986265;
    font-weight: bold;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.highLight {
	background-color: #FFFF66;
	color: #003399;
	font-weight: bold;
}

.item, .item2 {
    margin: 5px 0;
    padding: 5px;
}

#map {
    line-height: 17px;
}

.modalProgressGreyBackground {
    background-color: #CCCCCC;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup {
    width: 300px;
    height: 100px;
    padding-top: 30px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    text-align:center;
}

.pageLocation {
    margin: -45px 5px 15px 0;
    text-align: right;
}

.pageNavigation {
    margin: 15px 0;
}

.rating {
    margin: 15px 0;
}

.response {
    margin: 10px 0;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.tagCloudComponent .inside {
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.tags {
    margin: 15px 0;
}

.textBox {
    padding: 2px;
    border: solid 1px #000000;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.imageBorder, .imageBorderLeft, .imageBorderRight {
    margin: 5px;
    padding: 5px;
    border: solid 1px #999999;
}

.imageBorderLeft {
    float: left;
}

.imageBorderRight {
    float: right;
}


.blueText, .blueText a, .blueText a:visited {
    color: #0690BC;
    text-decoration: none;
}

.greenText, .greenText a, .greenText a:visited {
    color: #009933;
    text-decoration: none;
}

.greyText, .greyText a, .greyText a:visited {
    color: #999999;
    text-decoration: none;    
}

.redText, .redText a, .redText a:visited {
    color: #FF0000;
    text-decoration: none;
}

.quote {
	margin: 10px;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.tableGrid {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableGrid, .tableGrid td, .tableGrid th {
    border-color: #E1E1E1;
    border-style: solid;
}

.tableGrid th, .tableGrid td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.tableGrid th {
    background-color: #EEEEEE;
    font-weight: bold;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border: none;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border: none;
}

.tableContentHover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/