@charset "utf-8";

/* CSS Document */





/* Begin global styles **************************************/



body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {

        padding: 0;

        margin: 0;

}

body  {

	background: #FFF;

	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: #000000;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 12px;

}

.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;

}
.error {
	color: #F00;
}


.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;

}

.picFloatLeft {

	float: left;

	margin-right: 15px;

	margin-bottom: 15px;

	padding: 2px;

	border: 1px solid #039;

}
.rightJustify {
	text-align: right;
}
.homeCallout {
	font-size: 15px;
	font-weight: bold;
	color: #009;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sidebar2 {

	float: right; /* since this element is floated, a width must be given */

	width: 200px;

	background-image: url(images/leftcol_slice.jpg);

	background-repeat: repeat-x;

	height: 500px;

	padding: 30px 10px 0 15px;

	margin-top: 127px;

}







#sidebar2 ul {

	list-style-position: outside;

	list-style-type: none;

}

#sidebar2 ul li {


	padding-right: 20px;

	font-size: 14px;

	padding-bottom: 10px;

	background-position: -0.5px 3px;

	font-weight: bold;

}

#sidebar2 ul li a {

	color: #010099;

	text-decoration: none;

}

#sidebar2 ul li a:hover {

	text-decoration: underline;

}


















#sidebar1 ul {

	list-style-position: outside;

	list-style-type: none;

}

#sidebar1 ul li {

	background-image: url(images/arrow_bullet.png);

	background-repeat: no-repeat;

	padding-left: 20px;

	font-size: 16px;

	padding-bottom: 10px;

	background-position: -0.5px 3px;

	font-weight: bold;

}

#sidebar1 ul li a {

	color: #010099;

	text-decoration: none;

}

#sidebar1 ul li a:hover {

	text-decoration: underline;
}

#stayInformed {
	margin-top: 15px;
}

#stayInformed a img {
	border-style:none;
}

#footer a {

	color: #00C;

}

#footer a:hover {

	color:#F00;

}

/* End global styles **************************************/





/* Begin styles for Homepage **************************************/



.home h1 {

	font-size: 13px;

	font-weight: bold;

	padding-bottom: 5px;

}

.homeButton  {

	text-align: center;

	width: 50%;

	*width: 49%;

	background-image: url(images/home_button.gif);

	background-repeat: no-repeat;

	height: 56px;

	padding-top: 10px;

	background-position: center;

	float: left;

	font-weight: bold;

	font-size: 18px;

	margin-top: 10px;

}

.homeButton a {

	color: #0000B9;

	text-decoration: none;

	font-size: 12px;

	line-height: 12px;

}

.homeButton a:hover {

	text-decoration: underline;

}

.home #container {

	width: 980px;

	text-align: left; /* this overrides the text-align: center on the body element. */

	background-color: #FFFFFF;

	background-image: url(images/home_bg.jpg);

	background-repeat: no-repeat;

	height: 700px;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	border: 1px solid #CCC;

} 

.home #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 200px 10px 15px 15px;

}




.home #mainContent {

	margin: 500px 250px 0px 245px;

} 
.home #mainContent a {
	color: #F00;
	text-decoration: underline;
}
.home #mainContent a:hover {
	color:#039;
}


.home #mainContent p  {
	padding-bottom: 5px;
}

.home #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 */

	text-align: center;

	font-size: 10px;

}



/* End styles for Homepage **************************************/







/* Begin styles for Child Template **************************************/



.child h1 {

	font-size: 26px;

	font-weight: bold;

	padding-bottom: 10px;

	color: #010099;

}

.child h2 {

	font-size: 16px;

	font-weight: bold;

	padding-bottom: 10px;

	color:#000;

}
.child #buttonWrapper {
	clear: right;
	float: right;
	width: 100%;
	margin-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #039;
}


.childButton  {

	text-align: center;

	width: 50%;

	*width: 49%;

	background-image: url(images/home_button.gif);

	background-repeat: no-repeat;

	height: 56px;

	padding-top: 10px;

	background-position: center;

	float: left;

	font-weight: bold;

	font-size: 18px;

	margin-top: 10px;

}

.childButton a {

	color: #0000B9;

	text-decoration: none;

	font-size: 12px;

	line-height: 12px;

}

.childButton a:hover {

	text-decoration: underline;

}

.child #container {

	width: 980px;

	text-align: left; /* this overrides the text-align: center on the body element. */

	background-color: #FFFFFF;

	background-image: url(images/child_header.jpg);

	background-repeat: no-repeat;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	border: 1px solid #CCC;

} 

.child #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 200px;

	background-image: url(images/leftcol_slice.jpg);

	background-repeat: repeat-x;

	height: 500px;

	padding: 30px 10px 0 15px;

	margin-top: 127px;

}






.child #mainContent {

	margin: 180px 15px 0px 235px;

} 
.child #mainContent p  {
	padding-bottom: 5px;
}
.child #form input , textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.child #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 */

	text-align: center;

	font-size: 10px;

}

.child #mainContent h3 {

	font-size: 16px;

	font-weight: bold;

	color: #F00;

}

.child #mainContent h4 {

	font-size: 14px;

	font-weight: bold;

}
.child #form1 #textfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
}
.child #form1 #select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.child #form1 #button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.Services {
	float: right;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #010099;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #010099;
}
.Services a  {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

/* End styles for Child Template **************************************/





/*Spiffy Corners*/





.spiffy{display:block}

.spiffy *{

  display:block;

  height:1px;

  overflow:hidden;

  font-size:.01em;

  background:#FF7400}

.spiffy1{

  margin-left:3px;

  margin-right:3px;

  padding-left:1px;

  padding-right:1px;

  border-left:1px solid #FFFFFF;

  border-right:1px solid #FFFFFF;

  background:#d4ddea}

.spiffy2{

  margin-left:1px;

  margin-right:1px;

  padding-right:1px;

  padding-left:1px;

  border-left:1px solid #FFFFFF;

  border-right:1px solid #FFFFFF;

  background:#dee5ef}

.spiffy3{

  margin-left:1px;

  margin-right:1px;

  border-left:1px solid #dee5ef;

  border-right:1px solid #dee5ef;}

.spiffy4{

  border-left:1px solid #FFFFFF;

  border-right:1px solid #FFFFFF}

.spiffy5{

  border-left:1px solid #d4ddea;

  border-right:1px solid #d4ddea}

.spiffyfg{

  background:#FF7400;}

  

  .spiffyfg ul li{ list-style:none; }
