/* 
  ------------------------------------------------
  CSS Layout
  Home Page v1
  Updated: 07-23-2007
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	font-size:100%;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #666666;
	padding: 0px;
	margin: 0;
	background-color: #FFFFFF;
}
#message {
	color: #666666;
	padding: 0px;
	margin: 0;
	background-color: #FFFFFF;
}
#wrapper {
	width: 759px;
	margin: 0 auto;
}
#column_wrapper {
	background-color:#FFFFFF;
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 504px;
	float: left;
}
#right {
	width: 255px;
	float: left;
}
#left .contenthome {
	padding: 0;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 25px 30px 25px 30px;
	font-size: 1em;
	line-height: 1em;
}
#left p {
	color:#666666;
}
#left strong {
	color:#0d6826;
	font-weight:bold;
}
#right .content {
	padding: 0;
	font-size: .75em;
	line-height: 1.5em;
}

#masthead .left {
	width: 226px;
	float: left;
	padding: 0;
	border-bottom: solid #000000 2px;
}
#masthead .right {
	padding: 0;
	float: left;
	width:533px;
	border-bottom: solid #000000 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .5em ;
	color: #0d6826;
}

#message .left {
	width: 299px;
	height: 340px;
	float: left;
	padding: 0;
	border-top: solid #000000 1px;
	border-right: solid #000000 1px;
}
#message .leftcontent {
	padding: 15px 10px 0 22px;
}
#message .center {
	padding: 0;
	float: left;
	width:230px;
	height: 340px;
	border-top: solid #000000 1px;
}
#message .centercontent {
	padding: 15px 5px 0 10px;
	font-size: 0.65em;	
}
#message .right {
	padding: 0;
	float: left;
	width:228px;
	height: 300px;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
}
#message .rightcontent {
	padding: 15px 10px 0 16px;
}
#footer {
	color: #666666;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	font-size: 0.8em;
	clear: both;
}
#footer .content {
	padding: 12px 20px;
}

img {
	border:none;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link, a:visited {
	color: #32612D;
	text-decoration:none
}
#footer a:hover {
	color: #32612D;
	text-decoration:underline;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargin {
	margin: 0;
	padding:0;
}
.content p {
	margin: 0;
}
ul {
font-size: .7em;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font-size: .7em;
	font-family:Arial, Helvetica, sans-serif;
}
.grey {
	color:#666666;
}

.green {
	color:#0d6826;
	font-weight:bold;
}

a {
	color: #0d6826;
	text-decoration:none;
}
a:hover {
	color: #0d6826;
	text-decoration:underline;
}
.bkgdBook {
	background: url(../images/but-bookyourmove-bckgrd.jpg) repeat-y;
}
.bkgdCheck {
	background: url(../images/but-checkmovestatus-bckgrd.jpg) repeat-y;
}
.bkgdChange {
	background: url(../images/but-changeyourmove-bckgrd.jpg) repeat-y;
}
/* Content Page Layout */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}



.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}
