/* 
Document   : styles
Created on : Apr 22, 2010, 11:27:44 AM
Author     : Networking Magic
Description: Purpose of the stylesheet follows.
*/

/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #ffffff url(../images/backdrop.png) repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}
img {border:0 none;}
a, a:link, a:visited {color:#0054aa;text-decoration: none;}
a:hover, a:active {color:#e1b900;text-decoration: underline;}
.initial #LiveDaytonaTitle {
    position: absolute;
    margin:-50px 0 0 -50px;
    z-index: 10;
}
.initial #container {
    width:1182px;
    margin:0 auto;
    border:0 none;
    border-left:1px solid white;
    border-right:1px solid white;
    background: #FFFFFF;
    text-align: left;
    background: #FFFFFF url(../images/contentbg.jpg) no-repeat 0 -50px;
}
.initial #header {
    background: #ffffff url(../images/backdrop.png) repeat-x;
    padding: 0;  /* 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:250px;
    border:0 none;
}
.initial #header h1 {
    margin: 0 0 0 20px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    position: absolute;
    top:0px;
}
.initial #header p {
    float:left;
    margin: 0 0 0 20px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: absolute;
    top:30px;
}
.initial #header #topmenu {
    padding:0;
    margin:0 0 0 350px;
    float:right;
    height: 50px;
    overflow: hidden;
}
.initial #header #topmenu li {
    float:left;
    list-style-type: none;
    width:160px;
    height:50px;
    text-align: center;
    background: transparent url(../images/topmenu.png) no-repeat;
}
.initial #header #topmenu a, .initial #header #topmenu a:link, .initial #header #topmenu a:visited {
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0;
    margin:0 auto;
}
.initial #header #navcontainer>#topmenu a {
    width: auto;
}
.initial#home #topmenu li#home,
.initial#entertainment #topmenu li#entertainment,
.initial#about #topmenu li#about,
.initial#realestate #topmenu li#realestate,
.initial#contact #topmenu li#contact,
.initial #header #topmenu li:hover {
    background: transparent url(../images/topmenu_mo.png) no-repeat;
    padding:20px 0 0 0;
}
.initial #header #slideshow {
    border:0 none;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
}
.initial #header #slideshow img {
    height:200px;
}
.initial #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.initial #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.initial #mainContent {
    margin: 0 150px 0 270px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.initial #mainContent #innerContent {
    background-image:url(../images/opacity.png);
    margin: 100px 0 0 0 ; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.initial #mainContent #innerContent h1 {
    font-family: 'Times New Roman',Times,serif;
    font-size: 30px;
    font-style: italic;
}
.initial #mainContent #innerContent h2 {
    font-family: 'Times New Roman',Times,serif;
    font-size: 20px;
    color: #0054aa;
}
.initial #mainContent #innerContent p {
    font-size: 12px;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    line-height:18px;
}
.initial #footer {
    background: #abc6e4;
    padding:0;
}
.initial #footer #socialbtn {
    position: relative;
    padding:0;
    margin:0 30px;
    top:-10px;
    z-index: 100;
}
.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft { 
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navigation {
    margin:6px 20px 0 0;
    padding:0;
    border: 1px solid #0054aa;
    -moz-border-radius:8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
#navigation h6 {
    margin:4px 2px 0 2px;
    padding:4px 0 0 0;
    color:#0054aa;
    background-color:#e1b900;
    font-size:14px;
    font-family:Arial, Helvetica, san-serif;
    font-weight: bold;
    text-align:center;
    -moz-border-radius:8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}
#navigation h6:first-child{
    margin:2px 2px 0 2px;
}
#navigation h6 a, #navigation h6 a:link, #navigation h6 a:visited {
    color:#0054aa;
}
#navigation ul.navlist {
    list-style:none;
    background-color:#e1b900;
    margin:2px;
    margin-top:0;
    padding:0;
    border:1px solid #e1b900;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
}
#navigation ul.navlist li {
    text-align:left;
    background-color:#DDDDDD;
    border-style: solid;
    border-width: 1px;
    margin:2px;
    border-color: #ffffff #999999 #666666 #cccccc;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 11px;
    font-family:Arial, Helvetica, san-serif;
    font-weight: normal;
}
#navigation ul.navlist li:hover {
    background-color:#0054aa;
    border-color: #666666 #cccccc #ffffff #999999;
}
#navigation ul.navlist li a {
    padding: 6px 6px 6px 6px;display:block;
}
/* Slider */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
#slider ul, #slider li {
    margin:0;
    padding:0;
    list-style:none;
}
#slider li {
    /* define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here */
    width:1182px;
    height:200px;
    overflow: hidden;
}
/* End Slider */

