/*
===================
Global
===================
*/
html {
	background:#111;
}
body, input, textarea, select {
	font-family:Arial, Sans-Serif;
	font-size:12px;
	line-height:140%;
	color:#333;
}
h1 {
	font:bold 22px/100% Calibri, Arial, Sans-Serif;
	color:#333;
	margin-bottom:20px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin:1em 0 .5em 0;
}
h3, h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:.5em;
}
a {
	color:#1b8ae3;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#e00404;
}
p, address {
	margin-bottom:1em;
	font-style:normal;
}
strong {
	font-weight:bold;
	font-size:16px;
}
em {
	font-weight:bold;
	color:#1a3;
}
dl {
	width:360px;
}
dt, dd {
	float:left;
	border-bottom:1px solid #ccc;
	padding:4px 0;
	width:180px;
}
ul.bullet {
	padding-left:1.35em;
	margin-bottom:1em;
}
ul.bullet li {
	list-style:disc;
}
div.clear {
	clear:both;
	height:0;
	line-height:0;
}
div.divider {
	clear:both;
	height:30px;
}

/*
===================
Page Layout
===================
*/
#contentWrap {
	background:#333;
}
#content {
	background:#fff;
	width:900px;
	margin:auto;
	min-height:350px;
	position:relative;
	padding:20px;
}
* html #content {
	height:350px;
}
#header {
	width:940px;
	margin:auto;
	position:relative;
	padding-top:15px;
}
#footer {
	height:30px;
	width:930px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	background:#ff1721;
	margin:0 auto 40px auto;
	padding-left:10px;
	position:relative;
}

/*
===================
Navigation
===================
*/
#logo, #logo a {
	display:block;
	margin:auto;
	width:350px;
	height:57px;
}
ul#nav {
	height:30px;
	width:100%;
	background:#d9141c;
	margin-top:6px;
}
ul#nav li {
	float:left;
	border-left:1px solid #f00;
	border-right:1px solid #b21017;
	font-size:13px;
	font-weight:bold;
}
ul#nav li a {
	color:#fff;
	float:left;
	line-height:26px;
	text-decoration:none;
	text-align:center;
	padding:2px 15px;
	width:110px;
	background:#d9141c;
}
ul#nav li a:hover,
ul#nav li.active a {
	background:#ff1721;
}
ul#nav li.active a {
	border-top:2px solid #fff;
	padding-top:0;
}
ul#nav li.address {
	float:right;
	border:none;
	color:#fff;
	line-height:30px;
	padding-right:10px;
}
#footer a {
	color:#fff;
	margin-left:10px;
	text-decoration:underline;
}

/*
===================
Footer
===================
*/
#credit {
	position:absolute;
	bottom:6px; right:6px;
}
#credit img {
	display:block;
}

/*
===================
General Content
===================
*/
#splash {
	float:left;
	margin-right:40px;
}
#labels {
	float:left;
	margin-top:20px;
}
#labels li {
	margin-bottom:20px;
	text-align:center;
	letter-spacing:2px;
	color:#777;
}
#labels li.header {
	font-weight:bold;
	padding:0 10px 6px 10px;
	border-bottom:1px solid #ccc;
}
#offer {
	float:right;
	border:1px dashed #999;
}
#map {
	height:350px;
	border:3px solid #ccc;
}


/*
===================
Forms
===================
*/
.form {
	width:500px;
}
.fieldset {
	border:1px solid #ccc;
	border-bottom-width:7px;
	padding-bottom:10px;
	position:relative;
	margin-bottom:20px;
	background:url(/Images/bg-fieldset.gif) bottom repeat-x;
}
.fieldset h3 {
	color:#fff;
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	padding-left:160px;
	margin-bottom:15px;
	background:#1a3 url(/Images/bg-greenbar.gif) repeat-x;
}
.form h4 {
	padding-left:130px;
	font-size:13px;
}
.form p {
	margin-bottom:.7em;
}
.form p.indented {
	margin-left:160px;
	padding-top:5px;
}
* html .form p.indented {
	margin-left:143px;
}
.form label {
	float:left;
	position:relative;
	width:150px;
	text-align:right;
	padding:5px 10px 0 0;
	color:#888;
	font-size:11px;
	font-weight:bold;
}
.form input.text,
.form textarea {
	width:280px;
	padding:4px;
}
* html input.text {
	line-height:120%;
}
.form textarea {
	height:80px;
}
.form input.short,
.form span select,
.form select.short {
	width:80px;
}
.form input.medium {
	width:187px;
}
.form select {
	width:290px;
	padding:2px;
	border:1px solid #eee;
	border-top-color:#aaa;
	border-left-color:#aaa;
}
.form label.checkbox {
	float:none;
	margin-left:4px;
}
.form span select {
	width:auto;
}
.form .radioList {
	display:block;
	margin:15px 0 15px 160px;
}
.form .radioList label {
	float:none;
	padding:none;
	margin-right:20px;
}
.form .radioList br {
	display:none;
}
input.button {
	padding:.3em .6em;
}
* html input .button {
	padding:0 .6em;
}
.buttonText {
	margin-left:6px;
}
.success {
	color:#fff;
	font-weight:bold;
	padding:30px;
}
.success h4 {
	font-size:22px;
	font-weight:normal;
}

/*
========================
Validation
========================
*/
.validation-container {
	background:#fd0;
	padding:10px;
	line-height:120%;
	margin-bottom:20px;
}
.validation-container h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:.2em;
	color:#222;
}
.validation-container ul {
	margin:0;
	color:#222;
}

/*
========================
Tables
========================
*/
table.gridview {
	width:100%;
	background:#fff;
	margin-bottom:.8em;
	font-size:12px;
	border:2px solid #ddd;
	border-bottom-width:1px;
}
table.gridview th, table.gridview td {
    padding:6px 0 6px 8px;
    text-align:left;
    border-bottom:1px solid #ddd;
    vertical-align:middle;
}
table.gridview th {
	color:#900;
	font-weight:bold;
	text-transform:lowercase;
	padding:4px 0 4px 8px;
}
table.gridview .money {
	text-align:center;
	padding-right:15px;
}
table.gridview a {
	margin-right:1em;
	color:#006800;
}
table.gridview input.money {
	width:25px;
	text-align:center;
}
table.gridview ul.bullet {
	font-size:11px;
	margin-bottom:.5em;
	padding:0;
	list-style:none;
}
