*, * * {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	position: relative;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    text-align: center;
	background:#bcbbbb url(../css_images/body-bkrd.png) repeat-x;
	color: #111;
}
object {
	display: block;
	z-index: 150;
}
iframe {
	border: none;
}

/* Layout */
#frame, #frame_home {
	background:#fff;
	margin:0 auto;
	position:relative;
	text-align:left;
	width: 904px;
	font-size: 12px;
}

a img {
	border: none;
}
a {
	color: #111;
}


/* Header */
#header {
	padding:16px 0 18px 20px;
	width: 350px;
}
#header_logo {
	background:url(../css_images/logo.gif) no-repeat;
}
#header_logo a {
	display:block;
	height:87px;
	width:406px;
}
#header_logo a span {
	display:none;
}

/* utility block and nav */
#utility {
	position: absolute;
	top: 50px;
	right: 6px;
}
#nav_util {
	list-style: none;
}
#nav_util li {
	line-height: 32px;
	margin-right: 10px;
	float: left;
}
#nav_util li a {
	display: block;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
}
#nav_util li a span {
	display: none;
}
#nav_util li.linkedin a {
	width: 30px;
	background-image: url(../css_images/util-linkedin.png);
}
#nav_util li.facebook a {
	width: 29px;
	background-image: url(../css_images/util-facebook.png);
}
#nav_util li.twitter a {
	width: 30px;
	background-image: url(../css_images/util-twitter.png);
}
#nav_util #nav_util_v-blog a {
	width: 27px;
	background-image: url(../css_images/util-blog.png);
}
#nav_util li.youtube a {
	width: 74px;
	background-image: url(../css_images/util-youtube.png);
}



#nav_foot {
	display: none;
}

/* Footer */
#footer {
	clear: both;
	font-size: 11px;
	margin: 0 6px;
	margin-top: 40px;
	overflow: hidden;
	padding-bottom: 20px;
}
#footer-carrier-container, #footer-featured {
	float: left;
	text-indent: 10px;
	height: 108px;
	width: 49%;
}
#footer-carriers {
	height: 88px;
	overflow: hidden;
	position: relative;
}
#footer-carriers .carrier {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 88px;
	position: absolute;
	width: 226px;
}
#footer-featured {
	background: url(../css_images/background-footer-featured.gif) center bottom no-repeat;
	border-left: 1px solid #9b9b9b;
}
#footer-content {
	clear: both;
	padding-left: 80px;
}

/* Main nav */
#nav_wrap {
	margin-bottom: 22px;
	z-index: 11;
}
#nav {
	margin: 0 6px;
	background: url(../css_images/bkrd-main-nav.png) repeat-x top;
	height: 25px;
}
#nav li {
	position: relative;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	width: 140px;
	background: url(../css_images/bkrd-main-nav.png) repeat-x top;
}
#nav li:hover, #nav li.active, #nav li.active_large {
	background:url(../css_images/bkrd-main-nav.png) repeat-x bottom;
}
#nav ul li:hover, #nav ul li.active, #nav ul li.active_large {
	background: #949494;
}
#nav li a {
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}
/* Home icon */
li#nav_home {
	width: 25px;
}
#nav_home a {
	background: url(../css_images/nav-home-icon.png) no-repeat top;
	height: 25px;
}
#nav_home.active a, #nav_home a:hover {
	background-position: bottom;
}
#nav_home a span {
	display: none;
}

/* Hover subnavs */
#nav ul {
	position: absolute;
	top: 25px;
	left: 0;
 	width: 900px; 
	z-index: 980;
	display: none;
}
#nav li:hover ul, #nav li ul.show {
	display: block;
}
#nav ul li:hover ul, #nav ul li ul.show, #nav li:hover ul li ul, #nav li.show ul li ul {
	display: none;
}
#nav ul li {
	line-height: 22px;
	height: 22px;
	background: #949494;
	margin: 0;
	width: auto;
	border-right: 1px solid #aaa;
}
#nav ul a:hover {
	color: #ffd37d;
}
#nav ul a span {
	font-size:10px;
	font-weight:normal;
	font-style: normal;
	text-shadow: none;
	padding: 0 10px;
}

