/* CSS for all front-end elements goes here */

body {
	padding: 0px;
	margin: 0px;
	font-size:0.8em;
	font-family: "trebuchet ms", verdana;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.trans {
	behavior: url("/pngbehavior.htc");
}

a {
	color: #ef8813;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a.anchor 
{
	color: #000000;
}

a.anchor:hover
{
	text-decoration:none;
}

h2 
{
	margin: 0px;
	font-size:1.5em;
	font-family: "trebuchet ms", verdana;
}

p
{
	margin-top:0px;
	line-height: 25px;
}

.blackText 
{
	color: #000000;
}

.orangeText
{
	color:#ef8813;
}

.clearer
{
	clear:both;
	line-height: 0;
}

.spacer 
{
	clear: both;
	height: 2px;
	background-color: #ffffff;
}

img 
{
	border: 0px;
}

.innerpadding
{
	padding: 10px;
}

.greyBackground 
{
	background-color: #faf9f9;
	color: #000000;
	min-height: 350px;
}

.darkGreyBackground 
{
	background-color: #f1f0f0;
	color: #000000;
}

.list li
{
	margin-bottom: 5px;
}

ul.bulletted
{
	list-style-type: none;
	padding: 0em;
	margin-left: 2em;
}

ul.bulletted li {
	background-image: url(../Images/Gif/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	padding-left: 1em;
}

.FormLabel 
{
	float: left;
	width: 200px;
}

.textbox
{
  border: 1px solid #999999;
  padding: 3px 0px 0px 2px;
  width:400px;
}

.listbox
{
  padding: 3px 0px 0px 2px;
  width:400px;
  height:150px;
}

.requiredField
{
	border: 1px solid #999999;
	padding: 3px 0px 0px 2px;
	width:400px;
	background-color:#ffffa0;
}


/*CSS for the two demo scrollers*/

#pscroller1{
	width: 230px;
	height: 520px;
	line-height: 25px;
}

#pscroller1 a:link, #pscroller1 a:visited, #pscroller1 a:active {
	color: #c80000;
}

#pscroller1 a:hover {
	text-decoration: underline;
}

.workImage
{
	float:left;
	margin-right:20px;
}