@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a { text-decoration: none;}

#container {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0;
	}

#container-level-1 {
	background-image: url(../images/site-bg-sub.png);
	background-position: center 24px;
	background-repeat: no-repeat;
	}

#container-level-2 {
	min-height: 700px;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	}

#mainContent {
	margin: 0px auto;
	width: 980px;
	min-height: 260px;
	}

#top {
	}

#submcontent {
	margin: 0px auto;
	width: 977px;
	background-image: url(../images/sub-top-curve.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	min-height: 700px;
	}

#breadcrumb {
	margin: 0px auto;
	width: 965px;
	height: 24px;
	background-image: url(../images/bread-crumb.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#upperContent {
	margin: 0px auto;
	width: 1000px;
	}

#logo {
	float: left;
	width: 270px;
	margin-left: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	}

#topHeadRight {
	float: right;
	width: 310px;
	}

#gutter {
	margin: 0px auto;
	padding-top: 10px;
	text-align: right;
	font-size: 13px;
	color: #5B5B5B;
	font-weight: bold;
	padding-bottom: 8px;
	padding-right: 6px;
	}

#phoneChatContainer {
	float: right;
	width: 220px;
	height: 80px;
	}

#phone {
	float: left;
	width: 135px;
	height: 35px;
	color: #000066;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	}

#schedule {
	height: 20px;
	color: #5B5B5B;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-top: 6px;
	}
	
#liveChat {
	float: right;
	width: 70px;
	padding-top: 5px;
	border-left: 1px dotted #A3A3A3;
	padding-left: 10px;
	}

#navLevel {

	}

/*NAV BAR*/

#navbar{
	float: left;
	height: 31px;
	text-align: center;
	width: 780px;
}

#navbar ul {
	margin: 0px auto;
	padding-left: 0;
	height: 31px;
}

* html #navbar ul{ 
	margin: 0px auto;
	margin-bottom: 0;
}

#navbar ul li{
	margin: 0px auto;
	display: inline;
}

#navbar ul li a{
	margin: 0px auto;
	float: left;
	color: #031254;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 22px;
	padding-top: 9px;
	padding-left: 12px;
	padding-right: 12px;	
	}

#navbar ul li a:hover{
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	border-width: 0 1px 1px;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 3px;
	border-top-right-radius: 4px;
	
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	background-color: #76b1ec;
}

#navbar #current a, #navbar #current span{ /*currently selected tab*/
	padding-bottom: 0;
	height: 22px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	border-width: 0 1px 1px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	background-color: #4d8ece;
}

#navbar a, #navbar .divider span {
	}

/*END NAV*/

/*NAV BAR RIGHT*/

#navbar-right{
	float: right;
	text-align: center;
	width: 180px;
	padding-top: 6px;
}

#navbar-right ul {
	margin: 0px auto;
	padding-left: 0;
}

* html #navbar-right ul{ 
	margin: 0px auto;
	margin-bottom: 0;
}

#navbar-right ul li{
	margin: 0px auto;
	display: inline;
}

#navbar-right ul li a{
	margin: 0px auto;
	float: left;
	color: #01549b;
	font-size: 11px;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	}

#navbar-right ul li a:hover{
	color: #0576d7;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}

#navbar-right #current-right a, #navbar-right #current-right span{ /*currently selected tab*/
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #0576d7;
}

#navbar-right .divider a, #navbar-right .divider span {
	border-right: 1px dotted #8E8E8E;
	}

/* END NAV RIGHT */


#slideContainer {
	background-image: url(../images/header-slides/wireframe.png);
	background-position: -5px;
	background-repeat: no-repeat;
	padding: 0;
	height: 328px; !important
	}

#leftHomeCh {
	width: 708px;
	height: 12px;
	background-image: url(../images/left-top.png);
	background-position: top;
	background-repeat: no-repeat;
	}

#leftH {
	float: left;
	width: 708px;
	}

#rightH {
	float: right;
	width: 250px;
	}
	
#leftHomeC {
	float: left;
	width: 668px;
	background-color: #FFFFFF;
	min-height: 500px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	}

