
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #533825;
}

a:hover
{
	text-decoration: underline;
}

acronym
{
	cursor: help;
}

body
{
	background: #fff;
	font: normal 12px Courier New, Arial, sans-serif;
	color: black;
	margin: 0px;
}

h1
{
}

h2
{
	font: bold 16px Courier New, Arial, sans-serif;
	color: black;
}

h3
{
}

hr
{
	height: 1px;
	border: none;
	background: #ccc;
}

img
{
	border: none;
	display: inline;
}

p
{
	font: normal 12px Courier New, Arial, sans-serif;
	line-height: 17px;
	color: black;
}

td
{
	font: normal 12px Courier New, Arial, sans-serif;
	vertical-align: top;
}


/* Form defaults
****************/
input, textarea
{
	border: 1px solid #ccc;
}

input[type="image"]
{
	border: none;
}


/* Classes
**********/
.block
{
	display: block;
}

.sponsors
{
	margin-top: 20px;
	float: right;
}

.headings
{
	margin: 0px;
}

.intro
{
	font-size: 120%;
}

.back-link
{
	margin-left: 50px;
}

/* Layout defaults
******************/
#wrap
{
	width: 940px;
	font: 12px Arial, sans-serif;
	line-height: 15px;
}

#header
{
	height: 180px;
	background: url(/images/layout/grid-top.png) left bottom repeat-x #fff;
}

#logo
{
	float: left;
	margin: 0px 0px 10px 0px;
}

#page
{
	background: url(/images/layout/grid-bgd.png);
	padding: 1px 10px 20px 10px;
	border-bottom: 1px solid #ccc;
}

#controls
{
	float: right;
	width: 230px !important;
	width/**/: 250px;
	padding: 10px;
	font: normal 12px Courier New, Arial, sans-serif;
}

#display
{
	margin-right: 270px;
	padding: 0px 0px 20px 20px;
}

.plan
{
	height: 511px;
	width: 640px;
	margin: -8px 0px 0px -17px;
	padding-top: 1px;
	background: url(/images/layout/blank-plan-bgd.jpg) no-repeat;
}

.final-plan
{
	height: 611px;
	width: 640px;
	margin: 0px 0px 0px -21px;
	padding-top: 1px;
	background: url(/images/plans/plan-background.png) no-repeat;
}

#tips
{
	background: white;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	height: 130px;
	overflow: scroll;
	white-space: normal;
}


#footer
{
}

#step-1-plans
{
	margin: 150px 0px 0px 100px;
}

#step-1-plans td
{
	text-align: center;
}