/* Search */
#sparc_gsearch  {
/* 	overflow-x: visible; */
}
#nav li.search {
	width: 165px;
}
#nav li.search:hover {
	background: none;
}
li.search div div #gsearch-text {
	position: absolute;
	top: 2px;
	left: 3px;
	padding: 0 3px;
	line-height: 20px;
	color: #fff;
	background: #78b52a;
	width: 117px;
	border: none;
	height: 20px;
	font-size: 12px;
}
li.search div div #gsearch-submit {
	background: url(../css_images/search-button.png) no-repeat;
	position: absolute;	
	top: 0;
	right: 0;
	height: 25px;
	width: 38px;
	cursor: pointer;
	border: none;
	font-size: 0;
}
/* fix for search close box not properly activating */
div.cse-closeResults {
	z-index: 900;
}
div.cse-overlay {
	z-index: 999;
}


.content {
	clear: both;
	width: 892px;
	margin: 0 6px;
}
.content h1,.content h2, .content h4, .content h5, .content h6 {
	padding: 2% 0;
	color: #000;
}
.content h1 {
	font-size: 30px;
	line-height: 35px;
}
.content h2 {
	font-size: 22px;
	line-height: 25px;
}
.content h3 {
	font-size: 18px;
	line-height: 22px;
}
.content h4 {
	font-size: 15px;
	line-height: 20px;
}
.content h5 {
	font-size: 12px;
	line-height: 18px;
}
.content h6 {
	font-size: 10px;
	line-height: 15px;
}
.content ul {
	list-style-type: disc;
	list-style-image: url(../css_images/background-bullet.gif);
}
.content ul, .content ol {
	margin-bottom: 10px;
}
.content li {
	line-height: 20px;
	margin-left: 30px;
	padding-right: 30px;
}
.content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}


/* image styling and alignments */
img.img_default {
	float: none;
	clear: both;
}
img.img_left {
	float: left;
	clear: left;
	margin-right: 10px;
}
img.img_right {
	float: right;
	clear: right;
	margin-left: 10px;
}
img.img_center {
	display: block;
	margin: 0 auto 10px auto;
	clear: both;
}


.multicol_v2_wrap {
	width: 892px;
	clear: both;
	margin: 10px 0;
	text-align: left;
}
.multicol_v2_wrap .multicol_clear, .clear {
	float: none;
	clear: both;
}
.multicol_v2_wrap .total_1, .multicol_v2_wrap .total_2, .multicol_v2_wrap .total_3, .multicol_v2_wrap .total_4 {
	position: relative;
	float: left;
	margin-left: 2%;
}
.multicol_v2_wrap .column_0 {
	margin-left: 0;
}
.multicol_v2_wrap .total_1 {
	width: 100%;
}
.multicol_v2_wrap .total_2, .content .multicol_v2_wrap .multicol_v2_wrap .total_2, #content_home .multicol_v2_wrap .total_2, #content .multicol_v2_wrap .multicol_v2_wrap .total_2 {
	width: 48.875%;
}
.multicol_v2_wrap .total_3 {
	width: 32%;
}
.multicol_v2_wrap .total_4 {
	width: 23.4%;
}
.content .multicol_v2_wrap .total_2.column_0 {
	width: 21%;
}
.content .multicol_v2_wrap .total_2.column_1 {
	width: 76.9%;
}
.multicol_v2_wrap .multicol_v2_wrap {
	width: auto;
	margin: 0;
	float: none;
	clear: both;
}

/*CUSTOM EDIT TO ADD 2COLUMN 70/30 WIDTH*/
.split-70-30.multicol_v2_wrap {
}
#content .multicol_v2_wrap .multicol_v2_wrap.split-70-30 .total_2.column_0 {
	width: 68.875%;
}
#content .multicol_v2_wrap .multicol_v2_wrap.split-70-30 .total_2.column_1 {
	width: 28.875%;
}

