@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;
}

body
{
	font-family: Arial;
	font-size: 13px;
	height: 100%;
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

/**************************
	Page
**************************/

a, a:visited
{
	color: #453925;
	text-decoration: none;
}

a:active
{
	outline: none; /* Removing dotted line around clicked links in Firefox */
}

a:focus
{
	-moz-outline-style: none;
}

a.learnMore
{
	font-weight: bold;
}

a.inner
{
    font-weight:600;
    color:#8B7657;
}

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;
}

body.background
{
    background: #d5cea6 url(images/backgroundTile.gif) top center repeat-y;
}

.clearfix
{
	clear: both;
}

form
{
	height: 100%;
}

p {
    font-size:12px;
    line-height:18px;
}

/**************************
	Site Wrapper
**************************/

#siteWrapper
{
    clear:both;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%
}

/**************************
	CMS Area
**************************/

#cmsWrapper
{
	background: url(images/background_cmsWrapper.jpg) no-repeat top center;
	margin: 0 auto;
	position: relative;
	width: 900px;
	padding: 0 32px;
}

/****************************************************
	Content Area
****************************************************/


/**************************
	Header
**************************/

#header
{
    clear: both;
    height: 141px;
    position: relative;
}

h1.logo
{
	background: url(images/logo.jpg) no-repeat;
	height: 141px;
	margin: 0 auto;
	width: 273px;
}

h1.logo span
{
	display: none;
}

/**************************
	Content
**************************/

#contentWrapper
{
	background: url(images/background_contentWrapper.gif) repeat-y;
	position: relative;
	width: 900px;
}

/**************************
	Content Left Side
**************************/

#contentContainerLeft
{
	background: url(images/background_cntLeftCorner.gif) no-repeat;
    float: left;
    min-height: 100px;
    width: 201px;
}

#menu
{
	clear: both;
	margin-top: 10px;
	padding-bottom: 20px;
	width: 180px;
}

#sidebarContent
{
	clear: both;
	float: left;
	margin: 10px;
	width: 180px;
}

/**************************
	Content Right Side
**************************/

#contentContainerRight
{
    float: right;
    min-height: 100px;
    width: 699px;
}

#contentTop
{
	clear: both;
	float: left;
	width: 699px;
}

#banner
{
	width: 698px;
}

#contentLeft
{
	float: left;
}

#contentRight
{
	float: left;
}

/**************************
	Footer
**************************/

#footer
{
	background: url(images/background_footer.jpg) no-repeat;
    clear: both;
    min-height: 174px;
	width: 900px;
}

#footerContent
{
	padding-top: 100px;
	text-align: center;
	width: 900px;
}

.copyright_design
{
	clear:both;
    font-family:verdana;
    font-size:10px;
    margin:10px 0;
    padding-top:20px;
    width:900px;
}

/**************************
	Page
**************************/

.dearSarah,
.dearSarah a
{
	color: #572F0B;
}

h2.dearSarah
{
	font-size: 30px;
}

h3.dearSarah
{
	font-size: 24px;
}

.boots
{
	background: url(images/boots.jpg) no-repeat;
	height: 36px;
	line-height: 36px;
	padding-left: 46px;
}

.hat
{
	background: url(images/hat.jpg) no-repeat;
	height: 26px;
	line-height: 26px;
	padding-left: 46px;
}

.twoColumn
{
	clear: both;
	float: left;
	padding-bottom: 45px;
}

.twoColumn .left
{
	float: left;
	width: 185px;
}

.twoColumn .right
{
	float: left;
	width: 474px;
}
