body {
	background: #fff url(../images/BG.jpg) repeat-x;
	color: #323232;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

/* =Typography
-----------------------------------------------------------------------------------------*/
p {font-size:1.2em; line-height: 1.4em; margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
dfn {font-style:italic;font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}



/* =Headings
-----------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h2 {
	clear: left;
	color: #000;
	font-weight: normal;
	font-style: italic;
	font-family:normal Georgia, "Times New Roman", Times, serif;
}

h1 {font-size:2.4em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2.4em;margin-bottom:5px;}
.h2 {font-size:2em;margin-bottom:5px;}
h3 {font-size:1.8em;line-height:1;margin-bottom:5px;}
.category h3 {font-size:1.6em;line-height:1;margin-bottom:5px;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

/* forms
-----------------------------------------------------------------------------------------*/
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}

form.inline {line-height:3;}
form.inline p {margin-bottom:0;}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* =Links
-----------------------------------------------------------------------------------------*/

a:link, a:visited{
	color:#0e2777;
	text-decoration:underline;
}

a:hover, a:active{color: #cb1f33;}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#nav{
	float: right;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#nav li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#nav li a:link, #nav li a:visited{
	background: transparent url(../images/BG-Nav.jpg) repeat-x; 
	color: #0e277;
	display: block;
	float: left;
	font-size: 1.4em;
	line-height: 115px;
	height: 115px;
	padding: 0 10px;
	text-decoration: none;
	z-index: 1;
}

#nav li a:hover, #nav li a:active, #nav li.active a{
	background: transparent url(../images/BG-Nav.jpg) 0 -115px repeat-x; 
	 color: #cb1f33;
	 z-index: 1;
}


/* =SubNav
-----------------------------------------------------------------------------------------*/

#subNav{
	margin: 0 0 0 5px;
	padding: 0;

}

#subNav li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#subNav li a:link, #subNav li a:visited{
	color: #323232;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;

}
#subNav li a:hover, #subNav li a:active, #subNav li a.active{color: #cb1f33;}

#subNav li li a:link, #subNav li li a:visited{
	font-size: 14px;
	line-height: 24px;
	margin-left:10px; 

}
/* =Products Nav and Specials
-----------------------------------------------------------------------------------------*/
#products_nav {
	height:30px;
	border-bottom:1px solid #000000;
	}
#products_nav ul {
	list-style:none;
	margin-left:12px;
	margin-right:4px;
	}
#products_nav ul li {
	float:left;
	padding:0px 5px;
	margin:5px 15px 5px 15px;
	}
#products_nav ul li a {
	font-size:15px;
	text-decoration:none;
	}
#products_nav ul li a:hover {
	text-decoration:underline;
	}
#specials ul li, #specials ul li a {
	font-size:12px;
	}
#specials ul li {
	float: left;
	text-align: center;
	color:#fff;
	margin:0 0px;
	margin-top:9px;
	width: 460px;
	padding:0px;
	}
#specials ul li a {
	color:#fff;
	}
#specials ul li span {
	font-size: 14px;
	font-weight: bolder;
	}
#specials ul {
	background:#102A77 url('../images/background-number.jpg') repeat-x 0 0;
	height: 60px;
	margin: 0px;
	width: 960px;
	list-style:none;
	text-align: left;
	}
#specials {
	position: relative;
	}

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials{
	background-color: #fff;
	background-image: none;
}

/* =Layout
-----------------------------------------------------------------------------------------*/
.container{position: relative; width: 960px;}

#banner{
	clear: both;
	height: 177px;
	z-index: 2;
}

#banner .image{
	float: left;
	height: 195px;
	margin-top: -18px;
	z-index: 2;
}

#banner .imageInterior{
	float: left;
	height: 165px;
	margin-top: 6px;
	width: 318px;
	z-index: 2;
}

#banner .copy{
	color: #fff;
	float: left;
	text-align: center;
	padding: 20px;
	width: 520px;
}

#banner .copy p{
	margin-top:3px;
	margin-bottom:3px;
}

#banner .copy p{font: bold 18px/30px Verdana, Arial, Helvetica, sans-serif;}

#banner .copy p span{font: bold 20px/30px Verdana, Arial, Helvetica, sans-serif;}

#content{margin: 30px 0 10px 0;}

#content img{border: solid 1px #323232;}

#content .noborder{border: solid 0px;}

#contentMain{
	float: left;
	padding-right: 20px;
	width: 620px;
}

#contentMain ul{font-size:1.2em; line-height: 1.4em; margin:0 0 1.5em 1.5em;}

#contentMain .category{
	background: #fff url(../images/BG-Cat.jpg) no-repeat;
	float: left;
	height: 164px;
	margin: 3px;
	position: relative;
	width: 197px;
}

#contentMain .category img{
	bottom: 14px;
	right: 11px;
	position: absolute;
}	

#contentMain .category h3 a{
	color: #000;
	display: block;
	padding:10px 0 10px 15px;;
	text-decoration: none;
	
}

#contentSupport{
	float: left;
	width: 320px;
}

#contentSupport li{
	font-size:1.2em; line-height: 1.4em;
	margin: 5px 5px 5px 10px;
	padding: 0;
}

#footer{clear: both;}

#footer .nav, #footer p.copyright {
	clear: both;
	color: #323232;
	float: left;
	font-size: 1.2em;
	height: 2em;
	line-height: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}

#footer .nav li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


#footer .nav li a:link, #footer .nav li a:visited{
	border-left: solid 1px #323232;
	color: #323232;
	display: block;
	line-height: 12px;
	text-decoration: none;
	padding: 0 8px;
	float:left;
}
#footer .nav li span, #footer .nav li span{
	color: #323232;
	line-height: 12px;
	padding: 0 9px 0 0;
	float:left;
}
#footer .nav li.first a{
	padding-left:0;
	border-left: none; 
}

#footer .nav li a:hover, #footer .nav li a:active{color: #cb1f33;}

#header{height: 115px; z-index: 1; }

#header a.logo img{
	float: left;
	margin: 23px 0;
}

#intro{
	clear: both;
	padding: 10px 0 0 0;
}

#intro p{line-height: 1.8em;}

#line{
	background-color: #323232;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

.line{
	border-bottom:solid 1px #323232;
	padding-bottom: 5px; 	
	width: 100%;
}

#members a, #members a img{
	border: none;
	margin: 0;
	padding: 0;
}

#scrollingNewsContainer{
	height: 290px;
	overflow: hidden;
	padding: 10px 0 0 0;
	position: relative;
}

#scrollingNews p{
	font-size:1.2em;
	line-height: 1.2;
}

* html #banner .image{
	float: left;
	height: 177px;
	margin-top: 0px;
	overflow: hidden;
	width: 318px;
	z-index: 2;
}
