body {
	background-image:url(/images/body_bg.png);
	margin:0px;
	margin-top:30px;
	padding:0px;
	background-color:#e4d7b3;
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333;
	}
	
p {
	margin:0px;
	margin-top:10px;
	padding:0px;
	}
	
* {
	margin:0px;
	padding:0px;
	}

a img {
	border:none;
	text-decoration:none;
	}
	
label {
	cursor:pointer;
}
	
/* -----------------GENERAL ITEMS----------------- */

h1 {
	border-left:1px dotted #990000;
	color:#990000;
	font-size:20px;
	line-height:20px;
	font-family:Trebuchet, Helvetica, Arial;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-left:10px;
	}
	
h2 {
	color:#333;
	font-size:14px;
	font-family:Trebuchet, Helvetica, Arial;
	margin:0px;
	padding:0px;
	margin-top:25px;
	margin-bottom:5px;
	line-height:14px;
	}
	
h3 {
	color:#990000;
	font-size:12px;
	font-family:Trebuchet, Helvetica, Arial;
	margin:0px;
	padding:0px;
	line-height:12px;
	margin-bottom:5px;
	}
	
h4 {
	font-size:12px;
	color:#b1a375;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	line-height:12px;
	margin-bottom:5px;
	}
	
.para {
	margin-top:7px;
	line-height:18px;
	text-align:justify;
	}
	
img a {
	border:none;
	}
	
a {
	text-decoration:underline;
	color:black;
	}
	
a .red {
	color:#990000;
	}	
	
a:hover {
	color:#333333;
	}
	
a:visited {
	color:#666666;
	}
	
em {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
acronym {
	cursor:default;
}
	
/* -----------------SITEWIDE ITEMS----------------- */
	
#container {
	width:799px;
	background-color:#660000;
	margin:auto;
	padding:10px;
	}
	
#top {
	width:745px;
	margin:auto;
	height:60px;
	}
	
#main {
	background-image:url(/images/middle_bg.png);
	background-repeat:repeat-y;
	padding:11px;
	}	
	
#nav {
	float:right;
	width:505px;
	vertical-align:middle;
	margin-top:12px;
	text-align:right;
	}
	
#nav img {
	float:left;
	padding-right:13px;
	padding-left:13px;
	border-left:1px dotted #b1a375;
	}
	
#main2 {
	padding-top:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-left:30px;
	}
	
#column1 {
	width:500px;
	min-height:700px;
	height:auto !important;
	height:700px;
	}
	
#column2 {
	width:500px;
	margin:auto;
	}
	
#column3 {
	float:right;
	width:175px; 
	}
	
.padding {
	width:650px;
	margin:auto;
	}
	
.breadcrumb {
	padding:30px;
	padding-bottom:0px;
	font-weight:bold;
	}
	
.breadcrumb a {
	font-weight:normal;
	}
	
ul {
	list-style:inside;
	}
	
ul.links {
	list-style:none;
	font-weight:normal;
	line-height:18px;
	margin:0px;
	padding:0px;
	}
	
ul.links li {
	line-height:20px;
	}
	
	
.hidden {
	visibility:hidden;
	display:none;	
}

.indent {
	border:1px solid #FC0;
	background-color:#FFC;
	padding:10px;
	margin:20px;
}
	
/* ---------------- ACCOUNT-------------------*/

#welcome {
	height:16px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#333333;
	color:white;
	}
	
#welcome a {
	color:white;
	}
	
#welcome a:hover {
	color:white;
	}
	
ul.todo {
	list-style:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
	line-height:17px;
	margin-top:5px;
}
	
li.empty, li.full {
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
	list-style:none;
	margin:0px;
	margin-bottom:7px;
	}
	
li.empty {
	background-image:url(/images/empty_checkbox.png);
	}
	
li.full {
	background-image:url(/images/full_checkbox.png);
	}

/* -----------------CALCULATOR----------------*/

#costCalc {
	padding:10px;
	padding-top:20px;
	width:291px;
	height:342px;
	background-image:url(/images/calc/cost_bg.png);
	background-repeat:no-repeat;
	margin:auto;
}

#calcButton {
	width:154px;
	margin:auto;
	padding-top:20px;
}

#costCalc .form {
	width:266px;
	background-color:transparent !important;
	border:none !important;
	margin:auto;
}

