/*---------------------------------------------------------------------------------------

                        Website: Finder Monkey
                        Author: Bitmedia
                        Created: February 2011

---------------------------------------------------------------------------------------*/

@import "default.css";
html { height: 100%; min-width: 900px;}
body { background: #fff; height: 100%; }

* {
    font-family: Arial !important;
}

#warning {
    position: fixed;
    padding: 10px 20px;
    margin: 50px auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 2px 2px 11px #FDF1C7;
    -moz-box-shadow: 2px 2px 11px #FDF1C7;
    box-shadow: 2px 2px 11px #FDF1C7;
    background-color: #FDF1C7;
    border: 5px solid #EFD683;
    z-index: 99999;
    font-size: 14pt;
    font-weight: bold;
    width: 300px;
    left: 50%;
    height: 70px;
    top: 35%;
    margin-left: -150px;
    color: #333;
}

.noitems {
    margin: 20px 0;
    display: none;
}

.addthis_toolbox {
    margin-top: 20px !important;
}

body.news .addthis_toolbox {
    margin-bottom: 20px !important;
}

/*---------------------------------------------------------------------------------------
                               *** BASE TYPOGRAPHY ***
---------------------------------------------------------------------------------------*/
/*------------------------------------
   Links
------------------------------------*/
a, a:link, a:visited { color: #fc921e; text-decoration: underline; }
a:hover, a:focus, a:active { color: #e28219; text-decoration: none; }

/*------------------------------------
   Type
------------------------------------*/
body { font: 7pt arial, tahoma, arial, helvetica; color: #333; }

#container { font-size: 1.2em; line-height: 1.4em; text-align: left; }

ul, li { padding: 0 10px 0 10px; line-height: 1.4em; }
ul { padding: 0 0 1.4em 0; font-size: 15px;}

p { font-size: 1.1em; line-height: 1.4em; padding-bottom: 1.4em;}

/*------------------------------------
   Headers
------------------------------------*/
h1 { font-size: 2.2em; font-weight: normal; line-height: 1.3em;}
h2 { font-size: 2.0em; font-weight: normal; color: #854325; }
h3 { font-size: 2.0em; font-weight: normal; color: #854325; }
h4 { font-size: 1.4em; font-weight: normal; }

h1, h2, h3, h4 {
  padding-bottom: 0.5em;
  color: #008b9d;
}

h2 { padding: 10px 0 5px 0; line-height: 1.2em;}
#mainCol h2 { padding: 15px 0 20px;}

.form {
  background: #edf5fc; padding: 0 0 10px 0; overflow: hidden; font-size: 14px;
}

.form h3 {
  line-height: 75px; margin: -5px -10px 5px !important; padding: 0 10px !important;
}

.form .row {
  min-width: 450px; float: left; line-height: 20px; margin: 5px;
}
.form .row.last {
  padding-bottom: 10px;
}
.form .row label {
  width: 160px; padding-right: 5px; display: block; float: left; line-height: 20px; text-align: right;
}
.form .row input,
.form .row select,
.form .row textarea {
  width: 225px; margin: 0px 10px; float: left;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  border: 1px solid #CCC; font-size: 0.9em; padding: 2px 4px;
}

.form .currency input { width: 206px; margin-left 5px;}
.form .currency span.currencySign { float: left; margin-left: 10px;}
.form .row select,
.form .row select option {
  width: 235px;
}
.form .row input[type='checkbox'],
.form .row input.checkbox {
  width: auto;
	margin-top: 4px;
}
.form .row.submitButton input {
  float: left;
  width: 156px;
  height: 60px;
  padding: 0px;
  margin: 5px 0 5px 254px;
  cursor: pointer;
  border: none;
  background: transparent url('../images/submit_btn.png') no-repeat left top;
  overflow: hidden;
  text-indent: -9999em;
}
.form .row.submitButton input:hover {
  background-position: left bottom;
}
.form div.invalid {
  color: #C00;
  float: left;
  display: block;
  padding: 2px 10px 2px 20px;
  clear: both;
  margin-left: 190px;
  background: url('../images/error.png') no-repeat center left;
}
.form .row input.invalid,
.form .row select.invalid,
.form .row textarea.invalid {
  border: 1px solid #FCC;
  background: #FEE;
}
.form .row .price {
    padding-left: 10px; font-weight: bold;
}



ul.icons {
  list-style: none;
  margin: 0px;
}
ul.icons li {
  float: left;
  padding: 5px;
}
ul.icons li img {
  height: 30px;
  width: auto;
}

ul.icons.cards {
  float: left;
}

ul.icons.affiliates {
  float: right;
}
ul.icons.affiliates li a {
  display: block;
  width: 100px;
  height: 30px;
  text-indent: -9999em;
  overflow: hidden;
  background: transparent url('') no-repeat center center;
}
ul.icons.affiliates .wams a {
  background-image: url('../images/logos/wams.png');
}
ul.icons.affiliates .bitmedia a {
  background-image: url('../images/logos/bitmedia.png');
}
ul.icons.affiliates .ssl a {
  background-image: url('../images/logos/ssl.png');
}


body .findNowButton {
  width: 139px;
  height: 55px;
  background: url('../images/findNow_btn.png') no-repeat left top;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999em;
  float: right;
  display: block;
}
body .findNowButton:hover {
  background-position: left bottom;
}


/*---------------------------------------------------------------------------------------
                               *** BASE TEMPLATE ***
---------------------------------------------------------------------------------------*/
/*------------------------------------
   Containers
------------------------------------*/
#container { width: 900px; margin: 10px auto; overflow: hidden; position: relative; }

/*------------------------------------
   Header
------------------------------------*/
#header { overflow: hidden; padding: 15px 0 6px; position: relative;}
#header img { float: left; margin: 20px 0 0 0; }
#header .addthis_toolbox { top: 0; right: 0; margin-top: 0; position: absolute;}

#header #contact { float: right; margin: -2px 0 0; float: right;  font-size: 1.9em; background: url('../images/phone.png') no-repeat center left; padding: 6px 0 6px 35px;}

/*******************************************************************************
  Main Navigation.
*******************************************************************************/
#mainNav { background: #e9e9e9; border-top: 1px solid #bfbfbf; border-bottom: 1px solid #eee; margin: 20px 0 0; float: right;}

#header #mainNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: right;
	font-size: 1.2em; 
	line-height: 24px;
}
#header #mainNav ul li {
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
}
#header #mainNav ul li a
 {
  float: left;
  font-size: 1.3em;
  margin: 0 15px 0 15px; 
  padding: 8px 0 8px 24px; 
  text-decoration: none;
	color: #333;
}

#header #mainNav ul li a.selected { font-weight: bold;}

#header #mainNav ul li a.home { background: url('../images/contact/home.png') no-repeat center left; }
#header #mainNav ul li a.business { background: url('../images/contact/corporate.png') no-repeat center left;}
#header #mainNav ul li a.email { background: url('../images/contact/about.png') no-repeat center left;}
#header #mainNav ul li a.guarantee { background: url('../images/contact/corporate.png') no-repeat center left;}
#header #mainNav ul li a.why { background: url('../images/contact/why.png') no-repeat center left;}

/*------------------------------------
   Cols
------------------------------------*/
#cols { overflow: hidden; padding-bottom: 25px;}
	#mainCol { float: left; }
	#sideCol { float: right; }

	.full #sideCol { float: left !important; width: 100% !important;} 

/*------------------------------------
   Footer
------------------------------------*/
#footer { padding: 0 0 25px 0; overflow: hidden; width: 900px; margin: 0 auto;}
#footerContainer { 
font-size: 1.2em; line-height: 1.4em; text-align: left; padding-top: 50px;
background: url('../images/vines.png') no-repeat top center;
}

#copyright { color:#924320; padding-top: 3px;}

/*---------------------------------------------------------------------------------------
                               *** PAGE TEMPLATES ***
---------------------------------------------------------------------------------------*/
/*------------------------------------
   Home Page
------------------------------------*/
body.home #mainCol { width: 680px; }
h1 { padding: 10px 0; margin: 0 0 20px 0; color: #008b9d; border-bottom: 1px solid #7f7f7f;}
body.home #mainCol p { width: 655px; font-size: 15px; line-height: 24px; }
body.home #sideCol { width: 200px; }

#sideCol p, ul { /*width: 655px;*/ padding: 0px 0 20px 0; }
#sideCol p { font-size: 15px; line-height: 24px;}
ul li { padding: 3px 10px 10px;}


#sideCol ul, #mainCol ul { list-style: none; margin: 0; paddding: 0;}
ul.tickList li { background: url('../images/tick.png') no-repeat 0 5px; padding: 3px 10px 10px 34px;}

.full #sideCol p { padding: 0 0 1.2em 0;}


#sideCol h3 {
  padding-left: 10px;
}

#accredited { color: #000;}
#accredited img { margin-top: 5px;}

#sideCol #SocialLinks { background: url('../images/socialMedia_background.png'); padding: 22px 0 22px 0; overflow: hidden; }
#sideCol #SocialLinks a { padding: 8px 0 7px 37px; float: left; color: #061b25; font-size: 0.8em; }
#sideCol #SocialLinks a.facebook { background: url('../images/facebookIcon.png') no-repeat; margin: 0 15px 0 12px; }
#sideCol #SocialLinks a.twitter { background: url('../images/twitterIcon.png') no-repeat; }

#sideCol #RecentActivity { border: 1px solid #a9a9a9; margin: 15px 0 0 0; overflow: hidden; }
#sideCol #RecentActivity h3 { background: #eeeff4; border-bottom: 1px solid #cbccde; color: #061b25; font-size: 1.2em; font-weight: bold; padding: 8px; }
#sideCol #RecentActivity .item { padding: 15px; overflow: hidden; }
#sideCol #RecentActivity .item img { float: left; }
#sideCol #RecentActivity .item a { float: right; width: 130px; color: #3d619f; font-size: 1.0em; font-weight: bold; }
#sideCol #RecentActivity #SocialMediaPlugin { border-top: 1px solid #cdcdcd; margin: 0 5px; padding: 5px; }
#sideCol #RecentActivity #SocialMediaPlugin a.facebookSocial { font-size: 1.0em; color: #a9a9a9; background: url('../images/facebookPlugin.png') no-repeat; padding: 0 0 0 18px; background-position: center left; display: block; }

#sideCol #TwitterActivity { background: url('../images/twitter.png') repeat-x #028da0; padding: 10px; margin: 30px 0 15px 0; border: 1px solid #26afc6;}
#sideCol #TwitterActivity h3 { background: url('../images/twiiterActivity-header.png') no-repeat; text-indent: -9999em; width: 162px; height: 15px;padding-bottom: 0; margin: -25px 0 0 3px;}
#sideCol #TwitterActivity .tweet_more { color: #fff; font-size: 0.8em; font-weight: bold;}

#tweets ul { list-style: none; margin: 0 0 5px 0; padding: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #fff; border: 1px solid #FFFFFF; }
#tweets ul li { margin: 0; padding: 5px; overflow: hidden;}
#tweets .tweet_avatar { float: left; margin-right: 10px; }
#tweets span { display: block; color: #000; font-size: 0.8em; text-align: left;}
#tweets .tweet_time a { color: #008a9d; font-weight: bold;}
#tweets a { color: #f67d12;}

#facebook .fbConnectWidgetTopmost { border: none !important; }

/*------------------------------------
   Search Box
------------------------------------*/
#searchBoxContainer { z-index: 2; position: relative;margin-bottom: 10px;}
#searchBox { padding: 25px 25px 10px 20px; overflow: hidden; min-height: 60px;}
#searchBox label { float: left; font-size: 2.4em; color: #fff; padding: 13px 0; }
#searchBox .select { width: 303px; background: url('../images/searchShadow.png') no-repeat center bottom; padding-bottom: 18px; float: left; margin-left: 20px;}
#searchBox select { margin: 5px 0 0 0; width: 330px; font-size: 1.8em; height: 35px; background: url('../images/selectBg.png') repeat-x; border: 0;}

#searchBox select option { color: #333; font-size: 14px;}

body.home #searchBoxContainer { width: 900px; height: 129px; background: url('../images/searchBox.png') no-repeat; }
body.inner #searchBoxContainer, body.inner2 #searchBoxContainer {   height: 129px; width: 900px; background: url('../images/searchBox.png') no-repeat; }

/*------------------------------------
   Home Scroller
------------------------------------*/
#scrollerContainer { overflow: hidden; position: relative; z-index: 1; margin-top: -20px;}
#scroller { position: relative; overflow: hidden; width: 900px; height: 336px; }
    #scroller .items { width:20000em; position:absolute; }
            #scroller .items .item { float: left; width: 900px; height: 336px;  }

#scroller a { text-decoration: none;}

#scroller .text { height: 168px; padding: 15px 0 0 40px; text-shadow: 1px 1px 0px #fff;}
#scroller .text h3 { color: #f29018; font-size: 74px; line-height: 90px; padding-bottom: 0; padding-top: 0;}
#scroller .text h4 { color: #008092; font-size: 37px; line-height: 45px; padding-top: 0; }
#scroller .quote { height: 108px; width: 250px; padding: 25px 60px 0 92px; background: url('../images/scroller/quotes.png') no-repeat; }
#scroller .quote p { font-size: 13px; line-height: 18px; color: #333; font-style: italic; font-weight: bold; padding-bottom: 10px;}
#scroller .quote p.source {color: #333; }

#scrollerShadow { background: url('../images/scrollerShadow.png') no-repeat; height: 22px; }

/* Scroller Navigator */
#scrollerContainer .navi { height: 20px; position:absolute; top: 15px; right: 20px; z-index: 1; }
#scrollerContainer .navi a { background: url('../images/navigator.png') no-repeat; display: block; float: left; font-size: 1px; height: 12px; margin: 3px; width: 12px; cursor: pointer; }
#scrollerContainer .navi a:hover,
#scrollerContainer .navi a.active { background-position:0 -12px; }

/*------------------------------------
   Inner Scroller
------------------------------------*/
#innerScrollerContainer { overflow: hidden; position: relative;  margin-top: -20px;}

#innerScroller { position: relative; overflow: hidden; width: 900px; /*height: 195px;*/ display: block;}
innerScroller .items { width:20000em; position:absolute; }
#innerScroller .items .item { float: left; width: 900px; height: 205px; background: url('../images/scroller/innerScroll1.jpg') no-repeat left top;}

#innerScroller a { text-decoration: none;}
#innerScroller .text { height: 81px; padding: 25px 0 0 27px; text-shadow: 1px 1px 0px #fff; overflow: hidden; width: 700px;}
#innerScroller .text h3 { clear:none; color: #ee8006; font: 49px/55px Arial; float: left; margin-right: 10px; letter-spacing: -1px; padding: 0;}
#innerScroller .text h4 { clear:none; color: #7c9327; font: 27px/33px Georgia, "Times New Roman", Times, serif; float: left; padding-top: 19px; letter-spacing: -.5px;}
#innerScroller .quote { height: 70px; width: 360px; padding: 15px 50px 0 83px; background: url('../images/scroller/innerQuotes.png') no-repeat;  }
#innerScroller .quote p { font-size: 13px; line-height: 18px; color: #4d330b; font-style: italic; font-weight: bold; padding-bottom: 10px;}
#innerScroller .quote p.source {color: #728724; }
#innerScrollerShadow { background: url('../images/innerScrollerShadow.png') no-repeat; height: 30px; }

/* Scroller Navigator */
#innerScrollerContainer .navi { display: none; height: 20px; width: 200px; position:absolute; top: 10px; right: -110px; z-index: 1; }
    #innerScrollerContainer .navi a { background: url('../images/navigator.png') no-repeat; display: block; float: left; font-size: 1px; height: 12px; margin: 3px; width: 12px; }
        #innerScrollerContainer .navi a:hover { background-position:0 -12px; }
        #innerScrollerContainer .navi a.active { background-position:0 -12px; }

/*---------------------------------------------------------------------------------------
   Suggestive Search
---------------------------------------------------------------------------------------*/
#suggestions{ width:530px; position: absolute; top: 123px; left: 28px; max-height: 400px; background: #daecfa; overflow: auto; border: 1px solid #fff; color: #29749e; display: none; z-index: 99;}
    #suggestions .item { }
        #suggestions .item p { width: auto !important;}
        #suggestions .item a { text-decoration: none; display: block; border-bottom: 1px solid #40769a; padding: 15px;}
            #suggestions .item a:hover { background: #cddfed; }
            #suggestions .item a span.question { font-size: 1.2em; color: #1a3a4f; display: block; font-weight: bold;}
            #suggestions .item a span.answer { color: #29749e; display: block; margin-top: 5px;}
        #suggestions #noanswer { padding: 5px 15px; background: #eff6fb; color: #1a3a4f; font-weight: bold;}
            #suggestions #noanswer a { color: #29749e; font-weight: normal; margin-left: 10px;}

#suggestiveSearch { float: left; padding: 3px 0 0 20px; }
    #suggestiveSearch input { color: #839b2b; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.8em; padding: 4px; width: 380px; font-style: italic; }


/*------------------------------------
   Inner Page
------------------------------------*/
body.inner #cols { padding: 0 0 20px 0; }
    body.inner #mainCol { width: 450px; overflow: hidden; }
        body.inner #mainCol #findForm { background: #edf5fc; overflow: hidden; position: relative; }
            body.inner #mainCol #findForm h4 { font-family: Georgia, "Times New Roman", Times, serif; color: #657380; background: #daebfb; padding: 10px 0 10px 20px; }
            body.inner #mainCol #findForm .detailsBox_point { background: url('../images/findForm_point.png') no-repeat; width: 19px; height: 9px; position: absolute; left: 60px; }
            body.inner #mainCol #findForm .row { margin: 15px 0; overflow: hidden; padding: 0 20px; }
                body.inner #mainCol #findForm .row label { float: left; font-size: 1.2em; color: #575757; }
                body.inner #mainCol #findForm .row input { float: right; border: 1px solid #c3c3c3; font-size: 1.2em; color: #575757; padding: 2px; width: 250px; }
            body.inner #mainCol #findForm .rowArea { margin: 15px 0; overflow: hidden; padding: 0 20px; }
                body.inner #mainCol #findForm .rowArea input.textArea { float: right; border: 1px solid #c3c3c3; font-size: 1.2em; color: #575757; padding: 2px; width: 250px; height: 80px; }
            body.inner #mainCol #findForm .rowCheck { margin: 40px 0 0 0; overflow: hidden; padding: 0 20px; }
                body.inner #mainCol #findForm .rowCheck label { float: right; font-size: 1.2em; color: #575757; padding: 0 20px 0 0; font-weight: bold; }
                body.inner #mainCol #findForm .rowCheck input { float: right; }
            body.inner #mainCol #findForm .rowSubmit { margin: 15px 0; overflow: hidden; padding: 0 20px; }
                body.inner #mainCol #findForm .rowSubmit a { background: url('../images/submit_btn.png') no-repeat; width: 156px; height: 60px; text-indent: -9999em; font-size: 0; line-height: 0; display: block; float: right; }
                    body.inner #mainCol #findForm .rowSubmit a:hover { background-position: bottom; }

    body.inner #sideCol { width: 424px; }

/*------------------------------------
   Inner2 Page
------------------------------------*/
body.inner2 #cols { padding: 0 0 20px 0; margin-top: -20px; }
    body.inner2 #mainCol { width: 230px; overflow: hidden; float: right;}
        body.inner2 #mainCol #infoColumn { overflow: hidden; position: relative; margin: 0 0 12px; background: #edf5fc; font-size: 14px; line-height: 20px; }

		#infoColumn h4 { background: url('../images/innerSideHeader.png') no-repeat bottom left; padding: 10px 10px 20px ; margin-bottom: 0px; font-size: 17px; line-height: 24px;}
		#infoColumn h4 a { font-size: 9px; font-weight: bold; text-transform: uppercase; color: #0590a3; float: right; text-decoration: underline;}
#infoColumn .section { padding: 10px 10px 15px;}            

body.inner2 #mainCol #infoColumn .article { margin: 15px 0; padding: 0 20px 0 20px; }
body.inner2 #mainCol #infoColumn .article p { color: #575757; font-size: 1.0em; }

    body.inner2 #sideCol { width: 640px; float: left;}


.address_area {
  width: 200px;
  margin: 0 0 15px 30px;
  display: block;
}

#infoColumn .newsFeed { }
#infoColumn .newsFeed .date { font-size: 12px;}
#infoColumn .newsFeed .header { font-weight: bold; padding-bottom: 10px;}
#infoColumn .newsFeed .abstract { }
#infoColumn .newsFeed .link {  }
#infoColumn .newsFeed .readmore { font-size: 9px; font-weight: bold; text-transform: uppercase; color: #0590a3; }


#infoColumn .moreinfo { display: block; width: 122px; height: 28px; background: url('../images/moreinfo.png') no-repeat; text-indent: -9999px; overflow: hidden; margin: 10px 0 0 0;}

#mainCol .call { background: url('../images/sideColFeature.png') no-repeat #008a9d; border-radius: 3px; padding: 12px; color: #fff; font-size: 14px;}
#mainCol .call h4 { background: url('../images/phone_white.png') no-repeat center left; padding: 7px 0 7px 38px; color: #fff; font-weight: bold; font-size: 22px; margin-bottom: 5px;}
#mainCol .call p { padding-bottom: 0;}
#mainCol .call p.number  { font-weight: bold; font-size: 26px; }


/*------------------------------------
   Page Links
------------------------------------*/
#pageLinksContainer { overflow: hidden; width: 900px; margin: 0 auto;}
#pageLinks { border-bottom: dashed 1px #d9d9d9; padding: 13px 0 0 0; overflow: hidden; float: left; width: 730px;}
#pageLinks div { float: left; width: 180px;}
#pageLinks ul { padding: 0px; list-style: none; margin: 0px; }
#pageLinks ul li { background: url('../images/pageLinks-bullet.png') no-repeat 0 10px; padding: 3px 0 3px 10px;}
#pageLinks ul li a { color: #353535; font-size: .9em; text-decoration: none;}
#pageLinks h3 { font-family: Georgia, "Times New Roman", Times, serif; border-bottom: dashed 1px #d9d9d9; color: #934521; padding: 0 0 13px; margin-bottom: 5px; font-size: 1.8em;}
#pageLinksContainer h3 { font-family: Georgia, "Times New Roman", Times, serif; color: #934521; padding: 0 0 13px; margin-bottom: 5px; font-size: 1.8em;}
#pageLinksContainer h3 a { color: #934521;}


#pageLinks #keyAreas { width: 160px;}

#pageLinks #keyServices { width: 400px; margin-left: -10px;}
#pageLinks #keyServices h3 { margin-left: 10px;}
#pageLinks #keyServices ul { float: left; margin-left: 10px; width: 370px;}
#pageLinks #keyServices ul li { float: left; width: 175px; white-space:nowrap;}

#pageLinks #newsArticles { width: 170px;}
#pageLinks #newsArticles ul { border-right: 1px dashed #d9d9d9; margin-right: 20px; }
#pageLinks #successStories { width: 170px;}
#pageLinks #successStories ul { border-right: 1px dashed #d9d9d9; margin-right: 20px;}
#pageLinks ul { min-height: 170px; margin-top: 0; margin-bottom: 3px;}


#pageLinksSide { float: left; width: 165px; padding: 13px 0 10px 0;}
#pageLinksSide ul { list-style: none; margin: 0; padding: 0;}	
#pageLinksSide li { font-family: Georgia, "Times New Roman", Times, serif; color: #934521; padding: 0 0 12px; margin-bottom: 5px; font-size: 1.5em; line-height: .8em;}
#pageLinksSide .newsHead { float: left; border-bottom: dashed 1px #d9d9d9; width: 86px;}
#pageLinksSide .blogHead { float: left; border-bottom: dashed 1px #d9d9d9; width: 79px;}
#pageLinksSide .faqHead { border-bottom: dashed 1px #d9d9d9; padding-top: 8px; clear: both;}
#pageLinksSide a { color: #934521;}


ul#credit { list-style: none; margin: 104px 0 0 0; padding: 0; overflow: hidden;}
ul#credit  li { padding: 0; margin: 0; float: left; display: inline;}
ul#credit li a { display: block; width: 76px; height: 30px; text-indent: -9999em; overflow: hidden;}
ul#credit #wams a { background: url('../images/logos/wams.png');}
ul#credit #bitmedia a {background: url('../images/logos/bitmedia.png'); margin-right: 10px; margin-left: 10px; width: 66px;}

#minorNavs { float: left; padding-top: 10px;}
#minorNavLeft, #minorNavLeft2 { list-style: none; margin: 0; padding: 0; font-size: 1.1em; overflow: hidden;}
#minorNavLeft2 { padding-top: 3px;}
#minorNavLeft li, #minorNavLeft2 li { display: inline; float: left; padding: 0 5px 0 0; margin: 0 5px 0 0; background: url('../images/minorNavDiv.png') no-repeat 100% 3px;}
#minorNavLeft li.last, #minorNavLeft2 li.last { background: none; margin: 0; padding: 0;}
#minorNavLeft a, #minorNavLeft2 a { color: #954417; float: left; text-decoration: none;}

.cards { list-style: none; margin: 0 7px 0 0; padding: 0; float: right;}
.cards li { padding: 0; float: left; display: inline; padding-top: 17px; margin-left: 10px; }
.cards li.ssl { display: block; background: url('../images/rapidSSL.png') no-repeat; width: 157px; height: 50px; text-indent: -9999px; overflow: hidden; margin-top: -15px;}

.accreditedSmall { float: right; margin: 10px 176px -10px 0;}


/*---------------------------------------------------------------------------------------
                               *** MISC. ***
---------------------------------------------------------------------------------------*/
/*------------------------------------
   ErrorPage
------------------------------------*/
body.errorPage { }
body.errorPage p#errorMessage { padding: 100px 0; text-align: center; }


.help { display: inline-block; width: 16px; height: 16px; text-indent: -9999px; overflow: hidden; cursor: help; background: url('../images/help.png') no-repeat; margin: 2px 12px 0 0; float: right; }
.tooltip { display:none; background-color:#f4d8ae; color: #995531; border:1px solid #efd683; padding:10px; font-size:13px; max-width: 300px; z-index: 9999;
	-moz-box-shadow: 2px 2px 11px #666; -webkit-box-shadow: 2px 2px 11px #666; box-shadow: 2px 2px 11px #666;
}



.form h2, h3, h4, h5, h6 {
  clear: both;
  padding-top: 1.1em;
}

.form h2 {
    background: #DAEBFB;
    color: #000;
    padding: 10px 0 10px 20px !important;
	font-size: 17px;
    color: #EE8006;
    font-weight: bold;
    /*font-family: Georgia,"Times New Roman",Times,serif;
    text-shadow: 1px 1px 0 #FFFFFF;*/
    border-bottom: 1px solid #FFF;
}

.form h4 {
    background: #DAEBFB url('../images/FormHeaderPoint.png') repeat-x left bottom;
    color: #000;
    padding: 10px 0 19px 20px;
		font-size: 17px;
}



/******************************************************************************
  An alternating styled list.
*******************************************************************************/
ul.altList {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.altList li {
  padding: 5px 0;
  margin-bottom: 15px;
}

ul.altList a { color: #333; text-decoration: none;}
ul.altList a:hover { color: #00457c;}


ul.altList li.alt {
  background: #edf5fc;
}
ul.altList li.last {
  border-bottom: none;
}


/******************************************************************************
  Listing style
*******************************************************************************/
#BlogListing li {
  padding-right: 0px;
  overflow: hidden;
}

#NewsListing p, #NewsListing a, 
#BlogListing p, #BlogListing a {
  text-decoration: none;
  padding: 0px !important;
  margin: 0px;
}
#NewsListing a.title,
#BlogListing a.title {
  cursor: pointer !important;
  font-size: 1.4em;
	line-height: 1.4em;
  color: #008B9D;
}
#NewsListing a:hover, #NewsListing a:focus, #NewsListing a:active
#BlogListing a:hover, #BlogListing a:focus, #BlogListing a:active {
  color: #00457C;
}
#NewsListing .abstract,
#BlogListing .abstract {
  color: #575757;
  padding: 0;
}
.newsArticle .details,
#NewsListing .details,
.blogPost .details,
#BlogListing .details {
  font-size: 10pt !important;
  padding: 0;
}
#BlogListing img {
  float: right;
  width: 100px;
  height: 70px;
  margin-left: 10px;
}

