@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101 */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* added by Tyler @Neos Media .ca


LIONS BLUE: #00529b
LIONS YELLOW: #ffcf06 */
body { 
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background:url(../images/bkgd_main.jpg) no-repeat top center scroll;	/* change path */
}

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

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

p,font {
font-size: 12px;
line-height: 18px;
color: #000;
margin: 10px 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
margin: 0 0 10px 0;
padding: 0;	
}
h2 {
	color: #00529b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
} 

img { 
border: 0; 
}

/* splash */

#main-splash {
	width: 900px;
	padding: 0 30px;
	background: #fff;
	overflow: hidden;
	clear: both;	
}

#left-splash,
#right-splash {
	min-height: 350px;
	margin: 0;
	padding: 0;
	display: block;
}

#left-splash {
	width: 418px;
	float: left;
	padding: 0 30px 0 0;
	border-right: solid 1px #00529b;	
}

#right-splash {
	width: 420px;
float: right;
padding: 0 0 0 30px;	
}

.btn-splash {
	text-align: center;
}

#left-splash p,
#right-splash p {
width: 420px;	
}

/* button */
a.button,
input[type="submit"]
    {
	-moz-border-radius: 5px 5px 5px 5px;
    background: url(../images/blue-grad.png) repeat scroll left top transparent;	/* change path */
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: bottom;
	display: inline-block;
    font-weight: bold !important;
}

a.button:hover,
input[type="submit"]:hover
    { 
	color: #ffcf06;
	}
	
	
	
/* footer table */

#splashFooter {
border-top: solid 5px #ffcf06;	
}

.footerTable {
width: 960px;
border: none;
border-collapse: collapse;
background: #00529b;	
color: #fff;
}

.footerPad {
padding: 15px 15px 5px 15px;	
}

.footerBot {
padding: 0 15px;	
}

.footerList li {
display: inline;
margin: 0 10px 1px 0;	
font-size: 0.75em;
line-height: 1.5em;	
}

.footerList li a {
	color: #ffcf06;
	text-decoration: none;
}

.footerList li a:hover {
	color: #ccc;
}

.footerTable h6 {
font-size: 0.95em;
line-height: 0.75em;
text-transform: uppercase;	
}

.footerTable p,
.footerTable p a,
.footerTable p a:link {
color: #fff;
text-decoration: none;
line-height: 150%;
}


.footerTable p a:hover {
color: #ccc;
}

/* misc */

.alignright {
    float: right;
    margin-left: 10px;
	display: inline;
}



