body {
    background: #dee0ec;
    font-family: 'Carme', sans-serif;
    color: #0c196a;
    margin: 0px;
    padding: 0px;
    overflow-x:hidden;
	line-height: 1.5em;
}
a {
    color: #1e5f8a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a,
a:active
{
  outline: none;
}

h1, h2, h3 {font-family:'Carme', sans-serif;text-transform:uppercase;font-weight:700;}

#mcontainer1 {
}
#newimagescroller {
    margin: 0 auto;
    position: relative;
    height: 400px;
    width: 100%;
    border-bottom: 20px solid #0c186a;
    overflow-y:hidden
}
#newimagescroller img {width:100% !important;max-height:100% !Important;}

#dropdown1 {
    margin: 0 auto;
    background-color: #d3e2ee;
    height: 200px;
    width: 80px;
    position: absolute;
    top: -1020px;
    left: 30px;
    opacity: 0;
}

#dropdown1 {
    margin: 0 auto;
    background-color: #d3e2ee;
    height: 200px;
    width: 80px;
    position: absolute;
    top: -1000px;
    left: 132px;
    opacity: 0;
}

#dropdown2 {
    margin: 0 auto;
    background-color: #d3e2ee;
    height: 200px;
    width: 80px;
    position: absolute;
    top: -1200px;
    left: 214px;
    opacity: 0;
}

#dropdown3 {
    margin: 0 auto;
    background-color: #d3e2ee;
    height: 200px;
    width: 80px;
    position: absolute;
    top: -1400px;
    left: 296px;
    opacity: 0;
 }

 #dropdown4 {
    margin: 0 auto;
    background-color: #d3e2ee;
    height: 200px;
    width: 80px;
    position: absolute;
    top: -1600px;
    left: 378px;
    opacity: 0;
 }

#dropdown5 {
    margin: 0 auto;
    background-color: #d3e2ee;
    height: 200px;
    width: 80px;
    position: absolute;
    top: -1800px;
    left: 460px;
    opacity: 0;
 }

 #dropdown6 {
    margin: 0 auto;
    background-color: #d3e2ee;
    height: 200px;
    width: 80px;
    position: absolute;
    top: -2000px;
    left: 542px;
    opacity: 0;
 }

 #subnav {
background-color: #b2bee1;
margin: 0 auto;
position: relative;
width: 550px;
height: 135px;
border: 2px solid;
border-radius: 25px;
border-color: #FFFFFF;
top: -100px;
opacity: 0.95;
moz-border-radius: 30px;
padding: 15px;
z-index: 200;
box-shadow: 5px 5px 2px #3a3939;
 }
#subnav img {width:160px!important;height:100px !important;}

 .imageborder {
    border-radius: 5px;
    border-width: 5px;
    border-color: #FFFFFF !important;
    border: 5px solid;

 }

 .imageborder2 {

 }
 #img1 {
    margin-left: 4px;
 }

 #img2 {
    margin-left: 12px;
     }

 #img3 {
    margin-left: 12px;
 }

 #list1 {
    top: -10px;margin:0 30px;padding:0;
 }
 #list1 li {
    list-style-type: none;
    display: inline;
    font-family: Verdana;
    font-size: 18px;
 }

 #wv {
    margin-left: -40px;
    margin-top: -10px;
    position: relative;
    font-family: Verdana !important;
 }

 #lc {
    position: relative;
    margin-left: 24px;
    margin-top: -10px;
    font-family: Verdana !important;
 }

 #d {
    margin-left: 57px;
    margin-top: -10px;
    position: relative;
    font-family: Verdana !important;
 }
#leftarrow{
	position: absolute;
	margin: 0 auto;
	height: 144px;
	width: 150px;
	left: -550px;
	z-index: 200;
	top: 340px;
	left: 0;
}
#rightarrow {
    position: absolute;
    margin: 0 auto;
    height: 144px;
    width: 150px;
    top: 340px;
    right: 0;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    z-index: 200;


}



#section1 {
	position: relative;
	margin: 0 auto;
	height: 435px;
	width: 1200px;
	z-index: 100;
	background-color: #fff;
	top: -153px;
}

#fill1 {
    position: relative;
	margin: 0 auto;
	width: 1160px;
	background-color: #fff;
	top: 30px;
}

#content1 {font-size: 14px;text-align: justify;width: 55%;float: left;margin-top: 30px;}

