/************************  SCREEN STYLES **********************************/

/*________________________GROUND RULES__________________________________*/

html   { height: 100%;
         font-size: 100.01%; /* prevent extreme font resizing in IE */
         }

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: helvetica, arial,sans-serif;
    font-size: 12px;
    color: #666;
    background-color: #006699;
    height: 101%; /*The 101% vs. 100% causes a virtical scrollbar in all cases and thus prevents page shift - Remove this line if you don't want a scrollbar*/
    }
		
body, p, ul, li, h1, h2, h3, h4, form, html, input, img, a { /*Starts you off with no padding or margin which you can add later on a more specialized basis.*/
    margin:0; 
    padding:0; 
    } 

table, td { margin:0; padding:0; border-spacing: 0px; border-collapse:collapse; text-align:left; } /*This equates too: <table cellspacing="0" cellpadding="0" border="0"> thus, in your HTML your table tags can look like this <table>... </table>. Warning: if you're accommodating IE MAC use: <table cellspacing="0">... </table> */

img, a img, a:link img, a:visited img {border:none; background:none;} /* remove border from images and linked images */    


h3, h2, h1 {padding:0; margin:0;}

/* Default links */
a:link { color: #006699; text-decoration: underline;}
a:hover { color: #b10022; text-decoration: none;}
a:visited { color: #86A6B6; text-decoration: underline;}
a:visited:hover { color: #b10022; text-decoration:none;}


/*________________________HOME ONLY STYLES__________________________________*/
#home {
    position:absolute;
    left:284px;
    }
 
 #white_box_hm {
    position:relative; 
    left:323px; 
    width:603px;
    padding:0;
    }

 #yd_flash {
    position:absolute;
    margin-top:175px;
    margin-left:194px;
    }
 
 #hm_big_text {
    position:absolute; width:520px; top:5px; left:39px; font:normal 14px/1.2em verdana; text-align:justify; color: #08215C;
    }
/*________________________SHARED STYLES__________________________________*/

.clearit {
    clear:both;
    }

#centerCol {
    position: relative;
    width:960px;
    margin-left: auto;
    margin-right: auto;
    background: #F0EDE5 url(../images/bg.jpg) no-repeat;
	}

#content_wrap {
    position;relative;
    padding-top:175px;
    background:transparent;
    }

#content_btm {
    position:relative; left:323px; width:603px;
    }

/*this is what pushes the footer down*/
#sponsor_wrap {
    padding-top:20px;
    height:73px;
    vertical-align:top;
    }

#sponsor_wrap img {
    float:right;
    padding-left:12px;
    }

#nav, #logo {
    position:absolute;
    }

#nav {
    width:605px;
    height:41px;
    right:34px;
    }

#red_nav {
    position:absolute;
    top:85px;
    left:476px;
    color:#fff;
    font-size:13px
    }

#red_nav td {
    text-align: center;
    padding:3px; 0 6px 0;
    }

#red_nav td a:link, #red_nav td a:visited {color:#fff; text-decoration:none; padding:2px; border-bottom: 1px solid #C64B62;}
#red_nav td a:hover, #red_nav td a:visited:hover {color:#006699; text-decoration:none; padding:2px; border-bottom: none; background:#F5F9FD;}

.pipe {
    height:23px;
    width:17px;
    }

#red_nav td h1 {
    padding-top:2px;
    font:normal 23px helvetica;
    text-transform:uppercase;
    }

#red_nav td img {
    margin-top:2px;
    }

#yoga_alli {
    position:absolute;
    top:634px;
    left:28px;
    }

#yoga_alli div {
    padding-bottom:10px;
    }

#white_box {
    position:relative; 
    left:323px; 
    width:543px;
    padding:0 30px 0 30px;
    background:#fff url(../images/wht_mid.png) bottom repeat-x;
    }
    

/*|||||| BREADCRUMB ||||||||*/

#breadcrumb { 
    text-align:right;
    }

#breadcrumb ul {
	margin: 0;
	padding: 0;
	display: inline;
	
	} 

#breadcrumb ul li.first, #breadcrumb ul li.next {
    background-image:none;
    }

#breadcrumb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	color: #871018;
	} 

#breadcrumb ul li {
	margin-left: 0;
	padding: 0 4px;
	border-left: 1px solid #1E4573;
	list-style: none;
	display: inline;
	color: #871018;
	}

#breadcrumb ul li a:link, #breadcrumb ul li a:visited { color: #006699; text-decoration: underline;}
#breadcrumb ul li a:hover, #breadcrumb ul li a:visited:hover  { color: #b10022; text-decoration: none;}

/*|||||*/
/*||| COPY STYLES|||*/


#white_box h1 {
    color:#9A001A;
    font:normal 20px helvetica;
    padding-top:15px;
    }

#white_box h3 {
    color:#9A001A;
    font:bold 12px arial;
    text-transform:uppercase;
    padding-bottom:4px;
    }

#white_box img {
    float:right;
    margin: 5px 0 5px 12px;
    border-bottom:6px solid #006699;
    }

p {
    font:normal 12px/1.6em verdana;
	padding-bottom: 8px;
    }

ul, ol {
    padding: 0 0 0 14px;
    margin: 0;
    }

ul {
    list-style-type: none;
    }

ul li, ol li {
    font:normal 12px/1.4em verdana;
    }

ul li {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding-left: 1.5em;
    padding-bottom:5px;
    }
    
ol li {
    padding-left: ;
    margin-left:18px;
    padding-bottom:6px;
    } 

/*|||||*/


#footer {
    width:932px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 0 60px 28px;  
    font-size:12px;
    color:#999;
    background: #F0EDE5 url(../images/foot.png) repeat-x;
	}


#footer a:link { color:#999; text-decoration:underline}	
#footer a:hover { color:#b10022; text-decoration:underline;}
#footer a:visited { color:#999; text-decoration:underline;}
#footer a:visited:hover { color:#b10022; text-decoration:underline;}	

#footer .pipe2 {
    color:#fff;
    font-size:15px;
    padding: 0 6px;
    }

/*________________________INSIDE ONLY STYLES__________________________________*/


/*____________________________________ FORM STYLES ___________________________*/