/* --------------------------------------------
Base Stylesheet
Version: 23.10.07
----------------------------------------------- */

* {margin: 0px; padding: 0px; }
body { background: #0B0A0A; }
a img,:link img,:visited img, img { border:none }

/*color reference*/
.color1 {color: #0B0A0A;} /*black*/
.color2 {color: #808080;} /*white*/
.color3 {color: #DB6D00;} /*orange*/

/*typography for the entire website*/
body { font-family: Verdana, Arial, Helvetica, sans-serif; color: #999;  } 
body {font-size: 62.5%; }
p, a, textarea, label, fieldset, tt, input { font-size: 1em; line-height: 1.6em;}

/* Headers
----------------------------------------------- */
h1,h2,h3 { font-family: Arial, Helvetica, sans-serif; line-height:1.4; color:#DB6D00; font-weight: bold; }
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; font-weight:normal;}
fieldset, textarea, input {border:0px;}
label {margin-right:10px;}

/* Links
----------------------------------------------- */
a { color: #999; text-decoration: none;  }
a:hover { color: #999; text-decoration: underline; }

/* Lists
----------------------------------------------- */
ul { list-style:none }
ul li { }

/* Layout
----------------------------------------------- */
#outer { margin: 0 auto; text-align:left; width:950px; margin-top:10px; }
#header { width: 950px; margin-bottom:10px; }
#content { width:950px; }
#lhs {width:480px; float:left;}
#lhs_internal {width:950px;}
#rhs {width:440px; margin-left:490px;}
#rhs_internal {width:440px; margin-left:480px;}
#footer { color:#666; background:#232323 url(../img/graphics/bkg_footer.jpg) repeat-x bottom left; clear:both;}
#footer_in { height:35px; color:#7a7a7a;  border-bottom:solid 2px #0B0A0A; padding:10px}

/* UTILITY 
----------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
