/* Start of CMSMS style sheet 'home' */
* {
  margin: 0;
  padding: 0;
}

.NewsSummary {
  margin-bottom: 20px;
}

.NewsSummaryLink {
  font-weight: bold;
}

.NewsSummarySummary {
  text-align: justify;
  color: #333;
  font-family: "Times New Roman", Times, serif;
}

.NewsSummaryPostdate {
  margin-bottom: 8px;
  color: #0b1842;
}

#NewsPostDetailPrintLink {
  border-top: 1px dashed #0b1842;
  margin-top: 20px;
}

#visit_our_news {
  margin-bottom: 10px;
}

#home_header {
  width: 768px;
  height: 298px;
  background-image: url(images/header-home.jpg);
  background-position: 0 0px;
  background-repeat: no-repeat;
}

a:link, a:visited {
  color: #243f87;
}

a:hover {
  color: #121d31;
}

p {
  margin-bottom: 25px;
}

.eleven_px {
  font-size: 11px;
}

h1, h2, h3, h4 {
  text-align: left;
}

h1 {
  color: #0b1842;
  font-size: 22px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 10px;
  font-weight: bold;
}

h2 {
  color: #0b1842;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 8px;
  font-weight: bold;
}

body {
  background-color: #0b1123;
  background-image: url(images/body-bg.gif);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  font-family: "Times New Roman", Times, serif; 
  font-size: 14px;
  line-height: 22px;
}

/* TinyMCE specific rule */
body.mceContentBody {
   background: #f8fafa;
}

#container {
  margin: 0px auto;
  margin-top: 8px;
  width: 768px;
  background-image: url(images/container-bg.gif);
  background-repeat: repeat-y;
  background-position: 0 0px;
}

#content {
  width: 754px;
  background-image: url(images/content-bg.gif);
  background-repeat: repeat-y;
  background-position: 0 0px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 20px;
}

#content_int {
  width: 754px;
  background-image: url(images/content-bg-int.gif);
  background-repeat: repeat-y;
  background-position: 0 0px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 20px;
}

#column1 {
  width: 295px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
}

#column1 p {
  text-align: justify;
}

#column1 ul, #column1 ol {
  margin-left: 20px;
}

#columnwrap {
  background-image: url(images/lady-justice.jpg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  width: 768px;
  z-index: 150;
}

#columnwrap_int {
  background-image: url(images/lady-justice-int.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 768px;
  z-index: 150;
}

#column1_int {
  width: 114px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
  text-align: left;
}

  #column1_int ul {
    font-size: 12px;
    padding-left: 13px;
    color: #131c36;
  }
  
  #column1_int ul li.currentpage {
    font-weight: bold;
  }

  #column1_int h3 {
    font-size: 13px;
    font-family: "Times New Roman", Times, serif;
    color: #554422;
  }

#column2 {
  width: 184px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#column2_int {
  width: 355px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
}

#column2_int p {
  color: #333;
}

  #column2_int ul, #column2_int ol {
    margin-bottom: 25px;
    padding-left: 20px;
  }

#column3 {
  width: 195px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  text-align: center;
  color: #0b1843;
  font-size: 12px;
  line-height: 16px;
}

#column3 p {
  margin-bottom: 15px;
}

#container_bottom {
  width: 768px;
  height: 13px;
  background-image: url(images/container-bottom.gif);
}

.dark_blue {
  color: #0b1842;
}

.blue {
  color: #243f87;
}

.gold {
  color: #81743d;
}

#speak_with {
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

#have_you_been {
  margin-top: 4px;
  margin-bottom: 10px;
}

.thirteen_px {
  font-size: 13px;
}

a img {
  border: 0;
}

.col3_hr {
  width: 195px;
  height: 8px;
  background-image: url(images/col3_hr.gif);
  margin-bottom: 8px;
  margin-top: -5px;
}

/* ////////////////////// */
/* Dynamic Navigation */
/* ////////////////////// */