/* theme style(s) */
.with-backgrounds.multicol_v2_wrap {
}
.with-backgrounds .total_1, .with-backgrounds .total_2, .with-backgrounds .total_3, .with-backgrounds .total_4 {
	background: #ddd url(../css_images/background-column.gif) repeat-x;
}
.with-backgrounds h1, .with-backgrounds h2, .with-backgrounds h3, .with-backgrounds h4, .with-backgrounds h5, .with-backgrounds h6 {
	background: #5187bd;
	padding: 2% 5%;
}
.with-backgrounds p {
	margin: 10px;
}

p.small-text {
	font-size: 11px;
	line-height: 13px;
}





div.error, div.success {
	border: 3px dashed;
	text-align: center;
	padding: 5px;
	margin: 5px;
}
div.error {
	color: #900;
	border-color: #900;
}
div.success {
	color: #009;
	border-color: #009;
}

/* Subnav block */
.page-nav {
	background: #05a;
/* 	background: #05a url(../css_images/background-subnav.jpg) no-repeat; */
	margin-bottom: 10px;
}
.content .page-nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
}
.content .page-nav li {
	display: block;
	line-height: 22px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.page-nav a {
	color: #fff;
	display: block;
	height: 100%;
	text-decoration: none;
	padding-left: 15px;
}
.page-nav a:hover, .page-nav .active a, .page-nav .active_large a {
	background-color: #07c;
}
.page-nav a.main {
	color: #fc7;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 4px 10px;
}
.page-nav a.main:hover {
	background-color: transparent;
}


/* News Pages */
.news span a {
	font-weight:bold;
}
.content .news-page, .content .news-article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	background: #ddd url(../css_images/background-column.gif) repeat-x;
	clear: both;
}
.content p.news-back {
	background: #fff;
	padding: 0 0 10px 10px;
	margin: 0;
}
.news-page p.news-back a, .news-article p.news-back a {
	font-size: 11px;
	color: #f20;	
}
.news-page img, .news-article img {
	float: right;
	margin: 0 10px 10px 10px;
	border: 1px solid #aaa;
	z-index: 300;
}
#content .news-page h5, #content .news-article h5 {
	background: #bbb url(../css_images/background-news-home.gif) repeat-x;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 10px;
}
.news-page h5 span, .news-article h5 span {
	display: block;
	line-height: 25px;
}
.news-article {
	background-position-y: 30;
}
.news-page h5 a, .news-article h5 a {
	text-decoration: none;
}
.news-page .date, .news-article .date {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 14px;
}
#content .news-page h6, #content .news-article h6 {
	margin: 5px 10px 10px 10px;
	font-style: italic;
	font-size: 14px;
}
#content .news-page p.full, #content .news-article p.full, #content .news-page p.preview, #content .news-article p.preview {
	margin: 10px 10px;
	font-size: 12px;
	line-height: 16px;
}
/* Related box */
.news-article .related  {
	width: 200px;
	float: right;
	border: 1px solid #aaa;
	margin: 0 10px 10px 10px;
	z-index: 300;
}
.content .news-article .related ul {
	list-style: none;
	list-style-image: none;
}
.content .news-article .related li {
	margin-left: 10px;
}
.news-page .related h5, .news-article .related h5 {
	background: #005997;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-top: 0;
}
.news-page span {
}
.news-page span a, .news-article span a {
	font-weight: bold;
}




