@import url(camps_core.css);

/****************************************************************************************************
 *                                                                                                  *
 *  Dimensions of template                                                                          *
 *  Width: 994 px;  Found in header_wrapper, wrapper, footer_wrapper                                *
 *  Right Sidebar: 260px;                                                                           *
 *    Right Sidebar right padding: 10px;                                                            *
 *  Left Shadow: 30px;                                                                              *
 *  Right Shadow: 20px;                                                                             *
 *  Content Area: 674px;                                                                            *
 *                                                                                                  *
 *   Colours:                                                                                       *
 *   #e7e6b6 beige;                                                                                 *
 *   #ffca00 yellow;                                                                                *
 *   #44960e green;                                                                                 *
 *   #7b7b7b grey;                                                                                  *
 *                                                                                                  *
 ****************************************************************************************************/

/************************
 *
 * Generic Classes
 *
 *   Used to replace deprecated html tages.
 * 
 ************************/
/* Text Aligns */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

/* Vertical Align */
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}

/* list types */
#content ul.disc {
  list-style: disc;
}

/* links */
a {
  color: #000f99;
}
a:visited {
  color: #000f99;
}
a:hover {
  color: #33cc33;
}
.no_decoration a {
  text-decoration: none;
}
.heading {
  background: url('http://www.summer-daycamps.com/img/green_header.gif') no-repeat;
  height: 30px;
  color: #ffffff;
  padding: 0;
  margin: 10px 0 !important;
  margin: 0;
}
.heading h1,h2 {
  padding: 4px 0 0 20px;
}

p, body {
  font-size: 12px;
}

#content {
  padding: 0 10px 10px 30px;
}

/* Removed for now
#featured_camps ul {
  margin: 0px;
}
#featured_camps ul li {
  width: 120px;
  height: 90px;
  background: url('http://www.summer-daycamps.com/img/yellow_box.jpg') no-repeat;
  float: left;
  padding-left: 10px;
}

#featured_camps ul li:first {
  width: 120px;
  height: 90px;
  background: url('http://www.summer-daycamps.com/img/yellow_box.jpg') no-repeat;
  float: left;
  padding-left: 0;
}
*/

/* Runs across the entire page.  Has to be lined up with the nav bar */
#nav_bar_stripe {
  background: url('http://www.summer-daycamps.com/img/grey_stripe.gif') repeat-x 0px 98px;
}

/* Same as the nav_bar_stripe.  Has to be lined up with the footer bar */
#footer_stripe {
  background: url('http://www.summer-daycamps.com/img/grey_stripe.gif') repeat-x;
}

/************************
 *
 * Header
 *
 ************************/
#header {
  background: none;
}
#logo {
  width: 167px;
  height: 164px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.summer-daycamps.com/img/sdclogo.png',sizingMethod='normal');
  background: url('http://www.summer-daycamps.com/img/sdclogo.png') top left no-repeat !important;
  background: none;
  float: left;
  margin: 0;
}

#signup {
  padding: 10px 10px 10px 0;
  font-size: 12px;
}

/************************
 *
 * Nav Bar
 *
 ************************/
