/* ---------------------------
Strategic Repair
Official Color Scheme:
#FFFFFF: (WHITE, page background)
#FFF200: (YELLOW, official Strategic Repair)
#5688BB: (LIGHT BLUE)
#1D3855: (DARK BLUE)
#999999: (GREY, image borders)
#D1202A
--------------------------- */

/* ===================================================================== */
/* Redefine standard HTML tags */
* {		/* Set margin & padding of all elements to 0 */
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
/*	cursor: default; */ /* Prevent "text" cursor */
}

a {text-decoration: none}	/* All links */
a:link,
a:visited {color: #D1202A}	/* Default */
a:hover,
a:active  {color: #1D3855}	/* Hover */

.nav {font-weight: bold}		/* All nav links */
.nav a:link,
.nav a:visited {color: #000000}	/* Nav Default */
.nav a:hover,
.nav a:active  {color: #1D3855}	/* Nav Hover   */
.nav a.current {color: #5688BB}	/* Nav Current */



/* ===================================================================== */
/* Set styles for browser consistency */
p {margin: 0 0 12px}		/* Set paragraph margin               */
a img {border-width: 0}		/* Remove border from image links     */
ul {list-style-type: disc}	/* Set bullet type for unordered list */
ul, ol {text-align: left}	/* Set left alignment for all lists   */
li {margin-left: 20px}		/* Set left margin for list elements  */


/* ===================================================================== */
/* Absolutely positioned elements */
.position {							/* AP container */
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
}
.position * {position: absolute}	/* AP elements */
.position * * {position: relative}	/* AP nested elements */


/* ===================================================================== */
/* Set up basic table form structure */
table td.value span#zip,
table td.field {
	font-weight: bold;
	text-align: right;
}
table td.value {
	text-align: left;
}
table td.value span#zip {
	display: inline-block;
	width: 75px;
	margin-right: 5px;
}
b.req {color: #D1202A}	/* Required form fields color */


/* ===================================================================== */
/* Redefine header tags */
h1, h2, h3 
{font-family: Verdana, Arial, Helvetica, sans-serif}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 3px;
}
hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 2px;
	width: 100%;
	text-align: left;
}


/* ===================================================================== */
/* Define all global styles */
table#main {
	margin: 0 auto;
	text-align: left;
}
td#header {
	height: 120px;
}
td#header div#logo {
	top: 10px;
	left: 40px;
}
td#header div#company_name,
td#header div#phone_number {
	font-weight: bold;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
td#header div#company_name {
	top: 35px;
	left: 140px;
	font-size: 34px;
}
td#header div#phone_number {
	top: 80px;
	left: 770px;
	font-size: 28px;
}
div#content {
	padding: 0 0 8px;
	border-top: 8px double #1D3855;
}
td#footer {
	height: 40px;
}
td#footer div {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	border-top: 8px double #1D3855;
}

div#nav_top {
	font-size: 15px;
	margin: 90px 30px 0 0;
}

td#copyright {
	height: 30px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
td#copyright,
a.applebox:link,
a.applebox:visited,
a.applebox:hover,
a.applebox:active,
a.applebox:link    span,
a.applebox:visited span {color: #000000}	/* Copyright line default color  */
a.applebox:hover   span,
a.applebox:active  span {color: #D1202A}	/* Rollover color for "applebox" */
