@charset "utf-8";

/* level playing field */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {  
  margin: 0; 
  padding: 0; 
  border: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper {
	border-bottom: 15px solid #f26422;
}
#header {
	background-color: #fff;
	height: 118px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
#header h1 {
	width: 285px;
	height: 118px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 span {
	margin-left: -9000px;
}
#header ul {
	padding-top: 90px;
}
#header ul li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 0 10px;
	border-left: 1px solid #000;
}
#header ul li:first-child {
	border-left: 0px solid #000;
}
#header ul li a {
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover {
	color: #f26522;
	text-decoration: none;
}


#nav {
	margin: 0 2px;	
	width: 220px;
	float: left;

}
#nav ul {
	background-color: #2e0859;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#nav ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 1.1em;
	border-top: 1px solid #ccc;
}
#nav ul li:first-child {
	border-top: 0px solid #ccc;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px;
}
#nav ul li a:hover {
	color: #f26522;
	text-decoration: none;
}

#thierrys-tips {
	margin: 20px 2px;
	background-color: #2e0859;
	width: 220px;
	float: left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#thierrys-tips h1 {color: #fff; text-align: center; font-size: 1.6em; margin: 10px 20px;}
#thierrys-tips h2 {color: #fff; text-align: center;font-size: 1.4em; margin: 10px 20px;}
#thierrys-tips a {display: block; color: #fff; text-decoration: none;}

#content-wrapper {
	background-color: #fff;
	margin-left: 224px;
}

#content-wrapper h1 {font-size: 1.6em; color: #2e0859; margin: 10px 20px;}
#content-wrapper h2 {font-size: 1.4em; color: #f60; margin: 10px 20px;}
#content-wrapper h3 {font-size: 1.3em; color: #f60; margin: 10px 20px;}
#content-wrapper p {font-size: 1.2em; margin: 10px 20px;}
#content-wrapper ul, #content-wrapper ol {font-size: 1.2em; margin: 10px 40px;}
#content-wrapper li {margin: 5px;}
#content-wrapper li li {font-size: 0.8em;}

#banner {
	height: 166px;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#banner img#pictures {float: left; border-right: 3px solid #fff;}
#banner h1 {
	height: 146px;
	margin: 0 0 0 439px;
	background-image: url(../images/banner-swoosh.jpg);
	background-repeat: no-repeat;
	background-position: right bottom; color: #fff;
	padding: 20px 0 0 30px;
	font-size: 2.6em;
}
#banner h1 span {font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.2em;}
/*    */
#subscribe {
	width: 181px;
	float: right;
	background-color: #faba9c;
	margin: 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-image: url(../images/subscribe-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#subscribe h1, #subscribe h2 {
	color: #000;
	text-align: center;
}
#subscribe form {
	margin-bottom: 10px;
	padding-bottom: 120px;
	background-image: url(../images/subscribe-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;	

}
#subscribe table {
	margin: 10px auto;
}
#subscribe td {
	text-align: right;
}
#subscribe label {font-size: 1.2em;}

#content {
	margin-right: 200px;
}

#footer {
	background-color: #bfbfbf;
	clear: both;
	border-top: 20px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 5px 20px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}
#footer p {
	margin: 3px;
}
#footer p#credits {
	width: 200px;
	float: right;
	color: #fff;
	text-align: right;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.strong {font-weight: bold;}

div.testimonial {
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
}
div.testimonial:last-child {
	border-bottom: 0px solid #ccc;
}
p.quote {
	font-style: italic;
	font-size: 1.4em;
	color: #f60;
}
.intro:first-letter {
	font-size : 16px;
	color : #FF6600; 
	display:inline;
}
.fl {float: left;}
.fr {float: right;}

div.accordian-wrapper {margin: 30px;}
div.tab-wrapper {margin: 30px;float: left;}

/* reset so we don't interfere with jquery styles */
#content-wrapper div.accordian-wrapper h3 {margin: 0; padding: 0;}
#content-wrapper div.tab-wrapper ol,#content-wrapper div.tab-wrapper ul {margin: 0; padding: 0; font-size: 1em;}
#content-wrapper div.tab-wrapper li {margin: 0; padding: 0;}
