
body
{
	margin: 0px;
	background-color: #5bd0f9;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	background-image: url(../img/home_gradient.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 820px;
}

#content
{
	margin: auto;
	width: 920px;
	background-color: #FFF;
	min-height: 820px;
	overflow: auto;
	background-image: url(../img/proc_bg.jpg);
	background-repeat: repeat-y;
}

.header
{
	width: 920px;
	background-color: #000; /*background-image: url(../img/logo.jpg);*/
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: baseline;
	height: 74px;
}

.header a
{
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-right: 12px;
}

.header2
{
	width: 920px;
	background-color: #000; /*background-image: url(../img/logo.jpg);*/
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: baseline;
	height: 75px;
}

.header2 a
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-right: 12px;
}


.flashArea
{
	width: 920px;
	height: 110px;
	background-color: #000;
}

.leftCol
{
	width: 190px;
	background-color: #e0ded2;
	float: left;
	min-height: 634px;
}

.leftCol ul
{
	list-style: none;
	margin-left: 0px;
	
}

.leftCol ul li
{
	width: 100%;
	border-bottom: 1px solid white;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
	height: 24px;
	vertical-align: middle;
	margin-left: -40px;
}

.leftCol ul li a
{
	text-decoration: none;
	color: black;
}
.navItem
{
	width: 100%;
	border-bottom: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
	height: 24px;
	vertical-align: middle;
	padding-left: 0px;
	padding-top: 5px;
}

.navItem a
{
	text-decoration: none;
	color: black;
	
	}
.navStrip
{
	background-color: #1a8bb2;
	height: 6px;
	width: 100%;
}
.contArea
{
	width: 730px;
	float: left;
}
.procedureTitle
{
	width: 730px;
	height: 42px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #1a8bb2;
	margin-bottom: 20px;
}
.procedureTitle p
{
	position: absolute;
	margin-top: 8px;
	margin-left: 14px;
}

.procedureBox
{
	width: 700px;
	background-image: url(../img/proc_box_middle.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
}


.procedureBox td
{
	width: 160px;
	height: 16px;
}

.procedureBox td p
{
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #766e54;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.procedureBox td a
{
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #766e54;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
}


.pBoxTop
{
	width: 700px;
	background-image: url(../img/proc_box_top.jpg);
	background-repeat: no-repeat;
	height: 37px;
	margin-bottom: 6px;
}

.pBoxTop p
{
	position: absolute;
	margin-left: 16px;
	margin-top: 10px;
	font-size: 22px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.proclist a
{
	display: block;
	float: left;
	line-height: 20px;
	width: 300px;
	font-size: 13px;
	text-indent: 10px;
	margin-left: 20px;
	text-decoration: none;
	color: #4c5158;
}

.proclist a:hover
{
	color: #0b779f;
	text-decoration: none;
}


.bp_proclist
{
	display: block;
	margin: 1px;
	padding: 5px 1px 5px 1px;
	text-align: left;
	font-size: 13px;
	list-style-position: inside;
	width: 680px;
}

.bp_proclist li
{
	width: 100%;
	padding-bottom: 3px;
	text-indent: 10px;
	list-style-type: none;
}

.bp_proclist li:before
{
	content: "\00BB \0020";
}

.bp_proclist li a
{
	padding: 1px;
	width: auto;
	text-decoration: none;
}

.bp_proclist li a:hover
{
	color: #0b779f;
}




.pBoxBottom
{
	width: 700px;
	background-image: url(../img/proc_box_bottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
	margin-top: 6px;
}
.footer
{
	width: 920px;
	height: 40px;
	background-color: #e0ded2;
	text-align: center;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.footerLinks
{
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerLinks a
{
	color: #766e54;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.footerLinks a:Hover
{
	text-decoration: underline;
}
.footerStrip
{
	width: 100%;
	background-color: #000;
	height: 5px;
}
.legal
{
	width: 920px;
	margin: auto;
	margin-top: 5px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 6px;
}

.generics_selected
{
	background-color: #fff;
	margin-top: -8px;
	height: 26px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.GenericCanvas
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	font-size: 12px;
	padding-right: 25px;
}


.subtitle
{
	font-weight: bold;
	font-size: 14px;
	color: #766e54;
	margin: 10px 0px 8px 0px;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: #999;
}

.clear
{
	clear: both;
}


.generic_nav
{	
	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	padding: 6px 6px 5px 15px;
}

.generic_nav a
{
	color: #FFF;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 12px;
}

.generic_nav a:hover
{
	color: #59C9EF;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 12px;
}

.generic_nav_selected
{
	color: #59C9EF;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 12px;
}
/*   ===========================================*/
/*   ===========   Procedure Details =======================*/
/*   ===========================================*/

#divProcedureContents
{
	width: 97%;
	font-size: 12px;
	vertical-align: top;
	padding-left: 5px;
	margin: 0px 15px 0px 5px;
}

#divProcedureContents p
{
	margin: 0px 20px 10px 0px;
}


#divProcedureContents ul
{
	display: block;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: -10px;
	width: 95%;
	padding-right: 15px;
	margin-right: 15px;
}


#divProcedureContents li:before
{
	content: " - ";
}
#divProcedureContents li:after
{
	clear: both;
}

#divProcedureContents li
{
	display: block;
	width: 97%;
}


#divProcedureContents h1
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#divProcedureContents h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #766e54;
	margin-top: 14px;
	margin-right: 14px;
	margin-left: 0px;
	font-weight: bold;
}

.Gencanvas
{
	margin-left: 25px;
	font-size: 12px;
}


.fieldname_120
{
	width: 120px;
	text-align: right;
	float: left;
	padding: 3px;
	padding-bottom: 5px;
}

.fieldname_200
{
	width: 200px;
	text-align: right;
	float: left;
	padding: 3px;
	padding-bottom: 5px;
}

.fieldbold
{
	float: left;
	padding: 3px;
	font-weight: bold;
	text-align: left;
}

.clear .spec_board_list
{
	color: #000;
	font-weight: bold;
}

.PPEidtlinkinBar
{
	float: right;
	margin-right: 8px;
	font-size: 11px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	margin-left: 14px;
	margin-right: 14px;
	font-weight: 100;
	font-size: 12px;
	margin-bottom: 2px;
}

.notelightorgbg
{
	width: 100%;
	background-color: #F7E6A4;
	border-bottom: solid 1px #FAC170;
	border-top: solid 1px #FAC170;
	padding: 5px 10px;
}

.form_button_bigger
{
	height: 25px;
}

.specchkbox td
{
	width: 50%;
}
.specchkbox td label
{
}
.specchkbox td input
{
	width: 30px;
}

.action_row_center
{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
.hp_submitbutton
{
	margin-top: 5px;
	margin-left: 6px;
}
.formBox1
{
	width: 400px;
	border: 1px solid #c3c0b7;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #e0ded2;
}
.ErrorMsg
{
	font-family: Arial, sans-serif;
	color: #993333;
	font-size: 12px;
}

.searchbox
{
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #766e54;
	padding: 15px;
	background-color: #e0ded2;
	float: left;
	height: 510px;
}

.link
{
	color: #006faf;
	text-decoration: none;
}

.link:hover
{
	color: #006faf;
	text-decoration: underline;
}


.statelist a
{
	display: block;
	float: left;
	line-height: 20px;
	width: 30px;
	font-size: 13px;
	text-indent: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #4c5158;
}

.statelist a:hover
{
	color: #0b779f;
	text-decoration: none;
}

.nav a
{
	color: #FFF;
	text-decoration: none;
	
}

.nav a:hover
{
	color: #59C9EF;
	text-decoration: none;
	
}

