/*
 * Free Annual Credit Reports . org CSS Style Sheet
 * December 3, 2007
 * Your Source for Free Credit Reports and Free Credit Scores.
 * http://www.freeannualcreditreports.org
 *
 */

body
{
	width: 100%;
	height: 100%;
   text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#layout
{
   margin: 2px auto 1em auto; 
   text-align: center;
}

#header
{
   margin: 2px auto 0em auto; 
   width: 970px;  
   padding-top: 10px;
	background-color: white;
	height: 110px;
	text-align: left;
}
#main
{
   height: 407px;
   background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin-top: -16px;
	padding-top: 20px;
}

img {
	border: 0;
}

#navigation 
{
   height: 49px;
   background-image: url(http://www.freeannualcreditreports.org/navigation-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	text-align: center;
}

#navigation-inner
{
   height: 49px;
	width: 955px; 
	margin: 0px auto 0 auto; 
   background-image: url(http://www.freeannualcreditreports.org/free-credit-report-navigation.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
	text-align: left;
}

#navigation-inner a
{
	display: block;
	width: 150px;
	text-align: center;
	float: left;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: -1px;
	text-decoration: none;
	padding-top: 15px;
	font-weight: bold;
}

#navigation-inner a:hover
{
	color: #ccc;
}

#apply
{
   height: 407px;
   background-image: url(http://www.freeannualcreditreports.org/main-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #7f95a4;
	text-align: center;
	border-bottom: 15px solid #1a394e;
}

#apply-inner {
   width: 970px; 
	height: 407px;
	position: relative;
	margin: 0 auto 1em auto; 
	padding-top: 5px;
}

#secondary {
//	border-top: 10px solid #EF6B00;
}

#secondary-inner {
   
   width: 970px; 
	margin: 22px auto 1em auto; 
}

#footer {
   border-top: 1px solid #eee;
	padding: 10px;
   width: 970px; 
	margin: 22px auto 1em auto; 
}


h1, h2 {
	margin: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
}

h3 { 
	font-size: 16px;
}

.start {
	position: absolute; 
	left: 210px; 
	top: 300px;
}

.post-it {
	vertical-align: top; 
	margin-right: 40px
}

.shadowed { 
  float:right;
  background: url(http://www.freeannualcreditreports.org/drop-shadow.png) no-repeat bottom right !important;
  background: url(http://www.freeannualcreditreports.org/drop-shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.indent {
	margin-left: 20px;
}

.external {
	color: white;
}

/* blog styling
 */

#blog 
{  color: black; text-align: left; font: normal 12px "Lucida Grande",Verdana,Arial,Helvetica,sans-serif }

#blog h2 
{ font-size: 24px;	letter-spacing: -1px; margin: 0; font-weight: normal }

#blog h2 a 
{	text-decoration: none; color: #009600; }

#blog h2 a:hover 
{ color: black; }

#blog h3 
{ font-size: 14px; letter-spacing: -1.0px; margin: 1.2em 0 0.3em; }

#blog .author 
{ color: #bbb;	font: normal 16px/14px "lucidamac bold", "lucida grande", arial, verdana, sans-serif; letter-spacing: -1px; margin: 0 0 1em; }

#blog .gray a 
{ color: #555; }

#blog .gray a:hover 
{ color: #fff;	background-color: #000; }

#blog input, #blog textarea
{ width: 325px }

#blog #submit 
{ width: auto; margin-top: 10px}

#blog #commentbox 
{ font-size: 10px; }

#blog p {
  line-height: 20px;
}

.gray 
{
background-color: #eeeeee;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: dotted;
border-right-style: dotted;
border-bottom-style: dotted;
border-left-style: dotted;
border-top-color: #aaaaaa;
border-right-color: #aaaaaa;
border-bottom-color: #aaaaaa;
border-left-color: #aaaaaa;
}
