@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FC6403;
}

a:link {
	color: #000099;
}
a:hover {
	color: #CC0001;
}

#maincontainer{
	width: 860px; /*Center container on page*/
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topsection {
	height: 130px; /*Height of top section*/
	background-color: #FFFFFF;
	background-image: url(../images/chatfields-removals-header.jpg);
	background-repeat: no-repeat;
}

#contentwrapper {
	width: 100%;
	clear: both;
 overflow: auto;
 
 }

#contentcolumn {
	width: 640px;
	float: left;
}

#rightcolumn {
	float: right;
	width: 220px;
	display: inline;
}

#footer {
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background-color: #000066;
}
#footer li {
	display: inline;
	list-style-type: none;
}

#footer a {
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 14px;
}

.innertube {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
}

/* TYPOGRAPHY */

p {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

h1 {
	font-weight: normal;
	margin: 0 0 10px;
	color: #000099;
	font-size: 24px;
}

h2 {
	font-weight: bold;
	margin: 0 0 10px;
	color: #666666;
	font-size: 20px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 12px 0 5px 0;
	color: #FF6600;
}

h4 {
	font-weight: bold;
	color: #000066;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 0px;
	padding: 0px;
}

.imgRight {
	float: right;
	padding-left: 12px;
}
.imgLeft {
	float: left;
	padding-right: 12px;
}

/* FORM STYLES */

input[type="button"], input[type="submit"]{
	vertical-align:middle;
	height: 26px;
	font-size:14px;
	text-align:center;
	color:#333;
	border-top:1px solid #eee;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-left:1px solid #eee;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../images/form-button-bg.gif);
	background-repeat: repeat-x;
}
	
input[type="button"]:hover,  input[type="submit"]:hover{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #c5d2e8;
	border-top: 1px solid #c5d2e8;
	background-image: url(../images/form-button-bg2.gif);
	background-repeat: repeat-x;
}

form{
	margin: 0;
}

input[type="text"], input[type="textbox"] {
	padding: 5px;
	font-size: 14px;
	color: #D35D5E;
	border: 1px solid #c7c7c7;
	background-image: url(../images/form-field-bg.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input[type="password"]{
	padding: 5px;
	font-size: 14px;
	color: #494949;
	border: 1px solid #c7c7c7;
	background-image: url(../images/form-field-bg.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

textarea{
	font-size: 14px;
	color: #494949;
	padding-left: 2px;		
	border: 1px solid #c7c7c7;
	padding: 5px;
	background-image: url(../images/form-field-bg.gif);
	background-repeat: repeat-x;
}

input[type="checkbox"] {
	padding: 0;
	margin: 0;
}

input[type="radio"] {
	height: 15px;
	padding: 0px;
}

select {
	color: #494949;
	padding-left: 2px;		
	border: 1px solid #c7c7c7;
	padding: 5px;
	font-size: 13px;
	height: 28px;
	background-image: url(../images/form-field-bg.gif);
	background-repeat: repeat-x;
}
#testimonials p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
}
#testimonials h4 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* NAV */
.sidemenu{
width: 200px; /*width of menu*/
}

.sidemenu .headerbar{
	color: #000099;
	margin-bottom: 0; /*31px is left indentation of header text*/
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0px;
}

.sidemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sidemenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sidemenu ul li a{
	display: block;
	line-height: 15px;
	padding-left: 0px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

.sidemenu ul li a:visited{
color: black;
}

.sidemenu ul li a:hover{ /*hover state CSS*/
	color: #E75D0A;
	text-decoration: underline;
}
#highlighted-box {
	padding: 10px;
	background-color: #FAED84;
}

