body {
	font-family: Tahoma;
	font-size: 11px;
	line-height:14px;
	color: #000;
	text-align: center;
	
	margin: 0;
	padding: 0;
	
	background-color: #fff;
	background-image:url("../img/bg_grad.png");
	background-repeat:repeat-x;
}

/* HEADLINES */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}
	
h2 {
	margin: 3px 0 0 0;
	padding: 2px 0 3px 22px;
	background-image:url("../img/arrow_right.gif");
	background-repeat:no-repeat;
	background-color:#e2e2e2;
	cursor: pointer;
	}
	
h2.active {
	background-image:url("../img/arrow_down.gif");
	}

/* anchors */

a.location {
	display: block;
	color: #000000;
	margin-top: 10px;
	padding-left: 8px;
	background-image:url("../img/arrow_right.gif");
	background-repeat: no-repeat;
	background-position:-7px -3px;
	background-color:#fff;
	text-decoration: none;
	margin-left: 9px;
	}
	
a.location:hover {
	background-image:url("../img/submit_arrow.gif");
	background-repeat: no-repeat;
	background-position:-1px 2px;
	text-decoration:underline;
	}

/* LISTS */
	
ul {
	list-style-type: none;
	padding: 0 0 0 2px;
	margin: 0;
	}

li {
	padding: 1px 0;
	}

/* TABLES */
	
table {
	border: none;
	font-size: 11px;
	}

table.pricing {
	margin: 5px 0 0 0;
	}
	
.pricing td {
	vertical-align: top;
	padding-bottom: 5px;
	}
	
/* PARAGRAPHS */
p {
	margin: 5px 0;
	padding: 0;
	}
	
.accordion div {
	display:none;
	padding-bottom:15px;
	}
	
div.content {
	margin: 5px 10px;
	}
	
/* FORM */

form .formRow {
	clear:both;
	margin:5px 0px;
	}
	
form .check {
	padding-left:46px;
	}
	
form .noFloat {
	float:none;
	display:inline;
	font-weight:normal;
	padding: 0;
	vertical-align:2px;
	}

form .noLabel {
	padding-left:50px;
	}

form {
	margin:20px 0;
}

label {
	font-weight:bold;
	display:block;
	float:left;
	width: 50px;
	padding-top:4px;
	}
	
input.text {
	width:250px;
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px 2px 3px 2px;
	margin: 0;
	}
	
form .submit {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 8px;
	background-image:url("../img/submit_arrow.gif");
	background-repeat: no-repeat;
	background-position:0px 3px;
	background-color: #ffffff;
	border: 0px;
	border: none !important;
	cursor: pointer;
	}

/* WEBSITE */
#website {
	position: relative;
	width:1008px;
	margin: 0 auto;
	text-align: left;
	}
	
/* HEADER */
#header {
	width:980px;
	height:369px;
	margin: 0;
	padding: 0 14px 19px 14px;
	background-image:url("../img/header_border.png");
	background-repeat:no-repeat;
	}
	
/* CONTENT */
#content {
	width:1000px;
	margin: 0px 4px;
	}
	
/* COLUMS */
#content .column {
	width: 318px;
	float: left;
	margin-bottom: 30px;
	}
	
#content .column2 {
	margin: 0 23px 30px 23px;
	}
	
#content .column .content {
	margin-left:10px;
	margin-right:10px;
	}
	
/* FOOTER */
#footer {
	clear: both;
	height:18px;
	padding: 4px 10px 0 10px;
	background-color:#e2e2e2;
	color:#878787;
	font-weight: bold;
	}
	
#footer p{
	float:left;
	margin: 0;
	padding: 0;
	}
	
#footer a{
	display: block;
	float:right;
	color: inherit;
	text-decoration:none;
	}
	
#footer a:hover{
	color: #000000;
	}


.red {
	color:#cc0000;
	}
	
/* BACKGROUND COLORS */
.yellow_bg {
	background-color:#ffc900;
	}
	
.brown_bg {
	background-color:#ab977e;
	}
	
.green_bg {
	background-color:#a49c1f;
	}
	
.blue_bg {
	background-color:#5491a2;
	}
