/*----------------------------------------------------------------- 	
CSS Document 
version: 1.0.0
-----------------------------------------------------------------*/
/*** Universal selector by - reset margin and padding 
******************************************************************/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	border: 0;
}
/* define focus styles! */
:focus {
	outline: 0;
}

/* ----- General ----- */
body {
	font-size: small;
	font-family: Helvetica, Arial sans-seriff;
	height: 100%;
    background: url(../images/tile.png) #CCCC99 repeat-x;
	line-height: 1.4em;
}

/* ----- Layout ----- */

#containerWrapper{
	background: url(../images/bg.jpg) #CCCC99 center top no-repeat;
	height: 800px;
}

#container{
	width: 850px;
	margin: 0 auto;
	position: relative;
}

#header{
	
}

#content{
	background: white;
	padding: 50px;	
}

#content ul{
	margin-left: 25px;
}

#footer{
	height: 25px;
	width: 850px;
}


/* ----- **HOME PAGE** STYLES ----- */
#spotlight{
	height: 335px;
	background: url(../images/spotlight_bg.jpg) white no-repeat;
	position: relative;
}

#specials{
	width: 180px;
	padding: 10px;
	position: absolute;
	right: 10px;
	color: #666633;
}


/* ----- Classes ----- */
.column {
	width: 305px;
	float: left;
	margin-right: 25px;
}

.smallColumn {
	width: 165px;
	float: left;
	margin: 10px 25px 0 0;
	height: 225px;
}

.column, .column h2{
	color: #070704;
}



/* ----- Logo ----- */
h1 {
display:block;
width:231px;
height:87px;
text-indent:-9009px;
background:transparent url(../images/logo.png) no-repeat 0 0;
margin-top: 50px;
z-index: 5;
}

h1 a {
display:block;
width:100%;
height:100%;
outline:none;
}

/* ----- Navigation ----- */
ul#topNav{
	position: absolute;
	top: 10px;
	right: 0px;
	color: black;
}

ul#topNav li{
	display: inline;
	margin-right: 10px;
}

ul#topNav li a{
	color: black;
}

ul#footerNav{
	position: relative;
	left: 400px;
	top: 10px;
}

ul#footerNav li{
	display: inline;
	list-style: none;
	margin-right: 25px;
}

/* ----- Main Navigation ----- */


.menu {
z-index:100;
height: 35px;
	margin-top: 30px;
	position: relative;

}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:120px; 
height:30px; 
color:#fff; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background: url(../images/nav_bg.png) repeat-x; 
line-height:30px; 
font-size:12px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
width: 150px;
text-align: left;
padding-left: 10px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
}
/* ----- Search ----- */

#search {
	position: absolute;
	top: 50px;
	right: 0px;
	border: 1px solid #444444; 
	padding: 5px; 
	z-index: 9999; 
	width: 230px;
	font-size: 11px;
	background-color: #eff0e0;
}	
	
#search input{	
	border: 1px solid #999966;
	/* height: 25px; */
}

#ajaxSearch_submit
{
	background-color: #66654f;
	color: #FFFFFF;
}

#search #submit{
	position: relative;
	top: 8px;
}

/* ----- Typography ----- */
p{
	margin-bottom: 10px;
}

h2, h3{
	line-height: 2.6em;
}

h2{
	font-size: 22px;

}

h3{
	font-size: 16px;
}

#footer a{
	text-decoration: none;
	color: black;
	}
	
	
/* ----- Survey ----- */

#survey{
	line-height: 2.5em;
}

#survey label{
	padding: 10px;
	color: black;
}

#survey select{
	display: inline;
}

.boxl {
	background:#FFFFFF url(../images/nw_boxl.gif) repeat-y scroll 0 0;
}
.boxt {
background:#FFFFFF url(../images/nw_boxt.gif) repeat-x scroll 0 0;
}
.boxr {
background:#FFFFFF url(../images/nw_boxr.gif) repeat-y scroll 0 0;
}
.boxb {
background:#FFFFFF url(../images/nw_boxb.gif) repeat-x scroll 0 0;
}

div.artefill-table h3 
{ 
	color: #e37e1b;
	font-size: 20px;
	font-weight: bolder;
	line-height: 1.0em;
	margin-bottom: 10px;
}



