/* CSS Document */

body 								{ background-color: #151515; background-image: url(/assets/images/body-bg.jpg); background-repeat: no-repeat; background-position: 50% 0; margin: 0; padding: 0; text-align: center; }

/* Headers */
h1 									{ font-family: "Times New Roman", Times, serif; font-size: 28px; font-weight: normal; color: #96a29d; margin: 0; } 
h2  								{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #9FA3AE; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 20px 0; padding: 0 0 0 2px; }
h3									{ font-size: 12px; font-weight: normal; color: #A79467; margin: 20px 0 10px 0; text-transform: uppercase; }
h4									{}
h5									{}

/* Linkage */
a:link 								{}
a:visited 							{}
a:hover								{}
a:focus								{}
a:active							{} 

a.no-hov							{ text-decoration: none !important; background-color: transparent !important; border: 0 !important; }

/* Misc. */
img									{ border: 0; }
.img-border							{ padding: 4px; border: solid #BDCCD2 1px; }
acronym 							{ cursor: help; }
.clear								{ clear: both; }
::-moz-selection					{ background: #e0f2eb; color: #83968e; }
::selection							{ background: #e0f2eb; color: #83968e; }
.spacer-divider						{ display: block; height: 20px; margin: 40px 0 0 0; border-top: dashed #d0d0d0 2px; }

/* List Styles */
ul.standard							{ margin: 0; padding: 0; width: 280px; overflow: hidden; }
ul.standard li						{ display: block; margin: 0 0 15px 0; padding: 0; list-style-type: none; color: #000; font-size: 10px; line-height: 150%; }

/* Navigation */
#nav								{ width: 730px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; padding: 0 0 10px 0; }

#nav a:link							{ text-decoration: none; color: #c5c4c1; display: block; padding: 3px 0; }
#nav a:visited						{ text-decoration: none; color: #c5c4c1; display: block; padding: 3px 0; }
#nav a:hover						{ text-decoration: none; color: #c5c4c1; display: block; padding: 3px 0; background-color: #151515; }
#nav a:focus						{ text-decoration: none; color: #c5c4c1; display: block; padding: 3px 0; background-color: #151515; }
#nav a:active						{ text-decoration: none; color: #c5c4c1; display: block; padding: 3px 0; background-color: #151515; }

li#currentpage						{ display: block; width: 80px; text-align: center; float: left; list-style-type: none; padding: 0; margin: 0; }
#nav #currentpage a					{ text-decoration: none; color: #151515; display: block; padding: 3px 0; background-image: url(/assets/images/nav-item-bg.gif); background-repeat: no-repeat; }

ul#nav-list							{ margin: 0; padding: 0; }
ul#nav-list li						{ display: block; width: 80px; text-align: center; float: left; list-style-type: none; padding: 0; margin: 0; }

/* Content */
#container							{ text-align: left; margin: 0 auto; width: 730px; padding: 120px 0 40px 0; font-family: "Trebuchet MS", Arial, Verdana; }

#content							{ width: 690px; padding: 30px 20px; background-color: #fff; background-image: url(/assets/images/content-bg.jpg); background-repeat: no-repeat; }
#content p							{ font-size: 13px; color: #989BA5; line-height: 180%; }

#content a:link						{ color: #83968e; text-decoration: underline; }
#content a:visited					{ color: #83968e; text-decoration: underline; }
#content a:hover					{ color: #83968e; text-decoration: none; background-color: #e0f2eb; }
#content a:focus					{ color: #83968e; text-decoration: none; background-color: #e0f2eb; }
#content a:active					{ color: #83968e; text-decoration: none; background-color: #e0f2eb; }

.left								{ width: 330px; padding: 0 10px 0 0; float: left; }
.right								{ width: 330px; padding: 0 0 0 10px; float: right; }

.home-left							{ width: 220px; padding: 0 10px 0 0; float: left; }
.home-right							{ width: 450px; padding: 0 0 0 10px; float: right; }

.about-left							{ width: 260px; padding: 0 10px 0 0; float: left; }
.about-right						{ width: 400px; padding: 0 0 0 10px; float: right; }

/* Footer */
#footer								{ width: 732px; font-size: 11px; text-align: right; color: #696661; padding: 10px 0 0 0; }

#footer a:link						{ text-decoration: none; color: #696661; }
#footer a:visited					{ text-decoration: none; color: #696661; }
#footer a:hover						{ text-decoration: underline; color: #c5c4c1; }
#footer a:focus						{ text-decoration: underline; color: #c5c4c1; }
#footer a:active					{ text-decoration: underline; color: #c5c4c1; }