#rightHomeCh {
	margin-left: 2px;
	width: 248px;
	height: 11px;
	background-image: url(../images/right-top.png);
	background-position: top;
	background-repeat: no-repeat;
	}

#rightHomeC {
	float: right;
	width: 248px;
	background-color: #FFFFFF;
	min-height: 500px;
	padding-top: 10px;
	}

#left{
	float: left;
	width: 650px;
	min-height: 800px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	background: url(../images/right-shadow.png) no-repeat right top;
	}

#right {
	float: right;
	width: 260px;
	padding-right: 10px;
	padding-top: 20px;
	}

#comparisonC {
	min-height: 800px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	}

#moreServices {
	font-size: 11px;
	color: #0153a6;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#m-y {
	font-size: 11px;
	color: #7A7A7A;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#mTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #59595a;
	padding-left: 10px;
	padding-bottom: 15px;
	line-height: 20px;
	background-image: url(../images/tbg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	}

.clr {
	clear: both;
	}

#sliderC{
	
	}

#s-link {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	}

#slidepic1 {
	width: 458px;
	float: left;
	}

#sitemapf-t {
	color: #5A5A5A;
	font-weight: bold;
	padding-bottom: 10px;
	}

#sitemap-t {
	color: #656565;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 10px;
	}

#sitemapContainer {
	margin: 0px auto;
	width: 975px;
	background-image: url(../images/f-shadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#sitemapContent {
	margin: 0px auto;
	width: 750px;
	padding-top: 20px;
	}
	
#sitemapLeft {
	float: left;
	width: 390px;
	}

#sitemapRight {
	float: right;
	width: 270px;
	}

#sitemap-pLeft {
	float: left;
	width: 120px;
	}

#sitemap-pRight {
	float: right;
	width: 120px;
	}

#sitemap-pRight-l {
	float: right;
	width: 120px;
	}

#sitemap-left-l {
	float: left;
	width: 256px;
	}

