* {
	margin: 0;
}

html, body {
	height:100%;
	background-color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -105px;
}

.clearFloat {
	clear: both;
}

.nextButton, .previousButton {
	/* border: 1px solid;
	border-radius: 5px; */
	cursor:pointer;
	width: 100px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.nextButton:hover, .previousButton:hover {
	text-decoration: underline;
	/* box-shadow: 6px 6px 5px #888888; */
}
.previousButton {
	float: left;
}
.nextButton {
	float: right;
}

.header {
	min-width:980px;
	text-align:center;	
}

.push {
	clear:both;
	height:105px;
}
.footer {
	clear:both;
	height:105px;
	background-image: url(pictures/footer.png);
	background-repeat:repeat-x;
	min-width:980px;
}

.menu {
	width:980px;
	margin:0 auto;
}

.mainMenu {
	margin-left:20px;
	text-align:center;
	width:980px;
}

.connectlinks {
	float:right;
	margin-right:0px;
	width:110px;
	padding-top:2px;
}
.connecttext {
	float:right;
	margin-right:10px;
	padding-top:8px;
	padding-right:5px;
	font-size:18px;
}

.productList {
	color:#000000;
	text-decoration:none;
}
.productList:hover {
	text-decoration:underline;
}

.productList:active {
	color:#999999;
	text-decoration:underline;
}
.mainMenuBtn {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top:0px;
	color: #990000;
	display:inline;
	text-decoration: none;
	font-size: 26px;
}

.mainMenuBtn:hover {
	text-decoration:underline;
}

.mainMenuBtn:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.mainMenuLogo {
	float:left;
	height:95px;
}

.middleContent {
	width:965px;
	margin:0 auto;
}
.leftBar {
	text-align:center;
	width:250px;
	float:left;
}
.leftBar #ourGoogleAd {
	float: left;
	display: block;
}
.navbar {
	position:fixed;
	bottom:25px; 
	background:background-color:#999999;
	z-index:-1;
	margin-left:50px;
	text-align:left;
}
.imageWrap {
	box-shadow: 6px 6px 5px #888888;
	border: 1px solid;
	overflow: hidden;
	border-radius: 8px;
}
#imageBanner {
	margin-bottom: 20px !important;
}
.embeddedImage {
	float: right;
	margin-left: 13px;
}
.clearFloat {
	clear: both;
}
.embeddedImageLeft {
	float: left;
	margin-right: 13px;
}

.subTitle, .subHeading {
	font-weight: bold;
}
.subTitle a, .subHeading.a {
	text-decoration: none;
	color: black;
}
#featuredContent p, #featuredContent div {
	padding: 5px;
}
#featuredContent {
	width: 700px;
	font-size: 18px;
}
#featuredContent  .caption {
	font-size: 14px;
}
#featuredContent p {
	margin-left: 5px;
	margin-top: 10px;
}
#featuredContent div{
	margin-top: 2px;
	margin-bottom: 2px;
}
.content {
	width:725px;
	margin-left:10px;
	float:left;
	min-height:425px;
}

.headingText {
	font-size:24px;
}
.news {
	width:715;
	margin:0 auto;
}

.newsBox {
	width:240px;
	float:left;
	font-size:16px;
	vertical-align:middle;
	text-align:middle;
}

ul.a{
	list-style-type:circle;
}

.footerContent{
	width:960px;
	margin:0 auto;
	padding-top:5px;
}
.footer1{
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
}

/*  Style for sliding image pane */
.slides_container div{
	width:600px;
    height:350px;
    display:block;
	margin-left:12px;
	text-align:center;
}

/* Style for pagination numbers / bullets */
.pagination li {
	padding-right:5px;
	display:inline;
	
}
li.current {
	font-weight:bold;
	text-decoration:underline;
	font-size:24px;
}
.pagination { 
	margin-top: -60px;
	overflow:hidden;
	text-align:center;
	width:575px;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

.pagination a {
	text-decoration:none;
	color:#000000;
}

.next {
	position:relative;
	bottom:172px;
	left:605px;
}
.prev {
	position:relative;
	bottom:172px;
}
.slides_container .imgWrap img {
	max-height: 300px;
}
.slides_container span.arrow-right {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 0px; 
	height: 0px; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid blue;
}

