/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
input{
border: 1px solid #000000;
}
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../images/smallBG.jpg) #fff repeat-x;
	font: 90.01%/110% Arial, Helvetica, sans-serif;
	color: #000;
}
body#homepage {
	background: url(../images/bodyBG.jpg) #fff repeat-x;
	font: 90.01%/110% Arial, Helvetica, sans-serif;
	color: #000;
}


/************** Layout Elements *******************/

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 80%;
	padding-bottom: 25px;
}

#header {
	height: 101px;
	position: center;
	/*background: url(../images/chridLogo.jpg) 250px 0 no-repeat;*/
}

#banner {
	background: url(../images/smallbanner.gif) 250px 0 no-repeat;
	height: 52px;
}
#homepage #banner {
	background: url(../images/bannerBG.jpg) 250px 0 no-repeat;
	height: 232px;
}


#content {
	padding: 1px 0 0 0;
	margin: 0 0 0 250px;
	max-width: 750px;
/*	border-top: 3px solid #292929;*/
}

#leftcol {
	float: left;
	width: 190px;
	margin: 0 0 0 20px;
	/*	border-top: 3px solid #292929;*/
}

#footer {
	clear: both;
	min-height: 25px;
	text-align: right;
	font-size: 85%;
	background-color: #c8c8c8;
	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(../images/right.gif)  no-repeat top right;
  padding: 0 3px 0 0;
  margin-right: 5px;
  float: right;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/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("../images/right_on.gif") no-repeat top right;
  padding: 0 3px 0px 0;
  margin-right: 5px;
}
  
 #header #current a {
  background: url("../images/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: #cccccc;
	color: #000;
	padding: 2px 3px;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#leftcol li a:hover, #leftcol li a#here {
	background: #CE6129;
	color: #000000;
}

 #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%;
}
h1 a {
	color: #CE6129;
}

h1 a:hover {
	color: #fff;
	background: #CE6129;
	text-decoration: none;
}

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: blue;
}



/************** For the IEmac Beastie *******************/

 /*\*//*/
#header ul {
	padding-top: 63px;
}
/**/

