@charset "utf-8";

/********************************************************
Reset Styles
Used to reset the default browser styles when a 
style rule is not present.
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html,
body,
form
{
    height: 100%;
}

body
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 1;
}

body.background
{

}

/**************************
	Page
**************************/

a, a:visited
{
	color: #5a1400;
	text-decoration: none;
}

a:active
{
	outline: none; /* Removing dotted line around clicked links in Firefox */
	color: #5a1400;
}

a:focus
{
	-moz-outline-style: none;
}

a:hover
{
	-moz-outline-style: none;
	color: #a3670a;
}

a.learnMore
{
	font-weight: bold;
}

h1
{

}

h2
{

}

h3
{

}

img
{
	border: none;
}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clearfix
{
	clear: both;
}

form
{
	height: 100%;
}

#cmsWrapper
{
    margin: 0 auto;
    padding: 0;
}

#container
{
}
