/* ============================
CSS by Tyler Lange - tyler[at]neosmedia[dot]ca
Copyright 2010 Neos Media Inc.
swatch colors:
 sky blue 1: #22C6FC
 sky blue 2: #165EC7
 protection red: #770E15
 
 black #000
 white #FFF
===============================
*/

@charset "UTF-8";

/* reset browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
background: #000 repeat-x top center;
line-height: 1;
}

/* Floats */
.clear {
clear: both;
overflow: hidden;
}

.img-right {
margin: 0 10px 10px 10px;
float: right;
}

.img-left {
margin: 0 0 10px 0;
float: left;
}

.img-center {
margin: 0 0 10px 0;
}

/* Typograyp / Heading */
h1,h2,h3,h4,h5 {
font-family: Arial, "Arial Black", Helvetica, sans-serif;
}

h1 {
font-size: 22px;
font-weight: normal;
color: #FFF;
}

h2 {
margin: 15px 0px 5px 0px;
font-size: 18px;
color: #5784c7;
}

h3 {
margin: 5px 0px;
font-size: 16px;
font-weight: bold;
color: #770E15;
}

h4 {
margin: 0px 0px 10px 5px;
font-size: 16px;
font-weight: bold;
color: #07204F;
}
p {
margin: 0 5px 15px 0;
line-height: 21px;
max-width: 760px;
}

strong {
font-weight: bolder;
}

.lrg-type {
font-size: 18px;
}

/* Link */
a {
color: #CCC;
text-decoration: underline;
}

a:hover {
color: #666;
text-decoration: none;
}

a img,
a:link img {
border: 0;
}

/* Shell */
#wrapper {
margin: 0 auto;
padding: 0;
width: 100%;
}

#container {
margin: 0 auto;
padding: 0;
width: 990px;
}

/*Getting Safari to behave */
@media screen and (-webkit-min-device-pixel-ratio:0){
#container {
top: -15px;
position: relative;}
}

/* Layout */
#header {
width: 990px;
height: 154px;
margin: 0;
padding: 0;
display: block;
background: transparent url('../img/global/header-blue.jpg') no-repeat top left;
}

#main-body {
margin: 0;
padding: 0;
min-height: 420px;
overflow: hidden;
clear: both;
background: transparent url('../img/page-bg.jpg') no-repeat top left;
}

#main-content {
margin: 0;
padding: 0px 30px 0px 30px;
*padding: 50px 30px 0px 30px;
width: 100%;
overflow: hidden;
clear: both;
}

#lower-content {
margin: 0;
padding: 0px 0px 15px 30px;
width: 100%;
overflow: hidden;
clear: both;
*clear: none;
}

#header h1 a {
margin: 40px;
float: left;
display: block;
width: 340px;
height: 110px;
text-indent: -9999px;
}

/* Navigations */
#top-nav {
margin: 5px 5px 0 5px;
float: right;
list-style: none;
}

#top-nav li {
display: inline;
text-transform: uppercase;
border-right: solid 1px #666;
}

#top-nav li a,
#top-nav li a:link,
#top-nav li a:visited {
margin: 0 0 0 10px;
padding: 0 10px 0 0;
color: #000;
font-size: 10px;
text-decoration: none;
}

#top-nav li a:hover {
color: #666;
text-decoration: none;
}

#top-nav .last-li,
.last-li {
border: none;
}

#main-nav {
margin: 0;
overflow: hidden;
clear: both;
*clear: none;
}

/* Home body */
.home-intro {
margin: 0;
float:  left;
}

.home-intro p {
margin: 15px 0 0 0;
width: 420px;
}

.home-title-01,
.home-title-02 {
width: 100%;
height: 40px;
margin: 0;
display: block;
text-indent: -9999px;
}

.home-title-01 {
background: transparent url('../img/sprite-02.png') 0px 0px no-repeat;
_background-position: 0px 0px;
_behavior: url(css/iepngfix.htc);
}

.home-title-02 {
background: transparent url('../img/sprite-02.png') 0px -80px no-repeat;
_background-position: 0px -80px;
_behavior: url(css/iepngfix.htc);
}

