
/* Defaults */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div, body, img {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #0063a8;
	margin: 0px;
	padding: 15px 0px 10px;
}

h3 {
	font-weight: bold;
	font-size: 80%;
	margin: 10px 0px 20px;
	line-height: 140%;
}

p {
	font-size: 70%;
	margin: 10px 0px;
	line-height: 140%;
}

p.prebullet {
	font-weight: bold;
}

li {
	font-size: 70%;
	margin: 8px 0px;
}

a {
	text-decoration: none;
	color: #0073c7;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}

/* Centerizing */

body {
	text-align: center;
	background-color: #eeeeee;
}

div.center {
	margin: 0 auto;
	text-align: left;	
	width: 924px;
	padding: 30px 10px 0px 10px;

	background-color: white;
	border-left: 10px solid #bbbbbb;
	border-right: 10px solid #bbbbbb;
}

/* Header */

div.header {
	position: relative;
 	height: 174px;
}

h1 {
	position: absolute;
	visibility: hidden;
}

div.header img {
	position: absolute;
}

img#logo { /* 132x169 */
	left: 0px;
	top: 0px;	
}

/* 1px padding after logo */
img#banner { /* 387x23 */
	left: 133px;
	top: 0px;
}

/* 7 px padding after banner */
img#slogan { /* 392x26 */
	left: 529px;
	top: 0px;
}

/* Note: There is an IE hack in base.html to make this png transparent */
img#qa {
	left: 890px;
	top: 110px;

	/* Note: Need this size for the IE hack */
	width: 35px;
	height: 46px;
}

/* Nav table */

div.header div {
	position: absolute;
	left: 132px;
	top: 32px;
}

div.header div ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 0px;
	left: 200px;
	width: 190px;
}

div.header div ul.first {
	left: 0px;
}

div.header div li {
	padding: 0px 5px;
	height: 20px;
	cursor: pointer;
	margin: 0px;
}

div.header a.fake {
	display: none;
}

div.header div li.head {
	margin-bottom: 5px;
	cursor: default;
}

/* Container */

div.container {
	position: relative;
}

/* Footer */

div.footer {
	background-color: #dedede;
	padding: 5px 10px;
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	position: relative;
}

div#telephone, div#email {
	float: left;
	margin-right: 40px;
}

div#newsletter {
	float: right;
}


