/* GENERAL STYLES */
/* GENERAL STYLES */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */

}

body {
  font: 11px Verdana, sans-serif;
  text-align: center;
	background: #FFF;
	border-top: 4px solid #1a2a54;
/*	background-image: url(http://www.laughlinpatrick.com/ibc/templates/ibc_main/images/topperBG.jpg) ;*/
  	background-repeat: repeat-x;
}

blockquote {
	padding-left: 30px;
}

#container {
	width: 780px;
	\width: 800px;
	w\idth: 780px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/*border: 1px solid green;*/
	background: #FFF;
/*	background-image: url(http://www.laughlinpatrick.com/ibc/templates/ibc_main/images/topperBG.jpg) ;*/
  	background-repeat: repeat-x;
	text-align: left;
/*	height: 1500px;*/

	
}


#leftColumn{
	width: 595px;
	height: 234px;
	background: #E4E8D9;
}


#leftside{
	float: left;
	width: 87px;
/*	height: 201px;
	border: solid 1px red;*/
}

#rightside{
	float: left;
	/*border: solid 1px red;*/
	width: 490px;
	padding-left: 5px;
}

#lcTopper{
	height: 27px;
	background: #37465d;
	font: 13px Helvetica, Verdana, sans-serif;
	color: #FFF;
	line-height: 27px;
	padding-left: 15px;
}

#leftColumn p{
	font: 12px Helvetica, Verdana, sans-serif;
	color: #000;
	line-height: 15px;
	/*padding-left: 95px;*/
	padding-right: 15px;
	padding-top: 5px;
	/*padding-bottom: 3px;*/
}

#leftColumn b{
	font: 15px Helvetica, Verdana, sans-serif;
	color: #1a2a54;
}


#rightColumn{
	float: right;
	width: 175px;
	/*background: #D8E3E5;*/
	background: url(/html/images/eagleBG.jpg) no-repeat right bottom #D8E3E5;
	height: 234px;
}

#rightColumn ul {
	list-style: none;
}

#rightColumn ul li{
	font-size: 14px;
	padding: 5px 0 5px 10px;
}

#footer {
	clear: both;
	text-align: right;
	border-top: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
}

/* Main Navigation Settings --------------------------------------------------------------------------------------*/

#mainNavBar{
	width: 780px;
	height: 50px;
	border-top: solid 5px #FFF;
	border-bottom: solid 5px #FFF;
	/*margin-left: 20px;*/
	background: #ced0b4;
/*	float: left;*/
	margin-top: 5px;
}

.page1049 #mainNavBar{
	margin-top: 0px;
}

ul#mainNav {
list-style: none;
margin: 0px;
padding: 0px;
font-size: 14px;

}

ul#mainNav li {
	display: block;
	font-size: 14px;
	line-height: 50px;
	white-space: nowrap;
	float: left;
	border-right: solid 1px #FFF;
	text-align: center;
}

ul#mainNav li a:link,  ul#mainNav li a:visited {
display: block;
width: 155px;
text-decoration: none;
font-size: 16px;
color: #4d4d4d;
}

ul#mainNav li a:hover {
background: #1a2a54;
text-decoration: none;
color: #FFF;
}


/* Top Navigation Settings --------------------------------------------------------------------------------------*/

#topnav {
	float: right;
	height: 60px;
	width: auto;
	margin-top: 12px;
	background-color: transparent;
	z-index: 5004;
	padding-right: 5px;
	
}

ul#secNav {
list-style: none;
margin: 0px;
padding: 0px;


}

ul#secNav li {

	background-image: none;
	/*font-size: 12px;*/
	line-height: 34px;
	white-space: nowrap;
	float: left;
	border-right: solid 1px #FFF;
	text-align: right;
}

ul#secNav li a:link,  ul#secNav li a:visited {

/*width: 50px;*/
padding-left: 15px;
text-decoration: none;
font-size: 10px;
color: #1a2a54;
}

ul#secNav li a:hover {
/*background: url(http://www.laughlinpatrick.com/ibc/templates/ibc_main/images/navRollover.jpg) repeat-x left bottom;*/
text-decoration: underline;
color: #474220;
}

/* Success Stories Settings --------------------------------------------------------------------------------------*/

