@charset "UTF-8";

/* global
---------------------------------------------------------------*/

body  {
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #313131;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 890px;
	margin: 0 auto;
	text-align: left;
} 

#header {
	position: absolute;
	left: 0px;
	top: 0px;
} 
#sidebar1 {
	position: absolute;
	top: 130px;
	left: 0;
	width: 460px;
	background-color: #222222;
}
#sidebar1 h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}
#sidebar1 p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 30px;
	text-align: center;
}
#sidebar1b {
	position: absolute;
	left: 0;
	width: 460px;
	background-color: #222222;
}
#sidebar2 {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 392px;
	background-color: #222222;
}
#sidebar2 h2 {
	padding-left: 10px;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
a:link {
	color: #d9a41e;
}
a:visited {
	color: #d9a41e;
}
a:hover {
	color: #d9a41e;
}
a:active {
	color: #d9a41e;
}
#navcontainer
{
	position: absolute;
	top: 60px;
	right: -20px;
}
#navlist
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}
#navlist a:link, #navlist a:visited
{
	float: left;
	font-weight: normal;
	text-decoration: none;
	color: #FF0090;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 4px;
}
#navlist a:link#current, #navlist a:visited#current
{
	color: #FFFFFF;
}
#navlist a:hover {
	color: #d9a41e;
}

.yellow {
	color: #d9a41e;
}
.pink {
	color: #FB0088;
}
.flt {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
}



/* home
---------------------------------------------------------------*/

.home #sidebar1 {
	top: 138px;
}

.home #header img {
	padding-left: 30px;
}
.home #sidebar1b {
	top: 530px;
	width: 580px;
	padding-bottom: 0px;
	padding-top: 5px;
	background-color: #313131;
}
.home #sidebar1b h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	color: #46C8EC;
	text-align: center;
}	
.home #sidebar1b p {
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 18px;
}
.home #sidebar2 {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 196px;
	background-color: #313131;
}
.home #sidebar2b {
	position: absolute;
	top: 320px;
	right: 0px;
	background-color: #313131;
	width: 196px;
}

.home #homenavcontainer
{
	position: absolute;
	top: 115px;
	left: -10px;
}
.home #homenav
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.home #homenav ul, #homenav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}
.home #homenav a:link, #homenav a:visited
{
	float: left;
	font-weight: normal;
	text-decoration: none;
	color: #FF0090;
	font-size: 16px;
	margin-left: 12px;
	padding-left: 4px;
}
.home #homenav a:hover {
	color: #d9a41e;
}

/* about us 
---------------------------------------------------------------*/

.about #sidebar1 p {
	padding-right: 60px;
	padding-left: 60px;
}
.about #sidebar1b {
	top: 380px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.about #sidebar1b p {
	color: #d9a41e;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 18px;
}
.about #sidebar2 {
	background-image: url(images/christina.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.about #sidebar2 h2 {
	background-image: url(images/aboutBA_pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 308px;
}
.about #sidebar2 p {
	padding-right: 120px;
	padding-left: 10px;
	color: #d9a41e;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 16px;
}

/* services
---------------------------------------------------------------*/

.services #sidebar1 p {
	padding-right: 30px;
	padding-left: 30px;
}
.services #sidebar1b {
	top: 383px;
	width: 890px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.services #sidebar2 {
	background-color: #313131;
}

/* services floated thumbnails
---------------------------------------------------------------*/


.servicescontainer {
	float: left;
	width: 175px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.servicespic {
	float:left;
	width:99px;
}
.serviceslink {
	float:left;
	width:75px;
}
.services #sidebar1b img {
	padding-right: 7px;
	padding-left: 13px;
}

.services #sidebar1b a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
}
.services #sidebar1b a:hover {
	color: #d9a41e;
}

/* apartments 
---------------------------------------------------------------*/

.apartments #sidebar1 p {
	padding-right: 20px;
	padding-left: 20px;
}
.apartments #sidebar1b {
	top: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.apartments #sidebar2 {
	top: 130px;
}
.apartments #sidebar2 h2 {
	padding-top: 15px;
	color: #FB0088;
}
.apartments #sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 18px;
}
.aptcontainer {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
	float: left;
	width: 400px;
}
.aptpic {
	float:left;
	width:125px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.aptlink {
	float:left;
	width:250px;
}

.apartments #sidebar1b p {
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}
.aptcontainer2 {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
	float: left;
	width: 380px;
}


