/*****************/
/* global stuff */
/***************/
h1, h2, h3, h4, p, a, form, input, li, ul, body{
	margin:0;
	padding:0;
}

a{
	outline: none;	
}

img {	
	border: none;
}

/************************/

ul{
	margin: 0px;
	padding: 0px;
	
}

li{
	margin: 0px;
	padding: 0px;
	
}


a:hover{
	color: #000099;	
}

h1{
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
}

h2{
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
}

h2 a{	
	color: #000000;
	text-decoration: none;
}
h2 a:hover{	
	color: #666666;	
}


h3{
	margin: 0 0 0 0;
	padding: 0;
	
	padding-left: 40px;
}

p{
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;

}



body {
	/**/
	margin: 0 0 30px 0;
	padding:0;
	border:0;
	text-align:center;
	background-color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-attachment: scroll;
}

/* layers */
#container{
	margin: 0 0 0 0; 
	padding: 0;
	
	width:800px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
 
	position: relative;
}

#header{
	margin: 0 0 0 0;
	padding: 0;
	width:100%;
	height: 90px;
	float: left;
	background-image: url(images/lines.jpg);
}

#header h1{
	margin: 0 0 0 0;
	padding: 0;
	
	display:none;
	z-index: 100;
}





#main{
	position:relative;
	width:100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	z-index: 0;
	text-align: left;
	min-height: 4px;
	margin-top: 0;
	padding-bottom: 22;
}


/*#movBox{
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: #CCCCCC;
}*/

#mWrap{
	position:relative;
	width:190px;
	height:1px;
}
#mBox{
	width:190px;
	height:110px;
	
	position: absolute;
	left: 600px;
	bottom: -15px;
	background-image: url(images/helpBox.gif);
	background-repeat: no-repeat;
}

#mBox p{
	padding:10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}



#footer{
	position:relative;
	width:100%;
	height: 75px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	background-color: #D4C4B4;
	
}

.footerBox{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #030303;
	padding-left: 15px;
	position: absolute;
	height: 60;
	width: 287px;
}


#twkBox{
	position: absolute;
	height: 20px;
	width: 500px;
	visibility: visible;
	left: 200px;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;	
}
#twkBox a{
	text-decoration: none;
	color: #CCCCCC;
}



#pageHeader{
	position: absolute;
	background-image: url(images/logo.gif);
	height: 220px;
	width: 841px;
	top: 198px;
	left: 55px;
	z-index: 100;
}
#pageHeader h1{
	display:none
}

#picBox{
	margin: 0 0 0 0;
	padding: 0;
	
	width: 100%;
	height: 250px;
	position: relative;
	
}

#picBox1{
	height: 183px;
	width: 150px;
	position: absolute;
	left: 88px;
	top: 24px;
}

#picBox2{	
	height: 183px;
	width: 150px;
	position: absolute;
	left: 331px;
	top: 23px;	
}

#picBox3{	  
	height: 183px;
	width: 150px;
	position: absolute;
	left: 569px;
	top: 23px;
}

#categories{
	text-align: center;
	padding-bottom:55px;
	
}



.catBox{
	float: left;
	width: 360px;
	padding-top: 22px;
	padding-left:40px;
	padding-bottom:11px;
	padding-top:22px;
	text-align: left;
	
	height:auto !important; /* needed to keep the footer in place?? */
	height:260px; /* IE6: treaded as min-height*/
	min-height:260px;
	

}

.catBox h2{
	padding-left: 0;
	color: #333333;
	text-decoration: none;
}

.catBox h2 a{
	color: #333333;
	text-decoration: none;
}

.catBox h2 a:hover{
	color: #666666;
}

.catBox p{
	padding-left: 0;
	font-size:12px;
	padding-top: 6px;
}

.catBox p a{
	text-decoration: underline;
	color: #0066FF;
}

.catBox p a:hover{
	color: #003399;
}

.catBox .more{
	text-align: right;	
}

#intro p{	
	padding-left: 40px;
	padding-right: 10px;
}

.smallTxt{
	font-size: 10px;
	padding-left: 33px;
}

#logoBox{
	position: relative;
	float: left;

}
#logo{
	position: absolute;
	width: 363px;
	height: 218px;
	left: 486px;
	top: -71px;
	z-index: 1;
	
}




/****************************************************/
/******************** menu stuff ********************/

#menu{
	
	padding-left: 50px;
	font-size: 24px;
}

#menu ul{
	padding: 0px;
	position: absolute;
	width: 572px;
	left: 16px;
	top: 30px;
	text-align: left;
	margin: 0px;
}

#menu ul li{
	margin: 0px;
	padding: 0px;
	
	display: inline;
	padding-right: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-image: url(images/arrow-small.gif);
	background-repeat: no-repeat;
	background-position: left ;
	padding-left: 12px;
}



#menu ul li a{  
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover{
	text-decoration: none;
	color: #3F3F3F;
}

#menu ul ul{
	margin-left: -17px;
	margin-top: -5px;	
}

#menu ul li ul li{
	display: inline;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/arrow-smaller-gray.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#menu ul li ul li a{	
	text-decoration: none;
	color: #666666;
}

#menu ul li ul li a:hover{	
	text-decoration: none;
	color: #000000;
}

