﻿/* Page Layout and Fonts */

* { padding: 0px; margin: 0px; }

body { background:#0e161e url(../images/background.png) center top no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px; 
	color:#222; 
}
p { margin:left:20px;
	margin-right:10px;
	padding-bottom:10px;}
	
	
.highlight 
{ background-color: #C1DFEF;
  margin-bottom:10px;
   border-radius: 5px;
   border-color: #9EC5DA;
   border: 1px;
   box-shadow: 2px 2px grey;
}
.highlight p
{ margin:10px;
  padding-top:10px;
}    
ol {padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
ol li {margin-left:20px;}

h1 {
padding:10px 0 10px 0;
font-family:'Myriad Pro', Georgia, Verdana, Geneva,Arial;
font-size:22px;
color:#195780;
font-weight: 600;
text-decoration:none;
text-shadow: 2px 2px 4px #fff;
background-repeat:no-repeat;
}

img { margin: 0 10px 10px 10px }
h2{ color: #195780; 
    font-weight: 600; 
    font-size: 20px; 
    margin-bottom:10px;  
    text-decoration:none;
    text-shadow: 2px 2px 4px #fff;}
h3{ color: #195780; 
    font-weight: 600; 
    font-size: 18px; 
    margin-bottom:10px;  
    text-decoration:none;
    text-shadow: 2px 2px 4px #fff;}
h3:first-letter { float: left; color: #13527D; font-size: 60px; line-height: 60px; padding-top: 0px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }

.subtitle {
	color: #000000; 
	font-weight: bold; 
	font-size: 14px; 
	text-decoration:none; 
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:20px;
}
a { color: #004f7d; text-decoration: none; }

a:active { color: #004f7d; text-decoration: none; }
a:visited {	color: #004f7d; text-decoration: none; }
a:hover { color: #004f7d; text-decoration: underline; }
.lead {font-size:18px; line-height:1.2; }
.margin-top10 {margin-top:10px;}
.nomargin {margin:0px;}
.nopadding {padding:0px}
.contact {
    color: #195780;
    font-size: 16px; 
    font-style:italic;
    text-align:center;
}
.phone { color: #222;
    font-size: 20px; 
    font-style:italic;
    text-align:center;
}
.phone a { color:#222}
.phone a:hover {color: #004f7d; text-decoration: none;}
#page { width: 1100px; margin: 0 auto; 
	background: transparent url('../images/site_background.png');
	min-height:600px;
 }

#header { position:relative; 
	background: transparent url('../images/header.png') no-repeat left; 
	width: 1100px; 
	height: 168px; 
	color: #fff; 
	padding:0px; 
	margin:0 0 0px 0px; }
#logo { float: left; 
        position:relative;
        top:15px;
        left:20px; }
.social-media { float:right; top:10px; right:20px; position:relative; z-index:1000}

#menubar{position:relative;width:1100px;height:53px;
	background:transparent url(../images/nav_bar.png) top left repeat-x;
	font-size:15px;}
#footer { clear:both;
    background:transparent; 
	width:980px;
	margin: 0 10px 0 10px; 
	padding:0px; 
	text-align:center;
	font-family:'Trebuchet MS',Tahoma,'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #fff;
	height: 20px; }
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	color: #b11436; text-decoration: none;
}
#horizline {color:#FEE58B; margin-top:3px;margin-bottom:5px;}
/* Bottom Menu */
#btmmenu { clear:both; width:1100px;
	position:relative;
	padding-top:10px;
	color:#fff;
	height:52px;
	font-size:12px;
	font-family:'Trebuchet MS',Tahoma,'Myriad Pro',Arial,Verdana;
	background:#0e161e;
}

#btmmenu a { color: #fff; text-decoration: none;  }
#btmmenu a:hover{ 
	color: #fff; 
	text-decoration: underline;}
	

/* Content */
#mainContent { float:left; 
	width:1100px;
	position:relative;
	min-height:500px;
    padding-left:0px;
	display: inline; 
	background:transparent;
	}

#col-wide-main {
    width:760px;
	min-height:500px;
	float:left;
	position:relative;
	padding:10px 0px 10px 10px;
	left:20px;
}
#dream  {
    width:660px;
    height:112px;
    background: url(../images/Dreaming_Graphic.png) no-repeat;
    position: relative;
    float:left;
}
#dream p {
   
    float:left;
    position:relative;
    left: 141px;
    
    font-size: 12px;
    font-style:italic;
    top:10px;
}
#dream .lead span { color:#13527D; font-weight: 500;  }

