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



#content {
	width: 760px;
	background-color: #193c8e;
}

#content #olcNav {
width: 120px;
padding-top: 5px;
}


#content #olcNav a {
	display: block;
	height: 20px;
	width: 110px;
	padding-top: 10px;
	background-color: #436fc6;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #aec8ff;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aec8ff;
	border-right-color: #3e588d;
	border-bottom-color: #3e588d;
	border-left-color: #aec8ff;
	text-decoration: none;
}

#content #olcFeatures {
	width:165px;
	float: right;
	text-align: center;
}


#content #olcFeatures .hd {
	background-image: url(../images/olc_feature_hd.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	width: 150px;
	height: 17px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: left;
}

#content #olcFeatures .bd {
	background-image: url(../images/olc_feature_bd.png);
	background-repeat: repeat-y;
	margin: 0px;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	/*text-align: center;*/
}

#content #olcFeatures .bd form{
text-align:center;
}

#content #olcFeatures .bd ul{
	width: 145px;
	text-align:left;
	line-height: 18px;
}

#content #olcFeatures .ft {
background-image: url(../images/olc_feature_ft.png);
	background-repeat: no-repeat;
	width: 160px;
	margin-bottom: 10px;
}


#content #olcNav a:hover {
	color: #ffffff;
	background-color: #7e9fe4;
}
#content #olcCopy {
	width: 623px;
	background-color: #ffffff;
	float: right;
	background-image: url(../images/olcCorner.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}

#content #olcCopy p {
width: 435px;
}

#content #olcCopy .largerText p {
	font-size: 120%;
	line-height: 150%;
}

#content #olcCopy ul {
width: 400px;
}

#content #olcCopy ol {
width: 400px;
}

#content #olcCopy .largerText ul {
	font-size: 120%;
	line-height: 150%;
}

#content #olcCopy .largerText li {
	margin-bottom: 5px;
}

#content #olcCopy h1 {
width: 435px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #022577;
	font-size: 140%;
}

#content #olcCopy h2 {
width: 435px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 130%;
	color: #193c8e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e9fe4;
}

#content #olcCopy h3 {
width: 435px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 115%;
	color: #000000;
}


.clr {
	clear: both;
}

#tracker {
	display: none;
}

.waiverForm {
	width: 350px;
	text-align: left;
	margin-left:30px;
	font-size: 110%;
}
.waiverForm input{
	border: 1px solid #16275a;
}
.waiverForm select{
border: 1px solid #16275a;}

.waiverForm textarea{
border: 1px solid #16275a;}


#content #olcCopy .techreq {
	border: 1px solid #16275a;
	margin-right: 175px;
}
#content #olcCopy .techreq th {
	color: #ffffff;
	background-color: #16275a;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
		font-size: 90%;
}

#content #olcCopy .techreq td {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	/*font-size: 90%;*/
}

.loginTable {
	border: 1px solid #022577;	
}

.loginTable th {
	background-color: #7e9fe4;
	color: #ffffff;
	
}



.largerText h3{
	/*color: #193c8e;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


/* STYLING FOR THE MODAL BOXES */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
  font-size: 120%;
}

#boxes #dialog h1 {
	margin-left: 15px;
	font-size: 160%;
	font-weight: normal;
}

#boxes #dialog p {
	width:350px;
font-size: 110%;
line-height: 1.4em;
}

#boxes #dialog #alertIcon {
	float: left;
	margin-right: 10px;
}

#boxes #dialog .close {
	font-size: 150%;
	text-align: center;
	width:350px;
	display: block;
	background-image: url(../images/continueIcon.png);
	background-repeat: no-repeat;
	background-position: 220px 0px;
	padding-top: 10px;
	height: 50px;
	margin-top: 20px;
}

.floatR {
	float: right;
	border: none;
	margin-left: 10px;
}

.floatL {
	float: left;
	border: none;
}

/*#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}*/

/* END STYLING FOR THE MODAL BOXES */
