* {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  margin: 0;
  padding: 0;
  font-family: Calibri Regular, Calibri, Arial, sans-serif !Important;
  font-size: 12px;
}

body {
    cursor: default;
    width: 100%;
}

html {
    background: #eeeeee;
}

/* PRIMEFACES OVERRIDE */
.ui-state-error {
    border: none !Important;
}

.error_message {
	font-size: 100%;
	color: #ed1c24;
	display: block;
}

.namedAnchor {
    padding: 12px 0 0 0;
}

#contactUsBanner {
    width: 970px;
    height: 470px;
    position: relative;
}

#contactUsBanner div {
	background-color: #ed1c24;
	color: #FFFFFF;
	padding: 50px;
	width: 50%;
	text-align: center;
	margin: auto;
}

/* HOME PAGE */
#homeBanner {
    width: 970px;
    height: 470px;
    background: url(../images/homeBanner.jpg) no-repeat left;
    position: relative;
}

#contactUsBgImage {
    background: url(../images/homeBanner.jpg) no-repeat left;
}

#homeRedPopup {
	position: absolute; 
	top: 169px; 
	left: 54px; 
	width: 389px;
	padding: 5px;
}

.homeBannerCallout H1 {
    padding-bottom: 0;
    padding-top: 0;
}

.homeBannerCallout H2 {
    padding-bottom: 20px;
    padding-top: 6px;
    font-style: normal;
    font-size: 16pt;
}

.homeBannerCallout a {
    height: 34px;
    padding: 5px 100px 5px 7px;
    font-weight: bold;
    color: white;
    font-size: 12pt;
    text-decoration: none;
    background: url(../images/btnRed.gif) no-repeat left;
}

.homeBannerCallout {
    position: absolute;
    background: transparent;
    color: white;
    top: 155px;
    left: 70px;
    width: 346px;
}

#homeDivText {
	padding: 5px;
	background-color:white;
}
/* HOME END */

/* Header START */

#divHeader {
	width: 970px;
	height: 144px;
	background-color: white;
	background-image: url("../images/cocourtsLogo.gif");
	background-repeat: no-repeat;
	border-bottom: 1px solid red;
}
/* Header END */

/* Footer START */
#divFooter {
    border-top: 1px solid black;
}

#divFooter h3 {
    width: 940px;
    padding: 20px 0 10px 0;
    margin: 0 auto;
}

#left {
    float: left;
    width: 140px;
    margin-top: 3px;
    padding: 0 10px 0 0;
    font-size: 120%;
}

#center {
    margin: 0 100px;
    font-size: 120%;
}
/* FOOTER END */

/* DIV Container Start */
#divContainer {
    width: 970px;
    margin: 0 auto;
    padding: 0;
}

#divSurround {
    width: 100%;
    padding-bottom: 10px;
    background: #eeeeee;
}

#divWrapperTop {
    width: 970px;
    height: 14px;
    background-repeat: no-repeat;

    float: left;
    margin-top: 7px;
}

#divWrapper {
    width: 970px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    background-repeat: repeat-y;
    float: left;
}

.divColumnMiddleInternal {
	border:1px solid #dddddd;
	background-color:white;
}

.divColumnMiddleInternal ul {
    margin-bottom: 5px;
    margin-left: 25px;
    margin-top: 5px;
}

.divColumnMiddleInternal ol {
    margin-bottom: 5px;
    margin-left: 25px;
    margin-top: 5px;
}

#divTabbedContent {
    width: 970px;
    clear: both;
}

/* DIV Container END */

/* MENU Start */
.menu {
    padding-left: 10px;
    margin: 0;
    position: relative;
    top: 111px;
}

@media print {
    .menu {
        display: none;
        padding-left: 10px;
        margin: 0;
        position: relative;
        top: 111px;
    }
}

.menu ul {
    margin: 0;
    list-style: none;
    border: 0;
    font-size: 14px;
    font-weight: bold;
}

.menu ul li {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.menu ul li a {
    color: #362b36;
    float: left;
    margin: 0 2px 0 0;
    padding: 8px 0 8px 0;
    text-decoration: none;
}

@media print {
    .menu ul li a {
        display: none;
        color: #6D6D6D;
        float: left;
        margin: 0 2px 0 0;
        padding: 8px 0 8px 0;
        text-decoration: none;
    }
}

.menu ul li a span {
    padding: 6px 12px 6px 12px;
    font-size: 14px;
    font-weight: bold;
}

.menu ul li a:hover {
    color: #ffffff;
    background-color: #ed1c24;
    border-radius: 8px 8px 0 0;
}

.menu ul li a.active {
    color: #ffffff;
    background-color: #ed1c24;
    border-radius: 8px 8px 0 0;
}

@media print {
    .menu ul li a.active {
        display: block;
        font-weight: bold;
        color: #ffffff;
        background-color: #ed1c24;
        border-radius: 8px 8px 0 0;
    }
}

.menuWelcome {
    padding-left: 10px;
    padding-right: 30px;
    margin: 0;
    position: relative;
    top: 124px;
    float: right;
}

.menuWelcome span {
    padding-left: 5px;
}
/* MENU END */

.fieldLabel {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 5px;
    width: 110px;
}

.ui-menu {
    padding: 0;
}

.ui-menu.ui-corner-all {
    border-radius: 0;
}

.ui-menu .ui-menuitem-text {
    float: left;
    font-size: 14px;
    font-weight: bold;
 }

.ui-menu ul li a.active {
    color: #ffffff;
    background-color: #ed1c24;
    border-radius: 8px 8px 0 0;
    margin-bottom: -5px;
}

.ui-menuitem-link.ui-corner-all.ui-state-hover {
    color: #ffffff;
    background-color: #8b0000;
    margin-bottom: -5px;
    border-radius: 8px 8px 0 0;
    background-image: none;
    padding: .4em .3em;
}

.ui-messages li {
    margin-left: 10px; /* Keep space for marker */
    font-weight: bold;
}
