@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: #4D9127;
}

b {font-size: 110%;}
em{color: red;}
a:link {
	color: #000099;
}
a:hover {
	color: #CC0001;
}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
}

#topsection {
	height: 130px; /*Height of top section*/
	background-color: #FFFFFF;
	background-image: url(../images/barkleys-removals-header.jpg);
	background-repeat: no-repeat;
}

#topsection h1 {
margin: 0;
padding-top: 15px;
}

#contentwrapper {
	width: 100%;
	clear: both;
 overflow: auto;
 
 }

#contentcolumn {
	width: 630px;
	float: left;
}

#rightcolumn {
	float: right;
	width: 200px;
	display: inline;
}

#footer {
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background-color: #024926;
}
#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;
}

h1 {
	font-weight: normal;
	margin: 0 0 10px;
	color: #004522;
	font-size: 24px;
}

h2 {
	font-weight: bold;
	margin: 0 0 10px;
	color: #9DBE1B;
	font-size: 20px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 12px 0 5px 0;
	color: #9DBE1B;
}

h4 {
	font-weight: bold;
	color: #004821;
	margin-top: 18px;
	margin-right: 0;
	margin-left: 0;
	font-size: 14px;
	margin-bottom: 0px;
}
.imgRight {
	float: right;
	padding-left: 12px;
	padding-right: 0px;
}
.imgLeft {
	float: left;
	padding-right: 12px;
}

/* NAV */
.sidemenu{
width: 180px; /*width of menu*/
}

.sidemenu .headerbar{
	color: #004522;
	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;
}

