/* root element for tabs  */
#bigTabNavHolder ul.bigTabs {
	list-style:none;
	margin:0px !important;
	padding:0px;
	height:29px;
	background-image: none;
}

/* single tab */
#bigTabNavHolder ul.bigTabs li {
	float:left;
	text-indent:0px;
	padding:0px;
	margin:0px !important;
	list-style-image:none !important;
	background-image: none;
}

/* link inside the tab. uses a background image */
ul.bigTabs a {
	font-size:11px;
	display:block;
	height: 30px;
	width: 120px;
	text-align:center;
	text-decoration:none;
	color:#5E4329;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(/images/tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -41px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.bigTabs .tab92 a {
	font-size:11px;
	display:block;
	height: 30px;
	width: 92px;
	text-align:center;
	text-decoration:none;
	color:#5E4329;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(/images/tabs92.gif);
	background-repeat: no-repeat;
	background-position: 0px -41px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.bigTabs .tab142 a {
	font-size:11px;
	display:block;
	height: 30px;
	width: 142px;
	text-align:center;
	text-decoration:none;
	color:#5E4329;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(/images/tabs142.gif);
	background-repeat: no-repeat;
	background-position: 0px -41px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.bigTabs .tab162 a {
	font-size:11px;
	display:block;
	height: 30px;
	width: 162px;
	text-align:center;
	text-decoration:none;
	color:#5E4329;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(/images/tabs162.gif);
	background-repeat: no-repeat;
	background-position: 0px -41px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.bigTabs a:active {outline:none;}

/* when mouse enters the tab move the background image */
ul.bigTabs a:hover {
	background-position: 0px 0px;	
	color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.bigTabs a.current, ul.bigTabs a.current:hover, ul.bigTabs li.current a {
	background-position: 0px -82px;		
	cursor:default !important; 
	color:#fff !important;
}

ul.bigTabs .tab92 a.current, ul.bigTabs .tab92 a.current:hover, ul.bigTabs .tab92 li.current a {
	background-position: 0px -82px;		
	cursor:default !important; 
	color:#fff !important;
}

ul.bigTabs .tab142 a.current, ul.bigTabs .tab142 a.current:hover, ul.bigTabs .tab142 li.current a {
	background-position: 0px -82px;		
	cursor:default !important; 
	color:#fff !important;
}

ul.bigTabs .tab162 a.current, ul.bigTabs .tab162 a.current:hover, ul.bigTabs .tab162 li.current a {
	background-position: 0px -82px;		
	cursor:default !important; 
	color:#fff !important;
}


#bigTabNavHolder {

	height: 31px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	float: left;
}

#bigTabBox {
	width: 680px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#bigTabBoxBottom {
	margin: 0px;
	padding: 0px;
	width: 680px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #5E4329;
}


#bigTabBoxBottomHome {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	width: 680px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #5E4329;
}

.item {
	width: 640px;
	padding: 20px;
}

#tabHeader{
	padding: 0px;
	width: 680px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/img_squareblue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

#tabHeader2{
	padding: 0px;
	width: 680px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/pressreleases.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

#tabHeader3{
	padding: 0px;
	width: 680px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/imgOPAIntelligenceReportHeader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

#tabHeader4{
	padding: 0px;
	width: 680px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#ffffff;
}

.tabTitle
{
	font-family:Arial;
	color:#5D4328;
	font-size: 20px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

.dottedRule {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D4328;
}

#applyFormHolder {
	width: 571px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}

#applyFormHolder p {
	line-height: 2em;
}

form#cmxform {
	font-size: 10px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form#cmxform legend {
	padding-left: 0;
}

label {
	color: #000;
	font-weight: bold;	
	margin-right:5px;
}

fieldset {
	background: none;
	border:none;
}

form#cmxform fieldset p, form#cmxform fieldset fieldset {
	
}

form#cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-weight: normal;
}
div.error { display: none; }
form#cmxform input{	border: 1px solid black; padding: 3px;}
form#cmxform textarea {	border: 1px solid black; padding: 3px;}
form#cmxform input.open1, form#cmxform input.open2, form#cmxform input.submitbutton { border: none }

form#cmxform input.open1 {
	background-image: url(/images/btnNextStep.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 171px;
	cursor:pointer; 
}

form#cmxform input.open2 {
	background-image: url(/images/btnFinalStep.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 171px;
	cursor:pointer; 
}

form#cmxform input.submitbutton {
	background-image: url(/images/btnSubmitApp.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 173px;
	cursor:pointer; 
}

input.submitbtn {
	background-image: url(/images/btnSubmit.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 73px;
	border: none;
	cursor:pointer; 
}

form#cmxform input.loginbtn {
	background-image: url(/images/btnLogin.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 77px;
	border: none;
	cursor:pointer; 
}

form#cmxform input.checkbox { border: none }
form#cmxform input:focus { border: 1px dotted black; }
form#cmxform input.error { border: 1px dotted red; }
form#cmxform textarea.error { border: 1px dotted red; }

#cmxform fieldset p.error label {
	color: red;
}
div.containerHolder {
	background-color: #eee;
	border: 1px solid red;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 20px;
	width: 531px;
	margin-left: auto;
	margin-right:auto;
text-align:left;
}
div.containerHolder ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.containerHolder { display: none; }
.containerHolder label.error {
	display: inline;
}
form#cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}