#window {
	width:266px;
	height:66px;
	background-image:url(/images/calc/window.png);
	margin:auto;
}

#window #description {
	float:left;
	color:#94b4b8;
	font-size:14px;
	line-height:14px;
	padding-top:20px;
	padding-left:20px;
}

#window #value {
	float:right;
	color:#333333;
	font-size:45px;
	line-height:45px;
	padding-top:15px;
	padding-right:10px;
}



/* -----------------FORM FORMATTING----------------*/
	
.form .row {
	height:30px;
	overflow:visible;
	clear:left;
	}

.form .title {
	width:150px;
	float:left;
	}
	
.form .input {
	width:156px;
	float:left;
	}
	
.input input {
	width:150px;
	padding:0px;
	margin:0px;
}
	
.form textarea {
	width:150px;
	margin-bottom:10px;
	}

.form .error {
	text-align:left;
	float:left;
	width:145px;
	}
	
.form {
	padding:20px;
	background-color: #efefef;
	margin-top:5px;
	margin-bottom:20px;
	border:2px solid #cccccc;
	}
	
.submit {
	text-align:center;
	padding:10px;
	clear:left;
	padding-bottom:0px;
	border-top:1px solid #ebebeb;
	background-image:url(/images/submit_fade2.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:20px;
	margin-top:10px;
	}
	
.form a {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

.form a:hover {
	text-decoration:underline;
}
	
.form .submit {
	padding-bottom:0px;
	border-top:1px solid #ffffff;
	background-image:url(/images/submit_fade.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:20px;
	margin-top:10px;
	}
	
.title .required {
	font-weight:bold;
	}
	
.error-text {
	color: #b20000;
	margin-left:10px;
	background-image:url(/images/asterisk.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	line-height:20px;
	font-size:11px;
	text-transform:none;
	}
	
.success-text {
	color:#719619;
	margin-left:10px;
	background-image:url(/images/check.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	line-height:20px;
	}
	
.success {
	background-color:#e1fca7;
	border:2px solid #97ce22;
	padding:15px;
	margin-bottom:15px;
	}
	
.alert {
	background-color:#FCC;
	border:2px solid #990000;
	padding:15px;
	margin-bottom:15px;
	}
	
.attention {
	background-color:#FF9;
	border:2px solid #FC0;
	padding:15px;
	margin-bottom:15px;
	}
	
.toggle {	
	float:right;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	color:#990000;
	text-transform:uppercase;
	}
	
textarea {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:auto;
}

.table_header {
	border-bottom:1px dotted #666;
	height:16px;
	padding-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:9px;
	color:#666;
}

.table_content {
	padding-top:10px;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
}

.table_content:hover {
	background-image:url(/images/row_bg.png);
	background-position:center;	
}

.checkbox {
	vertical-align:middle;
	width:12px !important;
	padding:0px;
	margin:0px;
}

/* -----------------HOME ITEMS----------------- */

#flash {
	height:315px;
	background-color:#333333;
	margin:0px;
	padding:0px;
	}
	
#steps {
	margin:10px;
	padding-top:20px;
	}
	
.step_shadow {
	width:242px;
	height:147px;
	float:left;
	margin-top:10px;
	background-image:url(/images/home/step_shadow.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	}
	
.step {
	position:absolute;
	background-color:#f9f9f9;
	border:2px solid #d9d9d9;
	width:205px;
	height:110px;
	padding:15px;
	overflow:hidden;
	}
	
#home_bottom {
	margin:20px;
	margin-top:35px;
	margin-bottom:35px;
	}
	
	
/* --------------- BOTTOM STUFF--------------- */


#bottom_nav {
	height:18px;
	background-image:url(/images/bottom_bg.png);
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	padding-bottom:20px;
	color:#CCCCCC;
	text-align:center;
	overflow:hidden;
	}
	
#bottom_nav img {
	padding-left:9px;
	border-left:1px dotted white;
	padding-right:11px;
	}
	
#footer {
	background-color:#cc0000;
	padding:10px;
	width:799px;
	margin:auto;
	color: #e4d7b3;
	text-align:center;
	}
	
#footer a {
	color: #e4d7b3;
}
	

div.tip {
	background-image:url(/images/hints_bg.png);
	background-repeat:no-repeat;
	width:214px;
	height:111px;
	padding:10px 10px 10px 30px;
}
