@charset "UTF-8";
body  {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
* {margin: 0;  padding: 0;  border:0;}
 #container {
	width: 857px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(../images/home_back.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
} 
 #container1 {
	width: 857px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(../images/services_back.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 800px;
} 
  #container2 {
	width: 857px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(../images/about_back.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 800px;
} 
  #container3 {
	width: 857px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(../images/test_back.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 800px;
} 
#container4 {
	width: 857px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(../images/contact_back.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 800px;
} 
#container5 {
	width: 857px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(../images/faq_back.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 800px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px;
	text-align: center;
	padding-top: 30px;
}
 #mainContent {
	margin-top: 0;
	margin-right: 60;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
} 
#apDiv1 {
	position:absolute;
	left:0px;
	top:50px;
	width:520px;
	height:463px;
	z-index:3;
	background-image: url(../images/textbox.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	border-right-style: outset;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-bottom-style: outset;
	border-right-width: 2px;
	border-bottom-width: 2px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#apDiv2 {
	position:absolute;
	left:0px;
	top:50px;
	width:520px;
	height:413px;
	z-index:3;
	background-image: url(../images/textbox.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	border-right-style: outset;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-bottom-style: outset;
	border-right-width: 2px;
	border-bottom-width: 2px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
}
#apDiv1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h1 {
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-size: 18px;
	color: #6377b3;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
h2 {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
}
h3 {
	text-align: center;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}
h4 {
	text-align: center;
	font-size: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#nav {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 14px;
	color: #EBE8E1;
	text-decoration: none;
	background-color: #6377b3;
	margin-right: 60px;
	margin-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#nav a {
	padding-right: 20px;
	padding-left: 20px;
}
a:link {
	font-family:"Arial Rounded MT Bold", sans-serif;
	color:#EBE8E1;
	text-decoration:none;
	font-size:14px;
}
a:visited {font-family:"Arial Rounded MT Bold", sans-serif;
	color:#EBE8E1;
	text-decoration:none;
	font-size:14px;}
a:hover {
	font-family:"Arial Rounded MT Bold", sans-serif;
	color:#000;
	text-decoration:none;
	font-size:14px;
}  
a:active {
	font-family:"Arial Rounded MT Bold", sans-serif;
	color:#000;
	text-decoration:none;
	font-size:14px;
}  
a.current {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
.side {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 20px;
	margin-bottom: 40px;
}

.side1 {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 40px;
	margin-bottom: 80px;
}.black {
	color: #000;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.italic {
	font-style: italic;
}
#psi {
	float: right;
}
#email {
	color: #6377B3;
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
#phone {
	font-family: "Arial Rounded MT Bold", sans-serif;
	color: #6377B3;
	margin-top: 30px;
}
h5 {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	padding-top: 20px;
	font-weight: normal;
}
.name {
	font-style: italic;
	margin-left: 100px;
	text-align: left;
}
#center {
	font-weight: bold;
}

