/* CSS Document */
a, a:link, a:visited {
	color:black;
	text-decoration:none;
}
a:active, a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.whiteLinks a, .whiteLinks a:link, .whiteLinks a:visited {
	color: #FFFFCC;
	text-decoration:none;
}
.whiteLinks a:active, .whiteLinks a:hover {
	color: #FFFF66;
	text-decoration:underline;
}

small {
font-size:10px}

body {
	background-color:#000000;
	background-image:url(sitegraphics/checkertile.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.whitetext {
	color:#FFFFFF;
}
.master {
	background-color:#FFFFFF;
	background-image:url(sitegraphics/Bodytile.gif);
	background-repeat:repeat-y;
}
.headernav {
	background-image:url(sitegraphics/headernav.gif);
	background-repeat:no-repeat;
}
.footernav {
	background-image:url(sitegraphics/footernav.gif);
	background-repeat:no-repeat;
}
.bodytable {
	background-image:url(sitegraphics/Bodytile.gif);
	background-repeat:repeat-y;
}
.flashmovietop {
	background-image:url(sitegraphics/headerbottom.gif);
	background-repeat:no-repeat;
}
.pagetitlerow {
	background-image:url(sitegraphics/pagetitlerow.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}
.serviceleft {
/*	padding:0px 40px 0px 40px;	*/
	background-image:url(sitegraphics/servicegradient-detail.jpg);
	background-repeat:repeat-x;
	background-color:#303030;
	color:#FFFFFF;
}
.service {
	padding:15px 15px 15px 15px;	
	background-image:url(sitegraphics/servicegradient-detail.jpg);
	background-repeat:repeat-x;
	background-color:#303030;
	color:#FFFFFF;
}
.servicesfooter {
	background-image:url(sitegraphics/footernav.gif);
	background-repeat:no-repeat;
	height:54px;
}
.wecanhelp {
	background-color:#000000;
	color:#FFFFFF;
}
.footer {
	color:#FFFFFF;
}
.contactbg {
	background-image:url(sitegraphics/contactgradient.gif);
	background-repeat:repeat-x;
	background-color:#707070;
}	
.contactbody {
	background-color:#414141;
	border-color:#363636;
	height:300px;
}
.contactformwhitespace {
	background-color:#D0D0D0;
}
.formfield {
	background-image:url(sitegraphics/formfields-gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	WIDTH: 320px;
	height:20px;
	background-color:#FEFEFE;
	border-color:#808080;
	border-style: solid;
}
.formfieldtall {
	HEIGHT: 90px;
	WIDTH: 320px;
	background-image:url(sitegraphics/formfields-gradient-tall.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FEFEFE;
	border-color:#808080;
	border-style: solid;
}
.footernavcell {
	padding:0px 0px 0px 15px;
}
.servicerow {
	background-image:url(sitegraphics/servicegradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2F2F2F;
	color:#FFFFFF;
	padding:0px 0px 0px 30px;
}

.portfoliorow {
	background-image:url(sitegraphics/portfolioGrad2.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2F2F2F;
	color:#FFFFFF;
	padding:11px 30px 0px 30px;
}

.porfolioheader {
	background-image:url(sitegraphics/portfolioGrad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2F2F2F;
	color:#FFFFFF;
	padding:0px 20px 0px 20px;
}

.servicerowlight {
	background-image:url(sitegraphics/servicegradient-light.jpg);
	background-repeat:repeat-x;
	background-color:#707070;
	color:#FFFFFF;
	padding:0px 0px 0px 30px;
}
li {
list-style-type: square }

/*ul {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
}

LI   {
	background-image:url(images/bigredarrow.gif);
	background-repeat:no-repeat;
	margin-left:15px;
	padding-left:15px;
	line-height: 21px;
	float:left;
	list-style:none;
	background-image:url(images/bigredarrow.gif);
	background-repeat:no-repeat;
    padding:0px 23px 1px;
	line-height: 16px;
}*/

p{
margin-top:5px}

h1, h2, h3, h4, h5, h6 {
margin-top:20px;
margin-bottom:8px}

h1, .h1 {
font-size:18px
}
h2, .h2 {
font-size:16px
}
h3, .h3 {
font-size:14px
}
h4, .h4 {
font-size:16px
}
h5, .h5 {
font-size:12px
}
h6, .h6 {
font-size:12px
}
.columnheaders {
	color: #666666;
	font-size:larger;
}