/* GENERAL */

@font-face {
    font-family: "PTSansUC";
	src: url("/templates/main2011/fonts/PT_Sans-Web-Regular.eot"); /* works for IEs (IE 6+) */
    src: url("/templates/main2011/fonts/PT_Sans-Web-Regular.ttf") format('truetype'); /* Works for FireFox, Google Chrome, Safari and Opera */
}
@font-face {
    font-family: "PTSansUC";
	src: url("/templates/main2011/fonts/PT_Sans-Web-Bold.eot"); /* works for IEs (IE 6+) */
	src: url("/templates/main2011/fonts/PT_Sans-Web-Bold.ttf") format('truetype'); /* Works for FireFox, Google Chrome, Safari and Opera */
    font-weight: bold;
}
@font-face {
    font-family: "PTSansUC";
	src: url("/templates/main2011/fonts/PT_Sans-Web-Italic.eot"); /* works for IEs (IE 6+) */
    src: url("/templates/main2011/fonts/PT_Sans-Web-Italic.ttf") format('truetype'); /* Works for FireFox, Google Chrome, Safari and Opera */
    font-style: italic;
}
@font-face {
    font-family: "PTSansUC";
	src: url("/templates/main2011/fonts/PT_Sans-Web-BoldItalic.eot"); /* works for IEs (IE 6+) */
    src: url("/templates/main2011/fonts/PT_Sans-Web-BoldItalic.ttf") format('truetype'); /* Works for FireFox, Google Chrome, Safari and Opera */
    font-weight: bold;
    font-style: italic;
}

body {
	font-family: "PTSansUC", Arial, sans-serif; /* Trebuchet MS, */
	font-size: 14px;
	color: #222222;
}

body.notemplate {
	background-image: none;
	background-color: #FFFFFF; 
}

a, a:hover, a:active, a:visited {
	color: #003263;
}

img {
	border: none;
}

h2, h3, h4, h5, h6 {
	display: inline;
	margin: 0px;
	line-height: normal;
}

td {
	font-size: 14px;
}

/* MAIN CONTENT */

/* Header Styles */

h1 {
	border-top: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	margin: 0px;
	padding: 6px 0px 6px 15px;
	color: #FFFFFF;
	background-color: #003263;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

h2, h2 a, h2 a:hover, h2 a:active, h2 a:visited {
	font-weight: bold;
	font-size: 16px;
	color: #FF3600;
	text-decoration: none;
}

	.mod h2, .mod h2 a, .mod h2 a:hover, .mod h2 a:active, .mod h2 a:visited {
		font-size: 14px;
		font-weight: bold;
		color: #FF3600;
		display: block;
		padding-bottom: 5px;
	}

h3, h3 a, h3 a:hover, h3 a:active, h3 a:visited {
	font-weight: bold;
	font-size: 15px;
	color: #96989B;
}

h4, h4 a, h4 a:hover, h4 a:active, h4 a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #003263;
}

