@charset "utf-8";

/*   main styles   */
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-color: #d9e0d1;
	background-image:url(http://www.duncanvacationrentals.com/assets/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
a {
	color: #5a6e46;
	text-decoration: underline;
}
a:visited {
	color: #5a6e46;
	text-decoration: underline;
}
a:hover {
	color: #808A37;
	text-decoration: underline;
}
a:active {
	color: #5a6e46;
	text-decoration: underline;
}
h1 {
	font-size:17px;
	/*font-size:1.6em;*/
	font-style: normal;
	font-weight: bold;
	color: #5B7344;
	text-align:left;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 5px;
}
h2 {
	font-size:1em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: left;
	line-height: 17px;
	margin-top: 2px;
	margin-bottom: 15px;
}

h3 {
	font-size:1.3em;
	font-style: normal;
	font-weight: bold;
	color: #52663D;
	text-align:left;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h4 {
	font-size:1.2em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align:left;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding-top: 5px;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*   header styles---------------------------------------------------------------------   */

.oneColFixCtrHdr #header {
	margin: 0;
	padding: 0 10px 0 10px;  /* 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. */
	height: 100px;
	font-size:1em;
}
.oneColFixCtrHdr #header #logo {
	margin: 0;
	padding: 0 10px 0 10px; 
	height: 100px;
	float:left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px 0 0 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: 55px 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-size:1.2em;
	text-align: right;
	text-decoration: none;
	font-style: normal;
}
.oneColFixCtrHdr #header h2 {
	font-size:1em;
	margin: 0px 0 0 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: 7px 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	font-style: normal;
}
.oneColFixCtrHdr #header h2 a:link { color: #ffffff; text-decoration: none; }
.oneColFixCtrHdr #header h2 a:visited { color: #ffffff; text-decoration: none;  }
.oneColFixCtrHdr #header h2 a:hover { color: #d3eea6; text-decoration: none; }
.oneColFixCtrHdr #header h2 a:active { color: #ffffff; text-decoration: none; }

/*   horizontal navigation bar styles---------------------------------------------------------------------   */

.oneColFixCtrHdr #nav {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;  /* 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. */
	font-size: 1em;
	color: #5a6e46;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #nav a { text-decoration: none;  }

/*   Index page styles---------------------------------------------------------------------   */

.oneColFixCtrHdr #indexbar {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #f9f8ef;
}
.oneColFixCtrHdr #indexContent {
	font-size:11px;
	margin: 10px 0px 0px 0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #f9f8ef;
}
.oneColFixCtrHdr #indexContent h1 {
	font-size: 16px;
	font-style: normal;
	color: #f9f8ef;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
.oneColFixCtrHdr #indexContent h2 {
	font-size:14px;
	font-style: normal;
	color: #f9f8ef;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
.oneColFixCtrHdr #indexContent h3 {
	font-size:12px;
	font-style: normal;
	color: #000000;
	margin: 0px 10px 10px 10px;
	text-align: center;
}
.oneColFixCtrHdr #indexContent p {
	font-style: normal;
	color: #000000;
	margin: 0px 0px 10px 10px;
	text-align: left;
	line-height: 15px;
}
.featured {
	font-size:11px;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0 0 6px 0;
	text-align: center;
	line-height: 15px;
}
.oneColFixCtrHdr #indexLeft {
	margin: 0px 10px 0 0;
	padding: 0px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #a0b18c;
	width: 240px;
	height: 300px;
	float:left;
}
.oneColFixCtrHdr #indexCenter {
	margin: 0px 10px 0 0;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f9f8ef;
	width: 240px;
	height: 300px;
	float: left;
}
.oneColFixCtrHdr #indexRight {
	margin: 0px 0 0 0;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #a0b18c;
	width: 250px;
	height: 300px;
	float: left;
}
.oneColFixCtrHdr #indexfooter {
	clear:both;
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:9px;
	color: #5a6e46;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #indexfooter p{
	margin: 0;
	margin-top: 3px;
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #sound {
	margin: -35px 0px 0px 0px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
}

