div,body,ul,li,p,a,h1,h2{
margin:0;
padding:0;
}
a{
color:#FFFFFF;
}
a:hover{
color:#f28211;
}
p{
color:#FFFFFF;
padding-bottom:10px;
}
h1{
color:#FFFFFF;
font:26px Georgia, "Times New Roman", Times, serif;
padding-bottom:0px;
}
h2{
color:#b0b0b0;
font:18px Georgia, "Times New Roman", Times, serif;
padding-bottom:10px;
}
h3{
color:#000000;
font:12px Georgia, "Times New Roman", Times, serif;
margin:4px;
padding:5px;
}
h4{
color:#CC0000;
margin:0px;
padding:5px;
}
.clear{
clear:both;
}
.floatleft{
float:left;
}
.floatright{
float:right;
}
.redtext{
color:#990000;
}
.graytext{
color:#CCCCCC;
}
.orangetext{
color:#f28211;
}

#home{
font:12px Arial, Helvetica, sans-serif;
background:url(images/bg.jpg) repeat-x #000000;
}
#subpage{
font:12px Arial, Helvetica, sans-serif;
background:url(images/bgsub.jpg) repeat-x #000000;
}

#masterbox{
margin:0 auto;
width:1000px;
}
#masthead{
background:url(images/masthead.jpg) no-repeat;
height:150px;
width:1000px;
}

#portfoliobox{
background:url(images/portfolioboxBG.jpg) no-repeat #000000;
width:1000px;
}
	#navigation{
	background:url(images/navigationBG.jpg) no-repeat #000000;
	float:left;
	height:275px; /* 450px */
	padding:175px 0 0 175px;
	width:175px; /* 350px */
	}
		#navigation li{
		list-style:url(images/grayarrow.gif);
		padding-bottom:10px;
		}
		#navigation a{
		color:#ffffff;
		text-decoration:none;
		}
		#navigation a:hover{
		color:#f28211;
		text-decoration:underline;
		}
#footerbox{
background-color:#000000;
padding-top:20px;
width:1000px;
}
	#valid{
	background:url(images/validBG.jpg) no-repeat #000000;
	float:left;
	height:260px;
	padding:10px 0 0 100px;
	width:125px; /* 200px */
	}
		#valid li{
		color:#FFFFFF;
		list-style:none;
		padding-bottom:5px;
		}