
/* ===== Reset ============================================================= */

* {
	margin:0;
	padding:0;
}

/* ===== Body ============================================================== */

body {
	background:none;
	font:13px Georgia, "Times New Roman", serif!important;
	color:#000;
	text-align:center;
}

/* ===== General Formatting Styles ========================================= */

p { margin: 0 0 1em 0; }
img { border:0; vertical-align:top; }

.inline { display:inline; }
.text-right { text-align:right; }
.text-center { text-align:center; }

/* links */
a:link {color: #024d70; text-decoration: underline;}
a:visited {color: #024d70; text-decoration: underline;}
a:active {color: #024d70; text-decoration: underline;}
a:hover {color: #00b0f0; text-decoration: underline;}

:focus { outline: 0; }

/* headings */
h1 { font-size:180%; font-weight:bold; margin-bottom:0.5em; background:url(/images/h1-underline.png) no-repeat bottom left; }
h2 { font-size:160%; font-weight:bold; line-height:1.25; margin:0.5em 0; }
h3 { font-size:140%; font-weight:bold; line-height:1.25; margin:0.5em 0; }
h4 { font-size:130%; font-weight:bold; margin:0.5em 0; }
h5 { font-size:120%; font-weight:bold; margin:0.5em 0; }
h6 { font-size:110%; font-weight:bold; margin:0.5em 0; }

/* form fields */
input, select, textarea, button {
	padding:3px;
}

/* clearer */
.clear { clear:both; margin:0; padding:0; height:0px; }

/* ===== Wrapper =========================================================== */

#wrapper {
	background:none;
}

#main-container {
	width:100%;
	margin:0 auto;
	padding:0;
}

/* ===== Header and Logo =================================================== */

#header {
	margin-bottom:10px;
}

#header-left {
	float:left;
	width:402px;
	text-align:center;
}

#logo img {
	display:none;
}
#logo span {
	display:block;
	margin-top:0.8em;
	font-size:260%;
	font-weight:bold;
	text-align:left;
}

#header-mid {
	display:none;
}

#header-mid div {
	display:none;
}

#header-right {
	float:right;
	width:250px;
	height:86px;
	padding-top:15px;
	text-align:center;
}

#nav-buttons {
	display:none;
}

#toll-free {
	font-size:30px;
	color:#fff;
	font-weight:bold;
}



/* ===== Navigation & Subnavigation (Breadcrumbs) ========================== */

#nav-container {
	display:none;
}

#breadcrumb {
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	padding:0.5em 0;
}

#breadcrumb ul {
	list-style-type:none;
}

#breadcrumb li {
	display:inline;
	padding:0 3px;
}

#breadcrumb a, #breadcrumb a:active, #breadcrumb a:visited {
	color:#fff;
	text-decoration:none;
}

#breadcrumb a:hover {
	color:#fff;
	text-decoration:underline;
}

/* ===== Content Area ====================================================== */

#content-container {
	margin:1em 0;
	line-height:1.75;
}

#content-table {
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
}

#content-top {
	display:none;
}

#content {
	width:100%;
	padding:0;
	background-color:#fff;
}

#content-bottom {
	display:none;
}

#sidebar {
	display:none;
}


/* ===== Footer Navigation ================================================= */

#footer-nav {
	display:none;
}

/* ===== Footer ============================================================ */

#footer {
	margin:1em 0;
	color:#fff;
	font-family:Georgia;
	font-weight:bold;
	border-top:3px solid #ccc;
}
#footer a {
	font-weight:normal;
	font-style:italic;
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer-left {
	display:none;
}

#footer-icons {
	margin-top:1em;
}

#footer-right {
	width:100%;
	padding:1em 0 0 0;
	font-size:90%;
}

#copyright {
	clear:both;
	font-size:80%;
	color:#ccc;
	margin:2em 0 0 0;
	font-weight:normal;
	text-align:center;
}

/* ===== Miscelleanous Items =============================================== */

.search-box {
	display:none;
}

.quicklinks { display:none; }

/* ===== Page Tool Links/Icons ============================================= */

#tools {
	display:none;
}
