/* CSS Document */

/* basic */
body { background-color: #111; color: #ddd; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 1em; text-align: left; margin: 0; padding: 0; min-width: 1000px; }
blockquote { font-style: italic; text-align: center; padding-left: 30px; padding-bottom: 20px; }
a:link { color: #fff; text-decoration: none; }
a:visited, a:hover { color: #253a0d; text-decoration: underline ; }
a:active, a:focus { border-bottom-style: dotted; text-decoration: none ; }
h1 { color: #888; font-size: 1.5em; font-weight: 800; text-align: left; }
h1 span { color: #fff; font-size: .7em; font-style: italic; font-weight: 400; }
h2 { color: #fff; font-size: 1.3em; font-style: italic; font-weight: 400; text-align: left; }
img { border: 0px; }
img a:hover { border-bottom-style: none; text-decoration: none; }
li { display: inline; padding: .5em; line-height: 2em; }
ul { margin: 0; padding: 0; }

/* branding */
#branding { background: url(../images-common/wdftr3.jpg); background-repeat: repeat-x; border-bottom: 6px solid #fff; height: 100px; position: absolute; top: 0px; left: 0px; width: 100%; z-index: -10; }
#branding img { margin: 10px 10px 0; }
#branding p { display: none; margin: 0; padding: 0; }
#logo { margin: 20px 10px; }

/* container */
#container { float: left; margin: 5px 50px 10px 100px; min-height: 250px; text-align: center; }
#container blockquote { margin-top: 30px; }
#mainpics { min-width: 770px; text-align: center; }
#mainpics a { color: #FFF; text-decoration: none; }
#mainpics a:hover { border-bottom-style: none; color: #a3d568; text-decoration: none; }

/* footer */
#footer { background-image: url(../images-common/wdftr3.jpg); background-repeat: repeat-x; border-top: 6px solid #fff; color: #fff; float: left; height: 100px; width: 100%; /*opacity:0.8;filter:alpha(opacity=80);*/ }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #a3d568; }
#footer p { font-size: 11px; padding: 15px 0 5px; text-align: center; }
#nav2 { font: 1.2em bold normal 'Palatino Linotype', 'Book Antiqua', Palatino, serif; color: #fff; height: 20px; margin: 0; padding: 10px 0; text-align: center; width: 100%; }
#nav2 a { color: #fff; text-decoration: none; }
#nav2 a:hover { border-bottom-style: dotted; color: #a3d568; text-decoration: none; }

/* nav */
#nav { font: 1.5em bold normal 'Palatino Linotype', 'Book Antiqua', Palatino, serif; color: #fff; position: absolute; left: 400px; top: 20px; width: 600px; }
#nav a { color: #fff; text-decoration: none; }
#nav a:hover { border-bottom-style: dotted; color: #a3d568; text-decoration: none; }

/* wrappers */
#outerwrapper { }
#wrapper { }

