/* CSS Document */

#container {
	position:relative;
	margin-left:auto; 
	margin-right:auto;
	width: 900px;
}

a {
	text-decoration: none;
	color: #0C507A;
}

a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	clear: both;
	z-index: 1px;
}

#header {
	position: relative;
	clear: both;
}

#breadCrumbs {
	position: relative;
	background: url(../images/breadcrumbs_bg.gif) no-repeat top left;
	height: 32px;
	width: 900px;
}

#breadCrumbs #text{
	color: #083A59;
	font-weight:bold;
	font-size: 11px;
	width: 500px;
	padding: 9px 0 0 247px
}

#breadCrumbs #text a{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#breadCrumbs #text a:hover {
	color: #0C4F79;
}

#columnLeft {
	width: 213px;
	float: left;
}

#columnCenter {
	width: 653px;
	position: relative;
	float: left;
}

#columnRight {
	width: 29px;
	position: absolute;
	right: 0px;
	top: 88px;
}

#subNav {
	background: url(../images/subnav_bg.gif) repeat-y top left #083D63;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

#subNav ul{
	list-style: none;
	margin: 0 0 0 22px;
}

#subNav li{
	padding: 6px 0 6px 21px;
}

#subNav li a{
	color: #FFFFFF;
	text-decoration: none;
}

#subNav li a:hover {
	text-decoration: none;
	color: #63BDED;
}

#subNav #active{
	background: url(../images/subNavListBg.gif) no-repeat top left;
}

#subNav #activeWSub{
	background: url(../images/subNavListBgWSub.gif) no-repeat top left #0C527E;
}

.blueText {
	color: #63BDED;
}

#subNav #subsubNav {
	font-size: 12px;
	padding: 5px 0 0px 0;
	margin: 0 0 0 0;
}

#subNav #subsubNav li {
	padding: 5px 0 3px 20px;
	margin: 0 0 0 0px;
	background: url(../images/arrow_white.gif) no-repeat 9px 9px;
	
}

#activesubsub {
	color: #63BDED;
}

#whiteBackground {
	margin: 0 0 0 22px;
}

#testimonial {
	background: url(../images/side_grey_bg.gif) repeat-y top left;
	margin: 0 0 0 22px;
	width: 191px;
	color: #2A373D;
}

#testimonialImage {
	margin: 10px 0;
}

#testimonial a{
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

#testimonial #text {
	margin: 0 0 0 19px;
	padding: 14px 0 0 0;
	width: 142px;
}

#testimonial #textImage {
	margin: 0 0 0 16px;
	padding: 14px 0 0 0;
	width: 142px;
}

#testimonialBottom {
	margin: 0 0 0 0;
}

#testimonial .signOff {
	font-weight: bold;
	font-size: 11px;
}

#shadowLeft {
	margin: 0 0 0 201px;
}

#columnCenter #content {
	width: 648px;
	margin: 1px 0 0 5px;
}

#columnCenter #content #subHead{
	width: 648px;
	height: 178px;
	background: #EFEFEF url(../images/subhead_bg_bottom.gif) no-repeat bottom left;
}

#columnCenter #subHeadContent {
	padding: 25px 0 0 0;
	margin: 0 41px 0 25px;
}

#columnCenter #columnCenterContent {
	margin: 24px 25px 0 27px;
}

#columnCenter #columnCenterContentProductItem {
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	margin: 4px 0 0 0;
	background: #EEE;
}

#columnCenter #columnCenterContentProductItem2 {
	border: 1px solid #D2D2D2;
	margin: 0 0 0 0;
	background: #EEE;
}

#columnCenter #product{
	margin: 22px 25px 0 27px;
}

#columnCenter #product #link{
	font-size: 10px;
	font-weight: bold;
	margin: 5px 10px 0 0;
	float: right;
}

#columnCenter #subheadImage {
	margin: 0 0 20px 0;
}

#columnCenter .subHeadText {
	font-size: 17px;
	color: #0C4F79;
	line-height: 22px;
	font-weight: bold;
}

H1 {
	font-size: 16px;
	color: #0C507A;
	margin: 0 0 12px 0;
}

H2 {
	font-size: 14px;
	color: #0C507A;
	margin: 0 0 8px 0;
}

H3 {
	font-size: 14px;
	color: #0C507A;
	margin: 0 0 0px 0;
}

H4 {
	font-size: 14px;
	color: #0C507A;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DCDCDC;
	font-weight: normal;
	width: 280px;
}