/* tours 
---------------------------------------------------------------*/

.tours #sidebar1 p {
	padding-right: 20px;
	padding-left: 20px;
}
.tours #sidebar1b {
	top: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tours #sidebar2 {
	top: 130px;
}
.tours #sidebar2 h2 {
	padding-top: 15px;
}
.tours #sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 18px;
}

/* itineraries
---------------------------------------------------------------*/

.itineraries #sidebar1 p {
	padding-right: 40px;
	padding-left: 40px;
}
.itineraries #sidebar1b {
	top: 310px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.itineraries #sidebar1b p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 18px;
}
.itineraries #sidebar1b a {
	color: #d9a41e;
}
.itineraries #sidebar2 h2 {
	background-image: url(images/itineraries.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 190px;
}
.itineraries #sidebar2 h3 {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.itineraries #sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 18px;
}

/* reviews 
---------------------------------------------------------------*/

.reviews #sidebar1 {
	top: 117px;
	height: 265px;
}
.reviews #sidebar1 h1 {
	padding-top: 80px;
}
.reviews #sidebar1 p {
	padding-right: 40px;
	padding-left: 40px;
}
.reviews #sidebar1b {
	top: 410px;
	background-image: url(images/reviews_corporate.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 300px;
}
.reviews #sidebar1b p {
	padding-right: 10px;
	padding-left: 200px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 16px;
}
.reviews #sidebar1b h2 {
	padding-top: 20px;
	padding-left: 40px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 0px;
	margin-bottom: -50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	text-align: left;
}
.reviews #sidebar2 {
	right: -38px;
	width: 443px;
	background-image: url(images/reviews_shop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 290px;
}
.reviews #sidebar2 h2 {
	padding-top: 35px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 5px;
	margin: 0px;
}
.reviews #sidebar2 p {
	padding-right: 170px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 16px;
	padding-top: 0px;
}
.reviews #sidebar2b {
	position: absolute;
	top: 410px;
	right: -38px;
	width: 443px;
	background-color: #222222;
	background-image: url(images/reviews_tour.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 300px;
}
.reviews #sidebar2b h2 {
	padding-left: 40px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 0px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
	padding-right: 0px;
}
.reviews #sidebar2b p {
	padding-right: 50px;
	padding-left: 165px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 16px;
	padding-top: 0px;
}

.reviews #sidebar1 a {
	color: #d9a41e;
}

/* news
---------------------------------------------------------------*/

.news #sidebar1 h2 {
	padding-top: 20px;
	padding-left: 30px;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	color: #FB0088;
}

.news #sidebar1 {
	top: 117px;
	width: 890px;
}
.news #sidebar1 p {
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 18px;
	text-align: left;
}

/* contact
---------------------------------------------------------------*/

.contact #sidebar1 p {
	padding-right: 60px;
	padding-left: 60px;
}
.contact #sidebar2 h2 {
	background-image: url(images/contact_pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 312px;
}
.contact #sidebar2 h3 {
	padding-top: 12px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.contact #sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 18px;
}
.contact .linklist {
	width: 180px;
	float: left;
	clear: right;
}
.contact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.contact ul li {
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
}
.contact #sidebar2 h4 {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 18px;
	font-weight: normal;
}


/* contact form
---------------------------------------------------------------*/
.contact #sidebar1b {
	top: 320px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact #sidebar1b h2 {
	padding-left: 20px;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 0px;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 20px;
	margin: 0px;
}
.contact #sidebar1b p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 18px;
	padding-left: 20px;
}
fieldset {
	background-color: #313131;
	margin: 10px;
	border: 1px solid #4F4F4F;
}
legend {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
}
fieldset fieldset {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form div {
	margin: 5px;
	padding: 5px;
	clear: both;
}
.radiolabel {
	text-align: left;
	display: inline;
	float: none;
	font-size: 12px;
	font-weight: normal;
}
form div.required {
	font-weight: bold;
	font-size: 12px;
	color: #FB0088;
}
form div.optional {
	font-weight: normal;
	font-size: 12px;
}
form div.optionalcheck {
	font-weight: normal;
	font-size: 12px;
	float: left;
	width: 150px;
	clear: both;
}
.submitbutton {
	padding-left: 290px;
}
form div label {
	text-align: right;
	float: left;
	width: 150px;
	padding-right: 5px;
}


#blogcontainer {

width: 890px;
margin:117px auto 0 auto;
clear:both;
}