.navbar {
  /* Shifts nav bar down.  Must be coordinated with the nav stripe */
  margin: 0 !important;
  margin: 68px 0 0 0;
  padding: 68px 0 0 0 !important;
  padding: 0;
  height: 42px;
}
ul.primarynav {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
ul.primarynav {
  width: 817px; /* Increasing this will break template in IE6, increasing past 857 will break in FF as well */ 
  background: none;
}
ul.primarynav li {
  background: none;
}
ul.primarynav a {
  font-weight: bold;
  padding: 10px 0 7px 0;
  color: #000000; 
  font-size: 11px; /* Might want to change this later */
}
ul.primarynav a:visited {
  color: #000000;
}
ul.primarynav a:hover {
  color: #000000;
  background: none;
  text-decoration: underline;
}
ul.primarynav li.home {
  border-right: 0;
  background: none;
}

ul.primarynav li.active {
  background: url('http://www.summer-daycamps.com/img/navtab_middle.jpg') repeat-x;
}
ul.primarynav li.active_left {
  height: 30px;
  width: 9px;
  background: url('http://www.summer-daycamps.com/img/navtab_left.jpg') no-repeat;
}
ul.primarynav li.active_right {
  height: 30px;
  width: 9px;
  background: url('http://www.summer-daycamps.com/img/navtab_right.jpg') no-repeat;
}

ul.primarynav li.inactive {
  background: url('http://www.summer-daycamps.com/img/navtab_middle_y.jpg') repeat-x;
}
ul.primarynav li.inactive_left {
  height: 30px;
  width: 9px;
  background: url('http://www.summer-daycamps.com/img/navtab_left_y.jpg') no-repeat;
}
ul.primarynav li.inactive_right {
  height: 30px;
  width: 9px;
  background: url('http://www.summer-daycamps.com/img/navtab_right_y.jpg') no-repeat;
}

/** Secondary Nav **/
ul.secondarynav {
  margin: 0 0 0 10px;
  border-bottom: none;
  float: none;
  list-style: disc;
}
ul.secondarynav {
  background: none;
}
ul.secondarynav li {
  float: none;
  list-style: disc;
}
ul.secondarynav li.first {
  padding-left: 0;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 0;
  float: none;
  color: #000f99;
  font-size: 12px;
  text-decoration: underline;
}
ul.secondarynav a:visited {
  color: #000f99;
}
ul.secondarynav a:hover {
  color: #33cc33;
}

/************************
 *
 * Search Bar
 *
 ************************/
.searchbar {
  float: left;
  width: 827px;
  height: 54px;
  background: url(http://www.summer-daycamps.com/img/search_bar2.jpg) no-repeat;/* !important;*/
//  background: url(http://www.summer-daycamps.com/img/search_bar_IE.jpg) no-repeat;
}
.searchbar #right_side {
  width: 260px;
  height: 54px;
  float: right;
  background: url('http://www.summer-daycamps.com/img/search_right_side.gif') no-repeat;
}
.searchbar .search_form {
  padding: 22px 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.searchbar input.text, .searchbar input.submit {
  margin-right: 0;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/************************
 *
 * Footer
 *
 ************************/
#footer {
  margin: 0 !important;
  margin: 12px 0 0 0;
  padding: 17px 5px 5px 5px !important;
  padding: 5px;
  border-top: 0;
  background: url('http://www.summer-daycamps.com/img/footer_stripe.gif') repeat-y;
}

#footer p {
  margin: 0;
  padding: 10px 0;
  color: #000000;
  font-size: 11px;
}

#footer_info {
  padding: 0;
  float: right;
}

#footer_links {
  padding: 0 260px 0 30px;
}

#footer_bottom {
  padding-top: 12px !important;
  padding-top: 0;
  background: url('http://www.summer-daycamps.com/img/footer_bottom.gif') no-repeat;
}

.crumb {
  font-size: 11px;
  margin: 5px 0 10px 0;
}

#header_wrapper {
  margin: 0 auto;
  width: 994px;
  text-align: left;
}
#wrapper {
  margin: 0 auto;
  width: 994px;
  text-align: left;
}
#footer_wrapper {
  margin: 0 auto;
  width: 994px;
  text-align: left;
}

/* Change the right sidebar width.  Note that the sidebars have a 10px left or
right padding (left sidebar has a left padding and right sidebar has a right
padding), hence the 150px - 10px = 140px width */

#ocwrapper {
  border-right: 260px solid #e7e6b6;
  background: #ffffff;
}

#contentheader {
  padding: 0;
  background: #ffffff;
}
#contentheader .error, #contentheader .message {
  margin: 0;
  padding: 0;
  border: 0 solid #ffffff;
  color: #ff0000;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #ffffff;
}
#contentheader .message {
  background: #ffffff;
}
#contentheader .error *, #contentheader .message * {
  margin: 0;
  padding: 0;
}
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #0000ff;
  font-weight: bold;
}

/************************
 *
 * Right Sidebar
 *
 ************************/
#rightsidebar {
  margin-right: -260px;
  width: 250px;
  height: auto !important;
  min-height: 260px;
  height: 260px;
  padding: 10px 5px 10px 5px;
  background: url('http://www.summer-daycamps.com/img/circles2.gif') no-repeat 80px 0;
  position: relative;
  top: -50px;
}

#login_bar {
  font-size: 12px;
  padding-bottom: 0;
}

#login_bar .sublist {
  margin-left: -25px;
}

#featured_sponsor {
  text-align: center;
}

