/* @override http://beta.tiredofyelling.com/css/style.css */

/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

/* @group Global Resets */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 8pt 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

/* @end */

/* @group Quick Styles */

.clear {
	clear: both;
}

.lucid {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif !important;
}

.right {
	text-align: right;
}

.center {
	text-align: center !important;
	text-indent: 0 !important;
}

.emphasis {
	font-weight: bold !important;
	text-align: center !important;
	font-size: 140%;
	color: #916C00 !important;
}

.note {
	font-style: italic;
	font-size: 80%;
}

.super {
	vertical-align: super;
	font-size: 90%;
	font-weight: bold;
}

.super a {
	text-decoration: none !important;
	color: #916C00 !important;
}

.i, i {
	font-style: italic !important;
}

.u, u {
	text-decoration: underline !important;
}

.b, b {
	font-weight: bold !important;
}

/* @end */

body {
	min-width: 60em;
	background: #F1F1D6 url(/images/bg.gif) repeat scroll left top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.shareThis .stbutton {
	background-position: 0 3px;
	margin-left: 1.25em;
}

.shareThisArticle {
	display: block;
	margin-left: 2em;
	margin-top: 1em;
	text-align: left;
}

.shareThis a, .shareThisArticle a {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
}

/* @group Header Styles */

#header {
	display: block;
	width: 94%;
	height: 100px;
	background: #FFF url(/images/bg-content.gif) repeat scroll left top;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #664D00;
	border-bottom: 0;
	border-top: 0;
}

#logo {
	display: block;
	float: right;
	height: 100px;
	width: 500px;
	border: 0;
}

/* @end */

/* @group Navi Styles */

#navigation {
	display: block;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}

/* @group Main Navi */

#mainNavi {
	display: block;
	height: 2.5em;
	overflow: hidden;
	line-height: 2.5em;
	text-align: center;
	color: #FFF;
	border-bottom: 1px solid #664D00;
	background: #999966 url(/images/bg-navi-main-middle.gif) repeat-x scroll left top;
}

#mainNaviLeft {
	display: block;
	width: 15%;
	float: left;
	background: url(/images/bg-navi-main-left.gif) no-repeat left top;
}

#mainNaviMiddle {
	display: block;
	width: 70%;
	float: left;
}

#mainNaviRight {
	display: block;
	width: 14%;
	float: right;
	background: url(/images/bg-navi-main-right.gif) no-repeat right top;
}

#mainNaviMiddle a, #mainNaviMiddle a:link, #mainNaviMiddle a:visited {
	text-decoration: none;
	color: #000;
	padding-right: .5em;
	padding-left: .5em;
	margin-left: 1px;
	margin-right: 1px;
	font-weight: bold;
	font-size: 100%;
	height: 100%;
	display: inline-block;
}

#mainNaviMiddle a:hover {
	color: #FFF;
	border-right: 1px solid #664D00;
	border-left: 1px solid #664D00;
	margin-left: 0px;
	margin-right: 0px;
	background: url(/images/bg-navi-main-hover.gif) repeat-x scroll center top;
}

#mainNaviMiddle a.current {
	border-right: 1px solid #664D00 !important;
	border-left: 1px solid #664D00 !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	color: #FFF !important;
	background: url(/images/bg-navi-main-current.gif) repeat-x scroll center top !important;
}

/* @end */

/* @group Sub Navi */

#subNavi {
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background: #C2A653 url(/images/bg-navi-sub-middle.gif) repeat-x scroll center bottom;
}

#subNaviLeft {
	display: block;
	width: 10%;
	float: left;
	background: url(/images/bg-navi-sub-left.gif) no-repeat left bottom;
}

#subNaviMiddle {
	display: block;
	width: 80%;
	float: left;
}

#subNaviRight {
	display: block;
	width: 10%;
	float: right;
	background: url(/images/bg-navi-sub-right.gif) no-repeat right bottom;
}

#subNavi a, #subNavi a:link, #subNavi a:visited {
	text-decoration: none;
	color: #000;
	padding-right: .5em;
	padding-left: .5em;
	margin-left: 1px;
	margin-right: 1px;
	display: inline-block;
}

#subNavi a:hover {
	border-right: 1px solid #664D00;
	border-left: 1px solid #664D00;
	margin-left: 0;
	margin-right: 0;
	background: #D8B13B url(/images/bg-navi-sub-hover.gif) repeat-x scroll center bottom;
	color: #FFF;
}