#successHolder{
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #666;
}

.success{
	float: left;
	width: 191px;
	height: 400px;
	border: solid 2px #FFF;

	
}
.success img{
	width: 190px;
}

.success h4{
	font: 13px Helvetica, Verdana, sans-serif;
	color: #887f70;
	line-height: 32px;
	border-top: solid 10px #887f70;
	border-bottom: solid 1px #666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.success p{
	font: 11px Helvetica, Verdana, sans-serif;
	color: #1a1a1a;
	line-height: 18px;
	padding-left: 3px;
	padding-right: 3px;
}

.success p.name{
	font: 10px Helvetica, Verdana, sans-serif;
	color: #1a1a1a;
	line-height: 18px;
	padding-left: 3px;
	padding-right: 10px;
	text-align: right;
}

#serviceHolder{
	clear: both;
	width: 778px;
	height: 400px;
	border-bottom: solid 1px #ccc;
	margin-top: 3px;
	margin-bottom: 20px;
	background: url(http://test.goeagleone.com/html/images/contentBG.jpg) repeat-x -200 left;
/*	margin-top: -200px;*/
}




/* Content Area Settings --------------------------------------------------------------------------------------*/

#contentArea{
	width: 778px;
/*	border: solid 1px green;
	background: url(http://test.goeagleone.com/html/images/contentBG.jpg) repeat-x bottom left;*/
}

.page1049 #contentArea{
	height: 500px;
	border: solid 1px green;
}

#mcHolder{
	clear: both;
	/*float: left;*/
/*	height: 100px;
	width: 593px;*/

	border: solid 1px transparent;
	/*margin-top: -200px;*/
}

#bgHolder{
margin-top: -200px;
/*margin-bottom: 10px;*/
background: url(http://test.goeagleone.com/html/images/contentBG.jpg) repeat-x bottom left;
/*border: solid 1px red;*/
height: 200px;
width: 593px;
}


#mainContent{
	float: left;
	width: 563px;
/*	height: 500px;*/
	/*border: solid 1px red;*/
	padding-top: 45px;
	padding-bottom: 45px;
		margin-bottom: 5px;
	/*background: url(http://test.goeagleone.com/html/images/contentBG.jpg) repeat-x bottom left;*/
}

#sideContent{
	float: right;
	width: 173px;

	/*border: solid 1px blue;*/
	margin-top: -3px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}




/* Content Area Styling --------------------------------------------------------------------------------------*/

#mainContent h2{
	font: 28px Helvetica, Verdana, sans-serif;
	color: #887f70;
	text-transform: uppercase;
	margin-left: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;

}

#mainContent h3{
	font: 16px Helvetica, Verdana, sans-serif;
	color: #1a2a54;
	margin: 10px 0 10px 15px;
	
}

#mainContent h3 a{
	color: #1a2a54;
}

#mainContent h3.warning, .warning{
	color: red;
	font-weight: bold;	
}

#mainContent h5{
	font: 14px Helvetica, Verdana, sans-serif;
	color: #000;
	line-height: 32px;
	margin-left: 15px;
	
}

#mainContent p{
	font: 12px Helvetica, Verdana, sans-serif;
	color: #1a1a1a;
	line-height: 18px;
	margin-left: 15px;
}

#mainContent p a.continue{
	display: block;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}

#mainContent ul{
	font: 12px Helvetica, Verdana, sans-serif;
	color: #1a1a1a;
	line-height: 22px;
	margin-left: 30px;
	list-style: square;
}

#mainContent table{
	margin-left: 15px;
}

/*
#mainContent div{
	margin-left: 15px;
}
*/


/*
div.contentCol{
	float:left;
	width: 280px;
}
*/

div.contentCol h3 {
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	/*margin-right: 5px;*/
}

div#middleCol{
	padding-right: 5px;
	padding-left: 5px;
}

div.floatRt{
	float: right;
	width: 170px;
	border: solid 1px #999;
	text-align: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	background: #f2f2ea;
}

#mainContent div.floatRt p{
	margin-left: 0px;
	padding: 0px;
}

img.border {
	border: solid 1px #666;
}

/* Side Content Area Styling --------------------------------------------------------------------------------------*/

