/* prevents styles being used by NN4 and IE4 */

@import "layout.css";
@import "nav.css";
@import "lightbox.css";


/* Simple styling that will be executed by basic/old browsers */

body {
	font: 100% "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

p, div {
	font: x-small "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	
}

ul, ol, a {
	font: x-small "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font: medium "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font: small "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
	
}

h3 {
	font: small "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font: small "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
	
}

h5 {
	font: small "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
	margin:0px; padding: 0px; 
}


/* main link styles */

a:link {
	color:#000;
	text-decoration: none;

}

a:visited {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: underline;
}

a:active {
	color:#000;
	text-decoration: none;

}

#logo {
	margin: 0px;
}

/*
.linkList {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#subNav {
	list-style: none;
	padding: 15px 0px 0px 20px;
	margin: 0px;
}

#subNavContact {
	list-style: none;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

*/


#bottomNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

font {
	font: x-small "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif !important;
}

