/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
/* ____________________END RESET_____________________________________________ */
body {
	background-image:url(images/marron_bar.png);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #9ABEDC;
	padding-top: 10px;
}

#maincontent {
	overflow:auto;
	width: 960px;
	height: auto;
	background-image:url(images/whitedot.gif);
	background-repeat:repeat;
	background-color:#FFFFFF;
	margin-left:20px;
}

#footer {
	float:left;
	padding-top:10px;
	background-color:#9abedc;
	color:white;
	width:960px;
	height:50px;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
}

#footer a {
	text-decoration:none;
}
#footer a:link{color:white;}
#footer a:visited{color:white;}
#footer a:hover{
	text-decoration:underline;
	color:white;
}
#footer a:active{color:white;}

#hhq_collage {
	background-image:url(images/rightside.jpg);
	background-repeat:no-repeat;
	height:610px;
	width:414px;
	float:right;
}

#content_block {
	width:490px;
	height:auto;
	margin-left:50px;
	margin-top:10px;
	background:#FFFFFF;
}

.double_col{
	width:490px;
	height:570px;
	overflow:auto;
	float:left;
	background-color:white;
	background-image:url(images/bearing_1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.double_col a:link {
	color:#003366;
	text-decoration:none;
}

.double_col a:visited {
	color:#003366;
	text-decoration:none;
}

.double_col a:hover {
	color:#471413;
	text-decoration:underline;
}
.double_col a:active {
	color:#003366;
	text-decoration:none;
}

.single_col_left{
	width:243px;
	overflow:auto;
	float:left;

}

.single_col_right{
	width:225px;
	overflow:auto;
	float:left;
	padding-left:20px;
	border-left:1px solid black;

}



.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clear_float {
	clear:both;
}

p, h1, h2, h3, h4, li {
	font-family: Helvetica, Arial, sans-serif;
}

p {
	font-size: 14px;
	line-height:1.3em;
	margin-top:.8em;
	color:#471413;
}

h1 {
	font-weight:bold;
	color: #471413;
	margin-top:15px;
	font-size:1em;
}

h2 {
	font-size:1.05em;
	line-height:1.3em;
	color:#471413;
	font-weight:bold;
	margin-top:15px;
}

hr{
	color:#D0E6FD;
	}

p.bluetext {
color:#003366;
}

.grid_table img {
border:1px solid black;
}

.grid_table p{
text-align:left;
line-height:1em;
margin:0;
padding-top:5px;;
}

.grid_table a{
text-decoration:none;
}
.grid_table a:link, .about_sub_menu {
	color:#003366;
}/* unvisited link */
.grid_table a:visited, .about_sub_menu {
	color:#003366
}/* visited link */
.grid_table a:hover, .about_sub_menu {
	color:#471413;
	text-decoration:underline;
}  /* mouse over link */
.grid_table a:active, .about_sub_menu {
	color:#003366;
}/* selected link */ 


table.about_sub_menu{
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:.8em;
	line-height:1.2em;
}

table.about_sub_menu td.rowStyle{
	color:#003366;
	border-bottom:solid black 1px;
	padding:5px 0 5px 0;
	vertical-align:middle;
}


/* sliding door menu */
#menu_bar {
	width: 546px;
	background-image:url(images/blue_tint.jpg);
	background-repeat:repeat-x;
	float:left;
}

#menu_bar ul {
    margin-left:50px;
	list-style:none;
}
	 
#menu_bar li {
    float:left;
    margin:0;
    padding:0;
}
 
#menu_bar a {
	padding-top:3px;
	padding-bottom:6px;
	display:block;
	width:95px;
	font-size:.8em;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:top;
}

#menu_bar #current {
    background-image:url("images/button_full95.jpg");
}
#menu_bar #current a {
	color:#471413;
	text-decoration:none;
}
#menu_bar a:link {
	color:white;
}/* unvisited link */
#menu_bar a:visited {
	color:white
}/* visited link */
#menu_bar a:hover {
	text-decoration:underline;
}  /* mouse over link */
#menu_bar a:active {
	color:white;
}/* selected link */ 

.new_item_wrapper{
width:120px;
height:210px;
text-align:center;
font-size:.8em;
padding:10px 20px 0 0;
float:left;
}

.new_item_wrapper p{
font-size: 1em;
line-height: 1em;
}

.new_item_wrapper img{
border:solid #471413 1pt;
}

.pBold{
font-weight:bold;
}