body { margin: 0; padding: 0; background: #ccc; font-family: Arial; line-height:1.5; height: 100%; }

/* Outer layers */
#pageHolder { margin: 0 auto auto auto; width: 780px; position: relative; min-height: 100%; height: auto !important; }
#contentHolder { background: #ffffff; height: 485px; }

/* Elevated Menu */
#elevatedMenu { background: #1F4085; border-bottom: 3px solid #4B6CA2; text-align: right; padding: 2px; width: 776px; color: #fff; font-size: 13px; }
#elevatedMenu a { text-decoration: none; color: #fff; font-weight: bold; font-size: 13px; }
#elevatedMenu a:hover { text-decoration: none; color: #fff; font-weight: bold; font-size: 13px; }

/* Logo */
#logoHeader { background: #fff; width: 780px; font-size: 13px; }
#logoHeader a { text-decoration: none; color: #000; }

/* Welcome to section */
#homeMenu { position: absolute; left: 0; top: 156px; width: 955px; height: 0px; }
#changingHome { position: relative; width: 780px; height: 155px; z-index: 0; }

/* Top Menu */
#menu { float: left; width: 175px; height: 300px; padding: 0; margin: 0; }
#menu ul { list-style: none; margin: 0; height: 28px; padding: 0 0 0 35px; display: inline; }
#menu li { display: inline; width: 100px; }
#menu a { font-size: 13px; background: #94A5BD; display: block; border-bottom: 1px solid #fff; margin: 0; padding: 5px; width: 155px; height: 20px; color: #fff; text-decoration: none; }
#menu a:hover { color: #fff; background: #1F4085; }
#menu .navactive1 { }
.navactive1 {  }

/* 3 Columns section */
#homeBottom { height: 310px; width: 770px; margin: 10px 0 0 7px; }

/* Middle */
#mainCenter { float: left; width: 590px; height: 310px; }

#actionButtons { height: 175px; }
#action1 { float: left; width: 145px; }
#action2 { float: left; width: 145px; margin: 0 0 0 3px; }
#action3 { float: left; width: 145px; margin: 0 0 0 3px; }
#action4 { float: left; width: 145px; margin: 0 0 0 3px; }

#homeBanner { width: 590px; height: 170px; float: left; margin: 27px 0 0 0; }

/* Footer */
#footer { font-size: 13px; width: 770px; padding: 5px; color: #fff; background: #1F4085; border-top: 3px solid #4B6CA2; }
#footer p { color: #fff; }
#footer a { color: #4B6CA2; }

/* Clear */
.clear { clear: both; }
