/***** Global Settings *****/
* {
	margin: 0;
}
html, body {
	border:0;
	margin:0;
	padding:0;
	background:#7d7e7d url(/img/bg.jpg) repeat-x;
}
body {
	font:100%/1 "Times New Roman", Times, serif;
	color:#000;
/*  Note: all browsers default to 16px font size, or 1em. divide your desired font size by 16 to get the right em value.
    Ex- you want 14px font size, so do this:
    14 / 16 = 0.875, so put "font-size: 0.875em;"
*/
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-style:italic;
}
h1 {
	padding:0 0 0 15px;
	font-size:2em;
}
h2 {
	padding:0 15px 0 15px;
	font-size:1.5em;
}
h3 {
	padding:8px 0 0 15px;
	font-size:1em;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 10px 1.25em 10px;
	font-size:.9375em;
}
ul, ol {
	padding:0;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
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;
}
/***** Links *****/

a {
	color:#1a8ed7;
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	color:#000;
	text-decoration:underline;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
	padding:0;
	margin:0;
}
/***** Global IDs *****/
#wrapper {
	margin:0 auto;
	padding-top:10px;
}
#content {
	width:980px;
	margin: 0 auto;
	background:#e5f4f4;
}
#header {
	background:url(/img/header.jpg) no-repeat;
	height:378px;
}
#header2 {
	background:url(/img/header2.jpg) no-repeat;
	height:58px;
}
#content-pics {
	background:url(/img/content-pics.jpg) no-repeat;
	height:180px;
}
#navigation {
	color:#fff;
	padding: 0 15px 0 15px;
	height:5px;
	background: url(/img/nav-bg3.jpg) no-repeat;
}
#navigation ul {
	padding:0 6px;
	font-size:.9375em;
	font-weight:bold;
}
#navigation ul li {
	display:inline;
}
#navigation ul li a {
	color:#386593;
	text-decoration:none;
}
#navigation ul li a:hover {
	color:#000;
	font-weight:bold;
}
/*#navigation ul li a:visited{
color:#f75701;
}
*/
#navigation ul li.divder {
	padding:0 65px;
}
#footer {
	background: url(/img/footer-bg.jpg) no-repeat top;
	height:65px;
	text-align:center;
	margin: 0;
	font-weight:bold;
}
#footer .bar {
	width:500px;
	height:1px;
	margin: 10px auto;
	background-color:#000;
}
#footer ul {
	padding-top:32px;
	font-size: 1em;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	color:#fff;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#000;
	text-decoration:underline;
}
/*#navigation ul li a:visited{
color:#f75701;
}
*/
#footer ul li.divder {
	padding:0 65px;
	color:#1a8ed7;
}
#copyright {
	color:#666;
	font-size:0.75em;
	text-align:center;
	padding-bottom:25px;
}
#img-fader {
	width:438px;
	background:#333;
	height:398px; /*!!!!!!!!!!!!!!!!!!!DELETE ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	/*margin: 0 5px 0 5px;*/
border: solid 6px #1b1b1b;
}
#vid-container {
	width:533px;
	background:#333;
	height:398px; /*!!!!!!!!!!!!!!!!!!!DELETE ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	/*margin: 0 5px 0 5px;*/
	border: solid 6px #1b1b1b;
}
.vert-divider {
	width:11px;
	background:url(/img/content-divider-vert.jpg) repeat-y;
	padding:0;
	margin:0;
	float:left;
	height:100%;
}
.horz-divider {
	height:8px;
	background:url(/img/content-divider-horz.jpg) repeat-x;
	padding:0;
	margin:0;
}