#content1 h2 {font-family: 'Economica', sans-serif;font-weight:700;font-size: 36px;font-weight: 700;-webkit-font-smoothing: antialiased;text-transform: uppercase;color: #232f78;}

#content1 p {line-height:1.7em;color:#000;font-family: 'Carme', sans-serif;}

#content2 {width: 35%;float: right;margin-top:30px;}

#button1 {
    position: relative;
    margin: 0 auto;
    height: 33px;
    width: 124px;

background: rgb(165,214,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(165,214,255,1) 0%, rgba(63,153,186,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,214,255,1)), color-stop(100%,rgba(63,153,186,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(165,214,255,1) 0%,rgba(63,153,186,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(165,214,255,1) 0%,rgba(63,153,186,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(165,214,255,1) 0%,rgba(63,153,186,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(165,214,255,1) 0%,rgba(63,153,186,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d6ff', endColorstr='#3f99ba',GradientType=0 ); /* IE6-9 */
border-radius: 10px;
moz-border-radius:4px;
left: -450px;
top: -200px;
color: white;
font-family: Verdana;
}

#button1text {
    position: relative;
    margin: 0 auto;
    left: 23px;
    top: 6px;
    font-size: 16px;
}

#graphic {
    margin: 0 auto;
    position: relative;
    text-align:right;
    top: -450px;
}


input,textarea,select{
    border: 1px solid #1e5f8a;
    padding: 5px;
    
}
input[type='checkbox'], input[type='radio'] {
    border: 0px !important;
}

div#header {
    height: 195px;
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

div#header div#go_home {
    width: 620px;
    height: 185px;
    text-indent: -9999px;
    cursor: pointer;
}
div#header div#logo {
	width:580px;
	height:170px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	background: url(../images/new/logo-stardust.jpg) no-repeat;
}
div#header div#contact_phone {
    float: right;
    margin-top: 30px;
    margin-right:20px;
    clear: both;
    color: #232f78;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0;
    border-top:1px solid #edecf4;
    border-bottom: 1px solid #edecf4;
    text-align: right;
    margin-left: 200px;
    font-family: 'Economica', sans-serif;
    background: url(../images/new/headphones.png) center center no-repeat;
}
div#header div#contact_phone span {
    font-weight: 700;
}
div#header div#contact_phone a {
    text-decoration:none;
    letter-spacing:2px;
}
div#header div#header-right {
	float: right;
	width: 575px;
}
div#header div#tabs{
    float: right;
    margin-top: 10px;
    clear: both;
}
div#header div#tabs ul {
    margin: 0px;
    padding: 0px;
}

div#header div#tabs ul li.tab,
div#header div#tabs ul li.tab_over{
    width: 80px;
    height: 25px;
    text-align: center;
    float: left;
    margin-left: 2px;
    padding-top: 15px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    list-style-type: none;
    background:#232f78;
    font-family: 'Economica', sans-serif;
}


div#header div#tabs ul.sf-js-enabled li.tab, div#header div#tabs ul.sf-js-enabled li.tab_over {height:35px;padding-top:5px;margin-top:0;}

div#header div#tabs ul li.tab a,
div#header div#tabs ul li.tab_over a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
	padding: 5px;
}
#tabs .sf-menu > li:hover {background:#b2bee1 !important;}
.sf-menu li ul li {opacity:1;background:#fff !important;}
.sf-menu li ul li:hover {background:#d8dff2!important;}
.sf-menu li ul li a {text-align:left;padding-left:15px!important;}

div#content {
    background: #fff;
    width: 1200px;
    margin: 0px;
    margin: 0 auto;
}
div#content.home {
    width: 960px;
    height: 467px;
    position:relative;
    padding:0 120px;
}
div#content.category {
    width: 1200px;
}
div#content.home div#home_dancers {
    width: 285px;
    height: 296px;
    float: left;
    margin: -25px 0 0 125px;
}
div#content.home div#home_photo {
    width: 285px;
    height:158px;
    float:left;
    clear:both;
    margin: -200px 0 0 5px;
}

div#content.home div#home_photologo {
    width: 285px;
    height:73px;
    float:left;
    margin: -275px 0 0 5px;
}

div#content.home div#home_dancers img, div#content.home div#home_photo img {
    border: 3px solid #1e5f8a;
    width: 280px;
}


