/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body{
	color: #222222;
	background: white;
	font-size: 14px;
	font-family: arial,helvetica,verdana,sans-serif !important;
}
ul, ol, dl, p {
	font-size: 14px;
}
a {
	color: #c92f2b;
	text-decoration: none;
}
p {
	color: #222222;
	line-height: 18px;
	margin: 5px 0 10px 0;
}
h2 {
	padding-top:30px;
}
h3 {
	color: black;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 20px 0;
}
h4 {
	color: black;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
h5 {
	color: black;
	font-size: 11px;
	margin: 0 0 10px 0;
}
.hr hr {
	display: none;
}
.hr {
	background: url(../img/dots.gif) repeat-x;
	height: 1px;
}
div.family div img {
	padding-top:7px;
	padding-bottom:7px;
}

div.family div h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	padding-bottom: 50px;
	color: #b8b8b8;
	background: #232323;	
	border: 1px solid #232323;
}
}
#content .container {
	position: relative;
	left: 0;
	top: 0;
}
#content .leftcol,#content .rightcol {
	width: 376px;
}
#content .leftcol {
	float: left;
}
#content .rightcol {
	float: right;
}
.links p {
	color: #938887;
	line-height: 18px;
	background: url(../img/arrow.gif) no-repeat right 15px;
	padding: 10px 15px 5px 0;
}

.clear {
	clear: both;
}
.bold {
	font-weight: bold;
	color: black;
}


span.tags {
	font-size: 12px;
	padding-top: 5px;
	color: #666666;
}

abbr {
	color: #c92f2b;
}

.companyname {
    font-size: 16px;
    padding-bottom: 10px;
}

.certimage {
    margin: 5px;
}

.download i {
	font-size: 30px;
}
.download {
	/*font-size: 18px;
	font-weight: normal;*/
}