@charset "utf-8";
/* CSS Document */

body  {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a img {
	border: none;
}
#container { 
	width: 1025px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	/* background: #DDDDDD; */ 
	background:url(/images/common/emblem.tagline.gif) no-repeat;
	width:1025px;
	position:relative;
	border-bottom:3px solid #F68F1F;
} 
img.nodisplay {
	display: block;
	}
.logo {
	display:none;
	}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	line-height:20px;
	font-size:12px;
}
#mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	border-left: 1px dotted #e6e6e6;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	height:22px;
	margin:5px 0 2px 0;
	color:#529D44;
	}
#mainContent h1 {
	font-size:18px;
	text-transform:uppercase;
	}
#mainContent h2 {
	font-size:14px;
	}
#mainContent h3 {
	font-size:11px;
	}
#mainContent p {
	margin:5px 0 15px 0;
	}
#mainContent ul {
	margin:10px 20px;
	}
#mainContent ul li {
	background:transparent url(/images/common/bullet.gif) no-repeat scroll 8px 6px;
	list-style-position:outside;
	padding:0pt 0pt 0pt 20px;
	}
#mainContent a:link, #mainContent a:visited {
	color: #064599;
	text-decoration:none;
	}
#mainContent a:hover, #mainContent.a:active {
	color: #F68F1F;
	text-decoration:underline;
	}
#footer {
	padding: 0 10px 0 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	

/* Main Navigation Styles for Header */
#navigation {
	display:none;
	}
	
/* Sidebar Styles */
#sidebarMenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
#sidebarMenu li {
	margin:5px 0;
	}
#sidebarMenu li ul li {
	margin:0;
	}
#sidebarMenu li a {
	font-weight:bold;
	border-bottom: 1px solid #e6e6e6;
	text-decoration:none;
	display:inline;
	color: #064599;
	}
#sidebarMenu li ul li a {
	font-weight:normal;
	text-indent: 10px;
	background:transparent url(/images/common/dots.gif) repeat-x scroll 0pt 100%;
	border-bottom:medium none;
	display: block;
	margin-bottom:0;
	height:20px;
	}
#sidebarMenu a:hover {
	text-decoration:none;
	color:#F68F1F;
	}
.plus {
	display:inline;
	}
.lessMenus {
	background-image: url(/images/common/minus.sign.gif);
	background-position:160px .5em;
	background-repeat:no-repeat;
	}

.toggler {
	margin-left:10px;
	cursor:pointer;
	border:none;
	float:right;
	padding-top:5px;
	}
	
.inlineCalloutRight {
	width: 165px;
	float:right;
	background-color:#E2E2E2;
	padding: 10px 5px;
	margin-left: 8px;
	}
.inlineCalloutLeft {
	width: 165px;
	float:left;
	background-color:#E2E2E2;
	padding: 10px 5px;
	margin-right: 8px;
	}
.inlineCalloutRight p, .inlineCalloutLeft p, .inlineImageLeft p, .inlineImageRight p {
	font-size: 11px;
	}
.inlineCalloutRight p.photoCaption, .inlineCalloutLeft p.photoCaption, .inlineImageLeft p.photoCaption, .inlineImageRight p.photoCaption {
	font-size: 9px;
	}
.selected {
	font-weight:bold;
	color:#F68F1F;
	}
.inlineImageLeft {
	width:165px;
	float:left;
	margin-right: 8px;
	}
.inlineImageRight {
	width:165px;
	float:right;
	margin-left: 8px;
	}
.inlineImageLeft img, .inlineImageRight img {
	display:block;
	padding: 5px;
	border: 1px solid #E2E2E2;
	}
	
#photoBar {
	display:none !important;
	}
#photoBar h1, #photoBar h2, #photoBar h3, #photoBar p {
	display:none;
	} 
.sIFR-flash {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}
.mediaTitle {
	font-weight:bold;
	}

/* Form Styles */
fieldset {
	border: solid 0 transparent;  /* removes fieldset borders in Opera 7 */
	margin: 0;
	padding: 0;
}

fieldset p {
	margin-bottom: 1.5em;
	text-align: left;
}

fieldset label {
	display: block;
	margin-bottom: .3em;
}

fieldset label.error {
	font-style: italic;
	color: #ec281b;
}

fieldset input, fieldset textarea {
	width: 190px;
	border: 1px solid #ccc;
}

fieldset label .instructions {
	font-weight: normal;
}

fieldset textarea {
	height: 180px;
}