@charset "UTF-8";

h1 {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1.5em;
	color: #1D1D77;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	}

h3 {
}
h2 {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1.1em;
	font-style: normal;
	display: block;
	padding-bottom: 2px;
	width: 300px;
	border-bottom: 2px dotted #333;
	margin-right: 10px;
	margin-left: 10px;
	color: #1D1D77;
	font-weight: bold;
	padding-top: 5px;
	}

.longH2 {
	width: 420px;
}

h3 {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 0.8;
	color: #333333;
	font-style: italic;
}


#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/mockup/container-bkgrnd.gif);
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 

.weekendLink {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
	color:#990066;
	text-decoration: none;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1000px;
	height: 200px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 
#nycPic {
	background: url(images/mockup/01-city.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#banner {
	position: absolute;
	height: 150px;
	width: 697px;
	left: 300px;
	top: 0px;
}
#navbarText {
	position:absolute;
	left:299px;
	top:150px;
	width:701px;
	height:48px;
	text-align: center;
	vertical-align: top;
	background: url(images/mockup/03-navbar.jpg);
	background-image: url(images/mockup/03-navbar.jpg);
}
#navbarText ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: relative;
	right: 6%;
	top: 25%;
}
#navbarText li {
	float: right;
}
#navbarText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	top: 25%;
	position: relative;
}
#navbarText a.clearBorder {
	border-right-style: none;
}
#navbarText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0.02em 0.5em;
	border-right: 1px dotted #FFFFFF;
}
#navbarText a:hover {
	background: #EFE2CD;
	color: #A8608D;
}


#mainContent  {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 498px;
} 
#mainContent li {
	list-style: square;
	line-height: 1;
	margin-left: 5px;
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1em;
}
#mainContent p {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1em;
	line-height: 1.2;
	color: #000;
	margin-left: 10px;
}
#mainContent a:link, a:visited {
	color: #990066;
	text-decoration: none;
	}
#mainContent a:hover {
	color:#990066;
	text-decoration: underline;
	}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	height: 100%;
}
#sidebar1 a:link, a:visited {
	font-size: 1em;
	color: #990066;
	text-decoration: none;
	}
#sidebar1 a:hover {
	color:#990066;
	text-decoration: underline;
	}
#container searchBar {
	position: absolute;
	height: 40px;
	width: 300px;
	left: 0px;
	top: 0px;
	background: url(images/mockup/04-search.jpg) no-repeat;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}

#sidebar2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
	color:#990066;
	text-decoration: none;
}
#sidebar2 a:hover {
	color:#990066;
	text-decoration: underline;
	}
.sidebar2TitlePadding {
	margin-bottom: .5em;
	padding-top: 0px;
	text-align: center;
}

.centerImg {
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0px 48px 10px;
	position: absolute;
	top: 360px;
}

.weekendText {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1em;
	line-height: 1.15;
	text-align: justify;
	padding: 0px 10px;
	margin: 0px;
	letter-spacing: 0.06em;
	white-space: normal;
}

#sidebar2Text {
	position: absolute;
	top: 470px;
	width: 200px;
	left: 801px;
	height: 150px;
}

#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 1.6;
	text-align: justify;
}

.leftColImg {
	position: absolute;
	left: 0px;
	top: 230px;
}

#tableFooter a:visited,
a:link {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}

#tableFooter a:hover {
	text-decoration: underline;
}

.weekendDate {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin: 0px 3px;
	padding: 2px 3px 2px;
	border: 2px dotted #383899;
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
}
#footer  { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/mockup/11-footer.jpg) no-repeat;
} 

 
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 250%;
	}





#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contactMargaret {
	position:absolute;
	left:0px;
	top:241px;
	width:300px;
	height:38px;
	line-height: 1em;
}

#contactMargaret a {
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
}
#apDiv1 {
	position:absolute;
	left:1px;
	top:242px;
	width:298px;
	height:36px;
	z-index:1;
}
.important {
	font-weight: normal;
	color: #FF0000;
}

.tableNegTopMargin {
	margin-top: -1em;
}

ul {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1em;
	line-height: 1.3;
	color:#000;
	margin-top: 0.5em;
	margin-right: 10px;
	margin-left: 10px;
}

li {
	line-height: 1.3;
	color: #000;
}

.meetMargaretLink {
	font-size: 1.2em;
}

.tableFont {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1em;
	line-height: 1.1;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.negLeftMarginTable {
	margin-left: 0px;
}

h4 {
	font-size: 0.80em;
	font-weight: normal;
	color: #3F3F3F;
	padding-left: 10px;
}

.h2ReducedTopPadding {
	margin: -20px 10px 10px;
	padding: 5px 0px 0px;
}

.addH2BottomMargin {
	margin-bottom: 10px;
}

#mainContent li {
	line-height: 1.2;
	color: #000;
}

.authorName {
	display: block;
	margin-top: -17px;
	padding: 0px;
}

blockquote {
	font-style: italic;
	line-height: 1.2px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}

#joinSCONY {
	vertical-align: middle;
	display: block;
	padding: 0px 5px;
	position: relative;
	height: 70px;
}

.yahooEmail {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.yahooGroupButton {
	margin-bottom: 10px;
}

#emailYahoo {
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}

.searchBar {
	left: 0px;
	top: 198px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-image: url(../images/mocku/04-search.jpg);
}

.weekendHeader {
	position: absolute;
	left: 805px;
	top: 205px;
}

#learnMore {
	float: left;
	position: relative;
}

#weekendDetails a:link,
a:visited {
	color: #990066;
	text-decoration: none;
}

#weekendDetails a:hover {
	text-decoration: underline;
}

weekendDetails {
	position: relative;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
}

body {
	background: url(images/mockup/backgrounds/blue-paper.gif);
}
#searchCode {
	position:absolute;
	left:0px;
	top:200px;
	width:300px;
	height:46px;
	background-image: url(../images/mockup/04-search.jpg);
	background-color: #C4BAA9;
}



.weekendTitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #1D1D77;
	font-weight: bold;
}
.weekendNewTitle {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	color: #10105D;
	font-size: 1.45em;
	font-weight: bold;
	margin: 5px 0px 7px;
	padding: 0px;
}

#googleAds {
	padding-left: 5px;
}

.tableIndent {
	margin-left: 13px;
}
