/* Style sheet for use on pages for site SprintKayakCoach.com */

/* Styles for template of all pages. */
* {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
	
body {
	text-align: center;
	background-color: #2c46d9;
}

div.page{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: #FFFFFF;
}

#sitelist{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 225px;
}

#sitelist li{
	display: inline;
	list-style-type: none;
}

#sitelist a {
	padding: 3px 10px;
	background-image: url(../../elements/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#sitelist a:hover{
	background-image: url(../../elements/buttonover.gif);
}

#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}

div.content{
	margin-top: 252px;
	position: absolute;
	width: 777px;
	background-color: #FFFFFF;
}

div.footer{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 46px;
	background-image: url(../../elements/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.footer p{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 20px;
}

/* Styles for use among various pages. */

blockquote {
    margin: 2em 0 0 .2em;
	background: transparent url(../../elements/quote.jpg) 5px 5px no-repeat;
}

blockquote p {
	padding: 5px 0 0 70px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #333;
}

blockquote p.source {
	margin: .5em 0 0;
	text-align: right;
	font-style: italic;
	color: #666;
}

h1 {
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}

div.normtext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 1em;
	text-align: justify;
}

div.normtext h2 {
	font-family: times, serif;
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin: 0 0 0 2em;
}

div.center {
	text-align: center;
}

/* Styles for use on Home Page only. */

#leftside {
	float: left;
	width: 290px;
}

#rightside{
	float: right;
	width: 460px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-top: 20px;
	overflow: hidden;
}

#rightside img {
	width: 150px;
	border-color: #000 #ccc #ccc #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
} 

p.more {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

/* Styles for the Testimonials Page. */
#testimonials {
	float: none;
/* 	width: 600px; */
	margin: 1em 1em 0 1em;
}

/* Styles for the About Me Page. */
div.aboutimage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
	float: left;
	width: 250px;
	margin: 1em;
	padding: 15px 15px 20px 15px;
	display: inline;
	text-align: center;
	border-color: #CCC #999 #999 #CCC;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background: url(../../elements/photofrm01.gif) repeat-x 0 100%;
}
	
div.aboutimage img {
	border-color: #000 #ccc #ccc #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

div.yellowbox {
	background-color: #FBFB80;
	padding: .5em 1em;
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
	margin: 1em;
}

/* Styles for the Coaching Page */

div.coaching {
	margin: 2em;
}

div.tips {
	float: right;
/*	background-repeat: no-repeat;*/
	background-position: 0 100%;
	width: 340px;
	margin: .5em 0 0 1em;
	border-color: #CCC #999 #999 #CCC;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}
/*
div.tips h1 {
	margin: 2em 2em 0 2em;
}

div.tips p {
	margin: 0;
	color: #000;
	font-style: italic;
	padding: 1em 2em 40px 2em;
}

div.tips_end {
	background-image: url(../../elements/tips_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}*/

span#tips_paddle {
  display: block;
  text-decoration: none;
  background-image: url(../../elements/tips_paddle.png);
  background-repeat: no-repeat;
  height: 175px;
  width: 340px;
/*  position: absolute;
  top: 14px;
 left: 100%;*/ 
}

span#tips_paddle:hover {
  background-position: 0 -175px;
}

table.sample {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse; /* prevents double borders */
	border-spacing: 0;
	margin-left: 1em;
	width: 100%;
}

table.sample td, th {
	padding: 3px;
}

table.sample th {
	font-weight: bold;
	border: 1px solid #333333;
	background: url(../../elements/th_bg.png) repeat-x;
	border-top: 1px solid #333333;
	padding-top: 4px;
}

table.sample td {
	border: 1px solid #A7A37E;
}
.even {
	background-color: #E7F7FF;
}

/* Styles for use on the Contact Page. */
#contact_info {
  margin: 5em 5em 5em 2em;
}

#contact_info p.title {
  text-align: center;
  font-weight: bolder;
}  

#contact_info p.question {
  font-weight: bold;
}  

/* Styles for use on the Accomplishments Page */
#acctable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 1em;
	text-align: justify;
}

div.athleteimage {
	float: left;
	width: 350px;
	margin: 1em 0 1em 1em;
	padding: 15px 15px 20px 15px;
	display: inline;
	border-color: #CCC #999 #999 #CCC;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background: url(../../elements/photofrm01.gif) repeat-x 0 100%;
}

/* Home page image width adjuster. (Needs to ne after About Me Page Styles.) */
div.homeimage {
	width: 150px;
}

