body {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #CCCCCC;
}

body, p, td, th, tr, ul, ol, li, input, textarea, option, select, form {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
	text-transform: uppercase;
	color: #515151;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
	color: #515151;
}

h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
	color: #515151;
}

h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

h5 {
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
}

img {
    padding: 0;
    margin: 0;
    border: none;
}

a {
    color: #009933;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

th {
    text-align: left;
}

#main, #popup-main {
    margin-left: auto;
    margin-right: auto;
	background-color: #ffffff;
    border: 1px solid #333333;
    width: 900px;
    margin-bottom: 10px;
	position: relative;
}

#popup-main {
	width: 90%;
}

#header {
	position: relative;
	z-index: 20;
}

#left -col {
	width: 220px;
	float: left;
}

#image {
	width: 214px;
	float: left;
	padding: 22px 0 15px 12px;
}

#head-bar {
    width: 900px;
    height: 121px;
	background-image: url(/images/head_bar.gif);
    background-repeat: no-repeat;
}

#site-title {
    padding: 52px 0 0 270px;
    margin: 0;
    float: left;
    color: #ffffff;
    font-size: 30px;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    letter-spacing: .05em;
}

#ct-hq-link {
	padding: 101px 10px 0 0;
	margin: 0;
	float: right;
	color: #ffffff;
	position: absolute;
	right: 0;
}

#ct-hq-link a {
    padding: 0;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
	color: #ffffff;
}

#button-bar {
    width: 100%;
    height: 39px;
    background-image: url(/images/button_bar_back.gif);
	position: relative;
}

#buttons {
    margin: 0;
    padding: 0;
}

#buttons li {
    display: inline;
    float: left;
    position: relative;
    list-style: none;
}

#buttons a {
    text-align: center;
    display: block;
    height: 25px;
    width: 60px;
    padding: 0 15px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #ffffff;
    padding-top: 14px;
    white-space: nowrap;
    background: url(/images/button_divider.gif) right no-repeat;
}

#buttons a.menu-wrap {
    height: 33px;
    padding-top: 6px;
    white-space: normal;
}

#buttons a.blank {
    display: block;
    height: auto;
    width: auto;
    padding: 0;
}

#buttons a:hover {
    color: #ff8f3a;
}

.sub-buttons {
    position: absolute;
    left: 0;
    display: none;
    background: url(/images/button_bar_back.gif) repeat-x;
    background-color: #838383;
    padding: 0 0 10px 0;
    margin: 0;
    border: solid 1px #666666;
    border-top: none;
}

.sub-sub-buttons {
    position: absolute;
    top: 0;
    left: 120px;
    display: none;
    background-color: #5f5f5f;
    padding: 0 0 10px 0;
    margin: 0;
    border: solid 1px #666666;
}

#buttons .sub-buttons a {
    background-image: none;
    height: auto;
    width: 100px;
}

#buttons .child-menu a {
    background: url(/images/sub_menu_arrow.gif) 90% 17px no-repeat;
}

#buttons .child-menu .child-child-menu a {
    background: url(/images/sub_sub_menu_arrow.gif) 3% 16px no-repeat;
}

/* to override top and left in browsers other than IE,
   which will position to the top right of the containing li,
   rather than bottom left */
#buttons li > ul {
    top: auto;
}

#buttons .sub-sub-buttons a {
    background: none;
}

#buttons li .sub-buttons li {
    float: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

#buttons .sub-buttons li:hover .child-menu a {
    background: none;
}

#buttons li:hover .sub-buttons, li.over .sub-buttons, .sub-buttons li.over .sub-sub-buttons {
    display: block;
}

.sub-buttons li:hover .sub-sub-buttons, li.over .sub-buttons {
    display: block;
}

#middle-bar {
    padding: 0;
    margin: 0;
    border: none;
    height: 204px;
    background-color: #E1E1E1;
    position: relative;
}

#home-promos {
    padding: 0;
    margin: 0;
    border: none;
}

#home-promos div {
    float: left;
}

#home-divider-bar {
    width: 100%;
    height: 5px;
    background-color: #626262;
}

#login-box div {
    padding-top: 50px;
    margin-left: 10px;
}

#login-box form {
    margin: 0;
}

#login-box h2 {
    padding: 0;
    margin: 0;
    font-size: 11px;
}

#home-col-left {
    float: left;
    width: 235px;
}

#home-col-middle {
    float: left;
    width: 288px;
    padding: 0 10px 0 10px;
}

#home-col-right {
    float: left;
    width: 315px;
    padding: 0 10px 0 10px;
}

#home-content h3 {
    font-size: 12px;
    color: #626262;
    margin-top: 10px;
}

#content {
	width: 870px;
	padding: 10px;
}

#content-img {
	width: 640px;
    padding: 10px;
	float: right;
}

#content-full {
	padding: 10px;
}

#popup-content {
	padding: 10px;
}

#foot-padder {
    clear: both;
    height: 28px;
    background: url( /images/bottom_byline.gif ) bottom right no-repeat;
}

.news-item h4 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #626262;
}

.news-item p {
    margin-left: 5px;
}

.disabled {
    color: #999999;
}

.franchisee-listing {
    margin-bottom: 10px;
}

.bottom-feeder {
    clear: both;
}

#site-map ul {
    margin-bottom: 1.5em;
}

#site-map li {
    margin: .5em 0;
}

#page-height {
    float: left;
    width: 1px;
    height: 400px;
}

#admin-nav {
    padding: 20px 5px 20px 5px;
    width: 100%;
    background-color: #ffffd3;
    border-bottom: solid 1px black;
    margin-bottom: 5px;
}

#admin-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#admin-nav li {
    float: left;
    padding-left: 20px;
}

.location {
    float: left;
    width: 200px;
}

.error {
    color: #990000;
    font-weight: bold;
}
