﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #404040;
	font-size: 12px;
}

body {
	height: 100%;
	background: #000000;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #525930;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #791215;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
}

ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style: disc outside;
	margin-left: 50px;
	line-height: 1.5em;
}

a, a:hover, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #ce7321;
}

.button {
	text-transform: uppercase;
	background-color: #ce7321;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	outline-color: #dfbd26;
	outline-style: none;
	outline-width: thick;
	padding: 6px;
}

.button_hover {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: #fff;
	background-color: #525930;
	padding: 6px;
}

/* header area */

#header_wrap {
	height: 147px;
}

#header {
	width: 955px;
	margin: 0 auto;
}

/* logos */

#nccco {
	float: left;
	width: 124px;
	margin-top: 10px;
	margin-left: 10px;
}

#iai {
	float: right;
	width: 253px;
	margin-top: 30px;
}

/* main container */

main {
	background-color: #fafafb;
}

#main {
	width: 955px;
	margin: 0px auto;
	background: #ecd87f;
	padding-bottom: 100px;
	overflow: hidden;
}

/* search on second screen */

#search {
	margin: 0 15px;
	border-bottom: 1px solid #a6a7a8;
}

/* small search button */
#search_button li {
	overflow: hidden;
	text-indent: -9999px;
	display: inline;
	float: left;
	margin-right: 10px;
}

	#search_button li a {
		background: url('images/small-search.png') no-repeat;
		width: 100%;
		height: 100%;
		display: block;
	}

	/* Search Button */
	#search_button li.search_small {
		width: 73px;
		height: 21px;
	}

		#search_button li.search_small a {
			background-position: 0px 0px;
		}

			#search_button li.search_small a:hover {
				background-position: 0px -20px;
			}

/* id */

#main_container {
	height: 100%;
	width: 955px;
	margin: 0 auto;
	background: #ecd87f;
}

#results {
	width: 955px;
	padding: 35px 0px;
	float: right;
	height: 100%;
	background: #ecd87f;
}


#id {
	float: left;
	width: 324px;
	padding-left: 10px;
}

#details, .certifications {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
	padding: 10px;
	margin-bottom: 10px;
}

#details {
	background-color: #ecd87f;
	background-image: url('/images/logo-cco-trans-large.png');
	background-image: url('/images/logo-cco-trans-large.png'), linear-gradient(#dfbd26, #ffffff);
	background-repeat: no-repeat;
	background-position: right;
}

#certified {
	background: #f6ecbf;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: solid 1px #525930;
}

/* footer */

#footer {
	position: relative;
	clear: both;
	width: 955px;
	margin: 0px auto;
	background: #ecd87f;
}

.language {
	font-style: italic;
	font-size: smaller;
}

.cco_card {
	padding-left: 0px !important;
}

.cco_img {
	background-color: #efece8;
	border: 8px solid #fafafb;
	border-radius: 30px;
	height: 145px;
	min-width: 145px;
	overflow: hidden;
	position: relative;
	width: 145px;
}

.cco_card {
	height: 145px;
	text-align: center;
	background-image: url('/images/cco-logo-black.png');
	background-repeat: no-repeat;
	background-position: right 10px top 0;
}