html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background:url(img/bg.jpg) no-repeat #ccc center top;
	text-align:center;
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.45em;
	color:#000;
}

#sitewrap {
	width: 780px;  
	background: #fff;
	margin: 0 auto; 
	text-align: left;
}

#menuholder {
	background:url(img/bgmenu.jpg) top right no-repeat;
	float:left;
}

#menuholder img{ /* for logo */
	float:left;
}

#menuholder .address { /* actual height is 63px, pushes menu down into place */
	float:left;
	height:51px;
	font:bold 10px verdana;
	margin:0 30px 0 0;
	padding:12px 0 0 15px;
}

/* menu */
#menu {
	margin:0 3px 0 0;
	padding:0;
	width:565px;
	height:33px;
	list-style:none;
	display:inline;
	float:right;
}
/* menu height and left margin for each li */
#menu li{
	margin:0 0 0 0;
	padding:0;
	height:33px;
	float:left;
	display: inline; /* this fixes the double margin bug in IE */
}
/* specify height for <a> */
#menu a {
	display:block;
	height:33px;
}
/* menu btn BGs */
#menu li#btnhome a{
	background:url(img/btnhome.gif) top;
	width:69px;
}
#menu li#btnproducts a{
	background:url(img/btnproducts.gif) top;
	width:88px;
}
#menu li#btnservices a{
	background:url(img/btnservices.gif) top;
	width:89px;
}
#menu li#btnjobopportunities a{
	background:url(img/btnjobopportunities.gif) top;
	width:137px;
}
#menu li#btnaboutus a{
	background:url(img/btnaboutus.gif) top;
	width:86px;
}
#menu li#btncontactus a{
	background:url(img/btncontactus.gif) top;
	width:96px;
}
/* menu btn hovers & active states*/
#menu li#btnhome a:hover, body#home li#btnhome a{
	background:url(img/btnhome.gif) bottom;
	width:69px;
}
#menu li#btnproducts a:hover, body#products #menu li#btnproducts a{
	background:url(img/btnproducts.gif) bottom;
	width:88px;
}
#menu li#btnservices a:hover, body#services #menu li#btnservices a{
	background:url(img/btnservices.gif) bottom;
	width:89px;
}
#menu li#btnjobopportunities a:hover, body#jobopportunities #menu li#btnjobopportunities a{
	background:url(img/btnjobopportunities.gif) bottom;
	width:137px;
}
#menu li#btnaboutus a:hover, body#aboutus #menu li#btnaboutus a{
	background:url(img/btnaboutus.gif) bottom;
	width:86px;
}
#menu li#btncontactus a:hover, body#contactus #menu li#btncontactus a{
	background:url(img/btncontactus.gif) bottom;
	width:96px;
}


#flashholder {
	float:left;
	width:780px;
}

#contentholder {
	background:#fff;
	float:left;
	padding:0 0 30px 0;
}
#contentholder #headerholder {
	width:209px;
	float:left;
}
#contentholder #headerholder #updatesbox{
	background:url(img/bgheader.jpg) no-repeat #fff;
	width:169px;
	height:243px;
	padding:15px 20px 20px 20px;
	float:left;
}
#contentholder #contentmain {
	background:url(img/bgcontent.jpg) no-repeat #fff;
	width:571px;
	float:left;
	display:inline;
}

/* for dl on homepage */
.homebox{
	float:left;
	display:inline;
	margin:18px 0 18px 20px;
	width:247px;
}
dt {
	float:left;
	margin:0 0 6px 0;
}
dd {
	margin:5px 0 0 0;
}
dd img {
	border:3px solid #ccc;
}
dd img:hover {
	border:3px solid #666;
}

/* for dl on subpages */
.subbox{
	float:left;
	display:inline;
	margin:18px 0 0 20px;
	width:522px;
}

.subbox dt {
	width:522px;
}

.subbox dd img{
	float:right;
	margin:0 0 20px 20px;
	border:3px solid #ccc;
	display:inline;
}

/* for dl on itemlist */
.itemlist{
	float:left;
	display:inline;
	margin:0 0 6px 20px;
	padding:15px 0 15px 0;
	width:522px;
	border-bottom:1px dotted #ccc;
}

.itemlist dt {
	margin:0 10px 0 0;
}

.itemlist dt img{
	border:3px solid #ccc;
}

.itemlist dd{
	margin:0 0 2px 257px;
}

.itemlist .itemlistdes{
	margin:15px 0 15px 257px;

}

/* pagination */
.pagination{
	float:left;
	display:inline;
	margin:0 0 0 20px;
	padding:5px 0 5px 0;
	width:522px;
	border-bottom:1px dotted #ccc;
}


/*gallery styles*/
#gallery {
	width:980px;
	height:520px;
	border:1px solid red;
	float:left;
}
	




/*footer*/
#footer {
	background:url(img/bgfooter.gif);
	height:29px;
	text-align:center;
	padding:12px 0 0 0;
	font:9px Verdana;
	color:#ccc;
}	
	
.clearFloat {
	clear: left;
	display: block;
}


/* standard link styles */
a:link {
	color: #a40000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #a40000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#a40000;
	font-weight:bold;
	text-decoration:underline;
}


/* itemlist link styles */
.itemlist a:link {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background:#a40000;
	padding:2px 4px 2px 4px;
}
.itemlist a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background:#a40000;
	padding:2px 4px 2px 4px;
}
.itemlist a:hover {
	color: #a40000;
	font-weight:bold;
	text-decoration:none;
	background:#fff;
	padding:2px 4px 2px 4px;
}

/* contactform link styles */
#contactform input, #contactform textarea{
	border:1px solid #ccc;
	background:#f2f2f2;
	color:#333;
	width:160px;
	padding:3px;
	margin:0 0 3px 4px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	}
	
	
.redtitle {
	color:#990000;
	font-weight:bold;
	margin:0 0 30px 0;
}