@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: .5em 1.5em .7em 0;
	clear: left;
}
p.first {
	margin-top: 0;
}
p.last {
	margin-bottom: 0;
}
a {
	font: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	overflow: hidden;
}
p a {
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;	
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.full {
	margin: 0 -20px;
}
.full img {
	position: relative;
}
strong,
a strong {
	font-weight: bold;}
ul.circleGTRed {
	margin-bottom: 10px;
}
	ul.circleGTRed li, ul#vertical ul li {
	background: url(../images/icons/circle_gt_red.gif) 10px 2px no-repeat;
		padding-left: 37px;
		margin-bottom: 2px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: left;
	}
	.home h1, .home h2 {
	width: 340px;
		float: left;
	}
.home h1 {
	/*font-size: 26px;*/
	height: 28px;
	color: #000000;
	}
h1 {
	/*font-size: 24px;*/
	height: 28px;
	color: #3d3d3d;
	}
h2 {
	/*font-size: 20px;*/
	height: 21px;
	color: #990000;
	margin-bottom: 2em;}
h3 {
	font-size: 18px;
	height: 24px;
	color: #990000;}
h3#respond {
	height: 20px;
}
span.redBold {
	font-size: 18px;
	height: 20px;
	color: #990000;}
h4 {
	font-size: 18px;}
h5 {
	font-size: 18px;
	height: 24px;
	color: #000000;
	margin-top: 1em;
}
h6 {
}
#contact span.normal {
	font-size: 18px;
}
#contact span.bold {
	font-size: 18px;
	letter-spacing: -1px;
}
#contact a {
	font-size: 18px;
	cursor: pointer;
}