div#content.home div#home_photo2 {
    width: 285px;
    height:158px;
    float:right;
    clear:both;
    margin: -200px 124px 0 0;
    
}

    
div#content.home div#home_photologo2 {
    width: 285px;
    height:73px;
    float:right;
    margin: -275px 136px 0 0;
}


    
div#content.home div#home_photo2 img {
    border: 3px solid #1e5f8a;
    width: 280px;
}
div#content.home div#home_info_bar {
    background: transparent url(../images/homeBarBG2.gif) repeat-x;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 268px;
    left: 0px;
    color: #0c196a;
    z-index:0;
}


div#content.home div#home_info_bar_position h1{
    position:absolute;
    float:left;
    clear:both;
    width:309px;
    height:25px;
    margin: 290px 0 0 5px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    z-index:1;
}

div#content.home div#home_info_bar_position h2{
    position:absolute;
    float:left;
    width:309px;
    height:25px;
    margin: 345px 0 0 5px;
    font-weight: bold;
    font-size: 13.5px;
    text-align: center;
    line-height: 20px;
    z-index:1;
}


div#content.home div#home_info_bar_position h3{
    position:absolute;
    float:right;
    width:309px;
    height:25px;
    margin: 290px 0 0 554px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    z-index:2;
}

div#content.home div#home_info_bar_position h4{
    position:absolute;
    float:right;
    width: 309px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin: 346px 0 0 552px;
    z-index:2;
}

div#content.home div#home_info_bar_position h5{
    position:absolute;
    float:left;
    width: 309px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: auto;
    margin: 322px 0 0 113px;
    z-index:2;
}


div#content.home div a#view_all {
    font-size: 12px;
    font-weight:normal;
    margin-top:5px;
    color: #3376a2;
    z-index:3;
}

div#dance_cruise_buttons{
    position:absolute;
    margin: 460px 0 0 -20px;
}

div#dance_weekend_buttons{
    position:absolute;
    margin: 452px 0 0 523px;
}

div a.learn_more {
    background: transparent url(../images/actionButtons.gif) 0px 0px;
    width: 162px;
    height: 33px;
    float: left;
    text-indent: -9999px;
    margin-left: 12px;
}
div a.learn_more:hover{
    background: transparent url(../images/actionButtons.gif) -162px 0px;
}
div#content.home a.signup {
    margin-left: 10px;
}
a.signup,
.productSubmitInput{
    background: transparent url(../images/actionButtons.gif) -324px 0px;
    width: 162px;
    height: 33px;
    float: left;
    text-indent: -9999px;
    margin-left: 0px;
    border: 0px;
}
div a.signup:hover {
    background: transparent url(../images/actionButtons.gif) -486px 0px;
}
div#home_bottom_bar {
    background: #b3cade;
    height: 165px;
    padding-top:73px;
}
div#home_bottom_bar div#home_bottom_bar_center{
    width: 960px;
    margin: 0px auto;
}

div#home_bottom_bar div.bubble1,
div#home_bottom_bar div.bubble2,
div#home_bottom_bar div.bubble3,
div#home_bottom_bar div.bubble_big{
    height: 137px;
    width: 273px; 
    float: left;
    margin-left: 28px;
}


div#home_bottom_bar div.bubble_big{
width: 546px;
background: #880000;
}

div#home_bottom_bar div.bubble_big div.title{
font-size: 24px;
font-weight: bold;
text-align: center;
}

div#home_bottom_bar div.bubble1{
    background: transparent url(../images/home_bubbles.gif) no-repeat 0px 0px;
    margin-left: 41px;
}
div#home_bottom_bar div.bubble1 a, div#home_bottom_bar div.bubble_big a{
    color: #fff;
    text-decoration: none;
}
div#home_bottom_bar div.bubble1 div.title{
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    padding: 12px 20px 0px 20px;
    letter-spacing:-0.03em;
}
div#home_bottom_bar div.bubble1 div.subtitle, div#home_bottom_bar div.bubble_big div.subtitle{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
    line-height: 1em;
}


div#home_bottom_bar div.bubble_big div.subtitle{
background: #FFFFFF url('../bballoons.jpg') no-repeat;
}