H5 {
	font-size: 14px;
	color: #0C507A;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DCDCDC;
	font-weight: bold;
	width: 270px;
}

H6 {
	font-size: 14px;
	color: #0C507A;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DCDCDC;
	font-weight: bold;
	width: 600px;
}



#columnCenter #callOut {
	width: 588px;
	height: 63px;
	background: url(../images/callout.gif) no-repeat top left;
	margin: 15px 0 15px 0;
}

#columnCenter #callOutContent {
	padding: 10px 20px 0 20px;
}


#footer {
	clear: both;
	color: #999999;
	margin: 0 0 0 244px; 
	padding: 40px 0 20px 0;
	font-weight: bold;
	font-size: 11px;
}

#footer a {
	color: #0B4B74;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}

#teamTable td {
	font-size: 14px;
	color: #0C4F79;
}

#teamTable td a{
	font-size: 14px;
	color: #0C4F79;
	text-decoration: none;
	font-weight:bold;
}

#teamTable td a:hover{
	text-decoration: underline;
}

.greyBold{
	font-size: 11px;
	font-weight: normal;
	color: #7F7F7F;
}

.greyDarkBold{
	font-size: 11px;
	font-weight: bold;
	color: #7F7F7F;
}

.boldSmall{
	font-size: 11px;
	font-weight: bold;
	color: #0C4F79;
}

#teamItem {
	border-top: 1px solid #DCDCDC;
	margin: 7px 0 20px 0;
	padding: 7px 0 0 0;
}

#logoTable td {
	border-top:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
}

#dealers h2 {
	font-size: 15px;
	color: #333333;
}

#dealers a {
	font-weight: bold;
	color: #0C4F79;
}

#corporateStaff h2 {
	font-size: 14px;
	color: #0C507A;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DCDCDC;
	font-weight: bold;
	width: 270px;
}

ol {
	margin: 0 0 0 20px;
	list-style-type: lower-roman;
}

ol li{
	font-size: 11px;
	font-weight: bold;
	list-style-type: lower-roman;
}

#imageFloatRight {
	float: right;
	margin: 0 0 0 12px;
	padding: 8px;
	border: 1px solid #DCDCDC;
}

#recentCoverage {
	list-style: none;
	margin: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

#recentCoverage a{
	font-size: 12px;
	font-weight: normal;
}

#recentCoverage li{
	list-style: none;
	border-top: 1px solid #DCDCDC;
	padding: 8px 0 5px 0;
	margin: 2px 0;
	clear: both;
}

#recentCoverage #article{
	margin: 0 0 8px 0;
	padding: 0 0 0 8px;
	border-left: 1px solid #DCDCDC;
}

#recentCoverage #source{
	float: right;
	width: 100px;
	margin: 0 0 8px 0;
}

#recentCoverage #date{
	float: left;
	width: 50px;
	margin: 0 0 8px 0;
}



#columnCenterContent ul {
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 12px 15px;
}

#columnCenterContent li {
	background: url(../images/list_arrow.gif) 0 top no-repeat;	
	padding: 0px 0 2px 13px;
	height: auto;
}

#listNoArrow {
}

#listNoArrow ul{
	margin: 0 0 0 3px; 
}

#listNoArrow li{
	background: none;
	margin: 0 0 0 0px;
}

#listNoArrow ul li ul{
	margin: 5px 0 0 12px; 
}

#listNoArrow ul li ul li{
	
}

#testimonialList ul {
	list-style: none;
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight: normal;
}

#testimonialList li {
	background: none;
	border-top: 1px solid #DCDCDC;
	padding: 8px 0 8px 0;
	height: auto;
}

#testimonialList .quoteName {
	margin: 7px 0 0 0;
	color: #0B4B74;
	font-size: 11px;
	font-weight: bold;
}

#pictureBorder {
	border: 1px solid #DCDCDC;
	padding: 10px;	
}

#pressReleaseTable td {
	border-top: 1px solid #DCDCDC;
	padding: 5px 0 5px 0;
	text-align: left;
}

#pressReleaseTable #article{
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
	border-left: 1px solid #DCDCDC;
}

#pressReleaseTable #city{
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
	border-left: 1px solid #DCDCDC;
}

#pressReleaseTable #booth{
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
	border-left: 1px solid #DCDCDC;
	font-size: 11px;
	font-weight:bold;
}

#clr{ clear: both; }

#adTable  {
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}

#adTable td {
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	padding: 15px;
	text-align: center;
}

#adTable img{
	border: 1px solid #DCDCDC;
}