/* CSS Document */

body {
  font-family:"Times New Roman", Times, serif;
}

a, a:link, a:visited {
	color: white;
	text-decoration: none;
}

img {
	border: none;
}

.imgCenter {
	display: block;
	margin: 0 auto;
	}

#container {
  position:relative;
  width:800px;
	height:100%;
	margin:auto;
	background: url(../_img/content_back.jpg) repeat-y;
}

#subContainer {
	margin: 0px; 
	padding: 0px; 
	background: url(../_img/content_back.jpg) repeat-y;
}

#clear {
	clear: both; 
	display: block; 
	height: 1px; 
	margin: 0px;
	padding: 0px;
}

/* #header [*/
/*#header {
  width:800px;
	height:132px;
	border-bottom:solid 2px #000000;
	background-image: url(../_img/x_header.gif);
	background-repeat: no-repeat;
	background-position: 18px 29px;
}*/

/* Ryan's header edits */
#header {
	width: 800px;
	height: 120px;
	background-color: #E6E6E6;
	border-top: 12px solid #FECB00;
	border-bottom: 1px solid black;
}

#header h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 115px;
	width: 620px;
	background-image: url(../_img/x_header.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border-top: 5px solid white;
}

/**********************/
/*
#header_yellowBand {
  height:12px;
  background-color:#FECB00;
}

#header h1, #header p {
  visibility:hidden;
	clear:none;
	width:0px;
	height:0px;
}

#header_grayBox {
  width:180px;
	height:120px;
	background-color:#E6E6E6;
	float:right;
}*/
/*]*/

/* #navigation[ */
#navigation {
	width:155px;
	background-repeat: repeat-y;
	background-image: url(../_img/x_navigation_repeat_y.jpg);
	color: #FFFFFF;
	float: left;
}

#navigation_top {
	width:151px;
	height:10px;
	background-image: url(../_img/x_navigation_top.gif);
	background-repeat: no-repeat;
}

#navigation ul {
	list-style-image: none;
	list-style-type: none;  
	padding-left:15px;
	margin:15px 0px 0px 0px;
}

#navigation ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 12px;
}

#navigation ul ul {
	margin: 0px 0px;
}
/*]*/


/*#content [*/
#content {
	background-color:#FCFCFC;
	margin:10px 200px 0px 164px;
	font-size: 12px;
}

#content p {
	
}

#content.home {
	padding-top:150px;
	margin-top: 0px;
}

#content .chart {
	margin-left: 20px;
}

#content ul {
	line-height: 16px;
	text-align: left;
	list-style-position: outside;
}

#content li {
	margin: 0px;
	padding: 0px;
}

#content a, #content a:link, #content a:visited {
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

#content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 16px;
}

#content h2 {
	margin: 0px 0px 15px 0px;
	padding-top: 10px;
  font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
}

#content .pageBanner {
	position:absolute;
	top:133px;
	left:147px;
}

.samplePics1 {
	margin: 0px 0px 0px 0px;
}

.samplePics1 img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 75px;
	display: block; 
	float: left;	
}

.samplePics2 {
	clear: both;
}

.samplePics2 img {
	margin: -30px 0px 20px 0px;
	padding: 0px 0px 0px 72px;
	display: block; 
	float: left;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}

form textarea {
	/* margin-top: 10px; */
	width: 200px;
}

#improve {
	height: 125px;
}

#surveyForm p {
  position: relative;
  margin-left: 25px;
  width: 90%;
}

#surveyForm p input {
  position: absolute;
  left: -25px;
}

#pdf a {
	display: block;
	margin: 0px 0px 0px 0px;
}

#pdf p {
	margin: 0px 0px 10px 0px;
	line-height: 15px;
}

#pdf a, #pdf a:link, #pdf a:visited {
	text-decoration: underline;
}

/*]*/

#rightBar {
  width:180px;
	background-color:#E6E6E6;
	float: right;
	overflow: hidden;
}

#rightBar h2 {
  text-align:center;
  font-size:14px;
	font-style:italic;
}

#rightBar a {
  color:#980203;
	font-weight:bold;
}

#rightBar p {
	text-align:center;
	line-height: 15px;
	font-size:12px;
}

#rightBar p a {
	text-decoration:none;
}

#rightBar address {
  margin-top:80px;
  text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:10px;
}

#rightBar address strong {
  font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
  color:#D40C30;
}

#footer p{
	text-align:center;
	padding:0px;
	margin:0px 0px;
	color:#666666;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
}

.solutionsRight {
	margin-left:20px;
}

.solutionsLeft {
	margin-left:20px;
}