html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}	

body { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}	

#myAlternativeContent {
	
	height:615px;
	width:996px;
	
}

#myAlternativeContent #inside {
	padding-top:20px;
	padding-bottom:0px;
	width:100%;
	height:100%;
}

#left {
	float:left;
	width:624px;
	height:600px;
}

#topleft {
	background: url(../images/topleft.jpg) 0px 0px no-repeat;
	width: 624px;
	height: 263px;
}

#midleft {
	width: 620px;
	height: 214px;
	border-left: 1px solid #CCC;
}	

#tabscontainer_left {
	float:left;
	padding-top:8px;
	margin-left:60px;
	width:240px;
	height:195px;
	
}

#tabscontainer_left div {
	cursor: pointer;
}

#tabscontainer_right {
	float:left;
	padding-top:8px;
	margin-left:40px;
	width:240px;
	height:195px;
}

#tabscontainer_right div {
	cursor: pointer;
}


.tabheader {
	text-align: left;
	font-size: 13px;
	color: #d32828;
	font-weight:lighter;
}

.tabitem {
	
}

.tab {
	width:235px;
	height:30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-top:5px;
	overflow:visible;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 0px #e5e5e5;
	-moz-box-shadow: 2px 2px 0px #e5e5e5;
	box-shadow: 2px 2px 0px #e5e5e5;
	behavior/**/: url(js/PIE.htc);
}

.tabhover {
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #e5e5e5); /* for firefox 3.6+ */ 
	-pie-background: linear-gradient(#fff, #e5e5e5); /*PIE*/

	behavior/**/: url(js/PIE.htc);
}


.tabtext {
	line-height:12px;
	display:block;
	float:left;
	padding-top:3px;
	font-size:12px;
	font-weight:lighter;
	text-align:left;
	width:200px;
	height:30px;
}

.arrow {
	display:block;
	float:left;
	margin:3px 6px 10px 10px;
	height:8px;
	width:8px;
}

.tabtext sup {
	font-size:9px;
}

#bottomleft {
	background: url(../images/bottomleft.jpg) 0px 0px no-repeat;
	width: 624px;
	height: 123px;
}

#right {
	float:left;
	background: url(../images/right.jpg) 0px 0px no-repeat;
	width: 372px;
	height: 600px;
}

#applynow {
	display:block;
	float:left;
	position:relative;
	top:366px;
	left:123px;
	width:176px;
	height:46px;
}

#applynow img {
	display:none;
}

#popupshade {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width: 996px;
	height: 615px;
	background-color:#ffffff;
	z-index:400;
  	filter:alpha(opacity=85); /* for IE */
  	opacity:0.8; /* CSS3 standard */
  	clear:both;
}

#popupbox {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width: 575px;
	z-index: 450;
	background: #fff;
	border: 1px solid #e5e5e5;
	clear:both;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 0px #BBB;
	-moz-box-shadow: 3px 3px 0px #BBB;
	box-shadow: 3px 3px 0px #BBB;
	behavior/**/: url(js/PIE.htc);
}

#popupbox #contents {

	text-align: left;
	margin-top:22px;
	margin-left:35px;
	margin-right:35px;
	margin-bottom:40px;
}


#popupbox h1 {
	font-size: 17px;
	font-weight: normal;
	color: #0079c1;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

#popupbox h1 sup {
	font-size:13px;
}

#popupbox p a {
	text-decoration:underline;
}


#popupbox #close {
	position:absolute;
	right:8px;
	top:8px;
	width:21px;
	height:21px;
	
}


#popupbox p {
	font-size:13px;
	margin-top:15px;
}



.bodytext {
	display:none;
}


ol, ul {
	position: relative;
	margin: 15px;
	padding: 0;
}

li {
	margin-bottom:4px;
}


a, a img {
	border: 0px;
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline: none;
}

:focus {
	outline: 0;
}

/*Prevent Superscripts and Subscripts from Affecting Line-Height*/
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}


sub { 
	top: 0.4em; 
}