#ptitle {
	color: #06833e;
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.ptitle {
	color: #06833e;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#ptext-h {
	font-size: 12px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.gtext {
	font-size: 12px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a.sitemap:link { color: #adafb0; text-decoration: none; font-size: 10px;}
a.sitemap:visited { color: #adafb0; text-decoration: none; font-size: 10px;}
a.sitemap:hover { color: #5e5e5e; text-decoration: underline; font-size: 10px;}
a.sitemap:active { color: #adafb0; text-decoration: none; font-size: 10px;}

a.footer:link { color: #595959; text-decoration: none; font-weight: normal; font-size: 9.8px;}
a.footer:visited { color: #595959; text-decoration: none; font-size: 9.8px;}
a.footer:hover { color: #313131; text-decoration: underline; font-size: 9.8px;}
a.footer:active { color: #595959; text-decoration: none; font-size: 9.8px;}

a.inr:link { color: #0646a5; text-decoration: none; font-size: 11px;}
a.inr:visited { color: #0646a5; text-decoration: none; font-size: 11px;}
a.inr:hover { color: #0b5ed8; text-decoration: none; font-size: 11px;}
a.inr:active { color: #0646a5; text-decoration: none; font-size: 11px;}

a.inr-pck:link { color: #0646a5; text-decoration: none; font-size: 13px;}
a.inr-pck:visited { color: #0646a5; text-decoration: none; font-size: 13px;}
a.inr-pck:hover { color: #0b5ed8; text-decoration: none; font-size: 13px;}
a.inr-pck:active { color: #0646a5; text-decoration: none; font-size: 13px;}

a.test:link { color: #205AB2; text-decoration: none;}
a.test:visited { color: #205AB2; text-decoration: none;}
a.test:hover { color: #3674d2; text-decoration: none;}
a.test:active { color: #205AB2; text-decoration: none;}

a.social:link { color: #171717; text-decoration: none;}
a.social:visited { color: #171717; text-decoration: none;}
a.social:hover { color: #8C8C8C; text-decoration: none;}
a.social:active { color: #171717; text-decoration: none;}

a.breadcrumb:link { color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 10px;}
a.breadcrumb:visited { color: #FFFFFF; text-decoration: none; font-size: 10px;}
a.breadcrumb:hover { color: #CCCCCC; text-decoration: underline; font-size: 10px;}
a.breadcrumb:active { color: #FFFFFF; text-decoration: none; font-size: 10px;}

#footer {
	height: 176px;
	background-image: url(../images/f-bg.png);
	background-repeat: repeat-x;
	}

#fContent {
	margin: 0px auto;
	width: 940px;
	padding-top: 110px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797a7a;
	}

.td-alignment {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 13px;
	color: #262626;
	}

.td-alignment-sub {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	}

.td-right {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 13px;
	color: #262626;
	}

.pCaption {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

.pCaption-top {
	border-bottom: 1px solid #CCCCCC;
	}

.regular-price {
	text-align: center;
	font-size: 13px;
	color: #393939;
	text-decoration: line-through;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.logo-price {
	text-align: center;
	font-size: 22px;
	color: #268803;
	}

#tdTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	font-weight:bold;
	}

#tdTitle-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #262626;
	}

#tdTitle-reg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	text-align: right;
	font-weight: bold;
	}

#tdTitle-pr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #262626;
	text-align: right;
	font-weight: bold;
	}

#td-inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #262626;
	font-style:normal;
	}

#td-inner-small {
	color: #0C0C0C;
	text-align: left;
	}

#tdDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
	line-height: 12px;
	padding-top: 5px;
	}

#tP {
	font-size: 15px;
	color: #5D5D5D;
	}

/*TWITTER PLUGIN*/

#tweet {
   border: 2px solid #666;
   width: 20em;
}
#tweet p {
   margin: 0;
   padding: 0.5em;
}
#tweet p.odd {
   background-color: #ddd;
}

/*END PLUGIN*/

/*PORTFOLIO*/

#portbar{
	width: 720px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
}

#portbar ul {
	margin: 0px auto;
}

* html #portbar ul{ 
	margin: 0px auto;
	margin-bottom: 0;
}

#portbar ul li{
	margin: 0px auto;
	display: inline;
}

#portbar ul li a{
	float: left;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
	margin-left: 10px;
	border: 1px solid #efefef;
	padding: 5px;
	margin-top: 5px;
	width: 120px;
	opacity:0.4;filter:alpha(opacity=40);
	color: #878888;
}

#portbar ul li a:hover{
	color: #515151;
	padding-bottom: 0;
	border: 1px solid #e2e3e4;
	padding: 5px;
	width: 120px;
	opacity:1;filter:alpha(opacity=100);
}

#portbar #current a, #portbar #current span{ /*currently selected tab*/
	margin: 0px auto;
	padding-bottom: 0;
}

#portbar #dividerport a, #portbar #dividerport span {
	background-position: right;
	background-repeat: no-repeat;
	}
	
/* END PORTFOLIO */

/*PORTFOLIO INNER*/

#portbar-inner{
	width: 720px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
}

#portbar-inner ul {
	margin: 0px auto;
}

* html #portbar-inner ul{ 
	margin: 0px auto;
	margin-bottom: 0;
}

#portbar-inner ul li{
	margin: 0px auto;
	display: inline;
}

#portbar-inner ul li a{
	float: left;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
	margin-left: 10px;
	border: 1px solid #efefef;
	padding: 5px;
	margin-top: 5px;
	width: 120px;
	color: #878888;
	cursor: default;
}

#portbar-inner ul li a:hover{
	color: #515151;
	padding-bottom: 0;
	border: 1px solid #e2e3e4;
	padding: 5px;
	width: 120px;
}

#portbar-inner #current-inner a, #portbar-inner #current span{ /*currently selected tab*/
	margin: 0px auto;
	padding-bottom: 0;
}

#portbar-inner #dividerport-inner a, #portbar-inner #dividerport-inner span {
	background-position: right;
	background-repeat: no-repeat;
	}
	
/* END INNER PORTFOLIO */

#call-us {
	float: left;
	width: 665px;
	margin-top: 40px;
	height: 104px;
	background-image: url(../images/call-us-bg.jpg);
	background-repeat: no-repeat;
	}

#livechat-icon {
	float: left;
	margin-left: 23px;
	margin-top: 12px;	
	width: 80px;
	height: 45px;
	}

