/*
	Data Trail
	Style Sheet
*/

/***************************** >> General Selectors <<  ************************/

html, body {
	margin: 0; 
	padding: 0; 
	border: 0;
}
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #cc3333;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 0;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}
a img, :link img, :visited img {border: 0;}
ul, ol, dl {
	margin: 0 0 1.5em 20px;
	padding: 0;
	list-style-image: none;
	list-style-type: square;
}
ul li, ol li {margin-bottom: 0.20em;}
ul li {
	background: url("../img/template/list-bullet.gif") no-repeat 0 7px;
	padding: 0 0 0 15px;
}
ul li ul li {background-image: url("../img/template/list-bullet2.gif");}
ul ul, ol ol {
	font-size: 100%; 
	margin: 0.40em 0 0.80em 20px;
	padding: 0;
}
dl dt {
	font-weight: bold;
	margin-bottom: 0.20em;
	background: url("../img/template/list-bullet.gif") no-repeat 0 7px;
	padding: 0 0 0 15px;
}
dl dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
table, td {font-size: 100%;}
#form {
	margin-top: 40px;
	margin-left: 10px;
	color: #1E598C;
	line-height: 30px;
}
address {
	font-style: normal;
	display: block;
	margin-bottom: 1.5em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #666;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	text-decoration: none;
}
h1 {
	color: #2a2d6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 0px;
}
h5 {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 0px;
	
}

/***************************** >> Classes <<  ************************/

.masthead-home {
	background-image: url(../images/masthead-home.gif);
	height: 106px;
	width: 762px;
	margin: 0px;
	padding: 0px;
}
.banner-home   {
	height: 201px;
	width: 762px;
}

.banner-content {
	background-image: url(../images/banner-content.gif);
	height: 150px;
	width: 762px;
	background-repeat: no-repeat;
}
.footer {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
	padding-right: 5px;
	padding-left: 6px;
}
.footer-last-item {
	padding-right: 4px;
	padding-left: 5px;
}
.first-li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.image-left {
	float: left;
}
.small-text {
	font-size: 11px;
	color: #333333;
}
.small-text-industry {
	font-size: 11px;
	color: #333333;
	margin-right: 5px;
	line-height: 1.3em;
}

.small-text-home {
	font-size: 11px;
	color: #333333;
	padding-left: 5px;
	line-height: 1.4em;
}

#left-content table p {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 14px;
	font-size: 12px;
	line-height: 1.4em;
}

.form-input {
	font-size: 12px;
	background-image: url(../images/form-bgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F6F6F6;
	border: 1px solid #999999;
}




/***************************** >> Page Layout <<  ************************/

#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#masthead h1 {
	font-size: xx-small;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	top: 21px;
}
#masthead h1 a {
	display: block;
	width: 183px;
	height: 67px;
	background-color: #fff;
	background-image: url(../images/logo.gif);
	background-position: 0em;
	background-repeat: no-repeat;
}

/***************************** >> Navigation <<  ************************/

#nav-wrapper {
	height: 33px;
}
#nav {
	float:left;
	width:762px;
	height:33px;
	background:url(../images/navigation.gif) no-repeat left top;
	position:relative;
	top:0px;
	left:0px;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
#nav li {display:block;
position:absolute;
list-style:none;}

#nav li, #nav a {
	display:block;
	height:33px;
	margin: 0px;
	padding: 0px;
}
#nav a, #nav a:hover {text-decoration:none;}

#nav-home {
	left:0px;
	width:100px;
}
#nav-industry {
	left:101px;
	width:151px;
}
#nav-data {
	left:252px;
	width:185px;
}
#nav-partners {
	left:437px;
	width:93px;
}
#nav-about {
	left:530px;
	width:94px;
}
#nav-contact {
	left:624px;
	width:139px;
}
#nav-home a:hover {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
}
#nav-industry  a:hover {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -101px -33px;
}
#nav-data  a:hover {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -252px -33px;
}
#nav-partners  a:hover {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -437px -33px;
}
#nav-about a:hover {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -530px -33px;
}
#nav-contact  a:hover {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -624px -33px;
}
#page-home #nav-home {background:url(../images/navigation.gif) 0px -33px no-repeat;}

