@charset "utf-8";
/* Jackson Moiving & Storage Global CSS Document */


* {
	margin:0px;
	padding:0px;
}

body {
background-image: url(../images/bkg.gif);
background-repeat: repeat-x;
background-color:#535354;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#siteWrapper {
margin: 0px auto 0px auto;
width: 990px;
background-color: #ffffff;
}

img {
border: none;
display: block;
}

p {
color: #221f1f;
font-size: 0.8em;
}


a {
color: #007aa8;
text-decoration: none;
font-size: .8em;
}

a:hover {
text-decoration: underline;
}


h2 {
color: #f88f1d;
font-size: 1.0em;
padding-top: 10px;
}


.clear {
clear: both;
}

.clearLeft {
clear: left;
}

.clearRight {
clear: right;
}

#navContainer .active {
color:#000000;
}