div#home_bottom_bar div.bubble1 div.links, div#home_bottom_bar div.bubble_big div.links{
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 23px 0px 0px;
}
div#home_bottom_bar div.bubble1 div.links a, div#home_bottom_bar div.bubble_big div.links a{
    color: #195881;
    text-decoration: underline;
    padding: 0px 10px;
}
div#home_bottom_bar div.bubble1 div.links a:hover, div#home_bottom_bar div.bubble_big div.links a:hover{
    text-decoration: none;
}
div#home_bottom_bar div.bubble2 {
    background: transparent url(../images/home_bubbles.gif) no-repeat -273px 0px; 
    margin-left: 10px;
}

div#home_bottom_bar div.bubble2 div.title{
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    padding: 11px 25px 0px;
}
div#home_bottom_bar div.bubble2 div.title a{
    color: #fff;
    text-decoration: none;
}
div#home_bottom_bar div.bubble2 div.subtitle{
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    /* padding-left: 85px; */
    padding-right: 25px;
    padding-top: 22px;
    line-height: 1em;
    font-weight: bold;
}
div#home_bottom_bar div.bubble2 div.subtitle a{
    text-decoration: none;
}  
div#home_bottom_bar div.bubble2 div.links{
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    padding: 15px 25px 0px;
}
div#home_bottom_bar div.bubble2 div.links a{
    color: #195881;
    text-decoration: underline;
    font-size: 12px;
}
div#home_bottom_bar div.bubble2 div.links a:hover{
    text-decoration: none;
}
div#home_bottom_bar div.bubble3 {
    background: transparent url(../images/home_bubbles.gif) no-repeat -546px 0px;
}
div#home_bottom_bar div.bubble3 div.title{
    font-weight: bold;
    font-size: 17px;
    text-align: right;
    padding: 20px 20px 0px 85px;
    line-height: 1.3em;
}
div#home_bottom_bar div.bubble3 div.title a{
    color: #000;
    text-decoration: underline;
}
div#home_bottom_bar div.bubble3 div.title a:hover{
    text-decoration: none;
}
div#footer {
background: #dee0ec;
color: #232f78;
font-size: 11px;
border-top: 2px solid #eeeff4;
padding: 0;
line-height: 2em;
}
div#footer div#footer_center {
    margin: 0 auto;
    width: 1160px;
    background: #fff;
    padding: 20px;
}
div#footer a{
    color: #232f78;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}
div#footer a:hover{
    text-decoration: underline;
}

/*
 *   Non-Homepage
 */
div#content.category {
     min-height: 500px;
     padding-bottom: 40px;
}
div#content div#left_col{
     width: 330px;
     margin-left: 40px;
     float: left;
     margin-top: 35px;
}
div#content div#left_col div#crumbs_box {
     border: 2px solid #868db5;
     background: #e4e6ef;
     padding: 20px;
}
div#content div#left_col div#crumbs_box h2,
div#content div#left_col div#crumbs_box h2 a{
     font-size: 24px;
     color: #0c196a;
     font-weight: bold;
     margin: 0px 0px 15px;
}
div#content div#left_col div#crumbs_box div.item{
     font-size: 12px;
     color: #000;
     font-weight: bold;
     margin: 0px 0px 15px;
}
div#content div#left_col div#crumbs_box div.item a{
     color: #0c196a;
}

div#content div#crumbs_box {
     border: 1px solid #89b1cc;
     background: #c0dcf2;
     padding: 20px;
}
div#content div#crumbs_box h2,
div#content div#crumbs_box h2 a{
     font-size: 24px;
     color: #0c196a;
     font-weight: bold;
     margin: 0px 0px 15px;
}

div#content .top_crumbs_box h2,
div#content .top_crumbs_box h2 a{
     font-size: 18px;
     color: #0c196a;
     font-weight: bold;
     margin: 0px 0px 10px;
}

div#content .top_crumbs_box{
margin-bottom: 15px;
}
div#content .top_crumbs_box div.item{
     font-size: 12px;
     color: #000;
     font-weight: bold;
     margin: 0px 0px 15px;
     display: inline;
}
div#content div#crumbs_box div.item a{
     color: #0c196a;
}


div#content div#right_col{
     width: 750px;
     margin-left: 40px;
     float: left;
     margin-top: 23px;
}


div#content div#right_col div.product_item{
     border-bottom: 1px solid #89b1cc;
     margin-bottom: 35px;
     color: #1e5f8a;
     padding-bottom: 35px;
}


