@charset "UTF-8";
/* CSS Document */
/* Standard Shit */
* { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; }
body { background-color: #000000; margin: 0px; }
a, :focus { outline: none; }
a img, :link img, :visited img { border: none; }
h1,h2,h3 { margin: 1em 0; }
h1 { font-size:140%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-style: italic; margin-top: 0px; margin-bottom: 3px; }
h2 { font-size:138.5%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-style: italic; margin-top: 0px; }
h3 {font-size:108%;}
h1,h2,h3,h4,h5,h6 {font-weight:bold;}
p { margin:15px 0px 15px 0px; font-size: 13px; }
#caption{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style: italic; color: #FFFFFF; font-size: 10px; }
a { color: #3A9B48; text-decoration: none; font-size: 14px;}
a:hover { color: #E97E25; text-decoration: underline; }
p{ margin-top: 0px; }


#container{ clear: both; width: 1000px; }
#yellowLine{ background-color: #F3EA02; height: 10px; width: 1000px; }
#orangeLine{ background-color: #E97E25; height: 10px; width: 1000px; }
#header{ width: 1000px; height: 220px; background: url(../images/bhv_header.jpg); background-repeat: no-repeat; }
#contentBg{ width: 1000px; min-height: 600px; background: url(../images/bhv_bg.jpg); background-repeat: no-repeat; }

#menu{ width: 1000px; height: 40px; padding-left: 20px; }
#menuStart{  float: left; width: 666px; height: 40px; background: url(../images/bhv_menu.png); background-repeat: no-repeat; }
#menuMenu{ padding: 10px; text-align: left; position: relative; }
#menuEnd{ float: left; width: 294px; height: 40px; background: url(../images/bhv_menu_end.png); background-repeat: no-repeat; }
#menuSpace{ clear: both; width: 960px; height: 20px; background: url(../images/bhv_space_menu.png); background-repeat: no-repeat; }
#mainContent{ width: 1000px; padding-left: 20px; }
#contentLeft{ float: left; width: 666px; height: 480px; background: url(../images/bhv_content.png); background-repeat: no-repeat; }
#contentRight{ float: left; width: 294px; height: 480px; background: url(../images/bhv_right.png); background-repeat: no-repeat; }
#contentContent{ margin-top: 10px; padding: 10px; text-align: left;  position: relative; width: 636px; height: 440px; overflow: auto; }
/* classes */
.error{ background-color: #FFFFFF; color: #ff0f10; padding: 5px; font-weight: bold; text-transform: uppercase; }
.formField{ border: 1px dotted #E97E25; background-color: #FFFFFF; color: #E97E25; }
.formButton{ border: none; background-color: #E97E25; color: #FFFFFF; }
.textIntro{ font-size: 20px; color: #E97E25; }

.videoBorder{ padding: 5px; border: 1px solid #E97E25; float: left; text-align: center; margin-right: 10px; }