/* News Blocks */
.newsblock_wrap {
	background:#bbb url(../css_images/background-news-home.gif) repeat-x;
}
.newsblock_wrap .news-image, 
.newsblock_wrap .news h6,
.newsblock_wrap .news p, 
.newsblock_wrap .news .related {
	display: none;
}
.newsblock_wrap .newsblock_head h3 {
	text-transform:lowercase;
	background: #5187bd;
	padding: 1% 3%;
}
.newsblock_wrap .news h5 {
	font-weight:normal;
	padding-left: 65px;
	line-height: 14px;
	padding-top: 1%;
	padding-bottom: 1%;
}
.newsblock_wrap .news h5 span {
	font-size: 12px;
}
.newsblock_wrap .news {
	position:relative;
	border-bottom:1px solid #e7e7e7;
}
.newsblock_wrap .news h5 a {
	color:#00509f;
	text-decoration:none;
}
.newsblock_wrap .news h5 span span.date {
	position: absolute;
	top: 0;
	left: -55px;
	color:#333;
	font-size: 11px;
}
.newsblock_wrap .news_clear {
	clear:both;
	float: none;
	border-bottom:1px solid #a1a1a1;
}

/* Form */
#content form {
	margin-bottom: 20px;
	width: 75%;
	margin-left: 12%;
	font-size: 13px;
}
#content form * {
	margin-bottom: 6px;
}
#content .basic-form {
	padding: 10px;
}
#content .basic-form label {
	display: block;
	width: 50%;
	float: left;
}
#content .basic-form input, .basic-form textarea {
	width: 100%;
}
#content form label {
	display: block;
	width: 110px;
	float: left;
}
#content form .req {
	color: #f40;
}
#content form .req:after {
	content: "*";
}
#content input, textarea {
	background: #6af;
	border: none;
	color: #fff;
}
#content textarea {
	width: 300px;
}
#content form fieldset div {
	padding-left: 30px;
}
#content div input[type="submit"] {
	border-style: outset;
	background: #eee;
	color: #000;
	padding: 1px;
	margin-top: 20px;
}
#content form legend {
	font-weight: bold;
}
#content form fieldset fieldset {
	margin-top: 10px;
	width: 66%;
}
#content div.legend { display: none; }

/* Portfolio additions */
#content .portfolio-list {
	width: 198px;
	height: 500px;
	overflow-y: auto;
	float: left;
}
#content .portfolio-list ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#content .portfolio-list li {
	text-align: center;
	line-height: 20px;
}
#content .portfolio-list li a {
	text-decoration: none;
}
#content .portfolio-list li a img {
	border: 4px solid #fff;
}
#content .portfolio-list li a:hover img, #content .portfolio-list li.active a img {
	border: 4px solid #f43a1a;
}
#content .portfolio div.portfolio-large {
	width: 686px;
	min-height: 500px;
	float: right;
}
.portfolio-description p {
	margin: 5px 10px;
}
.portfolio-image {
	margin-top: 10px;
}
.portfolio-detail h3 {
	background: #5187bd;
	padding: 2% 3%;
}



/* RSS feeds */
#content .rss-feed {
	padding-bottom: 20px;
}
#content .rss-feed h3 span {
	width: 90%;
}
#content .rss-feed ul {
	list-style: disc;
	list-style-image: none;
	margin: 5px 10px;
}
#content .rss-feed li {
	margin: 0 0 5px 20px;
}
#content .rss-feed img {
	display: inline;
	padding-top: 10px;
} 
#content .rss-feed a {
	text-decoration: underline;
	line-height: 12px;
	font-size: 12px;
}
#content .rss-feed a span {
	font-weight: bold;
	letter-spacing: 1px;
}


#carousel {
	background-repeat:no-repeat;
	display:block;
	height:249px;
	overflow:hidden;
	z-index: 10;
}
#carousel img {
	border-width:0;
}
#carousel-controls {
	margin:5px 0 10px 0;
	overflow:hidden;
}
#carousel-controls a.carousel-control {
	background:url(../css_images/background-carousel-control.gif) no-repeat;
	display:block;
	float:right;
	height:12px;
	margin-right:4px;
	width:12px;
}
#carousel-controls a.carousel-control.active {
	background-image:url(../css_images/background-carousel-control-active.gif);
}
#mflow {
	background:url(../css_images/background-blackberry.gif) no-repeat;
	height:597px;
	margin:0 auto;
	width:320px;
}
#mflow iframe {
	border-width:0;
	height:290px;
	margin:57px 0 0 17px;
	overflow:auto;
	width:288px;
}