1. #logo
  2. {
  3.    background-image:url("../Images/logo100H.jpg");
  4.    height:100px;
  5.    width:376px;
  6.    float:left;
  7. }
  8.  
  9. /* --- PAGE TITLE SECTION --- */
  10. #title_wrapper
  11. {
  12.    height: 100px;
  13.    width: 350px;
  14.    float:right;
  15. }
  16. #page_title
  17. {
  18.     font-family: ‘Arial Black’, Gadget, sans-serif;
  19.     text-align:center;
  20.    position:relative;
  21.    top:12px;
  22. }
  23. #large_text
  24. {
  25.     font-size: 40px;
  26.     font-weight: 900;
  27.     letter-spacing: 2px;
  28. }
  29. #small_text
  30. {
  31.     font-size:15px;
  32.     font-weight: bold;
  33.     letter-spacing: 4px;
  34. }
  35.  
  36.  
  37. /* --- PAGE TITLE END --- */
  38.  
  39.  
  40. /* --- PAGE NAVIGATION START --- */
  41.  
  42. #nav_box
  43. {
  44.    height:30px;
  45.    width:100%;
  46.    
  47.    font-family: ‘Arial Black’, Gadget, sans-serif;
  48.    text-align:right;
  49. }
  50.  
  51. #top_nav
  52. {
  53.     font-weight:bold;
  54.     float:right;
  55.     position:relative;
  56.    top:-16px;
  57.    
  58.    
  59. }
  60. #top_nav ul li
  61. {
  62.     float:left;
  63.     list-style:none;
  64.     background-image:url(../Images/onePixTop.jpg);
  65.     background-repeat: repeat-x;
  66.     height: 30px;
  67.     padding-top: 5px;
  68.    padding-left: 7px;
  69.    padding-right: 7px;
  70.  
  71. }
  72. #top_nav ul li:hover
  73. {
  74.    background-image:url(../Images/onePixBottom.jpg);
  75.     background-repeat: repeat-x;
  76. }
  77.  
  78. #top_nav ul li ul
  79. {
  80.     visibility: hidden;
  81.     position:absolute;
  82.    top:46px;
  83.     padding:2px;
  84. padding-right:18px;
  85.    background-image: none !important;
  86.    background-color: #134652;
  87.    
  88.    min-width:100px;
  89.     width:auto !important;
  90.     width: 100x;
  91. }
  92.  
  93. #top_nav ul li ul li
  94. {
  95.    
  96.    background-image: none !important;
  97.    background-color: #306774;
  98.    margin:1px;
  99.    height: 24px !important;
  100.    clear:both;
  101.    width:100%;
  102.    
  103.  
  104. }
  105. #top_nav ul li ul li a
  106. {
  107.    margin-left: 5px;
  108.    margin-bottom:-10px;
  109.    float:left;
  110.  
  111. }
  112.  
  113. #top_nav ul li ul li:hover
  114. {
  115.    background-color: #78C484;
  116. }
  117.  
  118.  
  119. #top_nav a:link, #top_nav a:visited
  120. {
  121.    text-decoration:none;
  122.    color:#ffffff;
  123. }
  124. #top_nav a:hover
  125. {
  126.    text-decoration:none;
  127.    color:#ffffff;
  128. }
  129.  
  130. #top_corner
  131. {
  132.    float:left;
  133.    position:relative;
  134.    top:16px;
  135.    left:10px;
  136. }
  137.  
  138. /* --- PAGE NAVIGATION END --- */
  139.  
  140. #background
  141. {
  142.    background-color: #78C484;
  143.     background-image:url('../Images/bgGradiant.jpg');
  144.     background-repeat:repeat-x;
  145.  
  146.    min-height:520px;
  147.     height:auto !important;
  148.     height: 520x;
  149.    
  150.    min-height:520px;
  151.     width: 100%;
  152.     z-index:-2;
  153.  
  154. }
  155. #main_container
  156. {
  157.    position:relative;
  158.    top:-21px;
  159.    z-index:-2;
  160. }
  161.  
  162. #bbColor
  163. {
  164.    width:45%;
  165.    height: 30px;
  166.    background-image:url(../Images/onePixTop.jpg);
  167.     background-repeat: repeat-x;
  168.    float:left;
  169. }
  170. #bbImage
  171. {
  172.    float:left;
  173. }
  174.  
  175.  
  176. #container
  177. {
  178.    background-color:#ffffff;
  179.    min-height:490px;
  180.     height:auto !important;
  181.     height: 490x;
  182.    position:relative;
  183.    top: 15px;
  184.    margin: 0px auto;
  185.    width: 90%;
  186.    margin-bottom:30px;
  187. }
  188.  
  189. .clear_float
  190. {
  191.    clear:both;
  192. }