@CHARSET "ISO-8859-1";

body {
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
        color:#fff;
}

.smokering a, .smokering a:link, .smokering a:visited {
    color: #6c6c6c;
    font-style: italic;
    text-decoration: none;
}

.smokering a:hover {
    color: #c0c0c0;
}

#logo-container {
	padding: 0px;
}

#main-container {
	width: 990px;
	background-color: #FFF;
	margin: 0 auto;
        color:#000;
}

#content-container {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#left-container {
	margin-top: 0px;
	width: 540px;
	float: left;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 10px;
	color: #6c6c6c;
}

#right-container {
	margin-top: 0px;
	float: right;
	background-color: #FFF;
}

hr.clear {
	display: none;
	clear: both;
	overflow: hidden;
}

#right-container img {
	border-left: solid 1px #000;
        border-bottom: solid 1px #000;
}

#nav {
	width: 100%;
	background-color: #C0C0C0;
	margin-bottom: 0px;
	border: solid 1px #000;
	padding: 0px;
}

#nav a {
	color: #000;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
}

#nav a:link {
	color: #000;
}

#nav a:hover {
	color: #c0c0c0;
	background-color: #000;
	text-decoration: none;
}

#nav ul {
	text-align: right;
	padding: 5px;	
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 30px;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

#footer {
	background-color: #C0C0C0;
	border-top: solid 1px #000;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	clear: both;
}

#footer h2 {
	margin: 0px;
	font-size: 14px;
}

#footer h3 {
	margin: 0px;
	font-size: 12px;
}

#footer h4 {
	margin: 0px;
	font-size: 10px;
}

.first-letter {
	font-family:Georgia;
	color: #e0e0e0;
	font-size:56px;
	font-weight:normal;
	line-height:80%;
	letter-spacing:-6px;
}

p + p {
	text-indent: 1em;
}

p.quote {
	text-indent: 0;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}

p.quote .author {
	display: block;
	text-align: right;	
}

input, select, textarea {
	color: #000;
	border: 1px solid #c0c0c0;
	font-weight: bold;
}

input:focus, select:focus, textarea:focus, .highlight {
	background-color:#c0c0c0;
	border: 1px solid #000;
}

.inputItem {
	margin: 5px 5px 0px 5px;
}

input.button:hover
{
	background-color: #000;
	color: #c0c0c0;
	font-weight: bolder;
	cursor: pointer;
}

input.button {
	font-weight: bolder;
	margin-left: 40px;
}

.zend_form label {
	font-size: 14px;
	font-weight: bolder;
	color: #000;
}

.zend_form .fieldDescription {
	font-size: 12px;
	font-style: italic;
	color: #27765F;
}

.zend_form .requiredSuffix {
	color: #000; 
	margin-left:10px; 
	font-size:12px; 
	font-style:italic;	
}

.zend_form .optionalSuffix {
	color: black; 
	margin-left:10px; 
	font-size:12px; 
	font-style:italic;	
}

.zend_form .errors {
	list-style: square;
	color: #27765F;
	font-size: 12px;
	margin-bottom:10px;
	color: red;
}

.howToGuide p {
    font-size: 14px;
    text-indent: 0;
}

#left-container h1 {
    font-size: 18px;
    color: #000;
    font-weight: bolder;
    margin-top: 0px;
}

.howToGuide h2 {
    font-size: 15px;
    font-weight: bolder;
}

.thanksTable {
    font-size: 14px;
}

.thanksTable a, .thanksTable a:link, .thanksTable a:visited {
    color: #6c6c6c;
    font-style: italic;
    text-decoration: none;
}

.thanksTable a:hover {
    color: #c0c0c0;
}

ul.noBullet {
    list-style: none;
}

ul.noBullet a, ul.noBullet a:link, ul.noBullet a:visted {
    color: #000;
    font-style: italic;
    text-decoration: none;
}

ul.noBullet li a:active, ul.noBullet li a:hover {
    color: #000;
}