#subNavi a.current {
	border-right: 1px solid #664D00 !important;
	border-left: 1px solid #664D00 !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	color: #FFF !important;
	background: #A77D00 url(/images/bg-navi-sub-current.gif) repeat-x scroll center bottom !important;
}

/* @end */

/* @end */

/* @group Photo Box Styles */

#photoBox {
	display: block;
	width: 94%;
	height: 153px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #664D00;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF url(/images/bg-content.gif) repeat scroll left top;
}

#photoBox img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #CC9900;
	border-top: 0;
}

/* @end */

/* @group Content Styles */

#content {
	display: block;
	width: 94%;
	font-size: 90%;
	min-height: 25em;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #664D00;
	border-top: 0px;
	background: #FFF url(/images/bg-content.gif) repeat scroll left top;
	color: #000;
	padding-top: 16pt;
	padding-bottom: 16pt;
}

#content h1, #content h2, #content h3, #content h4, .boxContent h1, .boxContent h2, .boxContent h3, .boxContent h4 {	font-weight: bold;	text-align: center;	color: #916C00;}
#content p, .boxContent p {	margin-right: 2em;	margin-left: 2em;
	line-height: 1.25em;
}
#content a, #content a:link, .boxContent a, .boxContent a:link { color: #916C00; }
#content a:visited, .boxContent a:visited { color: #CC9900; }
#content a:hover, .boxContent a:hover { color: #D1D196; }

#content ul, .boxContent ul, #content ol, .boxContent ol {	list-style-position: outside;	display: block;	margin-right: 2em;	margin-left: 2em;
}

#content ul, #content ol {	list-style-position: outside;	display: block;	margin-right: 4em;	margin-left: 4em;
}

#content ul li, .boxContent ul li {
	list-style-type: square;
	margin-bottom: .5em;
	list-style-image: url(/images/list-bullet.gif);
}

#content ol li, .boxContent ol li {
	list-style-type: decimal;
	margin-bottom: .5em;
}
#content li a, .boxContent li a {
	list-style-type: square;
	font-weight: bold;
}

#content img {
	display: block;
}

.IMGright {
	float: right;
	border: 3px solid #CC9900;
	margin: 8pt 2em;
}

.IMGleft {
	float: left;
	border: 3px solid #CC9900;
	margin: 8pt 2em;
}

.IMGcenter {
	border: 3px solid #CC9900;
	display: block;
	margin: 2em auto;
}

.IMGcenterCaption {
	width: 30em;
	display: block;
	text-align: center;
	margin: -1em auto 2em;
}

/* @end */

/* @group Box Styles */

.boxSpacer {
	display: block;
	height: 3px;
	width: 80%;
	background-color: #CC9900;
	margin: 16pt auto;
}

.cBox {
	display: block;
	width: 812px;
	clear: both;
	background: #FFF8E3 url(/images/box-top.gif) no-repeat left top;
	padding-top: 16pt;
	margin: .5em auto 2.5em;
}

.cBoxBlank {
	display: block;
	width: 612px;
	clear: both;
	padding-top: 16pt;
	margin: .5em auto 2.5em;
}

.cBoxLeft {
	display: block;
	width: 50%;
	float: left;
	font-size: 120%;
}

.cBoxRight {
	display: block;
	width: 50%;
	float: right;
	font-size: 120%;
}

.cBoxBottom {
	display: block;
	width: 812px;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF8E3 url(/images/box-bottom.gif) no-repeat left bottom;
	clear: both;
}

/* @end */

/* @group Box Small Styles */

.cBoxSmall {
	display: block;
	width: 612px;
	clear: both;
	background: #FFF8E3 url(/images/box-small-top.gif) no-repeat left top;
	padding-top: 16pt;
	margin: .5em auto 2.5em;
}

.cBoxSmallLeft {
	display: block;
	width: 50%;
	float: left;
	font-size: 120%;
}

.cBoxSmallRight {
	display: block;
	width: 50%;
	float: right;
	font-size: 120%;
}

.cBoxSmallBottom {
	display: block;
	width: 612px;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF8E3 url(/images/box-small-bottom.gif) no-repeat left bottom;
	clear: both;
}

