body {
  background:#FFFFFF repeat-x scroll left top;
  color:#000000;
  font-family: helvetica,'Trebuchet MS';
  font-size:0.8em;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:lighter;
  height:100%;
  line-height:170%;
  margin:0;
  padding:0;
  text-align:center;

  overflow-x: hidden;
}

a {
  color: #014BA3;
}

/* #content: Sets the width of the site. */

#content {  
  height: auto !important;
  min-height: 400px;
  text-align: left;
}

#content, #width {
  width: 93%;  
  min-width: 780px;
  margin: 0 auto;
}

/* Header section */

#header {
  position: relative;
  height: 105px;
  color: #FFFFFF;
  background: url(../img/banner.png) no-repeat top center;
  min-width: 600px;
  width: 106%;
  left: -6%;

  overflow-x: hidden; /* needed for WebKit compliance */
}

#mainMenuWrapper { 
  background: #014BA3;
  padding: 6px;
}

#mainMenu { 
  width: 100%;
  clear: both;
  margin: 0;
  margin-top: -5px;
  color:#02A3E9;
  font-family:helvetica,"trebuchet ms",arial,verdana;
  font-size:16px;
  font-weight:lighter;
  min-height:36px;
  background: #fff;
}

#mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;  
  margin: 0;
  padding: 0
}

#mainMenu li > a , #mainMenu li > span {
  color:#02A3E9;
  float: left;
  margin: 0 5px;
  padding: 7px 5px;
  display:inline;
  font-weight:lighter;
  font-family: helvetica, "trebuchet ms", arial, verdana;
  text-decoration: none;
  text-transform: none;
}

#mainMenu li > span {
  text-transform: none;
}


#mainMenu li a span {
  cursor: pointer;
}

#mainMenu li a span#first {
  margin-left: 0px;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #000066;
}

#mainMenu li a.last {
  margin-right: 0;
}

#mainMenu li form {
  display: inline;

  margin: 10px 10px 0 5px;
  padding: 12px 1px;
  height:36px;
  font-size:18px;
  text-decoration: none;
  color: #02A3E9;
}



#mainMenu .welcome {
  float: left;
  margin-top: 7px;
}

/* end Header section */

/* SIDEBAR */
.sidebarWrapper {
  background: #C0EBFF;
  padding: 6px;
  width: 220px;
}

.sidebar {
  background: #FFF;
  padding: 5px;
  min-height: 400px;
}

.sidebar img {
display:block;
text-align:center; 
}

.accordianMenu {
  margin-bottom: 10px;
  font-size: 12pt;
}

/* handles the display of the top elements border */
.accordianMenu ul {
  border-top: solid #CCCCFF 2px;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.accordianMenu li {
  margin: 0;
  border: solid #CCCCFF 2px;
  border-top: none;
  width: 99%;
}

.accordianMenu a {
  display: block;
  text-decoration: none;
  padding: 3px;
  padding-left: 0.6em;
}

.accordianMenu a:hover {
  background: #ffcc66;
  text-decoration: underline;
}

/* this is the current page in the CMS pages / menu thing */
.active {
  font-weight: bold;
}

.accordianMenu li ul li a {
  background: #EEE;
}


/* END SIDEBAR */

/* #page: Holds the main page content. */
#page {
  float: left;
  width: 100%;
  clear: both;
  padding: 5px 0
}

/* footer */
.footer {
  width: 100%;
  clear: both;
  background: #FFF;
  color: #666666;
  min-width: 800px;
}

.footer a {
	color: #666666;
}

#footer-bottom {
  width: 100% !important;
  clear: both !important;
  padding: 6px 0 !important;
  margin-top: 20px;
  min-height: 24px;
  background: #FFF repeat-x !important;
  font-family: Helvetica,'Trebuchet MS', sans-serif !important;
  font-size:11px !important;
  text-align:center !important;
  letter-spacing: .5px;
}

.footer .doj {
  margin: 0 auto;
  margin-top: 15px;
  width: 69%;
  color: #666;
  line-height: 125%;
}

#dojNotice {
  text-transform: uppercase !important;
  font-weight: bold;
}

.doj p {
  letter-spacing: -0.25px;
  margin: 0;
}

#footer-bottom #copyright {
  width: 85% !important;
  margin:10px auto !important;
  text-transform: uppercase !important;
}

#footer-bottom #copyright a {
  text-decoration:underline !important;
  color: #666666 !important;
  font-weight:bold !important
}

#footer-bottom #copyright a:hover { color: #000016 !important }

/*TODO: merge the copyright sections */
.copyright {
	padding: 15px; 
	color: #666666;
	font-size: 12px;
}

/* footer */

/* Alignment classes */

.floatLeft  { float: left;  } 
.floatRight { float: right; }

/* Templates */

.box { 
  background: #FAFAFA repeat-x top;
  position: relative;
  padding: 8px;
  margin: 5px 5px 5px 20px !important;
  border: 2px solid #CCC;
  display: block;
  overflow: auto;
}


.box #special {
  clear: both;
}

.sidebar h1, .mainWindow h1 {
  margin: 10px 0 15px 0 !important;
  font-size: 24px;
  letter-spacing: -1px;
}