#page-industry #nav-industry {background:url(../images/navigation.gif) -101px -33px no-repeat;}

#page-data #nav-data {background:url(../images/navigation.gif) -252px -33px no-repeat;}

#page-partners #nav-partners {background:url(../images/navigation.gif) -437px -33px no-repeat;}

#page-about #nav-about {background:url(../images/navigation.gif) -530px -33px no-repeat;}

#page-contact #nav-contact {background:url(../images/navigation.gif) -624px -33px no-repeat;
}

/***************************** >> Left Content <<  ************************/

#left-content-wrapper {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 553px;
	min-height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-content {
	padding-top: 27px;
	padding-bottom: 17px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 17px;
	padding-left: 24px;
}
/***************************** >> Right Content <<  ************************/
#right-content-wrapper {
	float: right;
	width: 194px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#right-content {
	padding-top: 27px;
	padding-right: 18px;
	padding-left: 18px;
}
#right-content-home {
	padding-top: 27px;
	padding-right: 18px;
	padding-left: 5px;
}

#right-content p {
	padding-left: 8px;
}
#right-content h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2a2d6f;
	padding-left: 8px;
	padding-bottom: 6px;
}
#right-content-home h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2a2d6f;
	padding-left: 8px;
	padding-bottom: 6px;
}

#right-content ul {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -17px;
}
#right-content li {
	list-style-type: none;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-left: 8px;
}
#right-content li a {
	color: #2a2d6f;
	text-decoration: none;
}
#right-content li a:hover {
	color: #cc3333;
	text-decoration: none;
}
#right-content  li .current {
	color: #cc3333;
}
/***************************** >> Footer <<  ************************/
#footer {
	background-color: #545454;
	height: 40px;
	width: 762px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer ul {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ebebeb;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
}
#footer 
 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ebebeb;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#footer li a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#print-logo {
	display: none;
}
#print-contact {
	display: none;
}
/***************************** >> Forms <<  ************************/
form {
	margin: 0; 
	padding: 0;
}
	form fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}
	form fieldset legend {display: none;}
	form fieldset div.form-row {
	margin-top: 2px;
	clear: both;
	background-color: #FBFBFB;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
	}
form   fieldset   label {
	width: 125px;
	float: left;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	}
	form fieldset input2, 
	form fieldset textarea,
	form fieldset select {
	width: 115px;
	color: #333;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 2px;
	}

	form fieldset textarea {
	width: 290px;
	height: 100px;
	overflow: auto;
	}
	form fieldset input:hover,
	form fieldset input:focus,
	form fieldset textarea:hover,
	form fieldset textarea:focus {
	border: 1px solid #333;
	background-color: #EBEBEB;
	}
form /*---Submit Button---*/
	 fieldset.submit2 {
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	clear: both;
	} 
form  fieldset.submit  input2 {
	width: 6em;
	min-width: 5em;
	border: 1px solid #BB7E2D;
	background: #D29544;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
		}
		form fieldset.submit input:hover2,
		form fieldset.submit input:focus {
			background: none; 
			border: 0;
		}
	/*---Validation & Misc Styles---*/
	form fieldset em {
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 0px;
	}
#right-content-links {
	width: 177px;
	margin-left: -16px;
}
.banner-about {
	background-image: url(../images/banner-about.gif);
	height: 150px;
	width: 762px;
	background-repeat: no-repeat;
}
.banner-industry {
	background-image: url(../images/banner-industry.gif);
	height: 150px;
	width: 762px;
	background-repeat: no-repeat;
}
.banner-data {
	background-image: url(../images/banner-data.gif);
	height: 150px;
	width: 762px;
	background-repeat: no-repeat;
}
.banner-partners {
	background-image: url(../images/banner-partners.gif);
	height: 150px;
	width: 762px;
	background-repeat: no-repeat;
}
.banner-contact {
	background-image: url(../images/banner-contact.gif);
	height: 150px;
	width: 762px;
	background-repeat: no-repeat;
}
.banner-default {
	background-image: url(../images/banner-default.gif);
	height: 150px;
	width: 762px;
	background-repeat: no-repeat;
}
.form-input2 {
	font-size: 12px;
	background-image: url(../images/form-bgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F6F6F6;
	border: 1px solid #999999;
	width: 190px;
}
