/* Body and Font Content */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  background: #13100b;
  background-position: center;
}


p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  color: black;
  line-height: 1.4em;
}


p.bold {
  font-weight: bold;
  font-size: 1.2em;
  color: #6D1D01;
}

p.disclaimer {
  font-size: .8em;
}


a
{
    text-decoration: none;
    color: #d05113;
    font-weight: bold;
    border: none;
}

a:hover
{
    text-decoration: none;
    color: #f93;
    border: none;
}

a:visited
{
    border: none;
}


ul {
  line-height: 1.8em
}

h1 {
  font-size: 1.85em;
  font-weight: normal;
  color: #414141;
}

#container
{
	margin: 0 auto;
	width: 1024px;
	background:#DFB87E;
    background-image: url(../images/container-bg.gif);
    background-repeat: repeat-x;
}

#header
{
	margin: 0 0 15px 0;
    background:#FFEBAA;
    background-image: url(../images/OPP-Banner.gif);
    background-repeat: no-repeat;
    height: 116px;
}

#header-trad
{
     margin: 0 0 15px 0;
    background:#FFEBAA;
    background-image: url(../images/Head-Banner-Franchise.gif);
    background-repeat: no-repeat;
    height: 116px;
}

#header-blank
{
     margin: 0 0 15px 0;
    background:#FFEBAA;
    background-repeat: no-repeat;
    height: 116px;
}

#header h1
{
    margin: 0;
}

#headerlogo
{
  margin-left: 68px;
  margin-top: 20px;
  Position: absolute;
  }


#content
{
    margin: 10px auto;
    width: 928px;
    min-height: 530px;
    background:#fff;
    background-image: url(../images/content-bg.gif);
    padding: 10px 0px 20px 40px;
    background-repeat: repeat-y;
}

#main
{
  float: left;
  display: inline;
  width: 600px;
}

#mainbottom
{
    clear: both;
    width: 928px;
    min-height: 20px;
    background: #ffffff;
}


.clear:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clear {
min-height: 1px;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1px;
  }

.clearfix {display: block;}
/* End hide from IE-mac */

/* Left Side Photos */

.photoleft {
  float: left;
  margin: 0 15px 10px 0px;
  clear: both;
}


.phototag {
  float: left;
  margin: 5px 15px 15px 0px;
  font-size: .75em;

}



/* Right Side Container
============================================================================ */

#successbox
{
     float: right;
     width: 200px;
     min-height: 200px;
     margin: 65px 35px 0px 0px;
     padding: 15px;
     background: #FFF5D4;
     border: solid;
     border-color: #C3B693;
     border-width: thin;
    /*   display: inline;  */
     clear: both;
}


#successbox p
{
  font-size: 1.1em;
  line-height: 1.4em;
}

.successimage
{
    margin: 3px 0 0px 0;
}


.successphoto
{
    border: 1px solid #616c3b;
    margin: 10px 0 10px 0;
}

.successtitle
{
    margin: 0 0 5px 0;
}


/* Sub Nav Menu
============================================================================ */
#subnav
{
    height: 35px;
    background-image: url(../images/content-head-sub.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0px;
    padding-top: 0px;
    margin: 0 0 0 0;
}


/* Header Nav
============================================================================ */
#headernav1
{
    position: absolute;
    margin-left: 230px;
    margin-top: 77px;
}

#headernav2
{
    position: absolute;
    margin-left: 468px;
    margin-top: 77px;
}

#headernav3
{
    position: absolute;
    margin-left: 706px;
    margin-top: 77px;
}



/* Main Navigation Menu
============================================================================ */
#nav,
#nav ul {
  padding:7px 0 7px 0px;
  margin:0; list-style:none;
  font: 11px verdana, sans-serif;
  border:1px solid #000;
  border-color:#466222 #466222 #000000 #466222;
  border-width:1px 1px 3px 1px;
  background:#466222;
  position:relative;
  z-index:200;}

#nav {height:25px; padding:7px 0 7px 55px;}

#nav li {float:left;}
#nav li li {float:none;}

/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a  {
  display:block;
  float:left;
  color:#fff;
  margin:0 25px 0 10px;
  height:25px;
  line-height:25px;
  text-decoration:none;
  white-space:nowrap;}

#nav li li a {
  height:20px;
  line-height:20px;
  float:none;}

#nav li:hover
{position:relative;
z-index:300;}

#nav li:hover ul {
  left:0;
  top:22px;}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {left:10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline; color:#fff;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#dfb87e;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#fff;}



/*#navigation
{
    position: absolute;
    margin-left: 228px;
    margin-top: -25px;
}

#navigation a:link
{
    color: #455322;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
}


#navigation a:visited
{
    color: #455322;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;

}

#navigation a:active
{
    color: #B27C45;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;

}

 #navigation a:hover
{
    color: #B27C45;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;

}
*/

/* Footer
============================================================================ */

#footer
{
    clear: both;
    width: 967px;
    height: 250px;
    color: #222;
    margin-top: 20px;
    background: #dfb87e;
    font-size: .8em;
}

#footer ul
{
    text-align: right;
    width: 200px;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.2em;
}

#footer li
{
    list-style-type: none;
    margin: 0 0 3px 0;
    padding: 0;
}

#footer a
{
    color: #222;
    font-weight: normal;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer span
{
    color: #222;
    text-decoration: underline;
}

#disclaimer
{
    width: 600px;
    float: left;
    margin-left: 25px;
}
