@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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 */
	color: #000000;
}

a {
	text-decoration: none;	
}

.ibrokedown #container {
	width: 56em;  /* 46em will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.outerx {
	background: url(../images/left-shadow.png) repeat-y left top;
	padding-left:20px;
}
.innerx {
	background: url(../images/right-shadow.png) repeat-y right top;
	padding-right: 20px;
}

/* mac hide \*/
* html .innerx {
	height:1%
}

/* force "layout" in IE */
.outerx p {
	padding:0 10px;
	margin:0 0 1em 0
}

.ibrokedown #header { 
	background: #FFFFFF url(../images/topshadow.png) repeat-x bottom; 
	height: 145px;
} 

.ibrokedown #header a, img {
	border: 0px;
	text-decoration: none;	
}

.ibrokedown #header-links {
	
}

.ibrokedown #header-links a{
	color: #003366;
	display: block;
	margin: 0px 5px;
	width: 125px;
	height: auto;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.ibrokedown #mainContent {
	padding: 40px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*overflow: auto;*/
	background: #003366; /*url(../images/blue-background.png) repeat-x*/
}

.ibrokedown #mainContent h1 {
	color: #FFFFFF;
	margin: 0;
	font-size: 1.5em;
}

.ibrokedown #mainContent h2 {
	color: #FFFFFF;
	margin: 0;
	font-size: 1.1em;
}

.ibrokedown #mainContent h3 {
	text-align: left;	
}
	
.ibrokedown #mainContent img {
	/*max-width: 22em;*/
	border: 2px solid #333333;
	overflow: hidden;
}

.ibrokedown #mainContent p {
	padding: 0px;
	color: #FFCC00;
	font-weight: bold;
}

.ibrokedown #mainContent label {
	color: #FFCC00;
	font-size: .9em;
}

.ibrokedown #zipcode {
	width: 5em;	
	margin: 0px 5px;
}

.ibrokedown #mainContent-left {
	width: 49%;
}

.ibrokedown #mainContent-right {
	width: 50%;
	text-align: center;
}

.ibrokedown .steps {
	font-size: 1.1em;
	padding: 0px 5px;	
}

.ibrokedown .steps-disabled {
	color: #666666;	
}

.ibrokedown .steps-past {
	color: #999999;
	text-decoration: line-through;	
}

.ibrokedown fieldset#outerfs {
	background: #FFFFFF;
	padding: 4px;
	height: 100%;
	width: 100%;	
}

.ibrokedown fieldset#outerfs a {
	color: #333333;	
}

.ibrokedown fieldset table {
	width: 100%;	
}

.ibrokedown #footer { 
	height: 145px;
	background:#FFFFFF url(../images/bottomshadow.png) repeat-x top;
	border-bottom: 1px solid #999999;
} 
.ibrokedown #footer p {
	margin: 0; /* 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 */
}

.ibrokedown #footer-links {
	height: 45px;
	margin: 0px 30px;
	text-align: right;
}

.ibrokedown #footer-links a {
	color: #666666;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 30px;
	text-decoration: none;
}

.ibrokedown #footer-copyright {
	text-align: center;
	font-size: .6em;
	color: #666666;
}

.ibrokedown #footer img {
	padding: 0px 20px;	
}

.error {
	color: #CC0000;
	font-size: .7em;	
}

.floatLeft {
	float: left;	
}

.floatRight {
	float: right;	
}

.clear {
	clear: both;	
}

h1 {
padding-top: 1em;
}

dt {
	color: #FFCC00;
	font-weight: bold;
	padding-top: 1em;
	}

dd {
	margin-top: 1em;
	color: #FFFFFF;
	font-size: 10pt;
	}

dd a:link, dd a:visited, dd a:active {
	color: #FFCC00;
	font-weight: bold;
	}


dd img {
	float:right;
	margin:10px; 
	}