/***************************** Custom Header *****************************/
div.inner-content h1 {
margin: 0 0 20px 0;
padding: 0;
height: 63px;
vertical-align: top;
}

div.inner-content h1 img {
margin: 3px 20px 0 0;
padding: 0;
float: right;
}

div.inner-content h1 a {
float: left;
background-color: #990000;
color: #fff;
padding: 10px 0 0 15px;
}



/* CIP static site */

.heading {
	padding:5px 0 0 0px;
	margin-left:5px; /* top, right, bottom, left  */
	text-align: center;
}

.v3-left {
	float: left;
	padding:5px 0 0 0px;
	margin-left:5px; /* top, right, bottom, left  */
	text-align: center;
}


/*h1#services_header img.right-side {
margin-left: 120px;
float: right;
display: inline;
}

img.right-side-fre {
margin-left:110px;
}*/


address.address-no-italic{
	font-style:normal !important;
}

/*CLASSES FOR CIP FORM*/

.CIPform {
	padding: 0px 15px 0px 15px;  /* top, right, bottom, left  */
}

.headingDiv {
	width: 100%;
	background-color: #DDD;
	padding-bottom: 3px
}

.headingDiv h4 {
	color: #000;
	background-color: #DDD;
	padding-bottom:2px;
	margin-bottom:2px;
}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	padding-top: 10px;
	margin-top: 10px;
}

form hr {
	color: #CCC;
	height: 1px;
}

/* Alignment for labels and paragraph */

div.table2 {
	width: 92%;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

div.table3 {
	width: 92%;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: table;
}

legend {
	padding-left: 2px;
	padding-bottom: 8px;
}

fieldset div.sub-title {
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

input, select {
	margin-top: 2px;
	margin-bottom: 2px;
}

.desc {
	margin-top: 6px;
	margin-bottom: 6px;
}

div.cipmono {
border: 1px solid #666666;
margin: 15px;
font-family: monospace;
display: block;
}

div.ciptable {
display: table;
width: 100%;
}

.formatPad {
padding-top: 3px;
margin-top: 3px;
margin-left: 5px;
font-weight: bold;
}

.page-navigation
{
font-size: 0.85em;
text-align: right;
padding: 10px 15px 0px 0px;	/* top, right, bottom, left  */
}

.middle {
text-align: center;
}

.fieldsetBorderOff {
border-style: none;
}

/*END OF CLASSES FOR CIP FORM*/

