/* CSS Document */

/******************** LAYOUT **************************/

body {
	background-image:url(../images/background.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}

img, div { 
	behavior: url(../iepngfix.htc) 
}

#top_bg {
	width:100%;
	background-image:url(../images/main_wrapper_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#main_wrapper {
	width:894px;
	border:solid #dcdcdb 3px;
	position:relative;
}

#new_navbar {
	position:absolute;
	top:34px;
	left:225px;
}

#header {
	width:894px;
	height:97px;
}

#subpages {
	padding-left:270px;
	width:624px;
	height:30px;
	background-image:url(../images/subpage.jpg);
	color:#FFFFFF;
}

#subpages_tank {
	padding-left:270px;
	width:624px;
	height:30px;
	background-image:url(../images/subpage_tank.jpg);
	color:#FFFFFF;
}

#subpages a {
	color:#FFFFFF;
}

#subpage_table a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:5px 25px 5px 25px;
}

#subpage_table a:hover {
	background-color:#c86645;
}

#content {
	width:894px;
	position:relative;
}

#tanktalon {
	width:894px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

#tank_tag {
	position:absolute;
	left:39px;
	top:0;
	z-index:3;
}

#tank {
	position:absolute;
	left:332px;
	top:0;
	z-index:3;
}

#text {
	width:854px;
	min-height:150px;
	background-color:#e0e0e0;
	background-image:url(../images/text_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:20px;
}

#text_notank {
	width:854px;
	min-height:150px;
	background-color:#e0e0e0;
	padding:20px;
}

#footer {
	width:854px;
	background-color:#333232;
	color:#FFFFFF;
	padding:5px 20px 5px 20px;
}

/******************** STYLES **************************/

table {
	font-size:12px;
}

a {
	color:#903517;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

content ul {
	list-style-position:inside;
	margin:0;
	padding:0;
}

content ul li {
	list-style-image:url(../images/bullet.gif);
	margin:8px 0 8px 0;
	padding:0;
}

.nav_link {
	display:block;
	padding:5px 3px 3px 12px;
	color:#303030;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.nav_link:hover {
	display:block;
	background-color:#303030;
	padding:5px 3px 3px 12px;
	color:#e8dac1;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.title {
	font-size:12px;
	font-weight:bold;
}

.subtitle {
	color:#888888;
}

.header1 {
	color:#903517;
	font-size:22px;
	line-height:normal;
}

.header2 {
	color:#903517;
	font-size:18px;
	line-height:normal;
}

.header3 {
	color:#903517;
	font-size:14px;
	line-height:normal;
}

h1 {
	color:#903517;
	font-size:22px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

h2 {
	color:#903517;
	font-size:18px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

h3 {
	color:#903517;
	font-size:14px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.quote {
	font-size:13px;
	color:#666666;
}

.copyright {
	font-size:12px;
}

.copyright a {
	color:#FFFFFF;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}