@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	background: #ffffff;
	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-size:12px;
	background-image:url('http://jpstsonline.com/elearning/theme/custom_corners/pix/bg.jpg');
	background-repeat:repeat;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
background-image:url('http://jpstsonline.com/elearning/theme/custom_corners/pix/header.gif');
	background-repeat:repeat-x;
	color:#000099;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
h1{color:#000099; font-size:18px}
h2{color:#990000; font-size:16px}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color:#000099;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding-top:7px;
	padding-bottom;10px;
	background:#DDDDDD;
	text-align:center;
	font-size:9px;
	background-image:url('http://jpstsonline.com/elearning/theme/custom_corners/pix/header.gif');
	background-repeat:repeat-x;
} 
.oneColLiqCtrHdr #footer p {
}

/*
#menu
{
padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
}
#menu li {display:inline;}
#menu li a
{
padding:0.2em 1em;
background:#fc6;
color:#000;
text-decoration:none;
float:left;
border:1px solid #000;
}
#menu li a:hover
{
background:#08c;
color:#fff;
}
*/

#menu ul
{

list-style: none;
padding: 0;
margin: 0;
} 
#menu li
{
float: left;
margin: 0 0.15em;
} 
#menu li a
{
font-size:12px;
background: url('http://www.jpstsonline.com/pix/p2_nav.png') #fff bottom left repeat-x;
height: 28px;
line-height: 2em;
float: left;
width: 100px;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 
#menu
{
white-space:nowrap;
list-style-type:none;
margin:0;
width:625px;
float:right;
/*padding-top:-25px;

padding-left:200px;*/
} 
#menu li a:hover
{
background: url('http://www.jpstsonline.com/pix/p_nav.png') #fff bottom left repeat-x;
}
/*#menu li active 
{
background: url('http://www.jpstsonline.com/pix/p_nav.png') #fff bottom left repeat-x;
}*/
/* CSS Dialog Box*/
#overlay {
     visibility:none;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
	 background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#overlay div {
     width:300px;
	 /*
     margin: 100px auto;*/
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     
}
.info {
	font-style:italic;
	font-size: 0.9em;
	color: #FFFFFF;
}


