@charset "UTF-8";
html, body {
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: #080808;
	background-color: white;
}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #080808;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	height: 160px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-image:url(img/header.jpg);
	background-position: top right;
	margin:0 auto;
	width:925px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top:40px;
} 
.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow:hidden;
	background-image:url(img/logo.jpg);
	width:330px;
	height:150px;
	display:block;
	float:left;
}
.thrColAbsHdr #header h4 {
	margin: 0;
	padding: 0;
	width:275px;
	height:60px;
	display:block;
	font-size:22px;
	font-style:italic;
	margin-left:420px;
	font-weight:100;
	float:left;
	margin-top:-85px;
	color:#3b3b3b;
}
.guaranteed {
	margin: 0;
	padding: 0;
	font-size:22px;
	font-style:italic;
	font-weight:100;
	color:#3b3b3b;
}
#topNav {
	float:left;
	margin: 0 auto;
	height:32px;
	width: 925px;
	background-image:url(img/topnav.png);
	margin-bottom:1px;
	margin-top:1px;
	outline:none;
}
.topNav {
	float:left;
	margin: 0 auto;
	background-image:url(img/topnav.png);
	outline:none;
	text-indent: -9999px;
	overflow:hidden;
	height:32px;
	display:inherit;
}
.home {
	width: 86px;
	background-position:925px 0px;
}
.home:hover {
	background-position:925px 32px;
}
.about {
	width: 110px;
	background-position:839px 0px;
}
.about:hover {
	background-position:839px 32px;
}
.contact {
	width: 122px;
	background-position:729px 0px;
}
.contact:hover {
	background-position:729px 32px;
}
.media {
	width: 102px;
	background-position:608px 0px;
}
.media:hover {
	background-position:608px 32px;
}
.referrals {
	width: 118px;
	background-position:506px 0px;
}
.referrals:hover {
	background-position:506px 32px;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 234px;
	left: 0;
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 234px;
	right: -1px;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 25px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent {
	margin: 0px 275px 0px 220px;
	; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 45px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #mainContent h1 {
	color:#cf0b13;
	font-size:18px;
	font-weight:100;
}
.thrColAbsHdr #footer { 
	padding: 15px 10px 15px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(img/FooterRedBar.jpg);
	background-repeat:repeat-x;
	background-color:#db3604;
	color:#FFFFFF;
	font-size:10px;
	width:895px;
	float:left;
} 
.thrColAbsHdr #footer .copy{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width:500px;
	float:left;
}
.thrColAbsHdr #footer .links{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	width:360px;
	float:left;
	color:#6c2008;
	text-align:right;
}
.thrColAbsHdr #footer .links a{
	color:#FFFFFF;
	text-decoration:none;
}
.thrColAbsHdr #footer .links a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.redtext {
	color:#bc2d01;
}
.greytext {
	color:#88867b;
}
label {
	display:block;
	width:60px;
	float:left;
	text-align:left;
	margin-right:15px;
}
.clearing { clear: both; }
.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 140px;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 20em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 60px;
	width: 89%;
}
.less {
	color:#999;
	font-size:12px;
}
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
a.myPlayer:hover { 
    border:1px solid #000; 
}
#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:164px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:314px;
	top:37px;
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("http://www.happyworm.com/jquery/jplayer/0.2.1/images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:418px;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}
.flip_container {
	width: 100%;
	height: 100%;
}
