@charset "UTF-8";
/* CSS Document */

/*
Author: Justin Urich of CondoLux Vacation Rentals
Date: 9/7/2010
*/

/*   Color Swatches
=======================*/
.beige { color: #FBF0CD}
.blue { color: #21809D}
.light-blue { color: #67B9CD}
.orange { color: #FA7E20}

/*   Structure
=======================*/
body {
	background-color: #FBF0CD;
	/* For BG Image */
	background-image:url(../images/upper-background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-size: 16px;	
}

body p { color: #5E3917; font-size: 18px; line-height: 20px}

#container {}

/*  Header
==================*/
#header { height: 140px}

.logo {
	width: ;
	height: ;
	margin-top: 20px;
	margin-left: .5em;
}

/*  Navigation 
=================*/
#mainNav {
	float: right;
	display: block;
	margin-top: 50px;
	margin-right: 1.5em;
	text-transform: uppercase;
	font-size: 97%;
	font-family: "Rockwell"
}

#mainNav li {
	list-style-type: none;
	display: inline;
	padding: 0 16px;
}

#mainNav li a { text-decoration: none; 	color: #FFF}

#mainNav li a:hover { text-decoration: underline}

/*  Main Picture on HOME page
================================*/
.homeMainPicUp {
	width: 905px;
	height: 62px;
	margin: 0 auto;
}

.homeMainPicBot {
	width: 905px;
	height: 366px;
	margin: 0 auto;
	padding-bottom: 40px
}

/*  Content Area
====================*/
#content {
	background-color: transparent;
	background-image: url(../images/myrtle-beach-condo-rentals.png);
	background-repeat: no-repeat;
	background-position: ;
	width: 874px;
	height:	554px;
	margin: 0 auto;
	/*padding-left: 22px;*/
}

.homeTitle {
	font-size: 31px;
	font-family: "Rockwell";
	color: #fff;
	padding-top: 7px;
	margin-bottom: 1em;
	margin-left: .4em;
}

.mainP_Home { width: 490px; margin-right: 22px; margin-left: 22px; margin-top: 20px}

.seaShellPic { margin-right: 2px}

/*  Lower Columns
======================*/
.mainContent_Columns { margin-left: 22px}

.mainContent_Columns h2 { 
	color: #67B9CD; 
	font-size: 21px; 
	font-family: "Rockwell";
	margin-bottom: 16px;
}

.mainColumn { 
	width: 246px;
	margin-right: 57px;
	margin-top: 2em;
}

/*  Newsletter Form
====================*/
.formBox {
	background-color: #fff;
	border: solid 1.7px #463932;
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 25px;
	width: 200px;
	font-size: 16px;
	margin-top: 30px;
	color: #999;
}

.newsletterButton { margin-top: 35px; margin-right: 40px}

.joinNews { margin-top: -20px; width: 285px; height: 73px; margin-right: 55px}

/*  Footer
================*/
#footer {
	margin: 5em auto 2em auto;
	width: 874px;
}
 
.bottomBox {
	margin-right: 44px;
}

.end { margin-right: 0}  /* this is for the last item in a row to fit */

.footyTxt { margin-top: 2.5em; margin-bottom: 1em}

.current { text-decoration: underline; color: #FFF}