/* www.emilehenryusa.com
 * site's main colors
 * Blue: #375297;
 * Orange: #C3652B;
 * Grey: #CCCCCC;
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align:center; 
	font-size: 12px;
	font-family:  Arial,Helvetica,sans-serif;
}
body {
	background:#fff url(/images/eh-background-70.jpg) repeat-x scroll center top;
	color:#254D5B;
}
td {
	font-family:  Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* baseline styles */
img {
	border: 0;
	vertical-align : top;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: bold;
	font-style : italic;
	color: #000;
}
p {
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0 6px 0;
	margin: 0;
}
blockquote {
        margin-top: 0; 
		  margin-bottom: 0;
		  font-style: italic;
        color: #000;
}
li {
	margin-bottom: 4px;
	line-height: 15px;
	list-style-type: square;
}
div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clr{clear:both;}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #375297;
}
a:hover, a:active {
	text-decoration: underline;
	color: #C3652B;
}

.crosslink a:link, a.crosslink:link, .crosslink a:visited, a.crosslink:visited {
	text-decoration: none;
	color:#254D5B;
}
.crosslink a:hover, a.crosslink:hover, .crosslink a:active, a.crosslink:active {
	text-decoration: none;
	color:#254D5B;
}

/* headers */
h1 {
	letter-spacing: 0.2px;
	font-size : 22px;
	font-weight: bold;
	line-height: 24px;
	color : #375297;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}
h1.logo {
	font-family: "Times New Roman", Times, serif;
}
h2 {
	letter-spacing: 0.2px;
	font-size : 18px;
	font-weight: bold;
	line-height: 20px;
	color : #000;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}
h3 {
	letter-spacing: 0.15px;
	font-size : 16px;
	font-weight: bold;
	line-height: 18px;
	color : #375297;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}
h3 a:link, h3 a:visited {
        font-weight: bold;
        color: #375297;
}
h3 a:hover, h3 a:active {
        font-weight: bold;
        color: #000;
}
h4 {
	letter-spacing: 0.15px;
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color : #000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}
h5 {
	letter-spacing: 0.15px;
	font-size : 12px;
	font-weight: bold;
	line-height: 14px;
	color: #375297;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: underline;
}
h6 {
	font-size : 12px;
	font-weight: bold;
	line-height: 14px;
	color : #000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}

/* back to top */
#backToTop {
        margin: 3px;
}
#backToTop img {
        margin-left: 5px; 
        margin-right: 10px;
}
#backToTop a {
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
        color: #000;
}
#backToTop a:link, #backToTop a:visited {
        color: #000;
}

#backToTop a:hover, #backToTop a:active {
        color: #375297;
}

/* button */
INPUT.button {
	text-align : center;
	color:#FFF;
	font-size : 12px;
	font-weight : normal;
	background-color: #375297;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 0;
	padding: 4px 6px 4px 6px;
}
INPUT.buttonHover
{
	text-align : center;
	color:#000;
	font-size : 12px;
	font-weight : normal;
	background-color:#C3652B;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 0;
	padding: 4px 6px 4px 6px;
}
a.button {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 6px 4px 6px;
	margin: 7px 0 7px 0;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
	display: inline-block;
}
a.button:link, a.button:visited {
	background-color : #375297;
	color : #fff;
	text-decoration: none;
}
a.button:hover, a.button:active {
	background-color : #C3652B;
	color: #000;
	text-decoration: none;
}

/* error messages  */
.errorMessage {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

/* contact us */
.contactusForm th {
        text-align: right;
        width: 20%;
}
input.kESEmail {

	font-size: 10px;
	color: #000;
}
.breadCrumbDivider {
	font-size: 10px;
}
.lastCrumb {
	color: #000;
	font-size: 10px;
}
#breadCrumb a {
	font-weight: normal;
        font-size: 10px;
}
#breadCrumb a:link, #breadCrumb a:visited {
	text-decoration: underline;
	color: #000;
}
#breadCrumb a:hover, #breadCrumb a:active {
	text-decoration: underline;
	color: #375297;
}