/*GLOBAL STYLES*/


body {
	background:#fff;
	color:#000;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	margin:0;
	padding:0;
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a:hover strong {
	color:f33;
}

a img {
	border:0;
}

h1 {
	color:#000;
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	margin:0;
}

h2 {
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:10px;
}

h3 {
	color:#000;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:10px 0;
}

blockquote {
	background:#9CF none repeat scroll 0% 50%;
	color:#555;
	font-size:15px;
	font-weight:700;
	line-height:20px;
	text-align:left;
	display:block;
    border-radius:6px;
	float:right;
	padding:20px 20px 25px;
	margin-top:75px;
	width:230px;
}

blockquote p {
	margin:0;
}

.vid_bq {
	background:#9CF none repeat scroll 0% 50%;
	color:#555;
	font-size:15px;
	font-weight:700;
	line-height:20px;
	text-align:left;
	display:block;
	float:right;
	padding:20px 20px 25px;
	margin-top:20px;
	width:230px;
}

.subst_bq {
	margin-top:35px;
}

blockquote a {
	color:#333;
}

blockquote a:hover {
	color:#fff;
}

.bq_image {
	display:block;
	float:left;
	margin-top:20px;
}

.clear {
	clear:both;
}

.block {
	display:block;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#header {
	float:left;
	width:100%;
	background-color:#fff;
	margin-bottom:15px
}

#logoHotSpot {
	display:block;
	width:315px;
	height:43px;
	margin:20px;
}

#globalNav {
	width:100%;
}

#globalNav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

#globalNav ul li ul {
	display:none;
}

#globalNav ul li:hover ul {
	display:block;
	position:absolute;
	top:32px;
	left:0;
	z-index:30;
}

#globalNav li {
	background:url(../images/header/globalNavBack.gif) repeat top left;
	color:#fff;
	float:left;
	border-left:#ccc solid 1px;
	/*height:30px;*/
	width:141px;
	position:relative;
}

#globalNav li.last {
	border-left:#ccc solid 1px;
	border-right:0;
}

#globalNav li.current {
	background:transparent url(../images/header/globalNavBack_current.gif) repeat-x bottom left;
}

#globalNav li a {
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:none;
	display:block;
	padding:0 10px;
	line-height:32px;
	height:32px;
}

#globalNav li a:hover {
	background:transparent url(../images/header/globalNavBack_hover.gif) repeat-x 0 0;
}

#globalNav li.current a:hover {
	background:transparent url(../images/header/globalNavBack_current_hover.gif) repeat-x top left;
}

#globalNav li span {
	color:#fff;
	display:block;
	padding:0 10px;
	line-height:32px;
	cursor:default;
}

#globalNav li.homeButt {
	border:0;
}

#content {
	float:left;
	width:100%;
	height:100%;
}

#footer {
	float:left;
	width:100%;
	font-weight:normal;
	margin-bottom:15px;
	background:#fff;
}

#footer #mediaButton a {
	width:69px;
	background: #fff url(../images/footer/contactButton_active.gif) no-repeat scroll left top;
	display:inline;
	float:left;
	text-align:center;
	color:#fff;
	height:20px;
	line-height:20px;
	border-left:1px #ccc solid;
}

#footer #mediaButton a:hover {
	display:inline;
	width:69px;
	height:20px;
	background:#fff url(../images/footer/contactButton_hover.gif) no-repeat top left;
	text-decoration:none;
}

#footer #mediaButton {
	padding: 10px 0;
	float:left;
}

#footer #contactButton {
	padding:10px 0;
	float:left;
}

#footer #contactButton a {
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	display:block;
	width:120px;
	height:20px;
	background:#fff url(../images/footer/contactButton_active.gif) no-repeat top left;
}

#footer #contactButton a:hover {
	display:block;
	width:120px;
	height:20px;
	background:#fff url(../images/footer/contactButton_hover.gif) no-repeat top left;
}

#footer #footerCopy {
	float:right;
	padding:0px;
	color:#999;
	font-size:10px;
	margin-top: 10px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	width: 100%;
	line-height: 18px;
	text-align: right;
	padding-left:4px;
}
.footerRight { 
}
.printPage {
	float:left;
}

.hidden {
	display: none;
}
.float {
	float:right;
	padding: 0 0px 15px 20px;
}

#ROI_calculator {
	width:400px;
}

#ROI_calculator .ROI_entry,
.ROI_result {
	margin-top:5px;
	height:40px;
}

#ROI_calculator label {
	display:block;
	width:100px;
	float:left;
}

#ROI_calculator input {
	display:block;
	width:150px;
	line-height:15px;
	font-size:12px;
	float:left;
	background:#eee;
	border:#ccc solid 1px;
	color:#333;
	padding:5px;
}

#ROI_results {
	width:250px;
	line-height:14px;
	font-size:18px;
	background:#fff;
	border:#ccc solid 1px;
	color:#333;
	padding:5px;
}

.notBlock {
	float:left;
}
