html, body {
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4C4135;
}

* {margin: 0; padding: 0;}


p {
	font-size: 1.1em;
	line-height: 150%;
}

img {border: none;}

ul {
	list-style-type: none;
	line-height: 150%;
}



a:link, a:visited {color: black; text-decoration: underline; font-size: 1em; font-weight: 100;}
a:hover {color: orange; text-decoration: underline; font-size: 1em;font-weight: 100;}
a:active {color: black; text-decoration: none; font-size: 1em;font-weight: 100;}


/*-------ALL PAGES-----------*/


body {
	background-color: white;
	margin: 0;
	text-align:  center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	margin-top: 20px;
	text-align: left;
	}
	

#flashcontent {
	width: 800px;
	height: 430px;
	background: url(../i/cumin_home_new.jpg) top left no-repeat;
}

#navigation {
	height: 100px;
}

#navigation {
	clear:right;
	height:100px;
	display:block;	
}
div#navigation ul#menu	{
	height: 100px;
	width: 800px;
	background: transparent url(../i/homenav.jpg) top left no-repeat;
	margin:0;
	padding: 0;
	position: relative;
}

div#navigation ul#menu li {
	margin: 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
div#navigation ul#menu li, ul#menu a {
	height: 100px;
	display: block;
	background-color: transparent;

}
div#navigation ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	background-color: transparent;
	border:none;

}

div#navigation ul#menu li#nav_ab	{left: 0; top:0; width: 194px; border:none;}
div#navigation ul#menu li#nav_res	{left: 202px; top:0px; width: 194px; border:none;}
div#navigation ul#menu li#nav_bar	{left: 404px; top:0px; width: 194px; border:none;}
div#navigation ul#menu li#nav_hrs	{left: 606px; top:0px; width: 194px; border:none;}    

div#navigation ul#menu li#nav_ab a:hover {background: transparent url(../i/homenav.jpg) -0px -100px no-repeat; border:none;}
div#navigation ul#menu li#nav_res a:hover {background: transparent url(../i/homenav.jpg) -202px -100px no-repeat; border:none;}
div#navigation ul#menu li#nav_bar a:hover {background: transparent url(../i/homenav.jpg) -404px -100px no-repeat; border:none;}
div#navigation ul#menu li#nav_hrs a:hover {background: transparent url(../i/homenav.jpg) -606px -100px no-repeat; border:none;}



#content {
	width: 590px;
	margin: 8px 0;
	text-align: justify;
}

#content h1 {
	font-size: 1.4em;
	font-weight: 100;
	margin: 8px 0;
}

#address {
	width: 194px;
	float: right;
	margin: 8px 0;
	text-align: left;
}
#address ul li {
	font-size: 1.2em;
	line-height: 1.5;
}



#footer {
	clear: both;
	text-align: left;
	font-size: .9em;
	color: #999;
}

#footer a {color: #999;text-decoration: none;}