h5, h5 a, h5 a:hover, h5 a:active, h5 a:visited {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

	.mod h5, .mod h5 a, .mod h5 a:hover, .mod h5 a:active, .mod h5 a:visited {
		font-size: 12px;	
	}

h6, h6 a, h6 a:hover, h6 a:active, h6 a:visited {
	font-weight: normal;
	font-size: 12px;
}

/* Text Styles */

.indent {
	text-indent: 50px;
}

.outdent {
	text-indent: -50px;
	padding-left: 50px;
}

.note, a.note, a.note:hover, a.note:active, a.note:visited, .note a, .note a:hover, .note a:active, .note a:visited {
	font-size: 12px;
	font-weight: normal;
}

.caption, a.caption, a.caption:hover, a.caption:active, a.caption:visited {
	color: #5F6F7F;
	font-style: italic;
	font-size: 12px;
}

.quote {
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

.error {
	color: #990000;
}

.required {
	color: #990000;
}

.important, a.important, a.important:hover, a.important:active, a.important:visited {
	color: #990000;
	font-weight: bold;
}

.signature {
	font-style: italic;
}

.more, a.more, a.more:hover, a.more:active, a.more:visited {
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: none;
}

.dropcap {
	float: left;
	line-height: 0.9em;
	padding-right: 0.1em;
	margin-bottom: -0.2em;
	/*font-size: 580%;*/
	font-size: 470%;
	font-family: georgia,serif;
}

hr.utica {
	background-color: #FF3600;
	color: #FF3600;
	border: 0px;
}

hr.divider {
	background-color: #FF3600;
	color: #FF3600;
	border: 0px;
	width: 50%;
	text-align: center;
}

/* Table styles */

td {
	vertical-align: top;
	padding-top: 3px;
}

.display, .details {
	border-top: 1px solid #A3A9B7;
	border-bottom: 1px solid #A3A9B7;
	border-left: 2px solid #A3A9B7;
	border-right: 2px solid #A3A9B7;
}

.details {
	width: 100%;
}

.altrow {
	background-color: #EEEEEE;
}

th.spanall, td.spanall {
	width: 100%;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #003263; /*#D9DFE7;*/
	padding-left: 2px;
	border-bottom: 1px solid #A3A9B7;
}

	th a, th a:hover, th a:active, th a:visited {
		color: #FFFFFF;
	}

.form th {
	border-top: 10px solid #FFFFFF;
	border-bottom: 1px solid #A3A9B7;
}

	.form th input {
		font-weight: normal;
	}
	
.display th {
		border: 0px;
	}

.display td {
	border-top:  1px solid #d9dfe7;
	font-size: 14px;
	padding-left: 2px;
}

.display td table td {
	border: 0px;
}

.details td {
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
}

th.th2 {
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	background-color: #E8E8E8;
	padding-left: 2px;
	border-top: 0px;
	border-bottom: 1px solid #A3A9B7;
}

th.th3 {
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
	font-weight: bold;
	color: #003263;
	font-size: 11px;
	background-color: #E0E5EF;
	padding-left: 2px;
	border-top: 0px;
	border-bottom: 1px solid #A3A9B7;
}

tbody.spacing td {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Block-level element styles */

.callout {
	font-size: 13px;
	background-color: #DDDEDF;
	border-top: 4px solid #CCCCCC;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}

	.calloutcolor {
		background-color: #DDDEDF;
	}
	
.callout2 {
	font-size: 13px;
	background-color: #E0E5EF;
	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.spacer {
	line-height: 18px;
}
	
.accentbg1 {
	background-color: #DDDEDF;
}

	.accentbg1.border {
		background-color: #DDDEDF;
		padding: 2px;
		border: 1px solid #003263;
		margin-top: 3px;
		margin-bottom: 3px;
	}

.accentbg2 {
	background-color: #E0E5EF;
	/*background-color: #EAEFF7;*/
}

.help {
	position: absolute;
	visibility: hidden;
	width: 300px;
	font-size: 12px;
	background-color: #E9E9E9;
	border: 1px solid #2A5FAA;
	padding: 4px;
	margin: 3px;
	text-align: left;
}

.hiddendiv {
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.checkbox, td.checkbox {
	text-indent: -26px;
	padding-left: 26px;
}

#digicertsitesealcode {
	font-size: 7px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	width: 81px;
}

.cfdebug {
	text-align: left;
}

/* List styles */

ul {
	list-style-type: square;
}

ul.custombullet {
	list-style: none;
	margin-left: 15px;
	padding-left: 15px;
	text-indent: -15px;
}

ul.custombullet li {
	list-style-type: none;
}

/* Form element styles */

form {
	margin: 0px;
}

input, textarea, select, button, optgroup {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

/* PRINT SETTINGS */

@media print {
	.noprint {
		display: none;
	}
	
	.breakafter {
		page-break-after: always;
	}
	
	.breakbefore {
		page-break-before: always;
	}
}