@charset "UTF-8";
/* CSS Document */


body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.headerbg {
	background-image: url(images/headerbg.jpg);
	height: 108px;
}
.shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.navbox {
	background-image: url(images/navbox.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 38px;
	width: 207px;
}
.phtxt {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CBDB2A;
	text-decoration: blink;
}
.basetxt {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CBDB2A;
	text-decoration: none;
	padding: 5px;
}
.navbxtxt {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.navbxtxt a:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CBDB2A;
	text-decoration: none;
}
.boxshadow {
	background-color: #FFF;
	-moz-box-shadow: 0 0 5px 10px #888;
	-webkit-box-shadow: 0 0 5px 10px#888;
	box-shadow: 0 0 5px 10px #888;
}
.boxbg {
	background-image: url(images/boxbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 215px;
	width: 243px;
}
.boxbg2 {
	background-image: url(images/boxbg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 84px;
	width: 243px;
}
.disclaimer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.disclaimer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.blueboxtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.blueboxh1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CBDB2A;
	text-decoration: none;
}
.blueboxh2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CBDB2A;
	text-decoration: none;
	margin: 0px;
}
.blueboxh2on {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
}
.blueboxh2 a:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
}
.headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #22245E;
	text-decoration: none;
}
.maintxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

table {
	border-collapse:separate;
	border-spacing:0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/


.slider-wrapper { 
	width: 80%; 
	margin: 100px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
