/* @override http://caboodle.gtdabtesting.com/design/css/screen.css */

body {
	margin: 0px;
	background: url(../images/body_bg.gif) repeat-x left top;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

#top_nav {
	background: url(../images/top_nav_bg.gif) repeat-y;
	height:  51px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	border-bottom: 3px solid #FFF;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
}

#top_nav li {
	list-style-type: none;
	display: inline;
}

#top_nav li a {
	display: block;
	float: left;
	width:  130px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding-top:9px;
	line-height: 1.1em;
	padding-left: 10px;
	padding-right: 10px;
	height: 45px;
}

#flash_banner {
	border-bottom: 2px solid #FFF;
}

#quick_links_container  {
	background-image: url(../images/quick_nav_bg.gif);
	height: 97px;
}

.quick_link {
	float: left;
	width: 300px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

.quick_link img {
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	border: none;
}

.quick_link h1 {
	margin: 0px;
	font-size: 1.4em;
}

.quick_link h1 a {
	color: #FFF;
	text-decoration:none;
	display: block;
	padding-top: 6px;
	padding-bottom: 0px;
} 

.quick_link a {
	color: #FFF;
	text-decoration: none;
	padding: 8px 2px 8px 20px;
	display: block;
}

.quick_link p {
	margin: 0px;
}

#content {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #222;
	line-height: 1.5em;
	padding: 20px 15px 10px 15px;
}

#content h1 {
	margin-top: 0px;
	margin-bottom: 14px;
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
	line-height: 1.1em;
	color: #8f0407;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 14px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	line-height: 1.1em;
	color: #8f0407;
}

#content h3 {
	margin-top: 0px;
	margin-bottom: 14px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
	color: #8f0407;
}

#content p {
	margin-top: 0px;
	margin-bottom: 14px;
}

#content blockquote {
	margin: 0px 0px 20px 0px;
}

#content blockquote cite {
	text-transform: uppercase;
	font-style: normal;
	color: #8f0407;
	font-size: 1.1em;
}

#content strong {
	color: #8f0407;
	font-weight: normal;
	font-size: 1.1em;
}

#content ul {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 24px;
}

#content li {
	padding-top: 1px;
	padding-bottom: 2px;
}

.right {
	float: right;
	padding-left: 25px;
}

.one_column {
	text-align: justify;
	float: left;
	width: 515px;
	padding-bottom: 10px;
}

.column_left {
	float: left;
	width:  420px;
	padding-right: 25px;
	text-align: justify;
	padding-bottom: 10px;
}

.column_right {
	float: left;
	width:  420px;
	text-align: justify;
	padding-bottom: 10px;
}

#footer {
	height: 20px;
	clear: both;
	background: #9f1516 url(../images/footer_bg.gif) no-repeat center center;
	width: 100%;
	border-bottom: 20px solid #871718;
}

.contact_form {
	margin: 0px;
	padding: 0px;
}

.contact_form dd {
	margin: 0px;
	padding: 2px 0px 15px 0px;
}

.contact_form dt {
	margin-top: 5px;
}

.contact_form input {
	width: 340px;
	border: 1px solid #000;
	font-size: 1.2em;
	padding: 5px 3px 6px 3px;
}

.contact_form textarea {
	width: 340px;
	border: 1px solid #000;
	font-size: 1.2em;
	padding: 5px 3px 6px 3px;
}

.submit input {
	width:  350px;
	font-size: 1.4em;
	line-height: 1.2em;
}