#featured_article {
  font-size: 12px;
}

.right_grey_heading {
  background: url('http://www.summer-daycamps.com/img/grey_headerybg.jpg') no-repeat;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 5px;
}

#about_us_menu a {
  margin-left: 40px;
}

/************************
 *
 * Hover Ad Styles
 *
*************************/

#hidden {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 500px;
  height: 333px;
  background-color: #DDD;
  left: -245px;
  //left: -245px;
  z-index: 1005;
}

img#hover1 {
  position: absolute;
  left: 0px;
}

img#hover2 {
  visibility: hidden;
}

#ad {
  position: relative;
  text-align: center;
  z-index: 1004;
}

/************************
 *
 * Link Listing
 *
 ************************/
.linklisting {
  padding: 5px 5px 0px 10px;
  margin: 15px 5px;
  position: relative;
  left: 0;
  width: 96%;
  border: 1px solid #ffca00;/* #000000;*/
  background: #ffffff;/* #FCFBC9;*/
}

.linktitle {
  padding-bottom: 4px;
}

.camp_logo {
  margin: 5px 5px 0 0;
}

.linklisting div.linktitle {
  font-size: 14px;
}

.listingCampType, .linkLocation {
  font-size: 11px;
}

.linklisting .linkdescription {
  font-size: 11px;
  border: none;
  background: none;
}

.listingPhone {
  font-size: 11px;
}

.linklisting .linkactions {
  padding: 0px 0px 4px 0px;
}
.linklisting p.linkactions a, .linklisting_free p.linkactions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 11px;
  text-decoration: none;
  background: #ffca00;
  color: #0000ff;
}
.linkactions a:hover {
  background: #e2e1eb;
}

.linklisting_free {
  padding: 0 30px;
  background: none;
  border: none;
}
.linklisting_free .with_logo {
  height: auto !important;
  min-height: 90px;
  height: 90px;
}
.linklisting_free .linkactions {
  padding: 4px 0px 4px 0px;
}
.linklisting_free div.linktitle {
  font-size: 14px;
  padding-bottom: 3px;
  margin: 8px 0 0 0;
}

.linklisting_free .listingCampType, .linklisting_free .listingPhone, .linklisting_free .linkLocation, .linklisting_free .linkdescription {
  font-size: 11px;
  background: none;
  border: none;
}

/************************
 *
 * Detailed
 *
 ************************/
.detailed_listing {
  margin: 0 10px;
  font-size: 12px;
  height: auto !important;
  height: 1px;
}
.detailed_next_prev {
  font-size: 11px;
}
.detailed_heading {
  margin-bottom: 10px !important;
  margin-bottom: 0;
}
.detailed_heading a {
  text-decoration: none;
  color: #ffffff;
}
.detailed_links {
  font-size: 11px;
  height: auto !important;
  min-height: 180px;
  height: 180px;
}
.detailed_links_free {
  font-size: 11px;
  margin: 0 280px 10px 0 !important;
  margin: 0 0 10px 0;
/*
  height: auto !important;
  min-height: 180px;
  height: 180px;
*/
}
.detailed_links .spacing, .detailed_links_free .spacing {
  margin: 0 0 12px 0;
}
#detailed .detailed_links table, #detailed .detailed_links_free table {
  margin: 0 0 0 80px;
}
#detailed .detailed_links td, #detailed .detailed_links_free td {
  border: 1px solid #bbbfa1;
  color: 0000ff;
  background: #ffca00;
  font-size: 12px;
  margin: 5px 4px;
  padding: 2px 6px;
  text-align: center;
}
#detailed .detailed_links td:hover, #detailed .detailed_links_free td:hover {
  background: #e2e1eb;
}
.detailed_address_phone {
  padding-left: 8px;
}
.detailed_phone {
  padding-top: 10px;
}
#detailed .right_grey_heading {
  width: 250px;
}
#detailed .accreditations ul, #detailed .accommodations ul {
  margin: 0;
  padding-left: 5px;
}
#detailed .accreditations {
  margin-bottom: 10px;
}
.detailed_description {
  display: block;
  padding: 10px;
/*
  margin-top: 10px;
  border: 1px solid #000000;
*/
}
.detailed_images {
  margin: 5px 0;
  text-align: center;
}
.detailed_camp_type {
  text-align: left;
  margin: 0;
  padding: 0;
}
.detailed_request_information .bold {
  font-size: 12px;
}
.detailed_map {
  text-align: right;
}


