@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #9aa1a0 url(../images/bg-gradient.jpg) top left repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	color: #333333;
}
:focus { outline:none }
p {
	font-size:.9em;
	line-height:1.4em;
	margin: 1em auto;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #484c4b;
	margin: 5px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #topContent {
	/*padding: 0 20px;*/
	height:433px;
	background: #fff /*url(../images/union-management-software.jpg) top left no-repeat*/;
	position:relative;
}

.oneColFixCtr #topContent.fade {
	background-image:none !important;
}

#imgContainer {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

.oneColFixCtr #topContent.subpage {
	background: #fff;
	height:auto;
}

.oneColFixCtr #topContent #topContentPanel {
	position:absolute;
	bottom: 5px;
	right: 50px;
	width: 625px;
	height: 188px;
	font-size: 1.1em;
}
.oneColFixCtr #bottomContent {
	padding: 20px;
	background-color:#484c4b;
}
.oneColFixCtr #topContent #topLeft {
	width: 215px;
	height:415px;
	float:left;
	margin:0 15px 15px 35px;
	position:relative;
}

.oneColFixCtr #topContent #topLeft #topButtons {
	position: absolute;
	bottom: 10px;
	left: 13px;
}
.oneColFixCtr #topContent #topLeft #topButtons img {
	margin: 0 0 10px 0;
}
.oneColFixCtr #topContent #topBody {
	margin: 0 0 0 265px;
	padding: 15px 0;
}
.oneColFixCtr #topContent #topBody h1 {
	color:#660000;
	font-size: 1.2em;
}
.oneColFixCtr #bottomContent #lowerLeft {
	width: 215px;
	float:left;
	margin:15px;
	text-align:center;
}
.oneColFixCtr #bottomContent #lowerRight {
	width: 200px;
	float:right;
	margin:15px;
}
.oneColFixCtr #bottomContent #lowerBody {
	margin: 0 250px 0 265px;
}
.clear {
	clear:both;
	height: 1px;
}
.oneColFixCtr #bottomContent h2 {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 300;
}

.oneColFixCtr #bottomContent p,
.oneColFixCtr #bottomContent ul {
	color:#FFFFFF;
	font-size: .8em;
}

/*ACCORDION*/
#accordion div {
	padding: 0 10px;
}
#accordion h3 {
  display: block;
  background: #5e6161 url(../images/accordion-header-bg.jpg) top left no-repeat;
  overflow:hidden;
  color:#FFFFFF;
  font-size:.8em;
  line-height:2.4em;
  padding:0 0 0 40px; 
  height: 32px;
  margin: 2px 0;
}
#accordion h3 a,
#accordion h3 a:hover {
  color:#FFFFFF;
  text-decoration:none;
  display:block;
  width:auto;
}

/* OTHER */

.quoteText {
	color:#fda725 !important;
	font-weight:bold !important;
}

.whiteCredit {
	color:#FFFFFF;
	font-size:.8em;
	line-height:1em;
	margin: 0;	
}

.footer {
	color: #FFFFFF;
	font-size: .8em;
	margin:20px 0 20px 0;
	text-align:center;
	clear:both;
}

.clearFloat {
    clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* form ------------------------------------->*/

.mainBody {
  font-size: .7em;
}

.regForm {
	margin: 0;
	padding:0;
}
	
.required { color: #ee2c23}
	
	input.textInputGr {
		font-size: 12px;
		margin: 2px 0;
		height: 20px;
		padding: 2px 2px 0 2px;
		border: 1px solid #999}
		
	select.catagory {
		font-size: 12px;
		height: 20px;
		border: #999 1px solid;
		margin: 4px 0 4px 0}
		
	.regSubmit {
		width:135px;
		height:35px;
		margin:0;
		padding:0;
		display:block;
		font-size:1.2em;
		/*text-indent: -1000em;*/
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
	}
	
	.regSubmitEn {
		width:135px;
		height:35px;
		margin:0;
		padding:0;
		display:block;
		font-size:1.2em;		
		/*text-indent: -1000em;*/
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
	}	

