/* Start of CMSMS style sheet 'rivercityglass' */
@charset "utf-8";
* {
	padding:0;
	margin:0;
}

/* ---------->>>Common Formatting<<<-----------*/
 
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
 
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font:2em arial, helvetica, sans-serif;
}
 
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:24px arial, helvetica, sans-serif;
}
 
h3 {
	font:1.2em arial, helvetica, sans-serif;
	font-weight:bold;
        margin-bottom: 10px;
	border-bottom: 1px solid #47BE59;
}
 
p, ul, ol {
	padding: 0 0 18px 0;
}
 
ul {
        list-style: url(images/rivercityglass/li.gif) disc ;
	padding: 0 0 18px 40px;
}
ol {
	padding: 0 0 18px 30px;
}

blockquote {
	margin: 22px 40px;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

strong {
	color: #F4E844;
}
 
/* ---------->>> Links <<<-----------*/
 
a, a:visited {
	text-decoration:underline;
}
a:link { 
       color: #F4E844;
}
a:visited { 
	color: #F4E844;
}
a:hover { 
	color: #fff;
}
a:active { 
	color: #fff; 
}
 
/* ---------->>> Forms <<<-----------*/
 
form {
	display:inline;
}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
 
textarea {
	line-height:1.25;
}
 
label {
	cursor:pointer;
}
 
/* ---------->>> Tables <<<-----------*/
 
table {
	border:0;
	margin:0 0 18px 0;
}
 
table tr td {
	padding:2px;
}
 
/* ---------->>> Wrapper <<<-----------*/
 
#wrap {
	width:960px;
	margin:0 auto;
}
 
/* ---------->>> Global Classes <<<-----------*/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.column {
        float: left;
        width: 240px;
        text-align: center;
}
.intro {
        font-size: 1.2em;
}
/* ---------->>> Layout <<<-----------*/

body  {
	font: 13px "trebuchet ms", Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}
#container { 
	width: 770px;  
	background: #000;
	margin: 20px auto;
	text-align: left; 
} 
#header { 
	background: #000 url(images/rivercityglass/header-bg.jpg) no-repeat; 
	padding: 0; 
	height: 331px;
} 
#header h1 {
	margin: 0; 
	padding: 10px 5px;
}
#column {
	float: left; 
	width: 170px;
	padding: 0 10px 15px 20px;
	color: #F4E844;
	font: italic 14px "Comic Sans MS", verdana, arial, sans-serif;
}
#wrapper {
	background: #000 url(images/rivercityglass/content-bg.jpg) repeat-y;
}
#content-wrapper {
	background: transparent url(images/rivercityglass/content-top-bg.jpg) no-repeat top;
}
#mainContent { 
	margin: 0 0 0 250px; 
	padding: 1px 30px 0 1px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent url(images/rivercityglass/footer-bg.jpg);
	height: 327px;
} 
#footer p {
	float: right;
	margin-right: 15px;
	margin-top: 180px;
	line-height: 16px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	padding: 0;
	margin: 0;
}
ul#navigation {
     list-style: none none;
     margin: 0;
     padding: 0;
}
ul#navigation li {
     margin: 0;
     padding: 0;
}
ul#navigation ul {
     font:13px "trebuchet ms", Arial, Helvetica, sans-serif;
     list-style: url(images/rivercityglass/li.gif) disc ;
     list-style-color: #F4E844;
     margin: 0;
     padding: 0 0 0 25px;
}
ul#navigation a:link, ul#navigation a:visited {
	color: #F4E844;
        text-decoration: none;
}
ul#navigation a:active, ul#navigation a:hover {
	color: #fff;
        text-decoration: none;
}
a.sel {
        color: #fff !important;
}

/* End of 'rivercityglass' */