/*
 *  Product Page
 */

div#content div#right_col div.product_page h2{
     font-size: 18px;
     font-weight: bold;
     text-transform: uppercase;
     margin: 0px 0px 5px;
}
div#content div#right_col div.product_page h1{
     font-size: 29px;
     font-weight: bold;
     margin-top: 5px;
     margin-bottom: 20px;
     line-height: 1em;
}

div#content div#right_col div.product_page h1 a, div#content div#right_col div.product_page h3 a{
text-decoration: none;
}
div#content div#right_col div.product_page img{
     border: 1px solid #1e5f8a;
     margin: 5px; 
}
div#content div#right_col div.product_page div.description{
     border-bottom:1px solid #1e5f8a;
     font-size:15px;
     font-weight:bold;
     margin-top:25px;
     padding-bottom:30px;
}
.productSubmitInput,
div#content div#right_col div.product_page a.signup{
     margin-left: 0px;
     border: 0px !important;
     margin-top: 20px;
}
div.catProdAttributeItem{
     float: left;
     width: 170px;
     font-size: 13px;
     margin-bottom: 10px;
     height: 60px;
}
div.catProdAttributeItem input {
     float: left;
     margin-right: 7px;
     padding-top: 0px;
     margin-top: 0px;
     margin-bottom: 20px;
}
div.catProdAttributeItem img{
     height: 140px;
     margin: 10px 0px 25px 5px;
}
div.catProdAttributeTitle,
div#content div#right_col div.product_page h3{
     font-size: 24px;
     color: #0c196a;
     font-weight: bold;
     margin-bottom: 15px;
     border-top: #1E5F8A;
}
.productAttributes{
     float: left;
     clear: both;
}
div.checkout_block{
     margin-top: 35px;
     float: left;
     background: #f1f2f7;
     padding: 30px 0px 30px 30px;
}
.productTextInput {
     border:1px solid #1E5F8A;
     float:left;
     margin-top:10px;
     padding:9px;
     width:20px;
}
.productSubmitInput {
     float: left;
     margin-left: 15px;
     margin-top: 10px;
}
div#content div#right_col div.product_page table {
     font-weight: normal;
     border: 0px;
     font-size: 14px;
     line-height:20px;
     padding: 15px 10px 0px 0px;
}
div#content div#right_col div.product_page table tbody {
     padding: 0px;
}
div#content div#right_col div.product_page table td{
     padding: 4px 0px;
}
div#content div#right_col div.product_page div.poplet_container {
     margin: 30px 0px 0px 0px;
     border-bottom:1px solid #1E5F8A;
     padding-bottom:30px;
}
div#content div#right_col div.product_page table.productPoplets {
     margin: 0px;
}
div#content div#right_col div.product_page table.productPoplets td {
     padding: 10px;
}
div#content div#right_col div.product_page table.productRelatedTable {
     margin: 10px 0px 20px;
     padding: 10px;
     background: #B3CADE;
     float: left;
     clear: both;
     font-weight: bold;
     font-size: 10pt;
}
div#content div#right_col div.product_page table.productRelatedTable input{
     margin-right: 7px;
}
div#content div#right_col div.product_page input.productTextInput {
     float: left;
     clear: both;
}
div#content div#right_col div.product_page div.rates_notice,
div#content div#right_col div.product_page div.tax_notice{
     float: left;
     clear: both;
     font-size: 12px;
     font-style: italic;
}
div#content div#right_col div.product_page div.tax_notice{
     margin-top: 5px;
     margin-bottom: 20px;
}
div#content div#right_col div.product_page div.upsell{
     border: 1px solid #1E5F8A;
     padding: 15px;
     margin-top: 10px;
}

div#content div#right_col div.product_page div#numGuests{
     float: left; 
     clear: both;
}


/*
 *   Other Pages (like Photo Gallery)
 */
