@charset "utf-8";

img,a {border:0;}

body  {
	font: 100%;
	background: #BFBFBF;
	background-image:url(images/bg1.jpg);
	
	background-position:top;
	background-repeat: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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#B1A9BB;
	
}

#outer-cont {
	
width:962px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
background-image:url(images/bg-mid.png);	

}

.nav-txt a {
	font-size:14px;
	text-decoration:none;
	color:#1B3363;
}
.nav-txt a:visited {
	text-decoration:none;
	
	
}
.form-fields {
	background-color:#e6e6e6;
	width:100px;
	font-size:9px;
	
}

.gobutton {
	
	font-size:9px;
	width:22px;
}

#credit-report {
	position:relative;
	left:0px;
	top:0px;
	width:954px;
	height:640px;
	background-color:#FFF;
}

#Transperian-logo-image_ {
	position:absolute;
	left:0px;
	top:29px;
	width:318px;
	height:54px;
}

#nav-bg-left-image_ {
	position:absolute;
	left:490px;
	top:62px;
	width:10px;
	height:31px;
}

#nav-bg-image_ {
	position:absolute;
	left:500px;
	top:62px;
	width:454px;
	height:31px;
	background-image:url(images/nav-bg-image.jpg);
	
}

#top-of-head-image_ {
	position:absolute;
	left:0px;
	top:78px;
	width:319px;
	height:10px;
}

.nav-txt {
	position:absolute;
	width:450px;
	z-index:200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#1B427B;
	top:7px;
}

#login-form {
	position:absolute;
	top:8px;
	left:564px;
	height:40px;
	width:372px;
	
	font-size:10px;
	color:#009;
	text-align:right;
}

#Whats-your-credit-score-image_ {
	position:absolute;
	left:0px;
	top:91px;
	width:954px;
	height:301px;
}

#What-is-in-your-report-link-image_ {
	position:absolute;
	left:0px;
	top:392px;
	width:457px;
	height:176px;
}

#what-is-credit-score-image_ {
	position:absolute;
	left:457px;
	top:392px;
	width:249px;
	height:176px;
	background-image:url(images/Whats-your-credit-score-ima.jpg);

}

#repair-your-credit-image_ {
	position:absolute;
	left:706px;
	top:392px;
	width:248px;
	height:176px;
}

#container { 
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background:#FFF;
	position:absolute;
	
	height:900px;
	width:954px;


	
	
	/* padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header-int {
	margin-top:20px;
	position:absolute;
	width:954px;
	display:inline;
	
}

#header-logo {
	width:318px;
	height:54px;
	display:inline;
	
	
}

#header-nav {
	width:600px;
	height:31px;
	float:right;
	text-align:right;
	display:inline;
	
}

#nav-bg {
	height:31px;
	background-image:url(images/nav-bg-image.jpg);
}
.nav-inline {display:inline;}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	position:relative;
	top:0;
	float: right; /* since this element is floated, a width must be given */
	width: 430px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	
	padding-left:70px;
	padding-right:20px;
}


#mainContent { 

	width:425px;
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer {
	text-align:center;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 

#footer p {
	
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#spacer-div {
	position:absolute;
	top:570px;
	height:8px;
	width:954px;
	background-color:#FFF;
}

#nav-2 {
	position:absolute;
	height:60px;
	width:954px;
	top:574px;
	background-image:url(images/nav-2.jpg);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	
}


#transperian-university {
	position:absolute;
	width:100px;
	top:10px;
	left:60px;
}

#identity-protection {
	position:relative;
	width:100px;
	top:10px;
	left:300px;
}

#credit-monitoring {
	position:absolute;
	width:100px;
	top:10px;
	left:550px;
}

#credit-alerts {
	position:absolute;
	width:100px;
	top:10px;
	left:790px;
}

#nav-2 a {
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}

#nav-2 H2 {
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;

}

H3 {
	color:#165fac;
	font-size:13px;
	font-weight:bold;
}

.footer-links a {
	text-decoration:none;
	color:#B1A9BB;
	font-size:16px;
	font-weight:bold;
}

.footer-links {
	font-size:16px;
	font-weight:bold;
}

.read-more {
	text-align:right;
	color:#165fac;
	font-style:italic;
	font-weight:bold;
	
	}
	
.read-more a {
	text-decoration:none;
	color:#165fac;
}