/* 
  -----------------------------------
  PMM PagePack Plus(TM) Style Sheet
  by Project Seven Development
  www.projectseven.com
  Anderssen Jones
  2-column Table
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	min-width: 750px;
}
#pagewrapper {
	margin: 0;
}
h1 {
	color: #B685B4;
	font-size: 0.75em;
	font-weight: normal;
	margin: 0 0 3px 1%;
}
#mainTable {
	border: 1px solid #666666;
}
td {
	vertical-align: top;
	background-color: #FFFFFF;
}
#c1a {
	width: 180px;
	background-repeat: repeat-x;
	background-position: 0px 200px;
	border: 1px solid #666666;
}
#c1 {
	width: 180px;
	background-image: url(../images/aj_pbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 200px;
	border: 1px solid #666666;
}
.c1-text {
	font-size: .75em;
	padding: 12px;
}
.c1-text p {
	margin: 3px 0 12px 0;
}
#c2 {
	width: auto;
	border: 1px solid #666666;
	font-size: .9em;
	padding: 16px 24px;
}
#c2 p {
	margin: 3px 0 12px 0;
	line-height: 1.5em;
}
.pictureprgh {
	margin: 0;
	text-align: center;
}
h2, h3, h4 {
	margin: 0;
	line-height: normal;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
#footer {
	font-size: 0.75em;
	padding: 12px;
	color: white;
	border: 1px solid #666666;
	background-color: navy;
}
.c1-text a:link, .c2-text a:link {
	color: navy;
}
.c1-text a:visited, .c2-text a:visited {
	color: navy;
}
.c1-text a:hover, .c1-text a:active, .c1-text a:focus,
.c2-text a:hover, .c2-text a:active, .c2-text a:focus {
	color: navy;
}
#footer a:link, #footer a:visited {
	color: navy;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: navy;
}
/*Layout-specific styles to overwrite the menu styles.*/
#p7PMnav {
	font-size: .8em;
	border-bottom: 1px solid #FFFFFF;
	border-right: 0;
	border-left: 0;
	width: 100%;
}
#p7PMnav ul {
	width:13em;
}

fieldset {
	padding:			0px;
	background-color:	buttonFace;
	width:				520px;
	border:				2px groove threedlightshadow;
	display:			block;
}

fieldset legend {
	font-weight:		bold;
	font-size:			14px;
	color:				black;
}

#valSummary {
	padding:			4px;
	border:				2px ridge #ffcccc;
	width:				500px;
	margin:				10px;
	background-color:	#ffcccc;
}

div.input {
	padding:			2px;
	clear:				both;
}

div.input label {
	display:			block;
	width:				140px;
	float:				left;
	padding-left:		16px;
}

div.options {
	background-color:	highlight;
	border-top:			2px groove highlight;
	padding:			4px;
	text-align:			right;
	margin-top:			8px;
}

div.options input {
	font-weight:		bold;
	border:				1px outset #ffffff;
	background-color:	highlight;
	color:				highlight;
}

ul {
	margin-top:			4px;
}

div.input input, div.input select {
	border:				1px solid buttonShadow;
}

div.input input.error, div.input select.error {
	border:				2px solid red;
	background-color:	#ffcccc;
}

div.input label.error {
	color:				#ff0000;
	font-weight:		bold;
}