.right_side_detailed_information {
  padding: 0 5px;
  margin-bottom: 10px;
}
#rightsidebar_detailed .accreditations {
  margin-bottom: 10px;
}
#rightsidebar_detailed .accommodations {
  margin-bottom: 10px;
}
.right_side_detailed_related_camps {
  padding: 0 5px;
  margin-bottom: 10px;
}

/************************
 *
 * Shadows
 *
 ************************/
.shadowtop {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft {
  width: 30px;
/*
  height: 30px;
*/
  font-size: 1px;
}
.shadowtopright {
  width: 20px;
/*
  height: 30px;
*/
  font-size: 1px;
}
.shadowbottom {
  height: 30px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowbottomleft {
  width: 30px;
  height: 30px;
  font-size: 1px;
}
.shadowbottomright {
  width: 20px;
  height: 30px;
  font-size: 1px;
}
.shadowtop {
  background: none;
}
.shadowbottom {
  background: none;
}
.shadowleft {
  background: none;
}
.shadowright {
  background: none;
}
.shadowtopleft {
  float: left;
  background: none;
}
.shadowtopright {
  float: right;
  background: none;
}
.shadowbottomleft {
  float: left;
  background: none;
}
.shadowbottomright {
  float: right;
  background: none;
}

/************************
 *
 * Misc
 *
 ************************/

p {
  margin: 0;
  padding: 0;
}
div {
  margin: 0;
  padding: 0;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
/*
  content: ".";
*/
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 0;
}
.clear {
  display: block;
}
/* end non ie/mac css */
.clear_left {
  clear: left;
}

.formborder {
  border: 1px solid #ffe401;
}

.formheading {
  background: #FFCC00;
  font-weight: bold;
  padding: 8px 0;
  font-size: 16px;
}

h2.descrip {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}

.search_category {
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: 10px !important;
  left: 0;
  color: #000000;
}

.search_category table {
  border: 2px; 
  outset: #A80606; 
  border-collapse: collapse; 
  background-color: #FFCC00;
}

#category dl {
  width: 49%;
}

#home dl {
  width: 100%;
}

#privacy ol, #privacy li {
  font-size: 12px;
}

.site_map_country {
  font-size: 18px;
}

.site_map_state {
  font-size: 14px;
}

#add div.checkboxes, #modify div.checkboxes {
  margin-left: 171px;
}

p.row label.name {
  padding-right: 0;
  width: 100%;
  float: none;
}

.search_group {
  padding-bottom: 30px;
}

#modify_select input.radio {
  margin-top: 10px;
}

#modify_select div.link {
  margin-left: 10px;
}

.menu_links {
  padding: 0 4px;
}

#contact_us form.contact {
  border: 1px solid #000000;
  background: #e7e6b6;
  margin: 0 auto;
  width: 60%;
}

#contact_us form.contact table.contact {
  margin: 10px auto;
}

/* FAQ */
.dotted {
  border-bottom: 1px dotted #bbbfa1;
}

#add_camp_info dt {
  font-size: 15px;
}
#add_camp_info dd h3 {
  margin: 10px 0;
  padding: 0;
  border-bottom: none;
  font-weight: normal;
}
#add_camp_info .help_pic {
  position: relative !important;
  position: fixed;
  left: -20px !important;
  left: -50px;
}
dl#faq_DL {

}
/*  "Show All" + "Hide All" links */
#faq_ToggleON, #faq_ToggleOFF {
  border: 1px solid #333;
  padding: 0 5px;
  margin-right: 5px;
}
/* zeroing out padding and margin */
#faq_DL dd, #faq_DL dt {
  margin: 0;
  padding: 0;
} 
/* margin for the DTs (shorthand) */
#faq_DL dt {
  margin: 7px 0;
}
/* image and left padding for DDs */
#faq_DL dd {
  padding-left: 15px;
}
/* styling all anchors in the DTs */
#faq_DL dt a {
  background: 0 50% no-repeat;
  padding-left: 32px;
  color: #000000;
  text-decoration: none;
}
#faq_DL dt a:visited {
  color: #666;
}
#faq_DL dt a:visited:hover, #faq_DL dt a:hover, #faq_DL dt a:active, #faq_DL dt a:focus {
  font-weight: bold;
}
/* the + and - gif in the anchors */
#faq_DL .DTplus a {
  background-image: url(http://www.summer-daycamps.com/img/toggleDLplus.gif);
}
#faq_DL .DTminus a {
  background-image: url(http://www.summer-daycamps.com/img/toggleDLminus.gif);
}
#faq_DL .showDD {
  position: relative;
  top: 0;
}
#faq_DL dd, .hideDD {
  top: -9999px; 
  position: absolute;
}
#faq_ToggleON, #faq_ToggleOFF {
  display: inline;
  cursor:pointer;
  cursor:hand;
  text-decoration: none;
}
/*\*//*/
#faq_DL .showDD {display:block}
#faq_DL dd,.hideDD {top:0;position:relative;display:none}
/**/