/*   Styles for Horizontal Bar Pages---------------------------------------------------------------------   */

.oneColFixCtrHdr #horizContent {
	font-size:1.2em;
	margin: 162px 0 10px 0;
	padding: 20px;
	background: #C6D0B9;
	clear:both;
}
.oneColFixCtrHdr #horizContent p {
	font-style: normal;
	color: #000000;
	margin: 0px 10px 10px 10px;
	text-align: left;
	line-height: 18px;
}
.oneColFixCtrHdr #horizContent li {
	font-style: normal;
	color: #000000;
	margin: 0px 10px 10px 10px;
	text-align: left;
	line-height: 18px;
}
.oneColFixCtrHdr #mainLeft {
	margin: 0px 10px 0 0;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f9f8ef;
	width: 500px;
	height: 150px;
	float:left;
}
.oneColFixCtrHdr #mainRight {
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 250px;
	height: 150px;
	float: left;
	overflow:hidden;
	background-image: url(assets/grbacktop.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #links {
	font-size:1.2em;
	margin: 30px 10px 0px 20px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #links h1 {
	font-size:1em;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-align:left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.oneColFixCtrHdr #links h1 a:link { color: #000000; text-decoration: underline; }
.oneColFixCtrHdr #links h1 a:visited { 	color: #000000; text-decoration: underline; }
.oneColFixCtrHdr #links h1 a:hover { color: #FFFFFF; text-decoration: underline; }
.oneColFixCtrHdr #links h1 a:active { color: #000000; text-decoration: underline; }
.logolinks {
	margin: 0px 0px 8px 0px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer {
	margin: 10px 0px 0px 0px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:0.95em;
	color: #5a6e46;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	clear:both;
}
.oneColFixCtrHdr #footer p{
	margin: 0;
	margin-bottom: 3px;
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}


/* ------------------  Styles For Vertical Nav Bar -------------------------  */

.oneColFixCtrHdr #vertContent {
	font-size:1em;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height: 1.5em;
}
.oneColFixCtrHdr #vertContent p {
	font-style: normal;
	color: #000000;
	margin: 0px;
	text-align: left;
}
.oneColFixCtrHdr #vertLeft {
	margin: 0px 0px 0px 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #a0b18c;
	width: 200px;
	height: 500px;
	float: left;
}
.oneColFixCtrHdr #vertLeft a {
	text-decoration: none;
	}
.oneColFixCtrHdr #vertRight {
	margin: 0px 0px 0px 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	height: 500px;
}
.oneColFixCtrHdr #Content {
	margin: 0px 0px 0px 0px;
	padding: 25px 25px 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #C6D0B9;
	font-size:1.2em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	color: #000000;
}
.oneColFixCtrHdr #Content p {
	font-style: normal;
	margin: 0px;
	padding-bottom:15px;
	text-align: left;
}

/*  ----------------------------- For RNS Templates with Tables   */

.oneColFixCtrHdr #vertmainContent {
	font-size:1em;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height: 1.5em;
}
.greenback {
	font-size:1em;
	margin: 0px 0px 0px 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #a0b18c;
	background-image:url(assets/grback.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.greenback a {
	text-decoration: none;
	
}
.creamback {
	margin: 0px 0px 0px 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f9f8ef;
}
.image {
	margin: 0px 0px 10px 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d9e0d1;
	font-style: normal;
	font-weight: normal;
}
.links {
	font-size:1em;
	margin: 8px;
	margin-top: 65px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.links h1 {
	font-size:1.2em;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-align:right;
	padding: 0px;
	margin-bottom: 10px;
}
.links h1 a:link { color: #000000; text-decoration: underline; }
.links h1 a:visited { 	color: #000000; text-decoration: underline; }
.links h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.links h1 a:active {
	color: #000000;
	text-decoration: underline;
}
.largeheaders{
	font-size:17px;
	/*font-size:1.6em;*/
	font-style: normal;
	font-weight: bold;
	color: #5B7344;
	text-align:left;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 5px;
}
.floatright {
	float:right;
	margin: 0;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
}
.clearFloat {
	clear:both;
}