/* General HTML Stuff */
html { height: 100%; }
html, body { margin: 0; min-height: 100%; padding: 0; width: 100%; }
* html body { height: 100%; }
body { background: #9d986e url('../images/bg.jpg'); position: relative; }
body, p, td, th { font: 14px Arial, Helvetica, sans-serif; vertical-align: top; }

a { color: #732828; text-decoration: none; }
a:hover { text-decoration: underline; }

b, strong { color: #66633d; font-size: 13px; font-weight: bold; }

form { margin: 0; }

h1, h2, h3, h4, h5, h6 { color: #f27e30; margin: 0 0 5px 0; }

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

p { color: #000; line-height: 1.57em; margin: 0; margin-bottom: .5em; }
p a { text-decoration: underline; }

.clear { clear: both; }

/* Round Corners */
.ul, .ur, .ll, .lr { height: 5px; position: absolute; width: 5px; }
.ul { background: url(../images/cul.png) no-repeat; left: 0; top: 0; }
.ur { background: url(../images/cur.png) no-repeat; right: 0; top: 0; }
.ll { background: url(../images/cll.png) no-repeat; bottom: 0; left: 0; }
.lr { background: url(../images/clr.png) no-repeat; bottom: 0; right: 0; }
* html .ul { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cul.png',sizingMethod='image'); }
* html .ur { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cur.png',sizingMethod='image'); }
* html .ll { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cll.png',sizingMethod='image'); }
* html .lr { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/clr.png',sizingMethod='image'); }
.image { overflow: hidden; position: relative; }

/* Page Structure */
#container { background: #fff url(../images/wavy.gif) no-repeat; margin: 0 auto; margin-bottom: 28px; position: relative; width: 760px; z-index: 20; }

/* Header */
#header { height: 72px; position: relative; width: 760px; }
#header .logo { background: url(../images/logo.gif) no-repeat; height: 67px; left: 48px; overflow: hidden; position: absolute; text-indent: -1000em; top: 17px; width: 234px; }
#header .logo a { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#header .tag { height: 62px; position: absolute; right: 10px; text-align: right; top: 10px; width: 350px; }
#header .tag h3 { color: #732828; font: normal 11px Georgia,"New Century Schoolbook","Century Schoolbook","Century Schoolbook L","Palatino Linotype",Palatino,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,Utopia,serif; }

/* Drop Down Menu */
#ddmenu { background: url(../images/menuborders.gif) 329px 0px no-repeat; font-size: 12px; height: 68px; position: relative; width: 760px; z-index: 20; }
#ddmenu ul { height: 68px; list-style: none; margin: 0; padding: 0; position: absolute; right: 30px; top: 0; width: 400px; }
#ddmenu li { float: left; height: 68px; position: relative; width: 100px; }
#ddmenu li a { color: #444; display: block; font-weight: bold; height: 36px; padding-top: 32px; text-align: center; width: 100px; }
#ddmenu li a.button1 { background: url(../images/menubtn1.gif) no-repeat; }
#ddmenu li a.button2 { background: url(../images/menubtn2.gif) no-repeat; }
#ddmenu li a.button3 { background: url(../images/menubtn3.gif) no-repeat; }
#ddmenu li a.button4 { background: url(../images/menubtn4.gif) no-repeat; }
#ddmenu li a:hover, #ddmenu li:hover a, #ddmenu li.over a { background-position: 0 -68px; color: #fff; text-decoration: none; }
#ddmenu li ul { display: none; }
/* #ddmenu li:hover ul { display: block; } */
#ddmenu li ul { background: #742929; height: auto; left: 0; padding: 3px 5px; top: 68px; width: 140px; }
#ddmenu li li { float: none; height: auto; padding: 2px 0; width: 140px; }
#ddmenu li li a { color: #fff; font-weight: normal; height: auto; padding: 4px 2px; text-align: left; width: 136px; }
#ddmenu li li a:hover { background: #ffe8d9; color: #000; }

/* Content Container */
#content { background: url(../images/divider.gif) 200px 0 no-repeat; margin-top: 20px; position: relative; width: 760px; z-index: 10; }
#content .divider { background: #ccc url(../images/divider.gif) no-repeat; height: 100%; left: 200px; position: absolute; top: 0; width: 1px; }

/* Side Menu */
#menu { display: inline; float: left; margin-left: 10px; position: relative; width: 180px; }
#menu .section { border-bottom: 1px solid #f27e30; color: #732828; font: bold italic 18px "Times New Roman", Times, Garamond, serif; padding-bottom: 2px; text-indent: 5px; }
#menu ul { list-style: none; margin: 0; padding: 5px 0 0 10px; }
#menu li { padding: 5px 0; }
#menu li a { color: #000; }
#menu li a:hover { color: #bf6930; }
#menu li.selected { color: #732828; font-weight: bold; }

/* Main Content */
#body { display: inline; float: right; height: auto !important; height: 350px; margin: 0 15px 10px 0; min-height: 350px; position: relative; width: 528px; z-index: 10; }
#body .title { border-bottom: 2px solid #f27e30; margin-bottom: 5px; }
#body .title h1 { color: #732828; font: bold italic 30px/1em "Times New Roman", Times, Garamond, serif; text-indent: 5px; }
#body a { color: #515c75; font-weight: bold; text-decoration: underline; }
#body a img { text-decoration: none; }
#body li { padding-bottom: 5px; }

/* Footer */
#footer { clear: both; font-size: 10px; padding: 10px 0 0 0; position: relative; text-align: center; width: 760px; }
#footer .address { font-size: 11px; font-weight: bold; }
#footer .cap { background: url(../images/footercap.png) no-repeat; bottom: -8px; height: 8px; left: 0; position: absolute; width: 760px; }
* html #footer .cap { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footercap.png',sizingMethod='image'); }
#footer .links ul { list-style: none; margin: 0; padding: 0; text-align: center; }
#footer .links li { border-left: 1px solid #444; display: inline; margin-left: 3px; padding-left: 5px; }
#footer .links li.first { border: none; margin: 0; padding: 0; }

/* Watermark */
#watermark { background: url(../images/watermark.gif) no-repeat; bottom: 0; height: 273px; position: absolute; right: 0; width: 247px; z-index: 10; }