.sidebar a img {
  border: none;
}

/* END NEW TEMPLATE STYLESHEET */

/* Comment Styling */

.avatar {
  width:50px;
  height:50px;
  padding:0;
  margin:5px 11px 0 0
}


/* Generic display classes */

/* Start hide from IE-mac \*/
.heightFix {
  height: 1%;
}
/* End hide from IE-mac */


.breadCrumbWrapper {
  background: #C0EBFF;
  padding: 6px;
  margin-bottom: 10px;
}

.breadCrumbs {
  background: #fff;
  padding: 6px;
}


.mainWindowPlacer {
  margin-left: 240px;
}

.mainWindowWrapper {
  background: #C0EBFF;
  padding: 6px;
  text-align: left;

}

.mainWindowWrapper p {
	text-align: justify;
}
	
.mainWindow {
  background: #fff;
  padding: 25px 10px 10px 25px;
  min-height: 392px;
  overflow: hidden;
}

/* forms & input */

input, select, textarea{
  background: #FFFFFF;
  padding: 4px;
  border: 2px solid #DDDDDD;
}

input:hover, select:hover, textarea:hover {
  border: 2px solid #BBBBBB;
}

input:focus, select:focus, textarea:focus {
  border: 2px solid #014BA3;
}

.submit_button {
  float: right;
}

/* end forms & input */

.infoBox {
  display: block;
  text-align: left;
  padding: 15px;
  padding-left: 55px;
  margin: 15px;
  overflow: auto;
  border: 1px solid;
  font-size: 1.15em;
  vertical-align: middle;
  font-weight: bold;
  background: #EEEEEE none no-repeat scroll 10px center;
}

.infoBox.message{
  background: #FAFAFA repeat-x top;
  border-color: #CCC;
  color: #666666;
}
.infoBox.error{
  background-image: url('../img/infoBox.error.png');
  background-color: #FBE3E4;
  border-color: #FBC2C4;
  color: #8A1F11;
}
.infoBox.notice{
  background-image: url('../img/infoBox.notice.png');
  background-color: #FFF6BF;
  border-color: #FFD324;
  color: #514721;
}
.infoBox.success{
  background-image: url('../img/infoBox.success.png');
  background-color: #E6EFC2;
  border-color: #C6D882;
  color: #264409;
}

.actionBox {
  display: block;
  text-align: left;
  padding: 15px;
  padding-right: 55px;
  margin: 15px;
  overflow: auto;
  border: 1px solid;
  font-size: 1.15em;
  vertical-align: middle;
  font-weight: bold;
  background: #EEEEEE none no-repeat scroll 96% center;
}

.actionBox.link {
  background-image: url('../img/actionBox.link.png');
  background-color: #C8C8FF;
  border-color: #906FFF;
  color: #0A0A47;
}

.actionBox.link.special {
  display: inline;
  margin: 0;
}

.actionBox.link.right {
  float: right;
}

.blue_gradient {
  background: url('/static/img/baby_blue_gradient.png') top repeat-x;
}

.blue_solid {
  background: #111554;
  color: #E7E7E7;
}

.boxWrapper {
  margin: 7px 0px 8px 0px;
  padding: 15px;
  display: block;
  float: left;
}
 
.infoBox.message.special {
  background: none;
  border: none;
  color: #666666;
  margin: 0px;
  padding: 0px;
}

.infoBox.message.grey {
  color: #E7E7E7;
}

.infoBox.plain.blue {
  color: #01A3EB;
  background: none;
}

.infoBox.blue {
	color: #01A3EB;
}

.officer {
  margin: 0px;
}

.infoBox.landing {
	padding-left: 15px;
}

.linkbox { 
	float:right; 
	padding: 15px;
	border: 2px solid #CCCCCC;
}

.linkbox:hover {
	border-color: #AAAAAA;
	cursor: pointer;
}

.linkbox.special {
	margin: 5px -5px 15px 15px;
	overflow: auto;
	width: 87px;
	text-decoration: none;
	text-align: center;
	cursor: pointer !important;
}
.linkbox.special:hover {
	cursor: pointer !important;
}

.special_link {
	text-decoration: none;
	cursor: pointer;
}

.img_link { 
	border: 0 none;
}

.officer_left_side {
  padding: 20px;
}

.officer_right_side {
  width: 393px;
  margin-left: 25px;
  float: right;
  clear: none;
}

.officer_image {
  border-bottom: 25px solid #F5DE3A;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.officer_image img {
  margin-bottom: -4px;
}

.officer_yellow_box {
  background: #f5de3a;
  width: 100%;
  height: 20px;
}

.officer_right_side .table_wrapper {
  min-width: 393px;
  background: #111554;
}

.officer_right_side table {
  margin: 15px auto;
}

.officer_right_side table thead, .officer_right_side table tfoot  {
  min-height: 24px;
}

.officer_content {
  padding: 24px;
}
.officer_content p {
  padding: 0px 24px;
}


.dark_link { color: #111554; }
.lite_link { color: #C0EBFF; }

/* messages */

/* end messages */

/* PSA page */

.psa {
  
}


.timestamp {
	font-size: 12px;
	color: #666;
	float: right;
}
