/* CSS Document */

* {margin: 0; padding: 0; border: 0;}
body {
	background-color: #ffebaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-align: center;
}
#container {
	margin: 0px auto;
	width: 766px;
	border: solid 3px #e39b33;
	padding-top: 303px;
}
a {
	color: #dc3c0f;
	font-weight:bold;
}
a:hover {
	color: #663300;
}

#mainBody {
	background-color:#FFFde3;
	padding: 20px;
	text-align: left;
	overflow: visible;
}
h2{
	font-size: 16px;
	color: #dc3c0f;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #dc3c0f;
	margin-top: 15px;
}
li {
	margin-top: 10px;
	padding-left: 20px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/bullets.gif);
	background-position: 10px -1px;
	background-repeat: no-repeat;
}

head:first-child+body li {
	margin-top: 10px;
	padding-left: 35px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/bullets.gif);
	background-position: 10px -1px;
	background-repeat: no-repeat;
}


#headers {
	border: solid 1px #663333;
	background-color:#fff;
	margin-bottom: 20px;
	background-image: url(images/headerBack.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 105px;
}
#headers h1 {
	text-align: center;
	font-size: 16px;
	color: #006633;
	margin: 15px 0px;

}
#rightSide {
	float:right;
	width: 300px;
	font-size:14px;
	text-align:  left;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #663333;
	margin-left: 20px;

}
#rightSide ul {
}
#rightSide li {
	margin-top: 10px;
	padding-left: 15px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/bullets.gif);
	background-position: 10px -1px;
	background-repeat: no-repeat;
}

head:first-child+body #rightSide li {
	margin-top: 10px;
	padding-left: 35px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/bullets.gif);
	background-position: 10px -1px;
	background-repeat: no-repeat;
}

#leftSide p{
	margin-top: 10px;
}
#flashHeader {
	position: absolute;
	width:766px;
	top: 3px;
	left:50%;
	margin-left: -383px; 
}
#servicesRightSide {
	float:right;
	width: 275px;
	font-size:11px;
	text-align:  left;
	padding: 10px 5px;
	background-color: #fff;
	border: solid 1px #663333;

}
#servicesRightSide ul {
margin-left:-10px;
}
#servicesRightSide li {
	margin-top: 10px;
	padding-left: 15px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/bullets.gif);
	background-position: 10px -1px;
	background-repeat: no-repeat;
}
head:first-child+body #servicesRightSide li {
	margin-top: 10px;
	padding-left: 35px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/bullets.gif);
	background-position: 10px -1px;
	background-repeat: no-repeat;
}

#servicesLeftSide p{
	margin-top: 10px;

}
#servicesLeftSide td{
	font-size:11px;
	padding: 3px;

}
#bottomCopy {
	clear: both;
	
}
.tableHeader {
	font-size: 14px;
	font-weight: bold;
	color: #dc3c0f;
}
.about {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	text-align:center;
}
.mission {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #dc3c0f;
}
.faq {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}
.faq h1{
	font-size: 18px;
	font-weight: bold;
	color: #dc3c0f;	
}
.faq p {
	margin: 10px 0px;
}
.faq td {
	padding: 3px;
}
.raves {
	padding: 0px 40px 15px 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}
.raves p {
	margin: 10px 0px;
}
#footer {
	margin: 15px 0px;
	background-image: url(images/PSI_logo.jpg);
	background-repeat: no-repeat;
	background-position: 15% center;
	line-height: 150%;
}
