
body{
	background: #eaeaea top fixed repeat-x url(../images/site-bg.jpg);
	color: white;
	font: 12px tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 5px 0 0;
}

/* MAIN ELEMENT STYLING */

a{
	outline: none;
}

p.stronger{
	font-weight: bold;
	color: #8cb7f2;
}

p.press{
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	width: 70%;
}

p.press2{
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

img.ken{
	border: 1px solid white;
	padding: 3px;
	margin: 6px 0 6px 10px;
}

.wrapper{
	width: 900px;
}

#container{
	background: aqua;
}


.header{
	clear: both;
	height: 323px;
	background-image: url(../images/site_01.jpg);
}

.topnav{
	float: right;
	line-height: 150px;
}

.topnav a:link, .topnav a:visited, .topnav a:active{
	outline: none;
	color: #add7fd;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
}

.topnav a:hover{
	color: white;
	text-decoration: none;
}

.navigation{
	clear: both;
	width: 900px;
	z-index: 5;
	background: url(../images/site_02.jpg) repeat-x 0 top;
}

#video-home{
	z-index: -1;
}

/* PLACEHOLDER FOR VIDEO */

.placeholder{
	width: 445px;
	height: 275px;
	background-color: #191919;
	margin-top: 10px;
	display: none;
}

/* LINK IMAGE STYLING */

a.facebook{
	background: url(../images/fb.jpg) black no-repeat;
	height: 94px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

a.facebook:hover{
	background-position: 0 -94px;
}

a.twitter{
	background: url(../images/twitter.jpg) black no-repeat;
	height: 94px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

a.twitter:hover{
	background-position: 0 -94px;
}

.content{
	padding: 15px 0px 0px;
	text-align: left;
	float: left;
}
.content div.speak{
	float: left;
	width: 150px;
	border: 1px solid white;
	margin: 8px 5px 10px 0;
	padding: 0 4px 10px 4px;
}
.content div.speak h3{
	background: #6d83d4;
	color: white;
	position: relative;
	margin:0 0 0 -4px;
	width: 150px;
	padding: 4px;

}
.content div.speak p{

}
.content blockquote{
	padding: 10px;
	margin: 10px 0;
	color: white;
}

.content blockquote strong{
	color: #707393;
}

.content hr{
	background-color: #20223c;
	height: 1px;
	border: 0;
}
#fa{
	width: 198px;
	min-height: 157px;
	background: no-repeat url(../images/fa1.jpg);
	border: 4px solid white;
}
#fa form{
	position: relative;
	top: 75px;
	width: 250px;
	margin-left: 10px;
}
#fa input.box{
	width: 170px;
}
#fa input.sub{
	position: relative;
	top: 10px;
	*margin-top: -65px;
}
#fa label{
	display: none;
}
.main{
	float: left;
	width: 670px;
	padding: 0 10px 0 0;
}

.main2{
	float: left;
	width: 450px;
	padding: 0 10px 0 0;
}

.main3{
	float: left;
	width: 670px;
	padding: 0 10px 0 0;
}

.main h1, .main3 h1{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.main2 h1{
	font-size: 125%;
	text-align: center;
}

.main h2, .main3 h2{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #e8c931;
	clear: both;
}

.main h3, main3 h3{
	color: #add7fd;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.main h4, .main4 h4{
	color: #add7fd;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 5px 0;
	line-height: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.main h4 a{
	color: white;
	font-family: helvetica, tahoma;
}

.main table{
	font-style: italic;
	font-size: .9em;
}

.main blockquote{
	background-color: #1b1e36;
	padding: 12px;
	color: #a4a6bb;
}

.main blockquote img{
	margin: 0 15px 15px 10px;
	border: 1px solid white;
	float: left;
}

.main blockquote p{
	display: block;
	padding-left: 150px;
}

.main a{
	color: #e8c932;
	font-weight: bold;
	text-decoration: underline;
}

/* ACCORDION */

#accordion{
	padding: 0px;
	margin: 0px;
	width: 640px;
	float: left;
}

#accordion h2 {
	font-size: 12px;
	font-weight: bold;
}

			
#accordion p {
	padding: 10px 0;
}

#accordion a{
	text-decoration: none;
}


#accordion a:hover{
	text-decoration: underline;
}

#accordion ul{
	font-size: .9em;
}

.toggler  { 
	padding-left: 45px; 
	padding-bottom: 0px; 
	padding-right: 0px; 
	padding-top: 12px; 
	margin: 0px; 
	text-decoration: underline; 
	font-style: italic; 
	font-weight: bold; 
	display: block;
	height: 35px;
	outline: none;
	font: 13px helvetica, arial;
	cursor: pointer;
	text-align: left;
	width: 600px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
}


.toggler:hover{ 
	text-decoration: none;

}

.element{ 
	padding: 0;
	letter-spacing: normal;
	margin-left: 10px; 
}

/* WUFOO */

