/* fix ie6 "peekaboo bug" using the "holly hack". 
	Note, this style only gets applied to ie6  */
* html .wrapper {
	height: 0.1%;
}

/* Base CSS
	remove default styling on most HTML elements in 
	order to reduce the need to later override them.
*/
pre,code,p {font-size: 1em;}
ul,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}

body {
	min-width: 760px;	/* Note min-width not supported in IE, requires a complex work-around */
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	text-align: center; /* Centering: Auto-width Margins workaround for IE */
}
/* ##### Header ##### */
#header {
	top: 0;
	left: 0;
	width: 100%;
	height: 144px;		/* height of the header. */
	color: #000;
	text-align: left;
	border-bottom: 2px solid #663300;
	overflow: hidden; 	/* ensure the header doesn't overlap the body */
	background: #a87a00 url(../images/head-gradient.png) repeat-x;
}
#logo {
	padding: 0 0 0 4px;
	/* 	top, rt, bot, lt */
}
#logo a:hover {
	text-decoration: none;
}
.site {
	position: absolute;
	top: 30px;
	left: 200px;
	line-height: 1.1em;
}
.site h1 {
	color: #663300;
	padding: 12px 0;
}
.slogan {
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
	font-style: italic;
}
/* ##### Content Areas ##### */
#bodywrapper {
	margin: 0 auto;
	text-align: left;
}
#contentarea {
	text-align: left;
	margin: 0px 204px 0 204px;
/* total space  top, right, botttom, left */
	background-color: #fff;
	color: #000;
/*		padding: 2%;  */
	padding: 4px 8px 4px 8px;
	height: 1%;		/*  IE hack related to float: left bug.  */
}
#leftcolumncontent {
	float: left;
	position: absolute;
	top: 146px;		/* Total height of the header. */
	left: 0;
	width: 199px;	/* width of the left column */
	color: #fff;
	background: #cc9900 url(../images/baltimore-movers.jpg) no-repeat top left;
	height: 480px;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
}
#rightcolumncontent {
	position: absolute;
	top: 146px;		/* Total height of the header. */
	right: 0;
	width: 201px;	/* width of the right column */
	margin: 0;
	padding: 0 1px 2px 2px;	/* to evenly space adsense */
	background-color: #f1af00;
	color: #fff;
	border-left: 1px solid #663300;
	border-bottom: 1px solid #663300;
}
#rightcontent {
	padding: 4px 4px 10px 4px;
	font-size: 0.9em;
	line-height: 1.2em;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #ffa500;
	background: transparent;
	/*	background-color: #cc9900;
	display: block; */
}
ul.menu {
	list-style: none;
	padding: 0.2em 0 0 30px;
}
li {
	padding: 0 0 0 15px;
}
.menu a {
	text-decoration: none;
}
.menu a:link {color: #ffcc00;}
.menu a:visited {color: #ffcc00;}
.menu a:active {color: #fff;}
.menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#contentarea a {
	text-decoration: underline; 
	font-weight: bold;
}
#contentarea a:link {color: #f1af00;}
#contentarea a:visited {color: #cc9900;}
#contentarea a:hover {
	text-decoration: underline;
	color: #996600;
	background-color: #e0e0e0;
}
#contentarea h1 {
	font-size: 1.7em;
	line-height: 1.25em;
	color: #996600;
	margin: 0;
	padding: 5px;
}
#rightcontent h3 {
	margin:  6px 1px 2px 0;
	padding: 2px 4px 2px 14px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fdf5e6;
	background-color: #996633;
	border-top: 2px solid #ffebcd;
	border-left: 2px solid #deb887;
	border-bottom: 3px solid #663300;
	border-right: 2px solid #663300;
}
h3 {
	line-height: 1.25em;
	margin: 0;
	padding: .7em .4em;
}
.disclaim {
	margin: 0;
	padding: 1em 2em 1em 2em;
	text-align: center;
	color: #8b4513;
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
}

/* ##### Forms ##### */
/* Reduced font size and line height Nov 09 */
.mid {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: auto;
}
.movehead {
	text-align: center;
	color: #fff;
	background-color: #996600;
	font-weight: bold;
}
.red {
	color: #f00;
	font-weight: bold;
}	

/* ##### Footer ##### */
#footer {
	margin: 0;
	padding: 1em 4em 1em 4em;
	text-align: center;
	color: #8b4513;
	background-color: #faebd7;
	font-size: 80%;
	line-height: 1.5em;
	font-weight: normal;
}

#footer a {
	color: #aa6600; 
/* text-decoration: none; */
}
#footer a:hover {
	color: #996600;
	background-color: #e0e0e0;
	text-decoration: underline;
}