strong 
{
    color: #195780;
    font-size: 16px; 
    
}
#dream .lead
{
    color: #195780; 
    font-size:18px;
    font-weight: 600;
}
.services-box {width: 450px;
   height: 304px;
   background: url(../images/Services_Box.png) no-repeat;    
   float:left;
   position: relative;
}
#services-link { position: absolute;
   left: 55px;
   top:267px;
   z-index: 100;
}
.services { width: 410px;
           position: relative;
           top: 62px;
           left: 20px;
}

#specials-box {width: 306px;
   height: 304px;
   background: url(../images/SpecialOffer_Box.png) no-repeat;    
   float:left;
   position: relative;
}
#specials { width: 250px;
           position: relative;
           top: 62px;
           left: 30px;
           font-size:16px;
}
#specials .highlight { color:#13527D ; font-weight:600; background:none;}
#col-left  
{
    width:260px;
	position:relative;
	float:right;
	right: 10px;
}
#contact {
	width:250px;
	position:relative;
	height:685px;
	top:10px;
	background:url(../images/New_Contact_Graphic.png) no-repeat;

	}
#contact .phone {color:#5B92B4; font-size:2.5em; font-weight: normal; position:relative; left: 7px; top:320px;}
#contact .phone a {color:#5B92B4; font-family: Arial, Helvetica, sans-serif;}
#contact .phone a:hover {Color:#CEDEE5;}
#contact .hours {color:#5B92B4; font-size:1.5em; font-weight: normal; position:relative; left: 7px; top:370px;}
#contact .address {color:#CEDEE5; line-height: 1.1em; font-size: 1.1em; text-align:center;position:relative;top:320px;font-family: TradeGothic, Helvetica, sans-serif;}
    #contact .address span {
        font-size: 1em;
    }
#contact .madison {color:#CEDEE5; font-weight: 500;  line-height: 1.2em; font-size: 1.0em; 
                   margin-left:5px;text-align:center;position:relative;
                   top:308px;font-family: TradeGothic, Helvetica, sans-serif;}
#contact .athens {color:#CEDEE5; font-weight: 500; line-height: 1.2em; font-size: 1.0em; margin-left:5px;
                  text-align:center;position:relative;top:358px;font-family: TradeGothic, Helvetica, sans-serif;}

.image-scroll {
	overflow: scroll;
	height:150px;
}
img .align-left {text-align:left}
img .pull-left {margin-left:0px; padding-left:0px}
.tara {color:#007BC5}
.leisure {color:#0074BE; line-height:1.5; font-weight:600; margin-top:10px;}
/* Nav */


#col-wide {
	width:960px;
	min-height:500px;
	float:left;
	padding:0 20px 10px 20px;
	margin:0px;
	}
.portfolio 
{
    width:860px;
	float:left;
	padding:0px 100px 10px 0px;
	margin:0px;
	margin-left:60px;
	min-height:680px;
}
#col-wide li {
	font-weight:normal;
	list-style: disc;
}

.section-collapse{
	background: url(../images/hr_bg.png) repeat-x left bottom;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
.section-collapse .expand{
	background: url(../images/hr_bg.png) repeat-x left top;
	padding: 8px 0 !important;
	margin-bottom: 0;
	line-height: 1.2;
}
.section-collapse .expand a{
	padding-left: 24px;
	background: url(../images/btn_open.png) no-repeat left center;
	color:#914850 !important;
}
.section-collapse .open a{
	padding-left: 24px;
	background: url(../images/btn_collapse.png) no-repeat left center;
}
.section-collapse div.collapse{
	padding-left: 24px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.hiddenPic {display:none;}
/*--------------------------- Multi-Column List ---------------------------*/
ul.col-2 {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:5px;
	padding: 0;
	overflow: hidden;
}
ul.col-1 li p{
	padding: 0px 10px;
}
ul.col-2:after {
	content: "_";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul.col-2 li{
	background: none;
	padding: 0;
	border: 0;
	float: left;
	width: 49%;
}
ul.col-2 li p{
	padding: 0px 10px;
}
ul.col-2 li span{
	padding-left: 18px;
	background: url(../images/icon_bullet.png) no-repeat 0px 3px;
	display: block;
}
ul.col-3 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}
ul.col-3:after {
	content: "_";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul.col-3 li{
	background: none;
	padding: 0;
	border: 0;
	float: left;
	width: 33%;
/* 	border: 1px solid black; */
}
ul.col-3 li a{
	font-weight: bold;
	color:#015C8F;
}
ul.col-3 li p{
	padding: 10px 5px 0 8px;
	margin: 0;
}
ul.col-3 li span{
	padding-left: 18px;
	background: url(../images/icon_bullet.png) no-repeat 0px 3px;
	display: block;
}
.spa-company {width:100%; padding-bottom:10px; margin-top:20px;min-height:230px}