/* ---------------------------
The Cap Light
Official Color Scheme:
#65666A: (DARK GREY, page background)
#999999: (GREY, image borders)
--------------------------- */

/* ===================================================================== */
/* 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;
	margin: 0;
	background-color: #65666A;
	background-image: url(images/page_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
/*	cursor:default; */ /* Prevent "text" cursor */
}

a {text-decoration: none}	/* All links */
a:link,
a:visited {color: #ffffff}	/* Default */
a:hover,
a:active  {color: #ffff00}	/* Hover */

.nav {font-weight: bold}		/* All nav links */
.nav a:link,
.nav a:visited {color: #ffffff}	/* Nav Default */
.nav a:hover,
.nav a:active  {color: #ffff00}	/* Nav Hover   */
.nav a.current {color:#FFFF00}	/* Nav Current */

a.black:link,
a.black:visited {color: #000000; font-weight:bold;}	/* Nav Default */
a.black:hover,
a.black:active  {color: #0415f8; font-weight:bold;}	/* Nav Hover   */




/* ===================================================================== */
/* 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 */
li {margin-left: 20px}		/* Set left margin for list elements  */


/* ===================================================================== */
/* Absolutely positioned elements */
.position {							/* AP container */
	position: relative;
	top: 0px;
	left: 0px;
}
.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;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 10px;
	color: #0000CC;
}
hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 2px;
	width: 100%;
	text-align: left;
}


/* ===================================================================== */
/* Define all global styles */
table#main {
	margin: 0;
	text-align: left;
}

td#header {
	height: 155px;
	background-image: url(images/header.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div#nav_top {
	font-size: 15px;
	margin-top: 4px;
	text-align:right;
}

td#content {
	height: 463px;
}
td#footer {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
td#footer a:link,
td#footer a:visited {color: #FFFFFF}
td#footer a:hover,
td#footer a:active  {color: #FFFF00}

td#footer div#AsSeenIn {
	color: #FFFF00;
	font-size:14px;
	font-weight: bold;
}

td#footer div#LookForIn {
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
}

div#copyright {
	font-size: 12px;
	margin-top: 18px;
}

