/*
================================================================================================
     redefined HTML tags
================================================================================================
*/

body {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #0098E0 url(../images/bg.gif);
	margin: 0;
	padding: 0;
}
p {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #0092d6;
	text-decoration:none;
}
a:hover {
	color: #0092d6;
	text-decoration:underline;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
}
h1, h2 {
	color: #0094d9;
	margin: 0 0 -17px 0;
}
html>body h1, html>body h2 {
	margin: 0 0 -10px 0; /* hack for Mozilla */
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0094d9;
	margin: 0 0 -17px 0;
}
h4 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #0094d9;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 -6px 0;
}
html>body h4 {
	margin: 0 0 3px 0;
}


/*
================================================================================================
     template styles
================================================================================================
*/

.tableLayout {
	margin: 60px 0 0 0;
}
.navCol {
	background: #FFF url(../images/pac_wording.gif) bottom left no-repeat;
	width: 140px;
	vertical-align: top;
}
.headerHeight {
	height: 80px;
}
.topCorner {
	background-image: url(../images/top_corner.gif);
	width: 135px;
}
.logo {
	margin: 20px 25px 0 0;
}
.whiteCell {
	background-color: #FFF;
}
.imageCol {
	background-color: #FFF;
	padding: 74px 0 30px 15px;
	width: 170px;
	vertical-align: top;
}
.content {
	background-color: #FFF;
	padding: 70px 45px 40px 15px;
	vertical-align: top;
/*	min-height: 300px;
	height: auto !important; */
	height: 300px;
}
html>body .content {
	height: 410px;
}
.content ul {
	margin: -12px 0 0 27px;
}
html>body .content ul {
	margin: 10px 0 0 0;
}
*:first-child+html .content ul {
	margin: -12px 0 0 27px;
}
.content li {
	list-style: outside url(../images/bullet.gif) square;
	margin: 0;
}
html>body .content li {
	list-style: outside url(../images/bullet_mozilla.gif) square;
	margin: 0;
}
*:first-child+html .content li {
	list-style: outside url(../images/bullet.gif) square;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 5px 25px 60px 0;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.navSpacing {
	padding: 0 0 3px 0;
}
.menuCorner {
	position: absolute;
	float: right;
	bottom: 2px;
	right: 0;
	z-index: 90; /* keep cut off corner above menu */
}
#PACwording {
	position: static;
	float: left;
	bottom: 5px;
	left: 5px;
	z-index: 30; /* keep cut off corner above menu */
}


/*
================================================================================================
     other styles
================================================================================================
*/

#imageDiv01, #imageDiv02 {
	position: relative;
	float: left;
	padding:0;
	border:0;
	z-index: 20; /* keep cut off corner above image */
}
#imageDiv01 {
	margin: 0;
}
#imageDiv02 {
	margin: 20px 0 0 0;
}
.imageCorner {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	z-index: 10; /* keep cut off corner above image */
}
#caption {
	font: 10px/12px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #665744;
	width: 160px;
	margin: 5px 0 0 0;
}
.bulletList ul {
	margin: 0 5px 0 40px;
}
html>body .bulletList ul {
	margin: 10px 5px 0 0;
}
*:first-child+html .bulletList ul {
	margin: 0 5px 0 40px;
}
.bulletList li {
	list-style: outside url(../images/bullet.gif) square;
	margin: 0;
}
html>body .bulletList li {
	list-style: outside url(../images/bullet_mozilla.gif) square;
	margin: 0;
}


/*
================================================================================================
     table styles
================================================================================================
*/

.tableImage {
	width: 160px;
}
.tableContact {
	margin: 0 0 0 10px;
}
.tableContact p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
}
.tableContent {
	width: 100%;
	border: none;
	margin: 19px 0 0 0;
}
html>body .tableContent {
	margin: 0;
}
*:first-child+html .tableContent {
	margin: 19px 0 0 0;
}



/*
================================================================================================
     .tableForm / .tableDisplay
================================================================================================
*/

table.tableForm, table.tableDisplay {
	font: #4D4D4D 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}
html>body table.tableForm, table.tableDisplay {
	margin: 25px 0 0 0;
}
.tableForm tr, .tableDisplay tr {
	vertical-align: top;
}
.tableForm td {
	padding: 0 0 1px 0;
}
html>body .tableForm td {
	padding: 0 0 3px 0;
}
.tableDisplay td {
	padding: 0 0 5px 0;
}
.tableForm th, .tableDisplay th {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #0094d9;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	text-align: left;
}
.tableForm th {
	padding: 5px 12px 0 0;
}
html>body .tableForm th {
	padding: 4px 10px 0 0;
}
.tableDisplay th {
	padding: 2px 12px 0 0;
}
html>body .tableDisplay th {
	padding: 2px 10px 0 0;
}
/* .tableForm th.formError {
	color: #F70;
}
.formError {
	color: #F70;
	font-size: 14px;
} */


/*
================================================================================================
     form styles
================================================================================================
*/

.formTextField, .formLoginField, .formTextArea, .formDropDown, .formFileField, #dateDisplay {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	padding: 2px 3px;
	border: #7F9DB9 solid 1px;
	margin: 0;
}
.formTextField, .formLoginField {
	height: 15px;
}
html>body .formTextField, html>body .formLoginField {
	height: 16px;
}
.formTextField, .formTextArea {
	width: 220px;
}
.formLoginField {
	width: 150px;
}
.formTextArea {
	height: 80px;
}
.formDropDown, .formFileField {
	width: 228px;
}
.formDropDown {
	margin: 1px 0;
}
html>body .formDropDown {
	height: auto;
	margin: 0;
	padding: 2px 0;
}
.formButton {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 1px 2px;
	margin: 10px 0 0 0;
}
#dateDisplay {
	float: left;
	width: 220px;
	height: 15px;
}
html>body #dateDisplay {
	margin: 0;
}
.formButtonCalendar {
	margin: 2px 0;
}
html>body .formButtonCalendar {
	margin: 3px 0 0 2px;
}
#ktmlContainer {
	position: relative;
	margin: 0 0 0 -1px;
	float: left;
}
html>body #ktmlContainer {
	margin: 0 0 0 -1px;
}
.formError, .formErrorKTML {
	margin: 8px 0 0 1px;
	vertical-align: top;
}
.formErrorKTML {
	text-align: right;
}
html>body .formErrorKTML {
	margin: 8px 0 0 5px;
}
.formThumbnail {
	margin: 0 0 5px 0;
}