/* Start of CMSMS style sheet 'DDOv1.0' */
/* 
Decorative Designs Ocala Style Sheet
Developer: BB Graphics
Author: Bryan Buxton
Date: 11/24/2009
 */

body {
	background-color:#715f3d;
	color:#FFF;
	font: normal 14px/32px Georgia, "Times New Roman", Times, serif;
}
#logo-container {
	background:url(uploads/siteGraphics/header.jpg) no-repeat top center;
}
#logo {
	background:url(uploads/siteGraphics/header.jpg) no-repeat top center;
	height:194px;
	text-indent:-10000px;
	color:#715f3d;
	width:1008px;
	margin:auto;
}
#header {
	height:316px;
	margin:auto;
	width:1008px;
}
#content-wrapper {
	background:#4d370c url(uploads/siteGraphics/content-bg-bottom-tile1.gif) repeat-x bottom;
}
#content-area {
	background:url(uploads/siteGraphics/content-bg-top-tile1.gif) repeat-x;
}
/* Navigations
---------------------------*/
#h-navigation li ul.sub,
#footer-nav li ul.sub,
#h-navigation li ul.sub li,
#footer-nav li ul.sub li,
#h-navigation li ul.sub li a,
#footer-nav li ul.sub li a { width: 100% !important; }
#menu {
	background:url(uploads/siteGraphics/nav-top-bg.jpg) no-repeat top center;
}
#menu ul,
#footer-menu ul {
	list-style:none;
	width:1008px;
	margin:auto;
	height:40px;
}
#menu ul {
	background:url(uploads/siteGraphics/nav-top-bg.jpg) no-repeat top center;
	height:54px;
	overflow:visible;
}
#menu ul li {	position:relative;
	display:block;
	float:left;
}
#footer-menu ul li {
	display:inline;
}
#menu ul li a {
	color:#FFF;
	font:normal 16px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	height:33px;
	padding:22px 2px 0 0;
}
#menu ul li a:hover {
	color:#edd95c;
}
#menu ul li span {
	display:block;
	overflow:hidden;
	text-indent:-10000px;
	position:absolute;
	z-index:0;
	top:0;
	right:0;
	width:2px;
	height:54px;
	background:url(uploads/siteGraphics/nav-sep.png) no-repeat 0 15px;
}
/* Pulldown Menus */
#h-navigation .sub {
	background:none;
	display: none;
	position: absolute;
	left: 0;
	top:100%;
	width: 100% !important;
	padding: 0;
}
#h-navigation .sub li {
	display:block;
	float:none;
}
#h-navigation .sub li a {
	background:#1d0402;
	font-size: 80%;
	height: 30px !important;
	line-height: 30px; !important;
	padding:0;
	display:block;
	border-top:none;
	border-bottom:1px solid #5a0101;
	border-right:1px solid #5a0101;
	border-left:1px solid #5a0101;
}
#h-navigation .sub .sub li a {
	border-top:1px solid #5a0101;
	border-bottom:1px solid #5a0101;
	border-right:1px solid #5a0101; 
	border-left:none;
	background:#640101;
	margin:-1px 0 0 2px;
}
#h-navigation .sub li span {
	display:none;
}
#h-navigation .sub .sub { left: 100%; top: 0; }
#h-navigation li { position: relative; }
#h-navigation li .sub, #h-navigation li .sub .sub, #h-navigation li .sub .sub .sub { display: none; }
#h-navigation li:hover .sub { display: block; }

/* /Pulldown Menus */

#footer-menu ul li a {
	color:#FFF;
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
}
#footer-menu ul li a:hover {
	text-decoration:underline;
}
#footer-menu ul li span {
	padding:0 3px 0 6px;
	color:#edd95c;
}
#content {
	background:url(uploads/siteGraphics/content-bg.jpg) no-repeat top center;
	/* overflow:hidden; */
	width:959px;
	margin:0 auto;
	padding:26px 27px 62px 22px;
	min-height:575px;
}
#column1 {
	float:left;
	width: 229px;
	overflow:hidden;
}
#column-pad {
	padding:20px;
}
#column2 {
	float:right;
	width: 717px;
	padding-top:10px;
	overflow:hidden;
}
#content-pad {
	padding:25px;
}
#footer {
	text-align:center;
	background:url(uploads/siteGraphics/footer-bg.jpg) no-repeat top center;
	width:1008px;
	margin:auto;
	padding:10px 0 20px;
}
#footer a {
	color:#3a2909;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/* Headings
---------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-weight: normal;
}

h1 { font-size: 2em; color: #cccc99; }
h2 { font-size: 1.6em; color: #edd95c; }
h3 { font-size: 1.3em; color: #cc9999; font-style: italic; }
h4 { font-size: 1.1em; color: #cc9999; text-transform: uppercase; font-weight: bold; }
h5 { font-size: 1em; text-transform: uppercase; font-weight: bold; font-family: Arial, Verdana, sans-serif; }
h6 { font-size: 0.9em; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; font-family: Arial, Verdana, sans-serif; }

/* Phrase Elements
---------------------------*/
#newsletter-link {
	display:block;
	text-decoration:none;
	background:transparent url(uploads/siteGraphics/newsletter-signup.gif) no-repeat;
	overflow:hidden;
	text-indent:-1000px;
	border:none;
	height:92px;
	width:182px;
	margin:auto;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

blockquote, q {
	background-color: #87662c;
	margin: 10px 50px 10px 50px;
	padding: 10px;
	border-bottom: 2px solid #ac8238;
	border-top: 2px solid #ac8238;
}

p { padding: 0 0 1em 0; }
small { font-size: 80%; }
address {  }
abbr {  }
cite {  }
acronym {  }
code, pre { font-family: "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; }
code {  }
pre {  }
code pre {  }
del { text-decoration: line-through; }
ins {  }
a:link, a:visited { color: #edd95c; }
a:hover, a:active, a:focus {  }

#content ul, #content ol, #content ul ul, #content ol ol { padding: 0 0 0 3em; }

#content ul { list-style: disc; }
#content ul ul { list-style: circle; }
#content ul li {  }

#content ol { list-style: decimal; }
#content ol ol { list-style: lower-alpha; }
#content ol li {  }

#content dl {  }
#content dt {  }
#content dd {  }
.clear {
	clear:both;
}
.small {
	padding:0;
	font-size:80%;
	line-height:120%;
}

/* Tables
---------------------------*/
table { width: 100%; }
th, td { padding: 5px; }
th { text-align: left; text-transform: uppercase; }
tr {  }
td {  }

/* Reusable Items
---------------------------*/
.two-col { width: 50%; display: block; }
.hr { border-bottom:solid 1px #edd95c !important; margin-bottom:18px !important; }
.three-col { width: 74%; display: block; }
.tri { width: 306px; }
.dual { width: 460px; }
.inner-padding { padding: 10px; }
.right, .left { width: 45%; }
.right { float: right; text-align: right; }
.left { float: left }
.clear { clear: both; visibility: hidden; }
.fl-left { float: left; }
.fl-right { float: right; }
.fl-left-pad { float: left; padding:0 10px 10px 0; }
.fl-right-pad { float: right; padding:0 0 10px 10px; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }
/* End of 'DDOv1.0' */