/************************
 *
 * Columns
 *
 ************************/

.six_column ul {
  width: 54em;
}
/* float & allow room for the widest item */
.six_column ul li {
  float: left;
  width: 9em;
}
/* separate the list from subsequent markup */
div.six_column {
  margin-bottom: 1em;
}

.five_column ul {
  width: 50em;
}
/* float & allow room for the widest item */
.five_column ul li {
  float: left;
  width: 10em;
}
/* separate the list from subsequent markup */
div.five_column {
  margin-bottom: 1em;
}

.four_column ul {
  width: 40em;
}
/* float & allow room for the widest item */
.four_column ul li {
  float: left;
  width: 10em;
}
/* separate the list from subsequent markup */
div.four_column {
  margin-bottom: 1em;
}

.three_column ul {
  width: 39em;
}
/* float & allow room for the widest item */
.three_column ul li {
  float: left;
  width: 13em;
}
/* separate the list from subsequent markup */
div.three_column {
  margin-bottom: 1em;
}

.two_column ul {
  width: 40em;
}
/* float & allow room for the widest item */
.two_column ul li {
  float: left;
  width: 20em;
}
/* separate the list from subsequent markup */
div.two_column {
  margin-bottom: 1em;
}

.noside #signup {
  position: relative;
  left: 60px;
}

.advanced_search {
  margin: 12px 0 0 0;
  border: 1px solid #000000;
  padding: 5px;
}

/************************
 *
 * Home Tabs
 *
 ************************/

div#home_tabs {
  padding-top: 6px;
  background: url('/img/table_slice_01_2.jpg') 0 22px no-repeat;
}

div#home_tabs .shadetabs{
  margin-left: 20px;
}

div#home_tabs div.tabcontentstyle {
  border: none;
  border-left: #F9AD1C solid 2px;
  border-right: #F9AD1C solid 2px;
  padding: 15px 12px 6px 10px;
//  padding: 15px 13px 6px 10px;
  margin-bottom: 3px;
}

div#close_tabs {
  height: 7px;
  background: url('/img/table_slice_05.jpg') no-repeat;
}

div#home_tabs .shadetabs li a{
  text-decoration: none;
  padding: 8px 72px;
  margin-right: 3px;
  border: none;
  color: #ffffff;/* #2d2b2b;*/
  background: url('/img/sd_large_button.gif');/* top left repeat-x;/*# ffca00;*/
/*
  background: url('/img/sd_large_button.gif') 40px 0 no-repeat;
*/
}

div#home_tabs .shadetabs li a:visited{
  color: #ffffff;/* #2d2b2b;*/
}

div#home_tabs .shadetabs li a:hover{
  text-decoration: underline;
  color: #ffffff;/* #2d2b2b;*/
}

div#home_tabs .shadetabs li.selected{
/*
  position: relative;
  top: -1px;
*/
}

div#home_tabs .shadetabs li.selected a{ /*selected main tab style */
  background-image: url('/img/sd_large_button.gif');
/*
  border-bottom-color: white;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 10;
*/
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

#linked_cats p {
  padding: 2px 0 2px 5px;
}

	
	
