﻿html {
	font-size: 62.5%;
}

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 1.4em;
	background: #ffffff;
}

a {
	color: #336699;
	text-decoration: none;
}

a img {
    border: none;
}

a:hover {
	text-decoration: underline;
}

a.button {
    display: block;
    width: 146px;
    height: 28px;
    height: 23px !important;
    padding-top: 5px;
    margin: 5px 0;
    text-align: center;
    background: url('/images/button.gif') top no-repeat;
}

a.button-silver {
    display: block;
    width: 146px;
    height: 28px;
    height: 23px !important;
    padding-top: 5px;
    margin: 5px 0;
    text-align: center;
    background: url('/images/button-silver.gif') top no-repeat;
}

a.button-more {
    display: block;
    float: right;
    width: 75px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #336699;
    background: url('/images/button-more.gif') top no-repeat;
}

a.button-more:hover {
    text-decoration: none;
    color: #336699;
}

/* Styles Available in Ektron CMS Editor */

.left {
	float: left;
}

.right {
	float: right;
}

.left-column {
	width: 272px;
	float: left;
	margin-right: 10px;
}

.right-column {
	width: 272px;
	float: right;
}

img.image {
	margin: 10px 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 3px;
}

img.image-left {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 3px;
}

img.image-right {
	float: right;
	margin: 10px 10px 10px 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 3px;
}

/* Box Styles */

.box {
    background: #eeeeee url('/images/box-head.gif') repeat-x top;
    border: solid 1px #dddddd;
    padding: 5px 10px;
    margin: 10px 0;
    height: 100%;
    display: block;
}

.box h5 {
    color: #666666;
    margin-top: 0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.box h4 {
    clear: left;
}

.box ul {
    padding: 0 0 5px 15px;
    margin: -5px 0 0 0;
}

.box-float {
    background: #eeeeee url('/images/box-head.gif') repeat-x top;
    border: solid 1px #dddddd;
    padding: 5px 10px;
    margin: 10px 0 10px 10px;
    height: 100%;
    width: 220px;
    width: 200px !important;
    display: block;
    float: right;
}

.box-float h5 {
    color: #666666;
    margin-top: 0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.box-float h4 {
    clear: left;
}

.box-left {
    width: 380px;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.box-right {
    width: 134px;
    height: 100%;
    float: left;
    margin-bottom: 10px;
    display: block;
}

.box-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-break {
    background: url('/images/box-break.gif') repeat-x;
    height: 2px;
    width: 100%;
    margin: 3px 0;
}

/* Heading Styles Available in Ektron CMS Editor */

h1 {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	color: #999999;
}

h3 {
    font-size: 1.2em;
	font-weight: bold;
	color: #003366;
	padding-bottom: 3px;
	border-bottom: solid 1px #cccccc;	
}

h3 a, h3 a:hover {
    text-decoration: none;
    color: #003366;
}

h3 .right {
    font-weight: bold;
    color: #666666;
    font-size: .9em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #999966;
	margin: 5px 0;
}

h5 {
	font-weight: bold;
	color: #999999;
}

table h5 {
    margin-bottom: 2px;
}

h6 {
	font-size: .75em;
	color: #cccccc;
	margin: 4px 0;
}

small {
    font-size: .85em; 
}

.small {
    font-size: .85em; 
}

.submit {
    background: url(/images/submit.gif);
    border: none;
    width: 123px;
    height: 33px;
    color: #ffffff;
    font-weight: bold;
}