div#content.normal,
div#content.photo_gallery {
     padding: 15px 40px;
     min-height: 500px;
     width: 1120px;
}
div#content.normal {
     font-size: 14px;
}
div#content.photo_gallery .photogalleryTable{
     padding: 0px 0px;
}
div#content.photo_gallery .photogalleryItem img{
     border: 1px solid #1E5F8A;
    margin: 5px;
}
div#content.normal h1,
div#content.photo_gallery h1 {
    font-weight: bold;
    font-size: 26px;
}
div#content.contact table.webform{
    width: auto;
}
div#content.subscribe label,
div#content.contact table.webform label,
div#content.checkout label
{
    font-size: 12px;
    font-weight: bold;
}
div#content.contact table.webform td{
    vertical-align: top;
}
div#content.about h3 {
    margin-top: 30px;
}
span.name {
    font-weight: bold;
    margin-right: 10px;
}
div#content.subscribe label,
div#content.checkout label{
    float: left;
    width: 170px;
}
div#content.subscribe #Captcha{
    margin-left: 170px;
}
span#shippingSpan {
    display: none;
}
div.moduleFooter {
    margin-top: 25px;
}
div#catCartDetails a.cartLink {
    margin: 0px auto;
    width: 880px;
    padding: 40px;
    display: block;
}

h1.home-left *{
margin: 0;
padding: 0;
font-size: small;
font-weight: normal;
line-height: 1.3em;
}

h1.home-left strong, h1.home-left strong, h1.home-left strong em, h1.home-left em strong{ font-weight: bold; }

h1.home-left h3{ float: none; position: relative; z-index: 1}

div#content div#right_col div.product_page img.center {   display: block;   margin-left: auto;   margin-right: auto; }

.catProdAttributeTitle {
    clear:both;
}

div#content.home {
              /*background: url("../images/homeBarBG2.gif") repeat-x bottom left;*/
              height:470px !important;
              
              padding-top:20px;
            }
            
            #content.home .item {
                width:286px;
                float:left;
                height:460px;
                overflow:hidden;
                margin-right:26px;
                position:relative;
            }
            
            #content.home .item.first {
                margin-left:26px;
            }
            
            #content.home .item.last {
                margin:0;
            }
            
            #content.home .item img {
                border: 3px solid #1E5F8A;
            }
            #content.home h2 {
                font-size:14px;
                margin-bottom:15px;
            }
            #content.home h3 {
                font-size:18px;
                margin:30px 0 15px; 
            }
            #content.home p {
                font-size:14px;
                line-height:18px;
                margin:0 0 15px;    
            }
            #content.home a.learn_more {
                position:absolute;
                left:0;
                bottom:15px;
                margin-left:0;
            }
            #content.home a.learnmore img {
                border:none !important;
            }
            
#footer {}
#footer_center {height:140px;}
.footer_left {width:60%;float:left;}
.footer_right {width:40%;float:right;}
.in-us {font-size:24px;padding:0 20px 0 0;border-right:3px solid #ddd;float:left;}
.out-us {font-size:24px;padding:0 0 0 20px;float:left;}
.in-us span,.out-us span {font-size:18px; color: #bbb;}
#footer ul {display:block;float:left;padding:0 30px 10px 0;list-style:none;}
div#footer ul a {color:#232f78;}
#copyright {font-family: 'Carme', sans-serif;font-size:14px;text-align:right;margin-bottom:20px;}
#copyright span {font-size:10px; color:#666;}
#footer #SNicons {float:right;}
#footer div.mailingList {float:right;text-align:right;margin-right:20px;}
#footer div.mailingList a {font-family: 'Carme', sans-serif;font-size:20px;-webkit-font-smoothing:antialiased;color:#232f78;}
#footer div.mailingList a:hover {text-decoration:none;}
#mcontainer1 {margin-bottom: -153px;}
a.mainCTA {width: 183px;float: left;text-align: center;font-family: 'Economica', sans-serif;text-transform:uppercase;font-size:16px;font-weight:700;text-decoration:none;}

a.home {width: 600px;
height: 100%;
display: block;}

div#headerWrap {border-bottom:20px solid #0c186a;}

div#newimagescroller a {width:100%;}

div.pageHeader {border-bottom: 2px solid #0a196c;margin-bottom:20px;}
div.pageHeader img {width:100%;}
div.pageHeader p {border-bottom: 2px solid #0c186c;margin-bottom: 3px;padding-bottom: 10px;}

div.photo_gallery div {float: left; margin-right: 5px; height: 220px; width: 235px;text-align:center;}

a.backButton {display:block;float:left;margin:10px 0;padding: 5px 20px;border:1px solid #bbb;border-radius:12px;box-shadow: 3px 3px 5px #888888;-webkit-box-shadow: 3px 3px 5px #888888;}