/*.addthis_toolbox { margin-top: 25px;}*/

.back a,
.back a {
  margin: 15px 10px 5px 10px;
  line-height: 16px;
  height: 16px;
  padding-left: 22px;
  background: transparent url('../images/back.png') no-repeat left center;
	display: inline-block;
}

.blogPost img {
  float: right;
  width: 300px;
  height: 210px;
  margin-left: 10px;
  margin-bottom: 10px;
}


ul.serviceList {
  margin: 0;
  padding: 5px 10px;
  list-style: none;
  font-size: 14px;
	line-height: 20px;
}
#sideCol ul.serviceList li, #mainCol ul.serviceList li {
  padding: 0;
	background: none;
	margin-bottom: 3px;
}
ul.serviceList a {
  color: #555;
	display: block;
	padding: 4px 0;
	text-decoration: none;
}

ul.serviceList a:hover {
	color: #000;
}




/*******************************************************************************
  Facebox
*******************************************************************************/
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border: 10px solid #630;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
  height: 400px;
  overflow: auto;
  width: 397px;
  background-color: #FFF;
}

#facebox .content {
  display:table;
  width: 380px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#termsAndConditionsDetails {
  display: none;
  height: 0;
  line-height: 0;
  font-size: 0;
}

#facebox .content,
#facebox #tcContent {
  width: 360px;
}
/*
#facebox #tcContent {
  padding-top: 20px;
}
*/
#facebox h2 {
    padding: 0 0 10px 0;
}
#facebox .close {
  position: absolute; top: 7px; right: 10px;
}


