@charset "UTF-8";
/* CSS For Just Retirement Face Facts Phase 3 */ 

/**Structure*/
body {
	background-color: #d5d5d5;
	font-size:12px;
	font-family:"Arial", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
}

#background {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:970px;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#footer {
	width: 875px;
	background-position: 0 0px;
	background-image: url(../images/footer-rule.gif);
	background-repeat: repeat-x;
	margin-left: 50px;
	margin-top:20px;
	padding-bottom:50px;
}

#left {
	width: 578px;
	float: left;
	background:url(../images/vertistripe.gif) repeat-y 575px;
	margin-top: 20px;
}

#left .content {
	width: 480px;
	margin-left: 50px;
}

#right {
	width: 310px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}

#right h2 {
	margin-top: 2px;
}

.assetBox p{
	margin-top: -10px;
	width: 300px;
}
.assetBox .disclaimer{
	padding-top:5px;
	width: 300px
}

.assetBox h2{
	width: 300px;
}

.assetBox img{
	padding-left: 10px;
	border-width: 0px;
	float: right;
}
/**ugly*/
.contentPad{
	height: 210px;
}

/**videoConsole*/



#slider {
  margin-left: 50px;
  margin-bottom: 17;
  margin-right: auto;
  margin-top: 17;
  width: 870px;
  position: relative;
}

.scroll {
  height: 170px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  font-size: 72px;
  margin-left: 10px;
  background-color: fuchsia;
  height: 160px;
  width: 205px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
    position: absolute;
    top: 60px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}



/*Type*/
h2 {
margin-top: 10px;
margin-bottom: 16px;
font-size:16px;
}

ul{
	list-style-type: disc;
	list-style-position:outside;
}


/**Form*/
#bookForm {
	width:310px;
	font-size:12px;
	float:left;
}

input.error {
	border:1px solid red;
}

#bookForm label.error, #emailForm label.error {
	margin-left:10px;
	margin-bottom: 10px;
	padding: 2px;
	width:auto;
	display:block;
	color:#FFF;
	background-color:red;
	font-size: 10px;
	font-weight: bold;
}

/**This is the jquery displayed results form*/
#formResults {
	color:#FFF;
	display:none;
	background:#9d9d0b;
	height:60px;
	width:310px;
	padding: 5px;
}

textarea {
	margin-left: 15px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
}

form fieldset {
  padding: 0px;
  margin: 0px;
  border-style: none;
}

form p {
  margin-bottom: 7px;
  margin-top: 0px;
  margin-left: 0px;
  clear: left;
  display: block;

}

.requiredStar{
	color: red;
}

form p label {
	display:block;
	float:left;
	width:110px;
	text-align:left;
	margin:5px 0 2px;
	padding:3px 5px 3px 0;
}

.indentElements label {
	display:block;
	float:left;
	width:260px;
	text-align:left;
	margin:5px 0 2px;
	padding:3px 5px 3px 0;
}

.checBox input{
	margin-top:-2px;
}
.indentElements .indentElementsInput {
	width: 100px;
	display:block;
	margin-left: 120px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.topPad {
	margin-top: 20px;
}

.campaignList {
	list-style-type: none;
	list-style-position:outside;
}

.campaignList li {
	padding-bottom: 3px;
}

.compulsory {
	color:red;
	font-size:10px;
}

#bookRequest {
	width:310px;
}
/**misc*/
.clearboth {
	clear:both;
}
/**Links*/
a {
	color: #d71921;
}

a:hover {
	color: #2a378b;
	text-decoration: none;
}

/**this is not used, but the jquery function for exists and can be turned on*/
.externalLink {
  background:url(../images/external.jpg) top left no-repeat;
  padding: 15px 0 0 0;
}
/**modal*/
#emailDiv {
	background:#fff;
	width: 280px;
	height: 345px;
	padding: 10px;
	display: none;
}

#emailDiv .indentElementsInput {
	width: 100px;
	display:block;
	margin-left: 105px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;

}

.modal-result {

}

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:365px;
  width:300px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
  background:url(../images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

/**Admin*/

#header {
	
	width: 400px;
}

td{
	background:#CCC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

.checkBoxClass{  
          
} 

.dbId{
display: none;
}

.dbAdminBody {
	margin-left: 20px;
}

#dbResults {
	color:#FFF;
	display:none;
	background:#9d9d0b;
	height:50px;
	width:610px;
	padding: 5px;
	text-align: center;
}
