﻿/* @override 
	http://rmwebsite.com/hoab/wp-content/themes/hoab/style.css
	http://www.hoab.org/wp-content/themes/hoab/style.css
*/

/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
html {
	background: #ffffffb top repeat-x;	
}

body { 
	/*background: transparent top center no-repeat;*/
	text-align:center; 
	font:12px/19px Arial, Helvetica, sans-serif; 
	color:#000;
	}

/* ------------------------ classes ------------------------ */

#nav {
	padding: 4px 0 0 3px;
	display: block;
	font-size: 13px;
	margin: 0;
}

#nav li, #nav li a {
	background: url("menuProy/nav.jpg") no-repeat;
	width: 209px;
	height: 31px;
	display: block;
	color: #ffffff;/*#5b2609;*/
	text-decoration: none;
	text-indent: 22px;
	line-height: 31px;
}

#nav li a:hover {
	background: url("menuProy/nav.jpg") bottom left no-repeat;
	color: #ce6204;
	
}