#nav {
  width: 768px;
  height: 24px;
  line-height: 24px;
  background-image: url(images/nav-bg.gif);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

/*Image for the ul and some height and width properties*/
ul#nav_list {
width: 725px;
height: 24px;
margin: 0px auto;
padding-left: 10px;
padding-right: 20px;
background-color: #333333;
background: url(images/nav-one-image.jpg);
position: relative;
}

/*We want li as block and to be as tall as image*/
ul#nav_list li {
display:block;
height:24px;
margin: 0;
padding: 0;
list-style: none;
top: 0;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

ul#nav_list li.spacer {
width: 13px;
height: 24px;
background-image: url(images/nav-spacer.gif);
background-repeat: no-repeat;
background-position: 50% 0%;
}

ul#nav_list li a {
text-decoration: none;
color: #fff;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
width: auto;
height: 24px;
}

ul#nav_list li a:hover {
color: #fff;
background-color: #243f87;
}

ul#nav_list li.menuactive a:link, ul#nav_list li.menuactive a:hover, ul#nav_list li.menuactive a:visited, ul#nav_list li.menuactive a:active {
text-decoration: none;
color: #0b1842;
background-color: #fff;
font-weight: bold;
} 

#footer {
  width: 768px;
  margin: 0px auto;
  margin-top: 5px;
  text-align: center;
  color: #999999;
  margin-bottom: 20px;
}

#footer a {
  color: #999999;
}

#footer p {
  margin-bottom: 10px;
}

#copyright {
  font-size: 10px;
  line-height: 15px;
}

.clr {
  clear: both;
}

p {
  margin-bottom: 25px;
}

#column3 p {
  margin-bottom: 15px;
}

h1 {
  color: #0b1842;
  font-size: 22px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 10px;
  font-weight: bold;
}

h2 {
  color: #0b1842;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 8px;
  font-weight: bold;
}


/* Sample FormBuilder CSS base */
form {margin-top:0;}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
        color: #fff;
        width: 144px;
}

.form_special1 {
  font-size: 12px;
  font-weight: bold;
}

.form_special2 {
 font-size: 10px;
}

fieldset div div {
	margin-top:0.5em;
	margin-left:1em;
}
fieldset {
	padding: 15px 10px 2px 10px;
        border: 0;
  background-image: url(images/form-bg.jpg);
  width: 167px;
  background-repeat: no-repeat;
  text-align: left;
  margin: 0px auto;
}
fieldset label {
	width:auto;
        color: #998855;
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:0;
        height: 0;
        display: none;
}
textarea {
	width: 147px;
	height: 50px;
        border: 0;
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {
  text-align: right;
  width: 167px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-image: url(images/form-bottom-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0px auto;
  margin-bottom: 10px;
}

input#m3fbrp_submit, input#m4fbrp_submit, input#m5fbrp_submit, input#m6fbrp_submit, input#m7fbrp_submit, input#m8fbrp_submit, input#m9fbrp_submit, input#m10fbrp_submit {
  width: 80px;
  background-color: #ccc;
  background-image: none;
}

.contactform input {
  width: 147px;
  background-image: url(images/form-input-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border: 0;
}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	width: auto;
        text-align: left;
}

.contactform label.label {
	float: none;
	width: 50px;
	font-size: 10px;
        color: #fff;
}

.contactform textarea {
	background-color: #fff;
        background-image: url(images/form-input-bg.jpg);
        background-repeat: no-repeat;
        background-position: top right;
        border: 0;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

#m4moduleform_1, #m5moduleform_1, #m6moduleform_1, #m7moduleform_1, #m8moduleform_1, #m9moduleform_1, #m10moduleform_1 {
  margin-top: 15px;
}

.error_message ul {
  margin-left: 0px;
  width: 167px;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #ff0000;
  font-size: 11px;
}

#contact_wrap p {
  line-height: 17px;
}

#cf_submission h3 {
  color: #243f87;
  margin-bottom: 8px;
  text-align: center;
}
/* End of 'home' */