#mySummerCampsVanillaAdsContainer {
	display:inline;
}
#mySummerCampsVanillaAdsContainer #afcSlot_0, #mySummerCampsVanillaAdsContainer #afcSlot_1, #mySummerCampsVanillaAdsContainer #afcSlot_2, #mySummerCampsVanillaAdsContainer #afcSlot_3 {
	width:300px;
	border: 1px solid #000F99;
	padding-bottom:6px;
}
#mySummerCampsVanillaAdsContainer #afcSlot_0, #mySummerCampsVanillaAdsContainer #afcSlot_2 {
	margin:10px 20px 10px 0;
	position:relative;
	float:left;
}
#mySummerCampsVanillaAdsContainer #afcSlot_1, #mySummerCampsVanillaAdsContainer #afcSlot_3 {
	margin:10px 0;
	position:relative;
	float:left;
}
#mySummerCampsVanillaAdsContainer .adsByGoogle {
	color:#c2c1c1;
	font-size:11px;
	float:right;
	margin: 6px;
}
#mySummerCampsVanillaAdsContainer .googleTextAd {
	text-align:left;
	font-size:13px;
	background:#ffffff;
}
#mySummerCampsVanillaAdsContainer .googleTextAd div {
	font-size:12px;
}
#mySummerCampsVanillaAdsContainer .googleTextAd div a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#mySummerCampsVanillaAdsContainer .googleTextAd .visibleUrl {
	font-size:12px;
	color:#000F99;
}
#mySummerCampsVanillaAdsContainer .ad-1 a,
#mySummerCampsVanillaAdsContainer .ad-2 a,
#mySummerCampsVanillaAdsContainer .ad-3 a,
#mySummerCampsVanillaAdsContainer .ad-4 a{
	color:#000F99;
	padding:0px 6px 6px 6px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line1, 
#mySummerCampsVanillaAdsContainer .ad-2-line1, 
#mySummerCampsVanillaAdsContainer .ad-3-line1, 
#mySummerCampsVanillaAdsContainer .ad-4-line1 {
	background-color:#000F99;
	padding:6px 6px 6px 0px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line2, 
#mySummerCampsVanillaAdsContainer .ad-1-line3, 
#mySummerCampsVanillaAdsContainer .ad-1-line4 {
	background-color:#FFFFFF;
}
#mySummerCampsVanillaAdsContainer .ad-1-line1 a,
#mySummerCampsVanillaAdsContainer .ad-2-line1 a,
#mySummerCampsVanillaAdsContainer .ad-3-line1 a,
#mySummerCampsVanillaAdsContainer .ad-4-line1 a  {
	color:#FFFFFF;
	_color:#000F99;
}
#mySummerCampsVanillaAdsContainer .ad-1-line2,
#mySummerCampsVanillaAdsContainer .ad-2-line2,
#mySummerCampsVanillaAdsContainer .ad-3-line2,
#mySummerCampsVanillaAdsContainer .ad-4-line2 {
	color:#000000;
}
#mySummerCampsVanillaAdsContainer .ad-1-line2 div,
#mySummerCampsVanillaAdsContainer .ad-2-line2 div,
#mySummerCampsVanillaAdsContainer .ad-3-line2 div,
#mySummerCampsVanillaAdsContainer .ad-4-line2 div {
	padding:6px 6px 0 6px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line3,
#mySummerCampsVanillaAdsContainer .ad-2-line3,
#mySummerCampsVanillaAdsContainer .ad-3-line3,
#mySummerCampsVanillaAdsContainer .ad-4-line3 {
	color:#000000;
}
#mySummerCampsVanillaAdsContainer .ad-1-line3 a,
#mySummerCampsVanillaAdsContainer .ad-2-line3 a,
#mySummerCampsVanillaAdsContainer .ad-3-line3 a,
#mySummerCampsVanillaAdsContainer .ad-4-line3 a {
	padding:0px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line3 div,
#mySummerCampsVanillaAdsContainer .ad-2-line3 div,
#mySummerCampsVanillaAdsContainer .ad-3-line3 div,
#mySummerCampsVanillaAdsContainer .ad-4-line3 div {
	padding:0px 6px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line4 a,
#mySummerCampsVanillaAdsContainer .ad-2-line4 a,
#mySummerCampsVanillaAdsContainer .ad-3-line4 a,
#mySummerCampsVanillaAdsContainer .ad-4-line4 a {
	color:#000F99;
}

