/*
 * HTML Tags
 */
a { color: #777; text-decoration: none; }
a:hover { color: #111; }
body { color: #222; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #eee; text-align: justify; margin: 30px 15px; }
h1 { text-align: left; font-size: 14px; font-weight: bold; margin: 15px 0px 0px 0px; }
p { margin: 0px 0px 5px 0px; }
ul { margin-bottom: 5px; margin-top: 5px; }



/*
 * Page Layout
 */
#box-top { background-image: url(../images/background/bg_top.png); background-repeat: no-repeat; height: 20px; }
#box-middle { background-image: url(../images/background/bg_middle.png); background-repeat: repeat-y; padding-right: 11px; padding-left: 9px; }
#box-bottom { background-image: url(../images/background/bg_bottom.png); background-repeat: no-repeat; height: 20px; }
#box-logo { width: 100%; margin-top: 15px; margin-bottom:10px; }
#box-logo-text { vertical-align: bottom; }
#box-logo-neymedia { vertical-align: bottom; }
#box-logo-text img { margin-left: 25px; margin-bottom: 0px }
#box-logo-neymedia img { margin-right: 25px; margin-bottom: 0px; }
#box-banner { margin-bottom: 2px; margin-left: 25px; }
#box-navigation-main { text-align: right; width: 670px; margin-right: 25px; margin-bottom: 15px; margin-left: 25px; padding-bottom: 2px; border-bottom: 1px dashed #777; }
#box-navigation-main img { margin-right: 3px; }
#box-navigation-main span { margin-left: 6px; }
#box-navigation-main a { color: #777; text-decoration: none; }
#box-navigation-main a:hover { color: #111; }
#box-navigation-main .active a { color: #222; }
#box-navigation-main-language { text-align: left; vertical-align: middle; width: 50px; }
#box-navigation-main-language span.languageLink01 { margin-left: 0px; }
#box-navigation-main-language img { margin-right: 5px; }
#box-content { margin-right: 25px; margin-bottom: 15px; margin-left: 25px; width: 670px; }
#box-content-navigation { width: 150px; vertical-align: top; }
#box-content-navigation td.image { padding-bottom: 4px; width: 15px; vertical-align: middle; }
#box-content-navigation td.link { padding-bottom: 4px; }
#box-content-navigation a { color: #777; text-decoration: none; }
#box-content-navigation a:hover { color: #111; }
#box-content-navigation .active a { color: #222; }
#box-content-text { padding-left: 15px; vertical-align: top; }
#box-footer { width: 670px; margin: 5px 25px 15px 25px; border-top: 1px dashed #777; }
#box-footer-copyright { color: #d7d7d7; padding-top: 2px; }
#box-footer-quicklinks { text-align: right; vertical-align: top; }
#box-footer-quicklinks span { margin-left: 5px; }
#box-footer-quicklinks a { color: #777; text-decoration: none; }
#box-footer-quicklinks a:hover { color: #111; }
#box-footer-quicklinks .active a { color: #222; }


/*
 * General Styles
*/
.align-left { text-align: left; }
.align-right { text-align: right; }
.size-full { width: 100%; }
.size-box { width: 740px; }