.title-medium {
	font-size: 16px;
	color: #205AB2;
	background-image: url(../images/green_li.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	}

.title-blue {
	font-size: 16px;
	color: #205AB2;
	padding-top: 4px;
	}

.title-grey {
	font-size: 14px;
	color: #646464;
	padding-top: 4px;
	}

.textfield {
	border: 1px solid #DBDBDB;
	padding: 5px;
	font-size: 11px;
	color: #4C4C4C;
	width: 210px;
	}

.button {
	border: 1px solid #B4B4B4;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	}

#extrax {margin:1em 0;overflow:hidden;font-size:11px;line-height:1.2;}
#extrax .panelx tit {margin:0;border-bottom:1px dotted #FFF;font-weight:bold;font-size:11px;color: #555555; padding-bottom: 15px;}
#extrax .panelx ul {margin:0;padding:0;list-style:none;}
.panelx li {clear:both;overflow:hidden;}
.panelx li a {display:block;text-decoration:none;padding:2px 8px 2px 2px;background:url(../images/arrow_white.GIF) no-repeat 99% 50%;overflow:hidden;white-space:pre;}
#extrax .panelx a:link {border:0;color: #555555;}
#extrax .panelx a:visited {border:0;color: #555555;}
#extrax .panelx a:hover {color: #CFCFCF;}
#extrax .relatedx {float:left;width:170px;display: inline; margin-left: 10px;}
#extrax .recentx {float:right;width:170px;}

#promo {
	margin: 0px auto;
	width: 239px;
	height: 229px;
	background-image: url(../images/promo.jpg);
	background-repeat: no-repeat;
	}

#ptext {
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 16px;
	padding-top: 8px;
	}

#webd {
	text-align: center;
	padding-top: 18px;
	}

#webdp {
	padding-top: 10px;
	padding-left: 16px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#testimonials {
	margin: 0px auto;
	width: 243px;
	height: 178px;
	background-image: url(../images/testimonial-bg.png);
	background-repeat: no-repeat;
	}

#test-title {
	padding-left: 8px;
	padding-top: 15px;
	font-size: 24px;
	color: #076307;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	}

#test-s-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2e2e2e;
	padding-left: 8px;
	padding-top: 2px;
	}

#test-content {
	font-size: 16px;
	color: #205AB2;
	background-image: url(../images/green_li.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	}

#t-c {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	text-align: justify;
	}

#packContainer {
	margin: 0px auto;
	width: 600px;
	}
	
#packBG-l {
	float: left;
	width: 280px;
	height: 288px;
	}

#packBG-r {
	float: right;
	width: 280px;
	height: 276px;
	}

#pack-title {
	float: left;
	width: 124px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #424d5b;
	padding-top: 28px;
	padding-left: 80px;
	line-height: 18px;
	}

#lSmall {
	font-size: 15px;
	}

#pack-price {
	float: right;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #04093a;
	padding-top: 24px;
	}

#pack-title-web {
	float: left;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #424d5b;
	padding-top: 26px;
	padding-left: 80px;
	}

#pack-price-web {
	float: right;
	width: 88px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #04093a;
	padding-top: 24px;
	text-align: center;
	}

#packfeatures {
	font-size: 13px;
	color: #3c3c3c;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


#button-pck {
	padding-left: 20px;
	padding-top: 8px;
	}

#nav-web-con {
	margin: 0px auto;
	width: 241px;
	height: 50px;
	background-image: url(../images/nav-web.png);
	background-repeat: no-repeat;
	display: block;
	}

#nav-icon {
	float: left;
	width: 34px;
	padding-top: 10px;
	padding-left: 12px;
	}

#nav-text {
	float: right;
	width: 180px;
	padding-top: 16px;
	padding-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4b4c;
	font-size: 16px;
	}

#logo-features {
	margin: 0px auto;
	width: 650px;
	height: 231px;
	background-image: url(../images/logo-features.png);
	background-repeat: no-repeat;
	}

