body {
	font-family: arial, helvetica, sans-serif;
	background-color: #8db6bc;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}

img {
	border: none;
	padding:0;
}

h1 {
	font-size: 21px;
	color: #005977;
	font-weight:normal;
}

h2 {
	font-size: 12px;
	margin: 0px;
	padding: 3px 3px 3px 0px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	color: #005977;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
}

hr {
	border: none;
	border-bottom: 1px dotted #005977;
}

.blue {
	color: #214a62;
}


#container {
	width: 1016px;
/*	margin: auto;*/
	float: left;
}

#body {
	clear: both;
	position: relative;
	width: 1050px;
}



/*------------------HEADER------------------*/

#header {
	float: left;
	width:100%;
	background-color: #afbb97;
	z-index: 0;
}

#header-inner {
	position: relative;
	width: 1016px;
/*	margin:auto;*/
}

#header-inner > a {
  color: #214a62;
  text-decoration: none;
  display: block;
  float: left;
  width: 661px;
  position: relative;
}
#header-image {
  vertical-align: middle;
  height: 122px;
}
#header-inner > a span {
  position: absolute;
  bottom: 15px;
  left: 300px;
  font-size: 14px;
  text-transform: uppercase;
}

#header-links {
	float: left;
	padding-top: 91px;
	padding-left: 25px;
	color: #214a62;	
}

#header-links img {
	vertical-align: bottom;
}

#header-links a {
	color: #214a62;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
}

#header-links a:hover {
	color: #fff;
}

/*------------------END HEADER------------------*/



/*------------------SIDEBAR------------------*/

#sidebar {
	width: 216px;
	float:left;
}

#sidebar a {
	color: #fff;
	font-size: 12px;
	font-weight: regular ;
	text-decoration: none;
	line-height: 20px;
}

#sidebar a:hover {
	color: #214a62;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar .multiple {
  padding-bottom: 12px;
  border-bottom: dotted 1px #214A62;
  margin-bottom: 12px;
}

#sidebar li {
	margin: 0px;
	padding: 0px;
}

#sidebar li h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 4px;
  color: #214a62;
}

#sidebar ul.navigation {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	border-bottom: 1px solid #214A62;
}

#sidebar li.primary {
	border-top: 1px solid #214A62;
	padding: 5px;
}

#sidebar ul.secondary {
	padding-left: 15px;
}

#sidebar ul.tertiary {
	padding-left: 15px;
}

#sidebar span.selected li {
	list-style: square outside url('../images/arrow.jpg');
}
#sidebar li.selected {
	list-style: square outside url('../images/arrow.jpg');
}
#sidebar li.selected li {
	list-style: none;
}

#sidebar li.dropdown {
  color: #fff;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
#sidebar li.dropdown span:after {
  content: "\25BC";
  margin-left: 5px;
}
#sidebar li.dropdown ul {
  display: none;
  position: absolute;
  top: 20px;
  left: -35px;
  padding-left: 30px;
  padding: 5px 0 5px 50px;
  background-color: #8DB6BC;
  z-index: 1;
  width: 150px;
  border-top: 1px dotted #214A62;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
}
#sidebar li.dropdown:hover {
  color: #214a62;
}
#sidebar li.dropdown:hover ul {
  display: block;
}

#sidebar span.selected a {
	color: #214a62;
}
#sidebar li.selected > a {
	color: #214a62;
}

#sidebar iframe {
  margin-top: 15px;
  margin-left: 20px;
  background-color: transparent;
}

/*------------------END SIDEBAR------------------*/



/*------------------OVERLAY------------------*/

#translucent {
	width: 834px;
	height: 670px;
	float: left;	
	position: relative;
}

#background-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index:50;
}

#callouts {
	width: 300px;
	padding-top: 54px;
	margin-left: 302px;
	position: relative;
	z-index: 100;
	border-bottom: 1px dotted #fff;
	
}

#callouts a {
	color: #fff;
	text-decoration: none;
}

#callouts a:hover {
	color: #fff;
	text-decoration: underline;
}

#callouts h3 {
  border-top: 1px dotted #fff;
  text-transform: uppercase;
  padding: 14px 25px 0 25px;
  margin: 0;
  color: #fff;
  font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
#callouts ul {
  list-style-type: none;
  font-size: 13px;
	line-height: 24px;
  margin: 0 0 14px 0;
}
#callouts ul a:after {
  content: " >";
}

#callouts p {
	padding: 14px 25px 32px 25px;
	margin: auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	border-top: 1px dotted #fff;
}

#callouts2 {
	width: 250px;
	height: auto;
	background-color: #e8f0f2;
	float: left;
	padding-top: 48px;
	margin-left: 16px;
	padding-bottom: 300px;
}

