.clearer { clear:both; }
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	color: #666666;
	font-size: 12px;
	background-color: #76C5E2;
}
#wrapper {
	width: 940px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(binaries/wrapper_bg_blue.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding: 0px 0px 20px;
	background-position: top;
	margin-bottom: 0px;
	min-height: 100%;
	height: auto;
}
* html #wrapper {
	height: 100%;
}
#wrapper2 {
	width: 916px;
	background-image: url(binaries/wrapper_bg_orange.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-position: top;
	min-height:860px; height:auto !important; height:860px;
}
* html #wrapper2 {
	height: 100%;
}
h2 {
	font-size: 13px;
	color: #666666;
	margin-right: 6px;
	margin-left: 6px;
}
h1 {
	color: #0986BB;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E78716;
	margin-right: 6px;
	margin-left: 6px;
	letter-spacing: 0.1em;
}

#headLeft {
	background-image: url(binaries/head_home_left.gif);
	position: absolute;
	background-repeat: no-repeat;
	height: 93px;
	width: 200px;
	left: 30px;
	top: 10px;
	z-index: 2;
}
#headRightHome {
	background-image: url(binaries/head_home_right.jpg);
	position: absolute;
	height: 104px;
	width: 290px;
	left: 310px;
	top: 0px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#headRightWide {
	background-image: url(binaries/head_wide_right.jpg);
	position: absolute;
	height: 104px;
	width: 600px;
	left: 310px;
	top: 0px;
	z-index: 3;
}
#homeShadLeft {
	background-image: url(binaries/home_maincol_leftshadow.jpg);
	position: absolute;
	height: 250px;
	width: 13px;
	left: 297px;
	top: 104px;
	z-index: 4;
}
#homeShadRight {
	background-image: url(binaries/home_maincol_rightshadow.jpg);
	position: absolute;
	height: 250px;
	width: 13px;
	left: 600px;
	top: 105px;
	z-index: 5;
}
#wideShadRight {
	background-image: url(binaries/home_maincol_rightshadow.jpg);
	position: absolute;
	height: 250px;
	width: 13px;
	left: 910px;
	top: 105px;
	z-index: 5;
}
#textHome {
	background-color: #FFFFFF;
	width: 290px;
	margin-left: 298px;
	background-image: url(binaries/home_textwhite_btm_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 240px;
	padding-top: 104px;
}
#textHome p {
	padding-right: 6px;
	padding-left: 6px;
}
#textWide {
	background-color: #FFFFFF;
	width: 600px;
	margin-left: 298px;
	min-height: 590px;
	height: auto;
	background-image: url(binaries/maintext_btm_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-bottom: 20px;
	padding-top: 104px;
}
* html #textWide { /* IE fix by Joe */
	height: 590px;
}
#textWide p {
	padding-right: 6px;
	padding-left: 6px;
}
#textWide h3 {
	padding-right: 6px;
	padding-left: 6px;
}
#textWideText {
	background-color: #FFFFFF;
	z-index: 10;
}
#textWideText p {
	width: 242px;
}
#logoBoy {
	position: absolute;
	background-image: url(binaries/insideout_logo_boy.jpg);
	height: 115px;
	width: 83px;
	left: 517px;
	top: 11px;
	z-index: 6;
}
#logoBoyWide {
	position: absolute;
	background-image: url(binaries/insideout_logo_boy.jpg);
	height: 115px;
	width: 83px;
	left: 827px;
	top: 11px;
	z-index: 6;
}
#rightColHome {
	position: absolute;
	left: 617px;
	top: 120px;
	z-index: 7;
}
#rightColWide {
	position: absolute;
	left: 564px;
	top: 140px;
	z-index: 7;
}
#navLeft {
	position: absolute;
	background-image: url(binaries/nav_leftshadow.jpg);
	height: 190px;
	width: 13px;
	left: 18px;
	top: 105px;
	z-index: 8;
}
#navRight {
	position: absolute;
	background-image: url(binaries/nav_rightshadow.jpg);
	height: 72px;
	width: 13px;
	left: 230px;
	top: 105px;
	z-index: 9;
}
#navCol {
	position: absolute;
	background-image: url(binaries/nav_top.jpg);
	left: 31px;
	top: 103px;
	width: 199px;
	background-repeat: no-repeat;
	background-color: #CBE9F4;
	height: 340px;
}
#nav {
	position: absolute;
	width: 129px;
	background-image: url(binaries/nav_bg.gif);
	left: 161px;
	top: 177px;
	z-index: 10;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-color: #E0F3F8;
}
ul {
    margin: 0;
	padding: 0;
	list-style: none;
	width: 129px;
}
ul li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}
 ul li a:link, ul li a:visited, ul li a:active{
	background-image: url(binaries/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}
ul li a:hover, ul li a:visited:hover{
	background-image: url(binaries/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	}
li ul {
	position: absolute;
	left: 128px;
	top: 0;
	display: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #41AED9;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #0C91D4;
	padding: 5px 5px 5px 10px;
	border-bottom: #ccc;
	border-right: #ccc;
	border-left: #ccc;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }
.whitebg {
	background-color: #E0F3F8;
}
.rightfloat {
	float: right;
	margin: 6px;
}
.rightfloatandmarg {
	float: right;
	margin-top: 10px;
}
#yourhere {
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	left: 240px;
	top: 9px;
	z-index: 11;
	width: 287px;
}
#leftCol {
	position: absolute;
	width: 267px;
	left: 30px;
	top: 520px;
}
img {
	border: none;
}
.marg10 {
	margin-top: 10px;
}
#contactText {
	color: #008DCB;
	position: absolute;
	left: 126px;
	top: 218px;
}
#leftCol a:link, #leftCol a:link{
	color: #008DCB;
	text-decoration: underline;
}
#leftCol a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #008DCB;
}
h4 {
	font-size: 13px;
	color: #399B06;
	padding-left: 6px;
}
.date {
	margin-bottom: -20px;
	color: #999999;
	font-style: italic;
}
#sponFlash {
	position: absolute;
	left: 152px;
	top: 512px;
	z-index: 12;
	height: 120px;
	width: 142px;
}
.clickmoretxt {
	color: #2C89B2;
	font-weight: normal;
	vertical-align: middle;
	display: block;
}
.left40 {
	padding: 0px;
	margin-left: 40px;
	margin-right: 0px;
}
#photGallery {
	position: absolute;
	width: 181px;
	left: 564px;
	top: 182px;
	height: 220px;
}
.bigred {
	font-size: 16px;
	font-weight: bold;
	color: #FF3333;
}
.bigblue {
	font-size: 16px;
	font-weight: bold;
	color: #10AFF2;
}
.biggreen {
	font-size: 16px;
	font-weight: bold;
	color: #00CC00;
}
.clickmoretxt img {
	float: left;
	vertical-align: middle;
}
#normalList {
	width: 90%;
	padding-left: 4px;
}
#normalList li {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	width: 100%;
}
#abc {
	width: 200px;
	padding-left: 4px;
}
#abc li {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	width: 100%;
}
#plNote {
	width: 570px;
	font-size: 11px;
	font-style: normal;
	color: #258CB4;
	padding-top: 10px;
	padding-left: 6px;
}
#plNote li {
    width: 570px;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
}
h3 {
	font-size: 14px;
	color: #DF6B20;
}
                                /* table */
