/* Global configs */

* {
    padding: 0px;
    margin: 0px;
}

.clear {
    clear: both;
}



h1 {
    font-size: 1.8em;
    margin: 0px 0px 25px 0px;
    FONT-WEIGHT: 400;
    font-family: helvetica, arial;
}

h2 {
    font-size: 1.3em;
    margin: 10px 0px 10px 0px;
    font-weight: 100;
    font-family: helvetica, arial;
}


h3 {
    font-size: 1.1em;
    font-family: helvetica, arial;
}

p {
    font-family: arial, sans-serif;
    margin: 0px 0px 10px 0px;
    line-height: 1.6em;
	color: #383A09;
	text-align: justify;
  
}

input, textarea {
    border: 1px solid #333300;
    background: url(../static_images/nav_bg.png);
    padding: 3px;
    font-size: 11px;
    font-weight: 400;
    font-family: arial, sans-serif;
}


a:link, a:visited {
    color: #996600;
}

a:hover {
    color: #ff9900;
}


body {
    margin: 0 auto 0 auto;
    padding: 0px;
    color: #333300;
    background: white;
    font-family: arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
    height: 100%;
    z-index: 1;
}

#wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
}


/* Header navigation styles */

#content_container {
    position: relative;
    width: 850px;
    margin: 0 auto;
    z-index: -1;
    text-align: left;
}














/* Logo style */
#logo {
    position: relative;
    float: left;
    width: 170px;
    height: 415px;
}

#nav {
    position: relative;
    width: 605px;
    float: right;
    padding: 40px 0px 0px 0px;
    height: 145px;
    margin: 0px;
    z-index: 10;
}

#nav ul.mainnav {
    z-index: 10;
}

#nav ul.mainnav li {
    z-index: 11;
    list-style: none;
    font-size: 11px;
    padding-top: 3px;
    text-transform: uppercase;
    border-top: 1px solid #333300;
    width: 181px;
    margin-right: 18px;
    height: 25px;
    float: left;
}

#nav ul.mainnav li a {
    text-decoration: none;
	color: #996600;
}

#nav ul.mainnav ul {
    position: absolute;
    z-index: 500;
    display: none;
}

#nav ul.mainnav li:hover ul {
    display: block;
    width: 181px;
    padding-top: 4px;
    background: url(../static_images/nav_bg.png) white;
}

#nav ul.mainnav ul li {
    display: block;
    font-size: 10px;
    width: 181px;
    padding: 3px 0px;
	height: 12px;
    border-top: 0px solid #fdfdfd;
    text-transform: uppercase;
}

#nav ul.mainnav ul ul li {
    display: none;
}


#nav div.subnav {
	font-size: 10px;
	margin-left: 15px;
}


#nav ul.v li a:link, #nav ul.v li a:visited {
    display: block;
}


#nav ul.v li a:hover {
    display: block;
	background: #58532F;
	color: white;
}





#content {
    float: right;
    position: relative;
    padding-bottom: 30px;
    width: 611px;
    text-align: left;
}

#content ul, #content ol {
	margin: 10px 0px 10px 36px;
}

#content li {
	font-family: arial, sans-serif;
	line-height: 1.6em;
}

#content h1, h2, h3, h4, p, span {
    padding-left: 6px;
	color: #383A09;
}

#content p img {
    position: relative;
    left: -6px;
}

#content p sup {
    font-size: 0.5em;
}


#content div.title {
    float: left;
    width: 100px;
    text-align: left;
    font-weight: 400;
    padding: 6px 0px 0px 6px;
    font-size: 1em;
}

#content div.control {
    float: left;
    width: 435px;
    padding-left: 15px;
    padding-bottom: 8px;
}


#content div.left_top {
    float: left;
    width: 260px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#content div.right_top {
    float: left;
    width: 300px;
	padding-bottom: 15px;
}

#content div.left_bottom {
    float: left;
    width: 260px;
	padding-right: 50px;
	padding-top: 5px;
}

#content div.right_bottom {
    float: left;
	padding-top: 5px;
    width: 300px;
}

#content hr {
	color: white;
	height: 5px;
}

#content div.right img, #content div.left img {
   margin: 10px 0px 5px 0px;
}




#flash {
    position: relative;
    width: 611px;
    height: 224px;
    background: url(../static_images/flash.gif) white no-repeat;
    margin: 0px 0px 15px 0px;
}

#flash div.switcher {
    width: 579px;
    height: 192px;
    padding: 16px;
}

#flash #switcher a:link, #flash #switcher a:visited, #flash #switcher img {
    border: 0px solid white;
    text-decoration: none;
	cursor: crosshair;
}


#flash div.buttons {
	display: none;
    position: absolute;
    top: 16px;
    right: 5px;
    width: 160px;
    height: 20px;
    text-align: right;
}

#flash div.button {
    position: relative;
    float: left;
    width: 18px;
    height: 16px;
    margin: 0px 0px 0px 5px;
    padding: 2px 0px 0px 0px;
    color: #777700;
    background: white;
    font-weight: 800;
    text-align: center;
    font-size: 10px;
    pointer: hand;
    cursor: pointer;
}

#flash div.headline {
    position: absolute;
    bottom: 20px;
    left: 16px;
    width: 180px;
}

#flash div.headline h4 {
    background: black;
    padding: 10px;
    font-weight: 100;
    color: white;
    font-size: 17px;
}









/* Footer */

#footer_container {
    position: relative;
    width: 850px;
    margin: 0 auto;
    z-index: -1;
    text-align: left;
}

#footer {
    position: relative;
    width: 605px;
    font-size: 0.8em;
    border-top: 1px solid #333300;
    padding-top: 10px;
    height: 30px;
    text-align: right;
    margin: 0 auto;
    float: right;
}



/* drop shadow */

.img-shadow {
  float:left;
  background: url(../static_images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../static_images/shadow.gif) no-repeat bottom right;
  margin: 20px !important;
  margin: 20px;
  }

.img-shadow img {
  display: block;
  width: 120px;
  position: relative;
  background-color: #fff;
  border: 5px solid white;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.thumb-shadow {
  float:right;
  background: url(../static_images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../static_images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 40px 40px !important;
  margin: 10px;
  }

.thumb-shadow img {
  display: block;
  width: 80px;
  position: relative;
  background-color: #fff;
  border: 5px solid white;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  



