/* HTML Elements */
html, body {
	width:100%;
	background-color:#000;
	font-family:Verdana, Arial;
	margin:0px 0px 0px 0px; padding:0px;
}

h1,h2 {
	font-weight:bold;
	color:#231f20;
	font-size:200%;
	vertical-align:top;
	padding:0px 0px 16px 0px;
	letter-spacing:-0.045em;
	line-height:1.2em;
}
h2 {
	font-size:140%;
	margin:0px 0px 12px 0px;
}
	h2 span {
		color:#0196d8;
	}
h3 {
	font-size:75%;
	color:#777;
	padding:0px 12px 0px 12px;
	margin:12px 0px 0px 0px;
	line-height:1.2em;
	vertical-align:top;
}

p {
	font-size:70%; font-weight:normal;
	color:#222021;
	line-height:1.3em;
	margin:0px 0px 16px 0px;
}

ul {
	list-style:disc;
	margin:0px 0px 16px 0px;
}
li {
	font-size:70%; font-weight:normal;
	color:#222021;
	line-height:1.3em;
	padding:0px 0px 0px 6px;
	margin:0px 0px 0px 18px;
}

a {
	color:#0084c5;
	text-decoration:underline;
}

#container {
	width:900px;
	margin:28px auto;
	background-color:#fff;
}

#row1 {
	width:900px;
	height:80px;
	background:#fff url(../media/common/row1.gif) no-repeat 0px 0px;
}

#row2 .nav {
	width:198px;
	float:left;
	border-bottom:1px solid #80c2e2;
	background-color:#0084c5;
}
	#row2 .nav ul {
		list-style:none;
		margin:0px; padding:0px;
	}
		#row2 .nav li {
			height:21px;
			padding:0px 0px 0px 15px;
			border-bottom:2px dotted #fff;
			font-size:70%;
			margin:0px;
			color:#fff;
		}
		#row2 .nav li.start {
			height:20px;
		}
		#row2 .nav li.end {
			border:none;
			height:20px;
		}
			#row2 .nav li a {
				line-height:20px;
				color:#fff;
				text-decoration:none;
				vertical-align:middle;
			}
			#row2 .nav li a:hover { text-decoration:underline; }
#row2 .row2-2 {
	width:702px; height:227px;
	background:#fff url(../media/common/row2-2.jpg) no-repeat 0px 0px;
	float:left;
}

#row3 {
	width:900px;
	background:#fff url(../media/common/van-br.jpg) no-repeat bottom right;
	padding:0px 0px 0px 0px;
}
	#row3 .left {
		width:198px;
		float:left;
		text-align:center;
	}
		#row3 .left img {
			margin:14px 0px 0px 0px;
		}
		#row3 .left img.top {
			margin:14px 0px 0px 0px;
		}
	#row3 .right {
		width:702px;
		float:left;
		position:relative;
		padding:20px 0px 0px 0px;
	}
		#row3 .right .feet {
			position:absolute;
			width:188px; height:37px;
			background:#fff url(../media/common/feet.gif) no-repeat 0px 0px;
			top:0px; left:468px;
		}
		#row3 .right .copy {
			width:380px;
			margin:0px 0px 30px 0px;
		}

#footer {
	width:900px; height:52px;
	margin:4px 0px 0px 0px;
}
	#footer .APS-Supplies {
		width:448px; height:52px;
		margin:0px 4px 0px 0px;
		float:left;
	}
	#footer .APS-Southwest {
		width:448px; height:52px;
		float:right;
	}

/* Form */
div.Label {
	float:left;
	width:150px; height:20px;
	margin:0px 0px 6px 0px;
}
div.Element {
	height:20px;
	float:left;
	margin:0px 0px 6px 0px;
}
	div.Element input, div.Element textarea {
		width:200px; height:18px;
		border:1px solid #bbb;
		background-color:#eee;
		padding:0px 4px 0px 4px;
	}
	div.Element textarea {
		height:150px;
		padding:4px 0px 4px 0x;
		font-family:Verdana, Arial, Helvetica, sans-serif; font-size:75%;
	}
	div.Element .checkbox {
		width:18px;
		border:none;
		background-color:#fff;
	}

.contactDetails {
	width:178px;
	padding:0px 0px 0px 20px;
	text-align:left;
	font-size:85%;
}
	.contactDetails p {
		color:#555;
	}

#copyright {
	background-color:#000;
	font-size:70%;
	color:#555;
	padding:4px 0px 4px 0px;
	text-align:right;
}

div.panicButton {
	position:absolute;
	left:500px; top:96px;
}


.LinksL div, .LinksR div {
	height:90px;
}
.LinksL {
	width:245px; height:100px;
	float:left;
	border-bottom:1px dotted #c6d1f0;
	padding:14px 0px 14px 0px;
	margin:0px 0px 0px 0px;
}
.LinksR {
	width:245px; height:100px;
	float:left;
	border-bottom:1px dotted #c6d1f0;
	padding:14px 0px 14px 0px;
}

/* Helpy Helper classes */
.pointer { cursor:pointer; }
.floatL { float:left; }
.floatR { float:right; }
.clearB {	clear:both; height:1px; }
.justify { text-align:justify; }
.alignCenter { text-align:center; }
.alignRight { text-align:right; }