#mytable {
	width: 580px;
	padding: 0;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

caption {
	padding: 0 0 5px;
	width: 580px;
	font: bold 12px Tahoma, Arial;
	text-align: left;
}

th {
	font: bold 11px Tahoma, Arial;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(binaries/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

td.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(binaries/bullet1.gif) no-repeat;
}

td.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(binaries/bullet2.gif) no-repeat;
}
                                /* end table  */ 
.quote {
	font-size: 18px;
	font-weight: bold;
	color: #D95C26;
}
blockquote {
	font-size: 13px;
	font-style: italic;
}
#scroller {
	overflow: auto;
	height: 230px;
	margin-left: 300px;
	margin-right: 20px;
}
#homeAgeBoxes {
	margin-left: 300px;
	margin-right: 20px;
}

#textWide a:link, #textWide a:visited {
	color: #DB5E24;
	text-decoration: none;
}
#textWide a:hover {
	color: #FFFFFF;
	background-color: #DB5E24;
}.orange {
	color: #D75726;
	font-weight: bold;
}
.redabbeyLogo {
	vertical-align: middle;
}
li#liPdf {
	background-image: url(binaries/li_pdf.gif);
	background-position: 72px;
	background-repeat: no-repeat;
}
#coachsmall {
	text-align: left;
	width: 600px;
	height:auto;
}
#coachsmall img {
	margin-right: 5px;
	margin-left: 5px;
}
#coachsmall a, #coachsmall a:hover {
	background: url(none);
	color: #FFFFFF;
}
#replace {
	height:auto;
}
.textarea {
	font-family: Tahoma, Arial;
}
legend {
	font-weight: bold;
	color: #008DCB;
	font-size: 14px;
}#feedback {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
#sponsor {
	position: absolute;
	left: 619px;
	top: 5px;
}
