@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #999;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color:#999;
	text-decoration:none;
}
h1 {
	position:fixed;
	top:36px;
	margin-left:7px;
	z-index:100;
	background-color:#999;
	width:66px;
	overflow:hidden;
}
h1:hover {
	background-color:#000;
}

h1 a {
    display: block;
    padding: 66px 0 0 0;
    overflow: hidden;
    background-image: url(/_images/conduit_logo.gif);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:66px;
}

h2 {
	font-size: 3em;
	font-weight: bold;
}
h3 {
	font-size: 4.3em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#header {
	width: 896px;
	clear:both;
	text-align:left;
	margin:0px auto;
	position:relative;
	font-size: 1.1em;
	z-index:99;
}

#main {
	width: 896px;
	clear:both;
	text-align:left;
	margin:0px auto;
	position:relative;
	margin-top:52px;
	font-size: 1.1em;
	z-index:10;
}

#menu {
	border-top:3px solid #999;
	position:fixed;
	top:0px;
	margin-left:100px;
	background-color:#fff;
	width:796px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #999;
}

#menu:hover {
	color:#000;
}
#menu:hover a:link, #menu:hover a:visited {
	color:#fff;
	background-color:#000;
}
#menu:hover a:hover {
	color:#000;
	background-color:#FFF;
	text-decoration:underline;
}

#login {
	float:right;
	top:0px;
}

#loginform {
	position:absolute;
	top:5px;
	right:0px;
	width:300px;
	height:20px;
	background-color:#fff;
}


#footer {
	clear: left;
	border-top:1px dotted;
	margin-left:100px;
	padding-top:10px;
	padding-bottom:10px;
}
.column1 {
	display: inline;
	float: left;
	width: 252px;
	padding-left:20px;
}
.column1right {
	display: inline;
	float: left;
	width: 252px;
	padding-left:20px;
	text-align:right;
}
.column2 {
	display: inline;
	float: left;
	width: 524px;
	padding-left:20px;
}
.column3 {
	display: inline;
	float: left;
	width: 796px;
	padding-left:20px;
}
.space10 {
	clear: left;
	height:10px;
}
.space3 {
	clear: left;
	height:3px;
}
.divider {
	border-bottom:1px dotted #999;
	clear: left;
	margin-bottom:10px;
	margin-left:100px;
	height:15px;
}
.bodyCopy {
	font-size: 1.4em;
}

.breadcrumb {
	text-transform: capitalize;	
}

.active a{
	text-decoration:underline;
}
.inActive {
	color:#CCC;
}
.error{
	color:#F00;
}
.conduit {
	margin-left:80px;
}
.conduit:hover {
	color:#000;
}
.conduit:hover a:link, .conduit:hover a:visited {
	color:#fff;
	background-color:#000;
}
.conduit:hover a:hover {
	color:#000;
	background-color:#FFF;
	text-decoration:underline;
}

form {
	margin: 0px;
	padding: 0px;
}

.userlogin {
	position:absolute;
	top:0px;
	right:175px;
	width: 100px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 1.2em;
	font-weight:bold;
	padding-top: 2px;
	padding-left: 3px;
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
}

.userpass {
	position:absolute;
	top:0px;
	right:60px;
	width: 100px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 1.2em;
	font-weight:bold;
	padding-top: 2px;
	padding-left: 3px;
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
}

.gosubmit {
	position:absolute;
	top:0px;
	right:0px;
	border: 1px solid #ccc;
	height:21px;
	padding-left: 3px;
	padding-right: 3px;
	width:50px;
	color: #000;
	font-size: 1.2em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