#sideContent img{
	border: solid 1px #666;
}

#sideContent h4{
	font: 16px Helvetica, Verdana, sans-serif;
	color: #58595B;
	line-height: 32px;
	border-top: solid 10px #1a2a54;
	border-bottom: solid 1px #666;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sideContent p{
	font: 11px Helvetica, Verdana, sans-serif;
	color: #1a1a1a;
	line-height: 18px;
	
}

#sectionNavBar{
		width: 173px;
		/*height: 50px;*/
		border-top: solid 5px #FFF;
		border-bottom: solid 5px #FFF;
		/*margin-left: 20px;*/
		background: #1a2a54;
	/*	float: left;*/
		/*margin-top: 30px;*/
}

ul#sectionNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;

}

ul#sectionNav li {
		display: block;
		font-size: 12px;
		/*line-height: 50px;*/
		white-space: nowrap;
		/*float: left;*/
		/*border-right: solid 1px #FFF;*/
		/*text-align: center;*/
}

ul#sectionNav li a:link,  ul#sectionNav li a:visited {
	display: block;
	/*width: 155px;*/
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
	border-bottom: solid 1px #FFF;
	padding-left: 15px;
}

ul#sectionNav li a:hover {
	background: #887f70;
	text-decoration: none;
	color: #000;
}


/* Logo Area Styling --------------------------------------------------------------------------------------*/
#logo{
	width: 300px;

}
img.logo{
	padding-top: 22px;

/*	margin-left: 20px;*/
}

a img{
	background: none;
	border: none;
}

div.imgright{
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	/*border: solid 1px #999;*/
}

div.imgright img{
	border: solid 1px #999;
	/*margin: 10px;*/
	padding: 7px;
}

h6{
	display: block;
	border-bottom: solid 1px #ccc;
	margin-left: 10px;
}

img.map{
	margin-left: 20px;
	margin-bottom: 40px;
}

table.jobs td{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #887f70;
	line-height: 32px;
	
}

tr.jobHead{
	font: 14px Helvetica, Verdana, sans-serif;
	color: #1a2a54;
	
}


#breadcrumb{
	/*padding-top: 18px;*/
	margin-top: -30px;
	margin-bottom: 35px;
	margin-left: 15px;
	text-transform: capitalize;
	color: #1a2a54;
	
}

#breadcrumb a:link,  #breadcrumb a:visited {

/*width: 50px;*/
/*padding-left: 15px;*/
text-decoration: none;
font-size: 12px;
color: #1a2a54;
}

#breadcrumb a:hover {
/*background: url(http://www.laughlinpatrick.com/ibc/templates/ibc_main/images/navRollover.jpg) repeat-x left bottom;*/
text-decoration: underline;
color: #474220;
}

.pr img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid black;
}

#umbLogin_4_PanelSignIn {
}


fieldset{
	border: none;
	
}

legend{
	color: #fff;
}

fieldset ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
	}


fieldset ul li {
	margin-left: -30px;
	padding: 10px;
	list-style: none;
}

.state {
	display:none;
}

ul#quickLinks  {
list-style: none;
margin: 0px;
padding: 0px;
font-size: 12px;

}

ul#quickLinks  li {

	font-size: 12px;
	line-height: 18px;
/*	white-space: nowrap;*/


}

ul#quickLinks li a:link,  ul#quickLinks li a:visited {
/*border: solid 1px green;*/
/*width: 155px;*/
/*text-decoration: none;*/
font-size: 12px;
color: #37465d;
}

ul#quickLinks li a:hover {
text-decoration: none;
color: #807a6a;
}

td.formField{
	padding-top: 10px;
}

td.endSec{
	padding-bottom: 10px;
}

td.startSec{
	border-top: solid 1px #ccc;
	padding-top: 10px;
}

table.basicTable {
	text-align: center;
	border: 2px solid black;
	border-collapse: collapse;
}

table.basicTable th, table.basicTable td {
	border: 2px solid black;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
}

table.basicTable th {
	font-weight: bold;
}

.alert, .alert a {
	margin: 5px 0 10px 0;
	color: red;
	font-weight: bold;
	font-size: 12pt;
}

/* EDITOR PROPERTIES */
