@charset "utf-8";

/*********************************
/		Master Syles
/*********************************/

* {
	margin: 0px;
	padding: 0px;
}
a:active, a:focus {
	/* outline-color:invert; */
	outline-style:none;
	outline-width:medium;
}
img {
	border:none;
}

/*********************************
/		Layout Styles
/*********************************/

html {
	background-attachment: fixed;
	background-image: url(../images/backgrounds/htmlBG.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #97A1A9;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: .85em;
}
div#siteWrapper {
	width: 990px;
	background-color: #CCCCCC;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	position: relative;

}
div#pageWrapperRight {
	width: 920px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
}
div#loadSpinnerLeft {
	height: 100px;
	width: 90px;
	left: 0px;
	top: 50px;
	position: absolute;
	z-index: 10;
	background-image: url(../images/backgrounds/loadSpinnerBG.png);
}
div#loadSpinnerLeft img {
	position: absolute;
	top: 20px;
	left: 23px;
}

div#thePageTop {
	background-image: url(../images/backgrounds/headerBG.png);
	height: 40px;
	width: 920px;
}
div#theHeader {
	background-image: url(../images/backgrounds/headerBG.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 920px;
	background-position: 0px -40px;
}
div#theBanner {
	background-image: url(../images/backgrounds/bannerBG.png);
	height: 160px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#theBanner h1 {
	text-indent: -9999px;
}

div#theLogoImage {
	background-image: url(../images/backgrounds/logo.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 202px;
	position: absolute;
	left: 40px;
	bottom: 20px;
}

div#theNavigation {
	background-image: url(../images/backgrounds/contentBG.png);
	background-repeat: repeat-y;
	list-style-type: none;
	position: relative;
	overflow: visible;
	padding-top: 10px;
	padding-bottom: 10px;
}
#theNavigation ul {
	margin-left: 30px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#theNavigation li {
	display: inline;
	font-weight: bold;
}
div#theNavigation  a:link, div#theNavigation a:visited {
	text-decoration: none;
	color: #808080;
	padding-right: 10px;
	padding-left: 10px;
}
div#theNavigation a:hover {
	color: #231f20;
	text-decoration: none;
}
div#theContent {
	background-image: url(../images/backgrounds/contentBG.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
div.twoColumnBG {
	background-image: url(../images/backgrounds/contentAreaBGTwoColumn.png);
	background-repeat: no-repeat;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
div.oneColumnBG {
	background-image: url(../images/backgrounds/contentAreaBGOneColumn.png);
	background-repeat: no-repeat;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
div.theLeftColumn {
	width: 480px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}
div.theRightColumn {
	float: right;
	width: 250px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}
div.noColumn {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.clearBoth {
	clear: both;
	height: 1px;
}
div#theFooter {
	background-image: url(../images/backgrounds/footerBG.png);
	height: 57px;
	width: 920px;
	text-align: center;
	font-size: 0.75em;
	padding-top: 40px;
	background-repeat: no-repeat;
	color: #666666;
	position: relative;
}
div#theFooter a:link, div#theFooter a:visited {
	text-decoration: none;
}
div#theFooter a:hover {
	color: #231F20;
}
div#theFooter img {
	vertical-align: middle;
}
div#theContact img {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #E1E1E1;
}



/*********************************
/		Markup Syles
/*********************************/

img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 10px;
}
img.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 10px;
}
img.boarder {
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 10px;
	margin-right: 20px;
	vertical-align: text-top;
	margin-bottom: 20px;

}

h2, h3, h4, p, blockquote, ul{ /* Master Margins */
	margin-bottom: 10px;
}
h2, h3, h4 {
	color: #231f20;
}
blockquote{
	background-color: #FFFFFF;
	padding: 10px;
	clear: both;
	border: 1px solid #e1e1e1;
}
ul {
	margin-left: 40px;
	list-style-image: url(../images/backgrounds/bulletBG.gif);
}
li {
	margin-bottom: 4px;
}
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #231F20;
}
a.boxLink:link, a.boxLink:visited {
	background-image: url(../images/backgrounds/boxButtonBG.png);
	background-color: #231F20;
	text-decoration: none;
	display: inline;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 23px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: .85em;
}
a.boxLink:hover {
	color: #CCCCCC;
}
a.sideLink:link, a.sideLink:visited {
	text-decoration: none;
	display: inline;
	color: #231F20;
	font-size: .85em;
}
a.sideLink:hover {
	color: #666666;
}
.theRightColumn ul a:link, .theRightColumn ul a:visited {
	text-decoration: none;
}
.alignRightMarginBtm0 {
	text-align: right;
	margin-bottom: 0px;
}
.alignRight {
	text-align: right;
}

.marginBtm20 {
	margin-bottom: 20px;
}

marginBtm0 {
	margin-bottom: 0px;
}
.marginBtm20AlignRight {
	margin-bottom: 20px;
	text-align: right;
}
.marginLeft20 {
	margin-left: 20px;
}

.quoteSpace {
	background-image: url(../images/backgrounds/quoteBG.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.quoteSpace p {
	margin-bottom: 0px;
}
.alignCenter {
	text-align: center;
}
.shoppingBullet {
	list-style-image: url(../images/backgrounds/shoppingCartBullet.jpg);
	font-size: 1.2em;
}