#mySummerCampsVanillaAdsFooter {
	width:640px;
	margin:20px auto;
}
#mySummerCampsVanillaAdsFooter #afcSlot_0, #mySummerCampsVanillaAdsFooter #afcSlot_1, #mySummerCampsVanillaAdsFooter #afcSlot_2, #mySummerCampsVanillaAdsFooter #afcSlot_3, #mySummerCampsVanillaAdsFooter #afcSlot_4, #mySummerCampsVanillaAdsFooter #afcSlot_5 {
	width:640px;
	border: 1px solid #000F99;
	padding-bottom:6px;
	margin:0px 5px 20px;
}
#mySummerCampsVanillaAdsFooter .adsByGoogle {
	color:#c2c1c1;
	font-size:11px;
	float:right;
	margin: 6px;
}
#mySummerCampsVanillaAdsFooter .googleTextAd {
	text-align:left;
	font-size:13px;
	background:#ffffff;
}
#mySummerCampsVanillaAdsFooter .googleTextAd div {
	font-size:12px;
}
#mySummerCampsVanillaAdsFooter .googleTextAd div a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#mySummerCampsVanillaAdsFooter .googleTextAd .visibleUrl {
	font-size:12px;
	color:#000F99;
}
#mySummerCampsVanillaAdsFooter .ad-1 a,
#mySummerCampsVanillaAdsFooter .ad-2 a,
#mySummerCampsVanillaAdsFooter .ad-3 a,
#mySummerCampsVanillaAdsFooter .ad-4 a{
	color:#000F99;
	padding:0px 6px 6px 6px;
}
#mySummerCampsVanillaAdsFooter .ad-1-line1, 
#mySummerCampsVanillaAdsFooter .ad-2-line1, 
#mySummerCampsVanillaAdsFooter .ad-3-line1, 
#mySummerCampsVanillaAdsFooter .ad-4-line1 {
	background-color:#000F99;
	padding:6px 6px 6px 0px;
}
#mySummerCampsVanillaAdsFooter .ad-1-line2, 
#mySummerCampsVanillaAdsFooter .ad-1-line3, 
#mySummerCampsVanillaAdsFooter .ad-1-line4 {
	background-color:#FFFFFF;
}
#mySummerCampsVanillaAdsFooter .ad-1-line1 a,
#mySummerCampsVanillaAdsFooter .ad-2-line1 a,
#mySummerCampsVanillaAdsFooter .ad-3-line1 a,
#mySummerCampsVanillaAdsFooter .ad-4-line1 a  {
	color:#FFFFFF;
	_color:#000F99;
}
#mySummerCampsVanillaAdsFooter .ad-1-line2,
#mySummerCampsVanillaAdsFooter .ad-2-line2,
#mySummerCampsVanillaAdsFooter .ad-3-line2,
#mySummerCampsVanillaAdsFooter .ad-4-line2 {
	color:#000000;
}
#mySummerCampsVanillaAdsFooter .ad-1-line2 div,
#mySummerCampsVanillaAdsFooter .ad-2-line2 div,
#mySummerCampsVanillaAdsFooter .ad-3-line2 div,
#mySummerCampsVanillaAdsFooter .ad-4-line2 div {
	padding:6px 6px 0 6px;
}
#mySummerCampsVanillaAdsFooter .ad-1-line3,
#mySummerCampsVanillaAdsFooter .ad-2-line3,
#mySummerCampsVanillaAdsFooter .ad-3-line3,
#mySummerCampsVanillaAdsFooter .ad-4-line3 {
	color:#000000;
}
#mySummerCampsVanillaAdsFooter .ad-1-line3 a,
#mySummerCampsVanillaAdsFooter .ad-2-line3 a,
#mySummerCampsVanillaAdsFooter .ad-3-line3 a,
#mySummerCampsVanillaAdsFooter .ad-4-line3 a {
	padding:0px;
}
#mySummerCampsVanillaAdsFooter .ad-1-line3 div,
#mySummerCampsVanillaAdsFooter .ad-2-line3 div,
#mySummerCampsVanillaAdsFooter .ad-3-line3 div,
#mySummerCampsVanillaAdsFooter .ad-4-line3 div {
	padding:0px 6px;
}
#mySummerCampsVanillaAdsFooter .ad-1-line4 a,
#mySummerCampsVanillaAdsFooter .ad-2-line4 a,
#mySummerCampsVanillaAdsFooter .ad-3-line4 a,
#mySummerCampsVanillaAdsFooter .ad-4-line4 a {
	color:#000F99;
}