/* @end */

/* @group Review Styles */

.custReview {
	display: block;
	width: 812px;
	clear: both;
	background: #FFF8E3 url(/images/box-top.gif) no-repeat left top;
	padding-top: 16pt;
	margin: .5em auto 2.5em;
}

.custImage {
	display: block;
	width: 25%;
	float: left;
}

.custImage img {
	display: block;
	border: 3px solid #CC9900;
	margin: .5em auto;
}

.custText {
	display: block;
	width: 74%;
	float: left;
}

.custText .signed {
	font-style: italic;
}

.reviewBottom {
	display: block;
	width: 812px;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF8E3 url(/images/box-bottom.gif) no-repeat left bottom;
}

.noimg {
	width: 100% !important;
}

/* @end */


/* @group Box Toggles */

.articleContent {
	display: block;
	height: 100%;
	width: 100%;
}

object {
	border: 0 !important;
}

.hiddenBox {
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: transparent url(/images/mask.png) repeat scroll left top;
}

.boxContainer {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 20000;
}

.boxBackground {
	background: #FFF url(/images/bg-content.gif) repeat left top;
	border: 3px solid #846000;
	border-top: 0;
	border-bottom: 0;
	display: block;
	height: 100%;
	width: 45em;
	margin-right: auto;
	margin-left: auto;
}

.boxContent {
	display: block;
	overflow: auto;
	height: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	clear: both;
	text-align: justify;
}

.closeTab {
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	height: 35px;
	width: 100px;
	background: transparent url(/images/closeTab.gif) no-repeat scroll left bottom;
	text-align: center;
	color: #FFF !important;
	text-decoration: none;
	font: bold 120%/35px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.closeTab:hover {
	background: transparent url(/images/closeTab-hover.gif) no-repeat scroll left top;
}

.printTab {
	position: absolute;
	left: 15px;
	top: 0;
	display: block;
	height: 35px;
	width: 100px;
	background: transparent url(/images/closeTab.gif) no-repeat scroll left bottom;
	text-align: center;
	color: #FFF !important;
	text-decoration: none;
	font: bold 120%/35px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.printTab:hover {
	background: transparent url(/images/closeTab-hover.gif) no-repeat scroll left top;
}


/* @end */

/* @group Color Boxes */

.colorBoxCenter, .colorBoxGrayCenter {
	background-color: #FFFFE0;
	display: block;
	margin: 8pt 4em;
	padding-top: 8pt;
	padding-bottom: 8pt;
	border: 1px solid gray;
}

.colorBoxGrayCenter {
	background-color: #EBEBEB;
}

.colorBoxRight {
	background-color: #FFFFE0;
	display: block;
	float: right;
	width: 40%;
	margin-left: 1em;
	margin-right: 1em;
	border: 1px solid gray;
}

.colorBoxLeft {
	background-color: #FFFFE0;
	display: block;
	float: left;
	width: 40%;
	margin-left: 1em;
	margin-right: 1em;
	border: 1px solid gray;
}

/* @end */

/* @group Form Styles */

form.register {
	display: block;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8pt;
	padding-bottom: 8pt;
}

form.register legend {
	text-align: center;
	font-weight: bold;
}

.formEntry {
	margin-bottom: 1em;
	display: block;
	clear: both;
}

.formEntry input {
	border: 2px solid #CC9900;
	padding: 2pt;
	width: 50%;
	height: 1.5em;
	margin-left: 5%;
}

.formEntry select {
	margin-left: 5%;
	border: 2px solid #CC9900;
}

.formEntry div {
	display: block;
	float: left;
	width: 30%;
	height: 1em;
	text-align: right;
	font-weight: bold;
}

.submit, .submit:active {
	border: 2px solid #CC9900;
	font-size: 105%;
	display: block;
	padding: 2pt;
	width: 6em !important;
	height: 2em !important;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.submit:hover {
	background-color: #F1F1D6;
}

/* @end */

/* @group Footer Styles */

#footer {
	display: block;
	width: 94%;
	font-size: 60%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #664D00;
	border-top: 0;
	background: #FFF url(/images/bg-content.gif) repeat scroll left top;
	text-align: center;
}

#footer a, #footer a:link, #footer a:visited {
	color: #000;
}

#footer a:hover {
	color: #916C00;
}

/* @end */