/* Primary CSS for PSMBS.COM  */

body {
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
	background: #E3CCC8;
	background: url('bckgrnd8.jpg');
	font-size: 10pt;
	font-family: Arial, "Times New Roman", Helvetica;
	color: #173A6B;
}
h1, h1 a {color: #ab2e2e; font-size: 28pt; margin-top: 5px; margin-bottom: 5px; text-decoration: none;}
h2 {
	font-size: 17pt; 
	margin-top: 5px; 
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.1em;
	color: black;
	color: #ab2e2e;
}
h3 { color: #22559b; font-size: 13pt; margin: .6em;}
li h4 { margin: 0; }

#meatBox h5 {
	color: #ab2e2e;
	font-size: 11pt;
	margin: 0;
}
#navBox {
	/*background-image: url(images/nav/menu_back.gif); 
	background-repeat: repeat-y; */
	min-height:400px;
	/*border: px dashed green;*/
	width: 178px;
}
#navBox a {	text-decoration: none; } /* removes underscore in IE */

div#navBox div.menu_item  { 
	/*min-height: 28px; */
	/*width: 150px;*/
	/*border: px dashed blue;*/
	border-left: 5px solid #22559b; /* blue */
	border-right: 5px solid #22559b;
}
div#navBox div.menu_item div a {
	/*margin: 0px;*/
	/* font: bold, italic, .8em , "Arial, Helvetica, sans-serif"; */
	font-weight: bold;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em;
	min-height: 20px;
	padding: .5em 4px;
	display: block;
	border: none;
	border-bottom: 1px solid #ABABAB;
	background-color: #ab2e2e; 
	color: white;
}
/*
div#navBox a:hover div.menu_off { display: none; }
div#navBox a div.menu_on { display: none; }
div#navBox a:hover div.menu_on { display: inline; }
*/
/*
div#navBox div.menu_item div, div.menu_item div a { 
	background-color: #ab2e2e;
	color: white;
}
*/
div#navBox div.menu_item a:hover { 
	color: #22559b; /*blue; */ 
	background-color: white;
}
#page {
	margin: 0;
	padding-top: 0;
}
#content, div#header { /*, .headerBase*/
	max-width: 900px;
	min-width: 600px;
	background-color: white;
	border-left: 5px solid #ABABAB; /*#822323; /*#2E90AB;*/
	border-right: 5px solid #ABABAB; /*#822323; /*#2E90AB;*/
}
#content {
	min-height: 730px;	/* ADJUST THIS TO ACCOMMODATE SIDE MENU LENGTH */
	margin: 2em auto 1em;
	line-height: 1.2em;
	/*border: px dashed blue;*/
	position: relative;
	margin-top: 0px;
	border-bottom: 4px solid #822323;
	border-top: 0;
	/*background-color: #ddddff;*/
}
div#header {
	height: 170px;
	background-repeat: no-repeat;
	margin: 0em auto auto;
	/*border: 1px dashed transparent; /* Mozilla fix */
	/*border-bottom: px solid #ABABAB;*/ /*#ab2e2e;*/
	/*margin-top: 0; not sure */
	border-top: 1px solid #ABABAB; /* Mozilla fix, fills gap */
	padding-top: 0;
	
	/*border-bottom:0; 
	margin-bottom:0; why this? */
}
div#header #emblem {
	float:left;
	height:170px;
	width:187px;
	/*border-bottom:px solid #ab2e2e;*/
	/*border-right:px solid #ab2e2e;*/
}
#header img {
	/*width: 301px;
	height: 52px;*/
	/*overflow: hidden;*/
}
#header h3 {
	font-style: italic;
	margin-top: 50px;
}
div.headerBase {
	color: white;
	text-align: right;
}
.headerBase div {
	margin-left: 190px;
	margin-right: auto;
	width: 600px;
	margin-top: 0;
	margin-bottom: 0;
	padding: .3em;
	padding-right: 3em;
	font-weight: bold;
	font-size: .9em;
	line-height: 2em;
	background-color: #ab2e2e;
}
.headerBase div a { 
	color: white; 
	text-decoration: none;
	margin-left: 2em;
}
#footer .headerBase div, #footer div.headerBase, #footer .headerBase div a {
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	float: none;
	background-color: transparent;
	color: #ab2e2e;
	text-align: center;
}
#footer .headerBase div a { 
	text-decoration: none;
	margin-left: 2em;
}
#footer .headerBase div a:hover { 
	text-decoration: underline;
	color: #22559b;
}
#menuBox, #navBox {
	width: 170px;
	margin: 10px auto auto auto;
	padding: 0;
	float: left;
}
.welcome h3 { text-align: center;  
}
.welcome h4 { margin-left: 4em;  
}
/* Primary page copy is in here */
#meatBox {
	margin-left: 240px;
	margin-right: 70px;
	min-height: 400px;
	padding: 20px 0 1em;
	/*border: px solid orange;*/
}
#meatBox a {
	color: #ab2e2e;
}
#meatBox a:hover {
	color: #595959;
}
#benefits #meatBox ul li {
	line-height: 1.6em;
}
#titleGroup {
	text-align: center;
	margin-bottom: 2em;
}
/* CONTENT PAGES here */
ol.orderList {
	list-style-type: upper-alpha;
	margin: auto 2em;
}
li {
	margin-top: .5em;
}
li span {
	font-weight: bold;
}
ul.default_list { 
	list-style-type: square;
}
.italicNote { 
	font-style: italic;
	color: black;
	padding: .5em;
	/*background-color: #CFCFCF;*/
	border: 3px solid #ABABAB;
}


p.table_left {
	width: 11em; 
	margin: 0; 
	padding: .5em; 
	float: left; 
	/*clear: both;*/ 
	position: relative;
	text-align: right;
	white-space: nowrap;
	color: #0a4d7f;
}
p.table_right, h5.table_right { 
	width: 27em; 
	width: 30em; 
	margin: 0em; 
	padding: .5em; 
	color: #0a4d7f;
	float: left; 
	/*background-color: #ddddff; */
}
p.submit {
	/*clear: both; */
	margin: auto; 
	padding: 0em; 
	width: auto; 
	text-align: center; 
}
.button, .reset {
	padding-left: 1em; 
	padding-right: 1em; 
	margin: 0em 1em; 
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #993333; 
	color: #000000;
	padding-left: 2px;
	/*background: #EEEEFF;*/
	/*background-color: yellow;*/
}
.required {
	font-size: 12px;
	font-weight: bold;
	color: #dd0000;
}
.testimonial em { color: #000000; }

ul#firstList {
	margin-left: 6em;
}
#firstList li {
	font-size: 14pt;
	font-weight: bold;
}