#quicklinks {
	background:#f0e7d8;
	width:259px;
	float:right;
	height:100%;
	text-align:center;
}
#quicklinks h2 {
	color:#756740;
	text-align:center;
	padding:0;
	margin: 10px;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.txt-left {
	text-align:left;
}
.txt-right {
	text-align:right;
}
.txt-center {
	text-align:center;
}
.txt-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:980px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:0 0 0 10px;
}
.img-right {
	float:right;
	margin:0 10px 0 0;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
pad-rt {
	padding: 0 0 0 5px;
}
pad-rt {
	padding: 0 5px 0 0;
}
.container-bottfull {
	width:987px;
	background:#000;
	border: solid 6px #1b1b1b;
}
.container-bottfull .title {
	width:957px;
	background:#f75701;
	height:28px;
	border: solid 6px #333;
	background: url(/img/container-bottfull-title-bg.jpg);
}
/*.container-bottfull p:first-letter {
font-size:1.5em;
padding-right:2px;
}
*/
.container-bottfull ul {
	font-size:1em;
}
.container-bottfull ul:first-letter {
	font-size:1.5em;
	padding-right:2px;
}
.container-bottfull ul li {
	text-transform:capitalize;
}
.container-bottlg {
	width:753px;
	background:#333;
	border: solid 6px #1b1b1b;
}
.container-bottlg .title {
	width:741px;
	background:#f75701;
	height:38px;
	border: solid 6px #47372e;
	background: url(/img/container-bottlg-title-bg.jpg);
}
.container-bottlg p:first-letter {
	font-size:1.5em;
	padding-right:2px;
}
.container-bottsm {
	width:199px;
	background:#333;
	border: solid 6px #1b1b1b;
	text-align:center;
	padding-bottom:6px;
}
.container-bottsm .title {
	width:187px;
	background:#1fb11b;
	height:38px;
	border: solid 6px #314130;
	background: url(/img/container-bottsm-title-bg.jpg);
}
.gallery_subtitle {
	width:150px;
	background:#1fb11b;
	height:38px;
	border: solid 6px #314130;
	background: url(/img/container-bottlg-title-bg.jpg);
	float:right;
	margin: 4px 0;
}
.gallery_subtitle h3 {
	padding:8px 0 0 0;
	text-align:center;
	color:#000;
	font-size:1em;
}
.gallery_subtitle h3 a {
	text-decoration:none;
	color:#000000;
}
.gallery_subtitle h3 a:hover {
	text-decoration:underline;
}
/***** Welcome Classes *****/
.round-thumbs {
	width:210px;
}
.thumb-container {
	position:relative;
	height:133px;
	margin-bottom:5px;
}
.thumb-img {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.thumb-lbl {
	position:absolute;
	bottom:0;
	left:0;
	z-index:4;
	width:210px;
	height:25px;
	text-align:center;
	background:url(/img/round-thumb-lblbg-trans.png);
	color:#000;
	font-weight:bold;
}
.thumb-frame {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:url(/img/round-thumb-frame.gif) no-repeat;
}
pre {
	visibility:hidden;
	height:0;
	width:0;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}
code {
}
pre code {
}
#sponsors ul {
	text-align:center;
	vertical-align:middle;
}
#sponsors ul li {
	display:inline;
}
.index3-block {
	float:left;
	width:321px;
	background-color:#3A3A3A;
	text-align:center;
	border: solid 6px #1B1B1B;
}
.index3-block h1 {
	color:#FF0000;
	text-align:left;
	font-size:1em;
	padding:5px 0 5px 10px;
	margin:0 0 5px;
	background: #333;
}
.index3-block p {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#NewsTicker {
	height:250px;
	margin:0 auto;
}
#NewsTicker h1 {
	padding:6px;
	margin:0;
	border:0;
}
#NewsVertical {
	height: 250px;
	display: block;
	overflow: hidden;
	position: relative;
}
#controller {
	padding:6px;
	font-size:11px;
	color:#666;
}
#play_scroll_cont {
	display:none;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
	height: 250px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 6px;
	float: left;
}
#TickerVertical li .NewsTitle {
	display: block;
	margin-bottom:6px;
}
#TickerVertical li .NewsTitle a:link, #TickerVertical li .NewsTitle a:Visited {
	display: block;
	margin-bottom:6px;
	text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
	text-decoration:underline;
}
#TickerVertical li .NewsImg {
	float:left;
	margin-right:10px;
}
#TickerVertical li .NewsFooter {
	display: block;
	margin:6px 0 14px 0;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	width:150px;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:.9375em;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