.success {
    line-height: 20px;
    font-weight: bold;
    padding-left: 30px;
    background: transparent url('../images/tick.png') no-repeat left center;
    display: block;
    margin: 10px 0;
}
.error {
    line-height: 20px;
    font-weight: normal;
    padding-left: 30px;
    background: transparent url('../images/error.png') no-repeat left center;
    display: block;
    margin: 10px 0;
    color: #C00;
    clear: both;
    margin-left: 10px;
}
.error em {
    font-weight: bold;
}

#comments {
    margin-top: 10px;
}
.comment h3 {
    font-size: 1.1em !important;
    padding: 0 !important;
    font-weight: bold !important;
    line-height: 30px !important;
}
.comment h3 span {
    font-weight: normal !important;
    font-size: 0.8em !important;
}
.comment p {
    padding: 0 !important;
}

#sideCol .priceStar, .priceStar {
    display: inline-block !important;
    width: 120px !important;
    height: 120px !important;
    line-height: 105px !important;
    font-size: 32px;
    font-weight: bold !important;
    color: #FFF;
    text-align: center !important;
    background: transparent url('../images/priceStar.png') no-repeat center center;
    padding: 15px 0 0 0;
}

#sideCol .priceButton, .priceButton {
    background: #2dc5da url('../images/priceButton.png') repeat-x center center !important;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    -moz-box-shadow: 0 5px 5px #CCC !important;
    -webkit-box-shadow: 0 5px 5px #CCC !important;
    box-shadow: 0 5px 5px #CCC !important;
    font: 14pt/36px Arial !important;
    color: #DFF !important;
    display: inline-block !important;
    padding: 0 10px !important;
		text-decoration:none;
}


#sideCol a.priceStar:hover, a.priceStar:hover,
#sideCol a.priceButton:hover, a.priceButton:hover {
    color: #FFF !important;
}

#splashOverlay {z-index: 9999999; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/overlay.png'); }
#splash { position: absolute; top: 50px; left: 50%; margin: 0 0 0 -260px; width: 520px; height: 509px; background: url('../images/splash.png') no-repeat; cursor: pointer;}