#web-features {
	margin: 0px auto;
	width: 650px;
	height: 231px;
	background-image: url(../images/web-features.png);
	background-repeat: no-repeat;
	}

#l-f-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-top: 23px;
	padding-left: 38px;
	}

#l-f-title-w {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-top: 28px;
	padding-left: 38px;
	}

#l-f-left {
	float: left;
	width: 270px;
	padding-left: 30px;
	}

#l-f-right {
	float: right;
	width: 310px;
	padding-right: 30px;
	}

#l-f-list {
	background-image: url(../images/greenbullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#l-b-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A3A3A;
	padding-top: 15px;
	padding-left: 30px;
	font-weight: bold;
	}

#sbg {
	margin: 0px auto;
	background: url(../images/social-bg.jpg) no-repeat;
	width: 239px;
	height: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#share {
	margin: 0px auto;
	width: 239px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #CDCDCD;
	text-align: center;
	}

#sbg-icons {
	padding-top: 6px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #171717;
	}

.textfield {
	border: 1px solid #DBDBDB;
	padding: 4px;
	font-size: 11px;
	color: #4C4C4C;
	}

.textfield-2 {
	border: 1px solid #DBDBDB;
	padding: 5px;
	font-size: 11px;
	color: #4C4C4C;
	width: 210px;
	}

.button {
	border: 1px solid #B4B4B4;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	}

#box {
	border: 1px solid #C9C9C9;
	padding: 6px;
	}

#h2 {
	height: 210px;
	background: url(../images/Hbg.jpg) bottom no-repeat;
	}

#hTRight {
	float: right;
	width: 570px;
	padding-top: 26px;
	}

.hTSmall {
	font-size: 28px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #4E4E4E;
	}

.hTLarge {
	font-size: 36px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #4E4E4E;
	}

#hTDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 8px;
	color: #000000;
	text-align: right;
	}

#hTNav {
	padding-top: 10px;
	padding-left: 290px;
	}

#hForm {
	padding: 10px;
	border: 1px dashed #CDCDCD;
	}

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

#rand1 {
	margin-left: 2px;
	width: 248px;
	min-height: 237px;
	background: #FFFFFF url(../images/real-logo-applications/vaquero-motors.jpg) no-repeat;
	}

#rand2 {
	margin-left: 2px;
	width: 248px;
	min-height: 237px;
	background: #FFFFFF url(../images/real-logo-applications/royale-coffee-company.jpg) no-repeat;
	}

#rand3 {
	margin-left: 2px;
	width: 248px;
	min-height: 237px;
	background: #FFFFFF url(../images/real-logo-applications/armitage.jpg) no-repeat;
	}

#rand4 {
	margin-left: 2px;
	width: 248px;
	min-height: 237px;
	background: #FFFFFF url(../images/real-logo-applications/caddy-sac.jpg) no-repeat;
	}

#rand5 {
	margin-left: 2px;
	width: 248px;
	min-height: 237px;
	background: #FFFFFF url(../images/real-logo-applications/empanada-kitchen.jpg) no-repeat;
	}

#rand6 {
	margin-left: 2px;
	width: 248px;
	min-height: 237px;
	background: #FFFFFF url(../images/real-logo-applications/buffalos-tilt.jpg) no-repeat;
	}

#rand7 {
	margin-left: 2px;
	width: 248px;
	min-height: 237px;
	background: #FFFFFF url(../images/real-logo-applications/illinois-spine-institute.jpg) no-repeat;
	}

#rand8 {
	margin-left: 2px;
	width: 248px;
	min-height: 237px;
	background: #FFFFFF url(../images/real-logo-applications/hula-java.jpg) no-repeat;
	}

#lS {
	float: left;
	min-height: 42px;
	width: 95px;
	padding-right: 5px;
	padding-left: 10px;
	background: url(../images/vert-divider.jpg) no-repeat right;
	}

#lR {
	float: right;
	width: 125px;
	padding-top: 18px;
	color: #4a4a4b;
	padding-left: 5px;
	padding-right: 5px;
	}

#lDesc {
	padding: 8px;
	background: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

#hDivider {
	background: url(../images/h-divider.jpg) no-repeat;
	height: 2px;
	}