/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #FFF;
  color: #2d2e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Arial, Helvetica, sans-serif; /* for other IE versions */
}

/* Commonly used to style page titles. */
h1 {
  color: #78a769;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #78a769;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #239f3e;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #578557;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #017a20;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #017a20;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #004e2a;
}

h1.logo {

	font-size: 300%;

	display: block;

	float: left;

	margin: 0;

	padding: 0;

	width: 150px;

	height: 100px;

}

h1.logo a {

	width: 150px;

	height: 100px;

	display: block;

	float: left;

	text-decoration: none;

	text-transform: uppercase;

	outline: none;

	text-indent: -4000px;

	background: url(../images/DistrictLogo.gif) no-repeat;

}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  background-image: url("../images/bg_body.jpg");
  background-repeat: repeat-y;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
}
#outerWrapper #header {
  /*background-color: #FFFFFF;*/
  background-image: url(../images/bg_header.jpg);
  background-repeat: no-repeat;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 730px;
  height: 106px;
  margin-left: 20px;
}



#outerWrapper #contentWrapper {
  width: 750px;
  /*margin-left: 20px;*/
  background-image: url(../images/bg_contentWrapper.jpg);
  background-repeat: no-repeat;
}



#outerWrapper #contentWrapper #leftColumn1 {
  /*background-color: #FFFFFF;*/
  float: left;
  padding: 10px 10px 10px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
}
#outerWrapper #contentWrapper #leftColumn1 h1 {
  font-size: 150%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  font-size: 140%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 h3 {
  font-size: 130%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 h4 {
  font-size: 120%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 h5 {
  font-size: 110%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 h6 {
  font-size: 100%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link {
  color: #FF9900;
}
#outerWrapper #contentWrapper #leftColumn1 a:visited {
  color: #666666;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
  color: #FF9900;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #leftColumn1 a:focus {
  color: #FF0000;
}
#outerWrapper #contentWrapper #leftColumn1 a:active {
  color: #FF0000;
  text-decoration: underline;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  /*background-color: #FFFFFF;*/
  margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content h1 {
  font-size: 150%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content h1.fullWidth {
  font-size: 14px;
  font-weight: bold;
  color:#000000;
  background-image: url(../images/bg_fullwidth.jpg);
  background-repeat: no-repeat;
  height: 18px;
  padding: 2px 0 0 20px;
}
#outerWrapper #contentWrapper #content h1.halfWidth {
  font-size: 15px;
  font-weight: bold;
  color:#000000;
  background-image: url(../images/bg_halfwidth.jpg);
  background-repeat: no-repeat;
  height: 18px;
  padding: 2px 0 0 20px;
  width: 215px;
}
#outerWrapper #contentWrapper #content h1.inside {
  font-size: 18px;
  font-weight: bold;
  color:#000000;
  background-image: url(../images/bg_insideFullWidgh.jpg);
  background-repeat: no-repeat;
  height: 26px;
  padding: 7px 0 0 10px;
}
#outerWrapper #contentWrapper #content h2 {
  font-size: 140%;
  font-weight: bold;
}

#outerWrapper #contentWrapper #content h3 {
  font-size: 130%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content h4 {
  font-size: 120%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content h5 {
  font-size: 110%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content h6 {
  font-size: 100%;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content a, #outerWrapper #contentWrapper #content a:link {
  color: #FF9900;
}
#outerWrapper #contentWrapper #content a:visited {
  color: #CC9900;
}
#outerWrapper #contentWrapper #content a:hover {
  color: #FF9900;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:focus {
  color: #FF0000;
}
#outerWrapper #contentWrapper #content a:active {
  color: #FF0000;
  text-decoration: underline;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #FFFFFF;
  background-image: url(../images/bg_footer.jpg);
  background-repeat: repeat-x;
  /*border-top: solid 1px #FFCC00;  Sets the top border properties for an element using shorthand notation */
  /*border-bottom: solid 1px #CCCCCC;  Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 720px;
  margin-left: 20px;
}

#outerWrapper #contentWrapper #nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 195px;
}
#outerWrapper #contentWrapper #nav li {
	width: 195px;
	margin-top: 4px;
}
#outerWrapper #contentWrapper #nav a:link, #nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-right: 40px;
	text-align: right;
	background-image: url(../images/bg_navhover_off.gif);
	background-repeat: no-repeat;
}

#outerWrapper #contentWrapper #nav a:active {
	color: #333333;
}

#outerWrapper #contentWrapper #nav a:hover {
	background-image: url(../images/bg_navhover_on.gif);
	background-repeat: no-repeat;
}

#topNavContainer {
	padding-top: 10px;
	/*margin-left: 80px;*/
}
	
#topNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#topNav ul {
	display: inline;
}

#topNav li {
	padding: 0 5px 0 15px;
	display: inline;
	border-left: 1px solid #ccc;
}

#topNav li.home {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	background-image: url(../images/topnav_home.gif);
	background-repeat: no-repeat;
	font-size: 120%;
	}
	
#topNav li.email {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	background-image: url(../images/topnav_email.gif);
	background-repeat: no-repeat;
	font-size: 120%;
	}
	
#topNav li.search {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	background-image: url(../images/topnav_search.gif);
	background-repeat: no-repeat;
	font-size: 120%;
	}

#topNav a:link, #topNav a:visited, #topNav a:active {
	color: #999999;
	font-size: 84%;
	text-decoration: none;
	font-weight: normal;
}
#topNav a:hover {
	color: #ccc;
	font-weight: normal;
}

#copyrightWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width: 800px;
}

#copyrightWrapper p {
	font-size: 80%;
	color: #ccc;
	text-align: center;
}
	
#pipeContainer {
	text-align: center;
}
	
#pipe {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#pipe ul {
	display: inline;
}

#pipe li {
	padding: 0 5px 0 10px;
	display: inline;
	border-left: 1px solid #ccc;
}

#pipe li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#pipe a:link, #pipe a:visited, #pipe a:active {
	color: #999999;
	font-size: 84%;
	text-decoration: none;
	font-weight: normal;
}
#pipe a:hover {
	color: #ccc;
	font-weight: normal;
}

/*---------- BOX STYLES ----------------*/

#boxContainer {
	clear: both;
}

#boxPlacement1 {
	float: left;
	margin-left: 5px;
}

#boxPlacement2 {
	margin-left: 260px;
}

.box1 {
	width: 225px;
	border: 1px #727377 solid;
	background-color: #FCF7E1;
	padding: 10px !important;
	padding: 5px;
	float: left;
	text-align: center;
}
.box2 {
	width: 225px;
	border: 1px #727377 solid;
	background-color: #FCF7E1;
	padding: 10px;
	float: left;
}
/*.box2 ul {
	list-style: none;	
	margin: 0;
	padding: 14px 10px 14px 10px;
}
.box2 ul li {
	margin: 0 0 10px;
	padding: 0;
}
*/
.yellowBullets ul li {
	list-style-image: url(../images/bullet_yellow.gif);	
	margin: 0 0 3px 0;
	padding-bottom: 3px;
}
/*.portfolioList ul {
	list-style: none;	
	margin: 0;
	padding: 5px 10px 5px 10px;
}
.portfolioList ul li {
	margin: 0 0 6px;
	padding: 0;
}*/

#outerWrapper #contentWrapper #portfolioList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #portfolioList li {
	width: 190px;
	margin-top: 1px;
}
#outerWrapper #contentWrapper #portfolioList a:link, #portfolioList a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-right: 50px;
	text-align: right;
	background-image: url(../images/bg_portfolio_off.gif);
	background-repeat: no-repeat;
}

#outerWrapper #contentWrapper #portfolioList a:active {
	color: #333333;
}

#outerWrapper #contentWrapper #portfolioList a:hover {
	background-image: url(../images/bg_portfolio_on.gif);
	background-repeat: no-repeat;
}