#home-gallery img {
	margin: 6px;
	padding: 2px;
	border: 2px solid #333 !important;
	background-color: #FFF;
}

/* Home Video was Slideshow */

#home-video {
float: right;
position: relative;
height: 344px;
margin: 0 55px 0 0;
}

#slideshow {
float: left;
position: relative;
height: 229px;
}

#slideshow img {
position:absolute;
top:0;
left:0;
z-index:8;
}

#slideshow img.active {
z-index:10;
}

#slideshow img.last-active {
z-index:9;
}


/* Design */

.breadcrumb {
margin: 0 15px 5px 0;
padding: 5px;
font-size: 11px;
text-align: right;
text-transform: uppercase;
display: block;
}

.breadcrumb a {
text-decoration: none;
}

.breadcrumb span {
color: #CCC;
margin: 0 10px;
font-size: 13px;
}

.separator {
margin: 15px 0;
padding: 0;
width: 100%;
max-width: 580px;
border-bottom: solid 1px #333;
}

#lower-content strong {
color: #770E15;
}

#lower-content .page-title {
margin: 5px 0px 15px 0px;
}

.page-title img {
_behavior: url(css/iepngfix.htc);
}

.div-logo {
background-color: #FFF;
margin: 0px 15px 15px 15px;
padding: 15px;
float: right;
}

/* Columns */

.thin-col {
width: 292px;
margin: 5px 30px 0px 0px;
*margin: 40px 30px 0px 0px;
float: left;
}

.wide-col {
width: 613px;
margin: 0px 30px 0px 0px;
*margin: 20px 30px 0px 0px;
min-height: 340px;
float: left;
border-right: solid 1px #333;
}

.x-wide-col {
width: 905px;
margin: 0px 30px 0px 0px;
*margin: 40px 30px 0px 0px;
min-height: 340px;
float: left;
}

.thin-col ul,
.wide-col ul {
margin: 0 0 10px 0;
}

.thin-col ul li,
.wide-col ul li {
margin: 0 0 0 30px;
padding: 0;
line-height: 20px;
list-style-type: disc;
list-style: disc;
}

.wide-col ol li {
margin: 0 0 0 30px;
padding: 0;
line-height: 20px;
}

#img-btns h2 {
margin: 0px 0px 15px 0px;
}

#img-btns a {
display: block;
width: 292px;
height: 57px;
margin: 0 0 10px 0;
cursor: hand;
text-indent: -9999px;
}

#img-btns .img-btn-01 {
background: transparent url('../img/sprite-01.jpg') 0px 0px no-repeat;
}

#img-btns .img-btn-02 {
background: transparent url('../img/sprite-01.jpg') 0px -69px no-repeat;
}

#img-btns .img-btn-03 {
background: transparent url('../img/sprite-01.jpg') 0px -137px no-repeat;
}

#img-btns a.img-btn-01:hover {
background: transparent url('../img/sprite-01.jpg') -300px 0px no-repeat;
}

#img-btns a.img-btn-02:hover {
background: transparent url('../img/sprite-01.jpg') -300px -69px no-repeat;
}

#img-btns a.img-btn-03:hover {
background: transparent url('../img/sprite-01.jpg') -300px -137px no-repeat;
}

/* Added */
.white-bg-table {
margin: 0px 0px 25px 0px;
padding: 10px 5px;
width: 580px;
color: #000000;
background-color: #FFFFFF;
}

/* Footer */
#footer {
margin: 0 0 15px 30px;
padding: 0;
width: 930px;
font-size: 11px;
overflow: hidden;
clear: both;
border-top: solid 2px #FFF;
}

#footer ul {
margin: 15px 0 0 0;
padding: 0 0 0 30px;
width: 80px;
float: left;
border-right: solid 1px #333;
}

#footer ul li a {
display: block;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited,
#footer p a {
color: #22C6FC;
line-height: 22px;
*line-height: 14px;
text-decoration: none;
}

#footer ul li a:hover,
#footer p a:hover {
color: #FFF;
}

#footer p {
margin: 15px;
float: left;
}

#footer #smm {
margin: 15px 0px 15px 15px;
float: left;
}

#footer #logos {
float: right;
}

/* CMS can remove later */
.cushycms {
vertical-align: top;
}