/* Circulator Boot Corporation - Master Style Sheet */
/* Written by Panoptic Communications */

/* ============GLOBAL BODY STYLES================ */
body {
	width: 780px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	font-family: arial, sans-serif;
	font-size: .9em;
}

* html {
	display: inline;
}

a {
	color: #0033ff;
}

/* =============HEADER BAR STYLES================ */

#header {
	width: 780px;
	background-color: #FFF;
}

#header img {
	border: 0px;
}

#header #menu {
	background-color: #DDDDDD;
	font-size: 1em;
	margin-top: 2px;
}

#header #menu span {
	display: block;
	position: relative;
	left: 50px;
	height: 1.5em;
	border-left: 3px solid #FFF;
}

#header #menu span a {
	margin: 0px;
	text-align: center;
	color: #333;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: .2em;
	height: 1.3em;
	width: 8em;
	border-right: 3px solid #FFF;
}

#header #menu a:hover {
	background-color: #EEE;
}

#header #menu a#current {
	background-color: #FFF;
	color: #3366CC;
	font-weight: bold;
}

/* ===============CONTENT SECTION STYLES================= */

#content {
	width: 780px;
	background-color: #FFF;
	min-height: 300px;
	margin-bottom: 10px;
	overflow: hidden;
}

#content span {
	display: block;
	padding: 10px;
}

#content span hr {
	visibility: hidden;
	height: 0px;
	width: 0px;
}

#content span h2, #content span h1 {
	margin: 0px;
	text-align: left;
	color: #083BA1;
	border-bottom: 1px solid #CCC;
	clear: both;
}

#content span h1 {
		font-weight: normal;
		margin-top: .8em;
		margin-bottom: .1em;
		margin-bottom: .1em;
		font-size: 2em;
}

#content span h1#level01 {
	width: 625px;
	float: right;
	clear: both;
}

#content span p.blue_head {
	font-weight: bold;
	float: left;
	clear: both;
}

#content span #image {
	float: left;
	margin-left: 0px;
}

#content span #image p {
	color: #666;
	font-size: .9em;
	padding-left: 50px;
}

#content span #copy {
	width: 450px;
	float: right;
	line-height: 1.3em;
}

#content span #copy ul {
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
}

#content span li {
	margin: 0px;
	padding: 0px;
	list-style-image:url("../art/g_bullet_bl.gif");
	margin-bottom: 1em;
}

#content span li p {
	color: #000;
	margin: 0px;
}

#content span {
	font-size: .9em;
}

#content table#navTable {
	width: 750px;
}

#content table#navTable td {
	text-align: right;
}

#content span h1 {
	width: 100%;
}

/* ==== STYLES FOR PAGES WITH 2-COLUMN LAYOUT ==== */

#content span #left {
	width: 500px;
	float: left;
}

#content span #right {
	width: 225px;
	float: right;
}

#content span #right h2 {
	color: #01015D;
	font-size: 1em;
	border-top: 1px solid black;
	border-bottom: 0px;
	margin-top: 1em;
	padding-bottom: 1em;
	padding-top: .4em;
}

#content span #right p {
	margin: 0px;
	margin-bottom: .5em;
}

#content span #right .rule {
	border-top: 1px solid black;
	padding-top: 3px;
}

/* ============FOOTER STYLES=============== */

#footer {
	width: 780px;
	margin-top: 50px;
}

#footer #menu {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: .25em;
}

#footer #menu a {
	font-size: .9em;
	padding-left: 1em;
	padding-right: 1em;
}

#footer #menu a#current {
	text-decoration: none;
	color: #333;
}

#footer #copy {
	margin-top: 10px;
	line-height: 1.4em;
	text-align: center;
	font-size: .8em;
}
