/* 
 * www.swimlessonsuniversity.com
 * site's main colors
 * Blue: #49a7de;  primary page background, header background
 * Blue: #2072ad;  leftnav background
 * Blue: #1c6599;  box background, footer background
 * Gold: #e69e00; border top
 * Red: #d23215; topnav unselected, anchor link
 * Gold: #e9bc36; topnav selected + mouseover, anchor hover
 * White: #fff; text, headings
 * 
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-size: 12px;
	font-family:  Arial,Verdana,Helvetica,sans-serif;
}
body {
	background-color: #fff;
	/* background-repeat: repeat-x; */
	/* background-image: url("/images/background.jpg"); */
	color: #fff;
}
td {
	font-family:  Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* baseline styles */
img {
	border: 0;
	/* vertical-align : top; */
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: bold;
	font-style : italic;
}
p {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0 6px 0;
	margin: 0;
}
blockquote {
	-moz-background-clip: border;
	-moz-background-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/quotes.gif) no-repeat scroll 2px top;
	margin: 15px 30px;
	padding: 0 45px;
	color: #000;
	font-style: normal;
}
blockquote cite {
	font-style: normal;
	display: block;
	margin-left: 30px;
	margin-top: 13px;
}
blockquote img {
	float: right;
	position: relative;
	margin-left: 15px;
}
blockquote .quoteOrganization {
	display: block;
}
blockquote .quoteDivider {
	clear: both;
	border-bottom: 1px solid #1c6599;
	padding-bottom: 15px;
	width: 90%;
}
li {
	margin-bottom: 4px;
	line-height: 14px;
}
ul li {
	list-style-type: square;
}
/* use to center tables - fixes IE issue */
div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* use to reset flow after floats */
.clr{clear:both;}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover, a:active {
	text-decoration: underline;
	color: #e9bc36;
}

/* headers */
h1 {
	font-size : 26px;
	font-weight: normal;
	line-height: 28px;
	color : #fff;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font-size : 24px;
	font-weight: normal;
	line-height: 26px;
	color : #fff;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}
h2 a:link, h2 a:visited {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
}
h2 a:hover, h2 a:active {
        color: #e9bc36;
        font-weight: bold;
        text-decoration: underline;
}
h3 {
	font-size : 22px;
	font-weight: normal;
	line-height: 24px;
	color : #fff;
	margin: 0 0 8px 0;
	padding: 6px 0 0 0;
}
h4 {
	font-size : 18px;
	font-weight: normal;
	line-height: 20px;
	color : #fff;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}
h5 {
	font-size : 16px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: none;
}
h6 {
	font-size : 16px;
	font-weight: normal;
	line-height: 18px;
	color : #fff;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: underline;
}

/* error messages  */
.errorMessage, #formErrorDisplay .formMessage, #formErrorDisplay li {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
#formErrorDisplay {
	background: url(/images/error.jpg) 2px center no-repeat;
	padding-left: 80px;
        min-height: 50px;
}



/* contact us */
.contactusForm th {
        text-align: right;
        width: 20%;
}
input.kESEmail {
	font-size: 12px;
	color: #000;
}

/* bread crumb */
#breadCrumbRow {
        margin-bottom: 10px;
		  width: 100%;
}
/* hack for IE 5 */
* html #breadCrumbRow {
	width: 583px; w\idth: 100%;
}
#breadCrumb, .breadCrumbDivider {
	font-size: 12px;
}
.lastCrumb {
	color: #fff;
	font-size: 12px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 12px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: none;
	color: #fff;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #e9bc36;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}

/* back to top */
#backToTop {

        margin: 3px;
}
#backToTop img {
        margin-left: 5px; 
        margin-right: 10px;
}
#backToTop a {
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
        color: #000;
}
#backToTop a:link, #backToTop a:visited {
        color: #d23215;
}
#backToTop a:hover, #backToTop a:active {
        color: #e9bc36;
}

#mainboxWrapper {
	background: #fff url(/images/mainbox-border.jpg) repeat-y scroll 0 top;
	width: 714px;
	margin: 7px auto 10px auto;
}
#mainboxTop {
	background: #49A7DE url(/images/mainbox-top.jpg) no-repeat scroll 0 top;
	width: 714px;
	height: 20px;
}
#mainboxBottom {
	background: #49A7DE url(/images/mainbox-bottom.jpg) no-repeat scroll 0 bottom;
	width: 714px;
	height: 24px;
}
#mainbox {
	width: 668px;
	margin: 0 23px;
	text-align: left;
	color: #000;
}
#mainbox h1, #mainbox h3, #mainbox h5 {
	color: #49a7de;
}
#mainbox h2, #mainbox h4, #mainbox h6 {
	color: #000;
}
#mainbox a:link, #mainbox a:visited {
	color: #49a7de;
}
#mainbox a:hover, #mainbox a:active {
	color: #d23215;
}

a.button {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 6px;
	margin: 3px 0 3px 0;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
	display: inline-block;
	float: right;
	clear: both;
}
a.buttonHover {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 6px;
	margin: 3px 0 3px 0;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
	display: inline-block;
	float: right;
	clear: both;
	background-color:#e9bc36;
	color : #fff;
	text-decoration: none;
}
#mainbox a.button:link, #mainbox a.button:visited,
#mainbox a.buttonHover:link, #mainbox a.buttonHover:visited {
	background-color : #2072ad;
	color : #fff;
	text-decoration: none;
}
#mainbox a.button:hover, #mainbox a.button:active, #mainbox a.button:focus,
#mainbox a.buttonHover:hover, #mainbox a.buttonHover:active, #mainbox a.buttonHover:focus {
	background-color : #e9bc36;
	color: #000;
	text-decoration: none;
}
INPUT.button {
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : bold;
	background-color:#2072ad;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#333;
	border-bottom-color:#333;
	margin: 0;
	padding: 4px;
}
INPUT.buttonHover
{
	text-align : center;
	color:#000;
	font-size : 12px;
	font-weight : bold;
	background-color:#e9bc36;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#333;
	border-bottom-color:#333;
	margin: 0;
	padding: 4px;
}
.shippingCharges {
        border: 1px solid #000;
        border-collapse: collapse;
}
.shippingCharges td, .shippingCharges th {
        padding: 4px;
        border: 1px solid #000;
}