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

<style>
/* layout styles */

body, html {
	margin:0px;
	text-align:center;
}

#menu, #productMenu {
	text-align:center;
	margin-bottom:0px;
}


#menu ul, #productMenu ul {
	margin-bottom: 0px;
	text-align:center;
}

#menu li {
	margin: 0px 30px;
	display: inline;
}

#productMenu li {
	margin: 0px 20px;
	display: inline;
	}
#productMenu {
	margin-right:10px;
}

#background {
	width: 102%;
	height: 815px;
	position: absolute;
	left: 0px;
	background-color:#6db33f;
	background-image:url(images/sidebg2.jpg);
	background-repeat: repeat-x;
}

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	height:600px;
	padding-top: 0px;
} 

#sidebar1 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 800px;
	width: 96px;
	background-color: #6db33f;
	background-image: url(images/leftBorder2.jpg);
	background-repeat: no-repeat;
}

#sidebar2 {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 800px;
	width: 96px;
	background-color: #6db33f;
	background-image: url(images/rightBorder2.jpg);
	background-repeat: no-repeat;
}


#mainContent { 
	margin: 0px 96px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	background-image:url(images/topBorder.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:50px;
	height: 510px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#footer {
	background-image:url(images/bottomBorderRound.jpg);
	background-repeat: no-repeat;
	margin: 0px 96px;
	position: relative;
	background-color:#6db33f;
	top: 1px;
	width: 760px;
	height: 239px;
	vertical-align:bottom;
}


#home {
	text-align:center;
	padding-top:30px;
}


#values {
	width: 600px;
	margin-top: 20px;
}

#hosp {
padding: 30px;
}

#valueImages {
	width: 150px;
	text-align:right;
}

#splitncenter {
	padding: 0 180px;
}

#sports {
	width: 520px;
	/*height: 350px;*/
	font-size:12px;
	padding-left: 30px;
	padding-top: 5px;
	/*overflow: auto;*/
}

#branding {
	padding: 0px 30px;
}


#osu {
	width: 160px;
	padding-right: 5px;
 }
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.shiftrt {
	padding-right:80px;
}

.shiftlft {
	padding-left:80px;
}

.center {
	text-align:center;
}

.fullwidth {
	width: 50%
}

.readMore {
	text-align:right;
	padding-right: 100px;
	position:relative;
	bottom: 10px;
}


/* text and display object styles */

#logo {
	margin: 0px auto;
	width: 350px;
	text-align:center;
	margin-bottom: 0px;
}

p {

}

a, a:visited#menu {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	text-decoration:none;
}

#menu, a:hover {
	color:#000000;
}

#home img{
	margin: 15px 0px 15px;
}



h1 {
	font: Arial, Helvetica, sans-serif;
	font-size:22px;
	margin: 2px 0px;
	color: #333333;

}

h2 {
	font-size:30px;
	color: #333333;
	font-weight:normal;
	margin: 10px;
}

h3 {
	font: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0px 0px;
}

.txtMain {
	margin: 20px 100px 10px;
	line-height: 18px;
}

.txtProducts {
	margin: 0px 100px 20px;
	line-height: 18px;
}

.txtValues {
	margin: 0px 20px 20px;
	line-height: 18px;
}

.padlft {
	margin-left: 100px;
}

.padlftalittle {
	margin-left: 20px;
}

.txtSmall {
	font-size: 12px;

}

.underline {
	text-decoration: underline;	
}

.pspace {
margin:0px 0px 20px;
}

.linkHome {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:800;
	text-decoration:none;
}

.currentProduct {
	font-size:22px;
	font-weight:normal;
	color:#333333;
}
.noBold {
	font-weight: normal;
}

.product {
	font-size:22px;
	font-weight:normal;
	color:#CCCCCC;
}

.lrg {
	font-size: 18px;
}

</style>