/*
Dark Blue
	#1d2f72
	rgb(29,47,114)

Light blue
	#dbe1fe
	rgb(219,225,254)

Maroon
	#7d151f
	rgb(125,21,31)

*/

/*---------------------------------------------------------------
                          Body
----------------------------------------------------------------*/
 body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 160%;
    color: #545454;
    font-size: 16px;
    letter-spacing: 0px;
    min-height:1500px;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d2f72), color-stop(53%, #FFFFFF), color-stop(100%, #1870b8));
    background-image:-webkit-linear-gradient(top, #1d2f72 0%, #FFFFFF 53%, #1d2f72 100%);
    background-image:-moz-linear-gradient(top, #1d2f72 0%, #FFFFFF 53%, #1d2f72 100%);
    background-image:-o-linear-gradient(top, #1d2f72 0%, #FFFFFF 53%, #1d2f72 100%);
    background-image:-ms-linear-gradient(top, #1d2f72 0%, #FFFFFF 53%, #1d2f72 100%);
    background-image:linear-gradient(to bottom, #1d2f72 0%, #FFFFFF 53%, #1d2f72 100%);
    background-repeat: no-repeat;
}
body h1 {
    font-size: 36px;
    font-weight: bold;
    color: #1d2f72;
    line-height: 120%;
}
body h2 {
    color: #c72f45;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}
body h3 {
    color: #1d2f72;
    font-size: 18px;
    font-weight: normal;
}
body h4 {
    color: #1d2f72;
    font-size: 14px;
    font-weight: bold;
}
body p {
    font-size: 16px;
    line-height: 150%;
    color: #545454;
    text-align: left;
}
body a {
    color: #0000EE;
    font-weight: normal;
    text-decoration: none;
}
body a:active, body a:hover {
    color: #0000ee;
    text-decoration: underline;
}
body a:visited {
    color: #551a8b;
}

/*---------------------------------------------------------------
                          PAGE LAYOUT
----------------------------------------------------------------*/
 .main_wrapper {
    clear: both;
    min-height: 100%;
    width: 960px;
    margin: 25px auto;
    background-color:#FFFFFF;
    border-color:#DBE1FE;
    border-style:solid;
    border-width:10px;
}
.banner {
    clear: both;
    min-height: 100px;
}
.button {
    float: right;
    min-height: 50px;
    width: 175px;
    margin:25px;
}
.banner-left {
    float: left;
    width: 450px;
    min-height: 185px;
    margin: 30px 20px 20px 30px;
}
.banner-left-child {
    float: left;
    width: 243px;
    min-height: 100px;
    margin: 30px 20px 20px 30px;
}
.banner-right {
    float: left;
    width: 150px;
    min-height: 50px;
	padding:40px 50px 0px 260px;
}
.file-now-button {
	float: right;
	min-height: 50px;
	width: 150px;
}
#FileNow {
	padding:60px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.content {
    clear: both;
    min-height: 100%;
}
.nav {
    clear: both;
    min-height: 100%;
    padding:10px 50px 10px 50px;
}
.row-1 {
    clear: both;
    min-height: 100%;
    padding:10px 50px 10px 50px;
}
.nav_breadcrumb {
    display: block;
    width: 860px;
    list-style-type: none;
    padding: 0;
    float:left;
}
.nav_breadcrumb li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.nav_breadcrumb li a {
    text-decoration: none;
    min-height: 18px;
    margin:0;
    padding: 0 25px;
}
.row-2 {
    clear: both;
    min-height: 100%;
    padding:10px 50px 10px 50px;
}
.row-3 {
    clear: both;
    min-height: 100%;
    padding:10px 50px 10px 50px;
}
.row-4 {
    clear: both;
    min-height: 100%;
    padding:10px 50px 30px 50px;
}
.row-5 {
    clear: both;
    min-height: 100px;
    padding:0 50px 10px 50px;
}
/*---------------------------------------------------------------
                        FOOTER
----------------------------------------------------------------*/
.footer {
	clear: both;
	min-height: 150px;
	background-color:#1d2f72;
}

.footer-col1 {
	float: left;
	width: 250px;
}

.footer-col2 {
	float: left;
	width: 200px;
	padding:20px;
}

.footer-col3 {
	float: right;
	width: 300px;
	padding:20px;
}
.footer-nav {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	letter-spacing: 1px;
	line-height: normal;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

a.footer:link { 
	color: #FFFFFF; font-weight: bold; text-decoration: none; }

a.footer:visited { 
	color: #dbe1fe; font-weight: bold; text-decoration: none; }

a.footer:active { 
	color: #c72f45; font-weight: bold;
	text-decoration: underline; }
	
a.footer:hover	{ 
	color: #dbe1fe; font-weight: bold;
	text-decoration: underline; }


/*---------------------------------------------------------------
                          BOXES
----------------------------------------------------------------*/
 .article_left {
    border: 5px dotted #1d2f72;
    float: left;
    height: 575px;
    margin: 0 50px 20px 0px;
    padding: 20px;
    width: 350px;
}
.article_left h3 {
    margin: 0 0 20px;
    padding: 0;
}
.article_left p {
    margin: 0 0 30px;
    padding: 0;
}
.article_right {
    border: 5px dotted #1d2f72;
    float: left;
    height: 275px;
    margin: 0 20px 15px 0;
    padding: 20px;
    width: 335px;
}
.article_right h3 {
    margin: 0 0 20px;
    padding: 0;
}
.article_right p {
    margin: 0 0 20px;
    padding: 0;
}
.article_left2 {
    border: 2px solid #1d2f72;
    float: left;
    height: 350px;
    margin: 0 50px 0 15px;
    padding: 20px;
    width: 335px;
}
.article_left2 h3 {
    margin: 0 0 20px;
    padding: 0;
}
.article_left2 p {
    margin: 0 0 30px;
    padding: 0;
}
.article_right2 {
    border: 2px solid #1d2f72;
    float: left;
    height: 575px;
    margin: 0 0 15px 0;
    padding: 20px;
    width: 350px;
}
.article_right2 h3 {
    margin: 0 0 20px;
    padding: 0;
}
.article_right2 p {
    margin: 0 0 20px;
    padding: 0;
}

/**Three Column Shadow Boxes**/
.three-shadow-box {
    margin: 10px;
    padding: 15px;
    border: 0;
    float: left;
    background: #F4F4F4;
    width:270px;
}
.three-shadow-box h4 {
    margin: 0 0 15px;
}
.three-shadow-box p {
    margin: 0 0 15px 0;
    padding: 0;
}
/**Two Column Shadow Boxes**/
.two-shadow-box-one {
    margin: 0 50px 20px 0px;
    padding: 10px 25px 25px 25px;
    border: 0;
    float: left;
    background: #F4F4F4;
    width: 350px;
	height: 500px;
}
.two-shadow-box-two {
    margin: 0 0px 0px 0;
    padding: 10px 25px 25px 25px;
    float: left;
    background: #F4F4F4;
    width: 350px;
	height: 500px;
}
.two-shadow-box h4 {
   margin: 0 0 30px;
    padding: 0;
}
.two-shadow-box p {
   margin: 0 0 30px;
    padding: 0;
}
/**Comment with Button**/
.comment_with_button {
    margin: 25px;
    padding: 25px 10px;
    background: #FFF;
    border: 1px solid #CCC;
    position: relative;
    width: 888px;
    overflow: hidden;
    float:left;
}
.comment_content_wrapper {
    width: 75%;
    float: left;
    min-height: 50px;
}
.comment_content {
    margin: 0;
    color: #A3A3A3;
}
.comment_with_button .button_container_wrapper {
    width: 25%;
    float: left;
    position: relative;
}
.comment_with_button .button_container {
    height: 45px;
    width: auto;
    position: relative;
    overflow:hidden;
    border-left: 1px solid #CFCFCF;
    text-align: right;
    min-height: 50px;
}
.comment_with_button_btn_unit_wrapper {
    width: 210px;
    display: inline-block;
}
a.comment_with_button_btn {
    margin: 0 0 0 24px;
    min-width:130px;
    display: block;
    width: 100px;
    text-decoration: none;
    font-size: 15px;
    color: #FFF;
    background-color: #7d151f;
    padding: 12px 25px;
    text-align: center;
}
/**Two Column Text Only**/
.text-col-one {
    margin: 0;
    padding: 10px 25px 25px 0px;
    float: left;
    width:400px;
    border-width:0 1px 0 0;
    border-right-style:solid;
	border-color: #dbe1fe;
}
.text-col-two {
    margin: 0;
    padding: 10px 0px 25px 25px;
    float: left;
    width:400px;
 }
.text-col-headline {
    margin: 0 0 30px;
    padding: 0;
}
.text-col-text {
    margin: 0 0 30px;
    padding: 0;
}
/*---------------------------------------------------------------
                          Other Type Styles
----------------------------------------------------------------*/
 .breadcrumb { 	
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #545454;
	padding-bottom:10px;
	font-weight: bold;
	}
 .title {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    color: #1d2f72;
    font-weight: bold;
    text-align: center;
    line-height: 70%;
    vertical-align: bottom;
}
.h1 {
    font-family: 'Oswald', sans-serif;
    color: #1d2f72;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 150%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 25px;
}
.h1-maroon {
    font-family: 'Oswald', sans-serif;
    color: #7d151f;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 150%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 25px;
}
.h2 {
    font-family: 'Oswald', sans-serif;
    color: #1d2f72;
    font-size: 28px;
    font-weight: bold;
}
.h2-maroon {
    font-family: 'Oswald', sans-serif;
    color: #7d151f;
    font-size: 28px;
    font-weight: bold;
}
.h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 120%;
    color: #1d2f72;
    text-align: left;
    font-weight: bold;
}
.h3-maroon {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 120%;
    color: #7d151f;
    text-align: left;
    font-weight: bold;
}
.h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #1d2f72;
    text-align: left;
    font-weight: bold;
    padding-top: 1em;
}
.h4-maroon {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #7d151f;
    text-align: left;
    font-weight: bold;
    padding-top: 1em;
}
.h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #1d2f72;
    text-align: left;
    font-style: italic;
    padding-top: 1em;
}
.h5-maroon {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #7d151f;
    text-align: left;
    font-style: italic;
    padding-top: 1em;
}
.h6 {
    font-family: Oswald, sans-serif;
    text-align: left;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-transform: none;
}
.lede-red {
	font-family: Arial, sans-serif;
	color: #7d151f;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}
.lede-blue {
    font-family: Arial, sans-serif;
    color: #1d2f72;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}
.text_small {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 130%;
    color: #545454;
}
.text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #545454;
    text-align: left;
}
.text-large {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: #545454;
    text-align: left;
}
.center-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    text-align: center;
}
.red {
    color: #c72f45;
    font-family: Arial, sans-serif;
}


/*---------------------------------------------------------------
                          COLUMNS
----------------------------------------------------------------*/
 .one, .one-half, .two-third, .one-third, .one-fourth {
    float:left;
    position:relative;
    margin-right:2%;
}
.one {
    width: 100%;
    margin-right: 0;
}
.one-half {
    width: 48%;
}
.two-third {
    width: 65.33%;
}
.one-third {
    width: 32%;
}
.one-fourth {
    width: 22%;
}
.last {
    margin-right: 0;
}
/*---------------------------------------------------------------
                           IMAGES
----------------------------------------------------------------*/
 .image-right {
    float: right;
    padding-left: 10px;
}
.image-left {
    float: left;
    padding-right: 10px;
}
.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.image-poweredby {
    float: left;
    padding: 50px 0 20px 30px;
}
/*---------------------------------------------------------------
                         RULES
----------------------------------------------------------------*/

/* Gradient color1 - color2 - color1 */
 hr {
    border: 0;
    height: 1px;
    background: #1d2f72;
    background-image: -webkit-linear-gradient(left, #ccc, #1d2f72, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #1d2f72, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #1d2f72, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #1d2f72, #ccc);
    margin: 20px 0 20px 0;
}
/* Gradient color1 - color2 - color1 */
 hr {
    border: 0;
    height: 1px;
    background: #1d2f72;
    background-image: -webkit-linear-gradient(left, #ccc, #1d2f72, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #1d2f72, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #1d2f72, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #1d2f72, #ccc);
    margin: 20px 0 20px 0;
}
.dotted-top-bottom {
    border-bottom: 3px dotted #c9c9c9;
    border-top: 3px dotted #c9c9c9;
    /*clear: both;
    min-height: 50px;
	margin-left: 50px;
	Margin-right: 50px;
    padding: 10px;
    text-align: center;*/
}
.blue-dotted-top-bottom {
    border-bottom: 5px dotted #dbe1fe;
    border-top: 5px dotted #dbe1fe;
    /*clear: both;
    min-height: 50px;
	margin-left: 50px;
	Margin-right: 50px;
    padding: 10px;
    text-align: center;*/
}
/*---------------------------------------------------------------
                         Lists
----------------------------------------------------------------*/
 .list-arrow-border {
    padding-left:20px;
    list-style-image:url(../images/arrow.png);
    padding-bottom:12px;
    -webkit-transform:none;
    -webkit-box-shadow:none;
}
.list-arrow-border li {
    color: #545454;
    line-height: 200%;
    padding-left: 7px;
    border-bottom: 1px dotted #C9C9C9;
    padding-top: 12px;
    padding-bottom: 12px;
}
.list-arrow-border-lg {
    font-size: 18px;
    padding-left:20px;
    list-style-image:url(../images/arrow.png);
    padding-bottom:12px;
    -webkit-transform:none;
    -webkit-box-shadow:none;
}
.list-arrow-border-lg li {
    color: #545454;
    line-height: 200%;
    padding-left: 7px;
    border-bottom: 1px dotted #C9C9C9;
    padding-top: 12px;
    padding-bottom: 12px;
}
.list-arrow {
    padding-left:25px;
    list-style-type:none;
    list-style-image:url(../images/arrow.png);
    min-height:75px;
    -webkit-transform:none;
    -webkit-box-shadow:none;
}
.list-arrow li {
    color: #545454;
    line-height: 22px;
    padding-left: 7px;
    padding-top: 6px;
    padding-bottom: 6px;
}
/*-----------------------------------------------------------
                      Active Courts Table Styles
-------------------------------------------------------------*/
 table.activecourts {
    border-collapse: collapse;
}
th.activecourts {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 110%;
    color: #fff;
    background-color: #1d2f72;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
th.activecourts-center {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    background-color: #1d2f72;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
td.activecourts {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 130%;
    font-weight: bold;
    border: 1px solid #1d2f72;
    padding: 10px;
    text-align: left;
}
td.activecounties {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 130%;
    font-weight: bold;
    color: #fff;
    border: 1px solid #7d151f;
    background-color: #7d151f;
    padding: 10px;
    text-align: left;
}
td.activecourts-center {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 130%;
    font-weight: bold;
    border: 1px solid #7d151f;
    padding: 10px;
    text-align: center;
}
td.activecourts-center-white {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 130%;
    font-weight: bold;
    background-color: #1d2f72;
    border: 1px solid #1d2f72;
    padding: 10px;
    text-align: center;
    font-style: italic;
}
.table-court {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px;
    color: #666666;
    text-align:left;
}