.link {
	padding: 14px 25px 32px 25px;

	border-top: 1px dotted #005977;
}

.link p {
	font-size: 12px;
	color:#005977;
	margin: 0px 0px 5px 0px;
}

.link h3 {
	font-size: 12px;
	color: #005977;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 5px;
}

.link a {
	color: #177faf;
	text-decoration: none;
}

.link a:hover {
	text-decoration: underline;
}

/*------------------END OVERLAY------------------*/



/*------------------CONTENT------------------*/

#content {
	width: 770px;
	min-height: 550px;
	float:left;	
	position: relative;
	background-color: #fff;
	padding: 32px 0px 32px 32px;
}

#content2 {
	width: 770px;
	min-height: 550px;
	float: left;	
	position: relative;
	background-color: #fff;
	padding-right: 32px;
}

#content p {
	color: #666;
	width: 546px;
	padding-left: 66px;
	padding-top: 5px;
	margin-top: 0px;
	
}

#content h3 {
	padding-left: 66px;
	clear:left;
}

#content p.column1 {
	float: left;
	clear: left;
	width: 60px;
	text-align: right;
	color: #005977;
	font-weight: bold;
}

#content p.column2 {
	float:left;
	padding-left: 10px;
}

#left {
	width: 368px;
	float:left;	
	background-color: #fff;
	padding: 32px;
	
}

#left p {
	width: 368px;
	color: #666;
	padding-left: 0px;
	margin-top: 0px;
}

#content a, #left a {
	color: #177faf;
	text-decoration: none;
}

#content a:hover, #left a:hover {
	text-decoration: underline;
}

#content img.indent {
	padding-left: 66px;
	float: left;
	padding-bottom:10px;
}

#content img.giftcertificate {
	float: none;
	padding: 0;
	margin-left: 240px;
/*	float: right;
	padding-top: 0;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 15px;*/
}

#content img {
	padding: 19px;
	float: left;
}

#content p.caption {
	width: 300px;
	font-size: 10px;
	line-height: 13px;
}

#content p.cart a {
	color: #ea6d03;	
	padding: 5px;
	margin-top: 10px;
	text-decoration: none;
}

#content p.cart a:hover {
	color: #005977;
}

#content p.cart a img{
	position: relative;
	margin: -7px 0 0 0;
	padding: 0px;
}
/*------------------END CONTENT------------------*/



/*------------------FORMS------------------*/

form {
	border: none;
	padding: 0px;
}

form h3 {
	padding: 20px 0px 8px 66px;
	clear:left;
}

fieldset {
	border: none;
}

label {
	width: 50px;	
	float: left;
	clear: left;
	color: #666;
	line-height: 1.8em;
	padding-left: 66px;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 8px;
}

input, textarea {
	float:left;
	width: 430px;
	padding: 3px;
	border: none;
	background-color: #e2edee;

}
*+html input {
	margin-bottom: 8px;
}

input.submit {
	background-color: #fff;
	margin-left: 130px;
	text-align: left;
	font-weight: bold;
	color: #177faf;
}

input.submit:hover {
	text-decoration: underline;
}

div.thankyou {
	margin-left: 130px;
	color: #177FAF;
	padding: 3px;
	font-weight: bold;
}


/*------------------END FORMS------------------*/




/*------------------FOOTER------------------*/

#footer {
	margin-top: 3px;
	width: 800px;
	margin-left: 216px;
	padding-bottom: 20px;
	float: left;
	color: #fff;	
}

#footer p {
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 25px;
}

#footer p.copyright {
	float: right;
	padding-right: 28px;
	padding-left: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

#footer a:hover {
	color: #214b63;
}

#footer iframe {
  margin-left: 5px;
  margin-top: 7px;
}

*+html #footer iframe {
  margin-top: 0;
  float: left;
}

/*------------------END FOOTER------------------*/


/*------------------HOME PAGE------------------*/

html.home #translucent {
  background-image: url('/images/bkg_home.jpg');
  background-repeat: no-repeat;
  background-position: -157px top;
  width: 600px;
}
html.home #callouts {
  margin-left: 145px;
}
html.home #happenings {
  width: 200px;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
  margin-top: 30px;
  border-top: 1px solid #214A62;
  color: #214a62;
}
html.home #happenings p {
  padding-bottom: 15px;
  border-bottom: dotted 1px #214A62;
}
html.home #happenings p:last-child {
  border-bottom: none;
}
html.home #happenings a {
  color: #214a62;
}
html.home #happenings a:hover {
  color: #fff;
}


/*------------------END HOME PAGE--------------*/