/* Backgrounds */
#container{background:#12142a}
.wufoo input.text, .wufoo textarea.textarea{background:#12142a url(/images/fieldbg.gif) repeat-x top}
.wufoo .focused{background:#FFF7C0}
.wufoo .instruct{background-color:#F5F5F5}

/* Borders */
#container{border:0 solid #cccccc}
.wufoo .info{border-bottom:1px dotted #CCCCCC}
.wufoo .section{border-top:1px dotted #CCCCCC}
.wufoo .instruct{border:1px solid #e6e6e6}

/* Typography */
.wufoo .info h2{font-size:160%;font-family:inherit;color:#000000}
.wufoo .info div{font-size:95%;font-family:inherit;color:#444444}
.wufoo .section h3{font-size:110%;font-family:inherit;background:#FFFFFF;color:#000000}
.wufoo .section div{font-size:85%;font-family:inherit;color:#444444}
.wufoo label.desc{font-size:95%;font-family:inherit;color:#444444}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#333333}
.wufoo label.choice{color:#444444}
.wufoo .instruct{font-size:80%;font-family:inherit;color:#444444
}



#oo iframe{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
}

/* all inputs, select, and textarea */
.mainbox{ 
  color : white; 
  padding : 7px; 
  border : 1px dashed #242642;
  background-color : #181a32;
	font: bold 12px tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	width: 250px;
}


/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
.mainbox:hover, .mainbox:focus{ 
  color : white;  
  border : 1px solid white;
  background-color : #254f8c;
}

.deactivated{
	color: #9f7410;
}

.promos{
	float: left;
	border: 1px solid #12142a;
	margin-left: 5px;
}

.promos img{
	border: 0;
}

.promos:hover{
	border: 1px dashed white;
}

#singup{
	width: 350px;
	height: 75px;
	background: top no-repeat url(../images/singup.gif);
	text-indent: -9999px;
}

#singup:hover{
	background-position: 0 -75px;
}

#singup a{
	display: block;
	width: 350px;
	height: 75px;
}

.sidebar_left{
	float: left;
	width: 220px;
	text-align: left;
	margin-top: 14px;
}

.sidebar_left h1{
	color: #add7fd;
	text-transform: uppercase;
	font: bold 100% helvetica, arial;
	width: 220px;
}

.sidebar{
	float: right;
	width: 220px;
}

.sidebar a{
	color: #c5e5ff;
}

.sidebaritem{
	padding-bottom: 15px;
}

.sidebaritem p{
	width: 180px;
	color: #6f728c;
	font-size: 85%;
}

.sidebaritem strong{
	color: white;
}

.sidebar img{
	border: 4px solid white;
}
.sidebar img.no{
	border: 0 !important;
}
.sidebar_left img{
	border: 4px solid white;
}

.sidebar h1{
	color: #add7fd;
	text-transform: uppercase;
	font: bold 100% helvetica, arial;
	width: 220px;
}

.sidebar ul li{
	list-style-type: none;
	font-size: 10px;
	margin: 5px 0 5px -20px;
	padding: 0;
	color: #a4a6bb;
	list-style-image: url(../images/list_icon.gif);
}

.sidebar_left ul li{
	list-style-type: none;
	font-size: 10px;
	margin: 5px 0 5px -20px;
	padding: 0;
	color: #a4a6bb;
	list-style-image: url(../images/list_icon.gif);
}

.testimonial{
	padding: 8px;
	background-color: #2e3048;
	margin: 2px 0;
}

.testimonial2{
	padding: 8px;
	background-color: #1f223b;
	margin: 2px 0;
}

.clearer{
	clear: both;
	width: 80%;
	border-top: 1px solid #36395d;
	margin: 20px auto;
}

.footer{
	padding: 0;
	margin-top: 15px;
	margin-bottom: 100px;
	background: url(../images/footer.jpg) repeat-x 0 top;
	height: 75px;
}

.footerlogo{
	width: 160px;
	height: 46px;
	background-image: url(http://www.mycoachmatch.com/find-a-coach-badge.png);
	float: right;
	margin: 15px 15px 0 0;
}

.footerlogo img{
	border: 0;
}

.footerspace{
	height: 13px;
}

.footer p{
	line-height: 13px;
	color: #2970a8;
}

.footer a:active, .footer a:link, .footer a:visited{
	color: #add7fd;
}

.footer a:hover{
	color: white;
	text-decoration: none;
}

/* FORM STYLING */

.boxes{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 300px;
	padding: 3px 6px;
	margin-left: 20px;
	border: 7px solid white;
}

.boxes:focus{
	border-color: #4a4e7a;
}

div.ever{
	border: 1px solid white;
	padding: 15px;
	width: 615px;
}

form.gen{
	border: 1px solid white;
	padding: 80px 75px 20px 75px;
	margin-bottom: 10px;
	width: 450px;
	background: black top no-repeat url(../images/speak-bgd.jpg);
	overflow: auto;
	font-size: 14px;
}

form.gen input{
	padding: 4px 10px;
	background: #293a5f;
	border: 1px solid #fff;
	color: #fff;
	margin-right: 4px;
	width: 200px;
	clear: both;
}
form.gen textarea{
	padding: 4px 10px;
	background: #293a5f;
	border: 1px solid #fff;
	color: #fff;
	margin-right: 4px;
	width: 420px;
	clear: both;
}

form.gen input:focus, form.gen textarea:focus{
	color: black;
	background: #fff;
	border-color: white;
}
form.gen label{
	display: block;
	padding: 8px 0;
	clear: left;
}
form.gen input#sub{
	background: #6d83d4;
	border: 1px solid white;
	font-weight: bold;
	display: block;
	margin: 10px 0;
	width: 200px !important;
	color: #fff;
	clear: left;
}
form.gen h5{
	font-size: 12px;
	padding: 10px 0 0 0;
	margin:0;
	text-transform: uppercase;
	color: #6d83d4;
	clear: left;
}
form.gen p{
	float: left;
	position: relative;
	top: -7px;
	*margin-top:11px;
	padding-right: 3px;
	font-size: 11px;
	color: #ccc;
}
