h1 {
	line-height: 1.3em;
	font-size: 1.3em;
}

h2 {
	line-height: 1.05em;
	font-size: 1.05em;
}

h3 {
    line-height: 0.9em;
    font-size: 0.9em;
}

h1, h2, h3 {
	font-weight: bold;
	color: #0055A4;
	margin: 0;
	margin-bottom: 0.7em;
}

label {
    line-height: 0.9em;
    font-size: 0.9em;
    font-weight: bold;
    color: #0055A4;
    margin: 0;
    margin-bottom: 0.7em;
}

.bold {
	font-weight: bold;
}

.bordered-image {
    padding: 1px;
    border: 1px solid #ccc;
}

.blog-post-table {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.blog-post-table .post-day {
    height: 38px;
    background-image: url(/images/blog_date_gradient.jpg);
    font-weight: bold;
    padding-right: 0.5em;
    color: white;
    font-size: 1.5em;
    text-align: right;
}

.blog-post-table .post-month {
    height: 25px;
    background-color: #0054A4;
    color: white;
    font-weight: bold;
    text-align: right;
    padding: 3px;
}

.blog-post-table .post-main {
    padding: 0.1em 0 0 0.7em;
}

.blog-post-table hr {
    border: none;
    border-top: 1px solid #ddd;
}

.blog-post-list-table {
    border: 1px solid #0055A2;
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}

.blog-post-list-table th {
    color: white;
    background-color: #5692DB;
    padding: 4px 0;
}

.blog-post-list-table td {
    padding: 4px 6px;
}

.blogger-box {
    width: 350px;
    border: 1px solid #5897DC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.blogger-box .read-link {
    font-size: 1.1em;
    background-color: #5692DB;
    padding: 0.25em;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}

.blogger-box .read-link a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.blogger-box img {
    border: 1px solid #ccc;
    padding: 1px;
}

.question-list {
    list-style-image: url(/images/list_image.png);
    line-height: 16px;
}

.question-list li {
    vertical-align: center;
}

@media screen, handheld {
    .print_only {
        display: none;
    }
}

.small {
    font-size: 0.7em;
}

.popcalendar-open-button {
	margin-left: 3px;
	vertical-align: top;
}

.blue_link {
	color: #4C7DA7;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}

a img {
	vertical-align: middle;
}

.page-list {
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    padding: 10px 15px 20px 15px;
}

.page-list h2 {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}

.page-list h3 {
    margin-top: 9px;
    margin-bottom: 0;
}

.edit-link, .add-link, .help-link {
    color: #0055A4;
    font-weight: bold;
    margin-left: 1em;
    font-size: 0.8em;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
}

.float-right {
    float: right;
}

.page-list hr {
    border-collapse: collapse;
    border: none;
    border-top: 1px solid #e0e0e0;
}

.edit-link {
    background-image: url(/images/icons/edit_icon.gif);
    padding-left: 22px;
}

.add-link {
    background-image: url(/images/icons/add_icon_small.png);
    padding-left: 20px;
}

.help-link {
    background-image: url(/images/icons/help_icon.png);
    padding-left: 20px;
}

/* Header */
.header_width {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	height: 99px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.header .logos {
    position: absolute;
    top: 16px;
    right: 25px;
}

.header .call_us_msg {
	position: absolute;
	right: 25px;
	bottom: 0px;
	font-size: 0.9em;
	font-weight: bold;
    color: #0055a4;
}

.header .phone_number {
	margin-left: 0.2em;
	font-size: 2.3em;
}

/* Menu */
.menu {
	width: 770px;
	height: 20px;
	background-image: url(/images/menu_background.jpg);
	background-repeat: no-repeat;
	padding: 5px 15px;
}

.menu a {
	margin: 0 10px;
	font-size: 0.9em;
	color: white;
	text-decoration: none;
}

/* Footer Section */

.footer {
	margin: 10px 5px 0 5px;
	color: black;
	font-size: 0.8em;
	border-top: 1px dashed #C1C1C1;
    padding: 0.7em;
}

.footer a {
    color: #0057BF;
}

.footer h3 {
    color: #0055A4;
    padding-bottom: 3px;
    border-bottom: 1px solid #666;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0;
}

.footer ul {
    margin:10px 0 0;
    padding:0;
}

.footer ul li {
    height:20px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:2px 0;
}

.footer ul li a {
    background-repeat: no-repeat;
    background-position: 2px center;
    display: block;
    line-height: 18px;
    margin-right: 4px;
    padding: 0 2px 0 22px;
    border: 1px solid white;
}

.footer ul li a:hover {
    background-color: #2673CF;
    border: 1px solid #0154A4;
    color: white;
}

.footer .bulleted a {
    background-image: url(/images/list_image.png);
}

/* Form Box */

.form-box {
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px 25px;
}

.form-box th {
    text-align: left;
    color: #333;
    font-size: 0.9em;
}

/* Messages */

.success-msg, .warning-msg, .error-msg {
    color: white;
    margin: 0 auto 1em auto;
    width: 30em;
    padding: 0.7em 1em;
    text-align: center;
    font-weight: bold;
}

.success-msg {
    border: 2px solid #156F14;
    background: #3C9F3B;
}

.warning-msg {
    border: 2px solid #DFA200;
    background: #FFCF4F;
    color: #5F4500;
}

.error-msg {
    border: 2px solid #156F14;
    background: #3C9F3B;
}
