/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #333333 url(../img/bodyBG.jpg) repeat-x;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	padding-bottom: 25px;
}

#header {
	height: 101px;
	position: relative;
	background: url(../img/Logo.jpg) 0 0 no-repeat;
}

#banner {
	height: 173px;
}

#content {
	padding: 1px 0 0;
	margin: 0px 0 0 210px;
}

#leftcol {
	float: left;
	width: 210px;
	margin: 0px 0 20px;
	background-color: #000000;
}

#footer {
	clear: both;
	min-height: 25px;
	background-color: #B20C00;
	border-top: 3px solid #292929;
}

/************** Navigation Elements *******************/

#header ul {
  float: right;
  padding: 8px 0;
  list-style-type: none;
  min-width: 350px;
  margin-top: 55px;
}
  
#header li {
  background: url(../img/right.gif) no-repeat top right;
  padding: 0 3px 0 0;
  margin-right: 5px;
  float: right;
}
  
#header a {
  float: left;
  display: block;
  background: url("../img/left.gif") no-repeat top left;
  padding: 3px 8px 4px 12px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin-right: 1px;
}

/* hide from IE mac \*/ 
#header a {
float: none;
}
/* end hiding from IE5 mac */

#header li a:hover, #header li a:focus {
	color: #cacaca;
}

#header #current {
  background: url("../img/right_on.gif") no-repeat top right;
  padding: 0 3px 0px 0;
  margin-right: 5px;
}
  
 #header #current a {
  background: url("../img/left_on.gif") no-repeat top left;
  padding: 3px 8px 6px 12px;
  text-decoration: none;
  font-weight: bold;
  color: #c7c9ec;
  margin-right: 1px;
}



#header #current a:hover {
	color: #fff;
}

#leftcol ul {
	margin-top: 15px;
	list-style-type: none;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#leftcol li a {
	display: block;
	background: #B20C00;
	color: #fff;
	padding: 2px 3px;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#leftcol li a:hover, #leftcol li a#here {
	background: #323232;
	color: #FFFFFF;
}

 #leftcol li a:focus {
 	background: #262626;
 }

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

/************** Generic Link Styles *******************/

a img {
	border: none;
}

a {
	color: #FFCC00;
}

a:hover {
	color: #fff;
	background: #5151c4;
	text-decoration: none;
}


/************** For the IEmac Beastie *******************/

 /*\*//*/
#header ul {
	padding-top: 63px;
}
/**/
#content p {
	padding: 5px;
}
#content h1 {
	padding: 0px 5px 5px;
}
#content h3 {
	padding-left: 5px;
}
#footer p {
	font-size: 9px;
	color: #FFCC00;
	text-align: center;
}
.orangetext {
	font-weight: bold;
	color: #FF9900;
}
.brand {
	padding-left: 25px;
	list-style-position: outside;
	list-style-type: circle;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B20C00;
}
#content table {
	padding: 10px;
	margin: 5px;
	background-color: #060606;
}
#leftcol p {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
#leftcol h3 {
	margin-left: 5px;
}
#footer a {
	color: #FFCC00;
}
.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
	font-family: verdana,trebuchet,sans-serif;
	font-size:   10px;
	color:       #999999;
	font-weight: normal;
}
#content ul {
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: square;
}
