/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background: #fff url(/images/bgHeader.gif) repeat-x;
color:#333;
}

.clear {clear:both;}


/* HEADER LAYOUT */

#headerWrapper {
 width: 746px;
 margin: 0 auto;
}


.menuWrapper {
 width:746px;
 margin:0 auto 0 auto;
 padding:0;
 border:0;
 clear:both;
}

*html .menuWrapper {
 margin:0 auto 5px auto;
}

#header {
 width:746px;
 height:133px;
 margin:0;
 padding:0px;
 border:0;
 clear:both;
}


/* HEADER LOGO AND LOGIN */

#logo {
 width: 257px;
 height: 84px;
 padding:0px;
 margin:31px 0 0 34px;
 background: transparent url(/images/Trinity-Yoga.gif) no-repeat;
 float:left;
 border:0;
 }

#logo span {display:none;}

#membermenu {
 width:350px;
 height:30px;
 margin:0 0 0 10px;
 padding:10px 0px 0 30px;
 border:0;
 float:right;
 font-size:11px;
 color:#fff;
 text-align:left;
 background: transparent url(/images/bg_membermenu.jpg) no-repeat;
}

#membermenu p {
 font-size:10px;
 margin:0;
 padding:0px;
}

#membermenu a:link, #membermenu a:visited {color:#fff;}

#loginwrapper {
 position:relative;
 background: transparent url(/images/bg_login.jpg) no-repeat 10px 0 ;
 height:84px;
 width:340px;
 float:right;
 margin:0 0 0 28px;
 padding:6px 0px 0 50px;
 font-size: 12px;
 color:#fff;
}

#loginwrapper #login {position:absolute;}

#loginwrapper a:link, #loginwrapper a:visited {color:#fff;}


/* 
 *	MENU - Horizontal, top-2-bottom
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Aleksandar Vacic, www.aplus.co.yu
 * Some rights reserved, http://creativecommons.org/licenses/by/2.0/
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */

/*		------	Basic style	------		*/


#menu {
 display: block;
 width:740;
 border:0;
 margin:0 0 0 20px;
 padding:0;
 z-index:2;
 border-bottom:1px solid #003;
 font-family: Trebuchet MS, sans-serif;
 font-size: 12px;
 line-height: 16px;
 text-transform: uppercase;
}


#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
 margin: 0;
 padding: 0;
 border: 0;
 display: block;
 float: left;
 position: relative;
}

#menu a {
 display: block;
 padding:14px 2px 10px 10px ;
 height:18px;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/


.topLevel {
 background: transparent url(/images/MenuBg.gif) top right no-repeat;
}

.subLevel {
 background-color: #172347;
 text-align:left;
}

#menu a.top:link, #menu a.top:visited {
 color:#fff;
 text-decoration:none;
 background: transparent url(/images/MenuBgLine.gif) top right no-repeat;
}

#menu a.top:hover {
 color:#fff;
 background: #8299e5 url(/images/MenuBgOver-top.gif) top right no-repeat;
}

#menu a.first:link, #menu a.first:visited {
 color:#fff;
 text-decoration:none;
 background: transparent url(/images/MenuBgFirstLine.gif) top left no-repeat;
}

#menu a.first:hover {
 color:#fff;
 background: #8299e5 url(/images/MenuBgOver-top.gif) top right no-repeat;
}

#menu a.sub:link, #menu a:visited {
 color:#fff;
 text-decoration:none;
 background: transparent url(/images/MenuBgOver.gif) top right no-repeat;
}

#menu a.sub:hover {
 color:#fff;
 background-color:#8299e5;
}






/* --------------------------------------------------------------- */
/* --------------   MAIN BODY	-------------------------------*/





.bodyLeftcol {
 width:160px;
 padding:10px;
 float:left;
 background-color: #fff;
}

.bodyCentercol {
 width:310px;
 padding:10px;
 float:left;
 background-color: #fff;
}

.bodyRightcol {
 width:170px;
 padding:10px;
 float:left;
}



/* FOOTER
****************************** */

.footer {
 height:300px;
 clear:both;
 width:100%;
 padding:30px;
 margin: 30px 0 0 0 ;
 text-align:center;
 font-size:.8em;
 background-color:#172347;
 color:#ccc;
}

.footer a:link {color:#fff}
.footer a:visited {color:#f0f}




/* HOME PAGE STYLES */

.mainWrapper {
 position:relative;
 width:745px;
 margin:15px auto 0 auto;
 padding:0;
}

*html .mainWrapper {
 margin:10px auto 0 auto;
 width:760px;
}

.rightCol {
 float:left;
 width: 481px;
 height:496px;
 margin: 0 0 0 15px;
 padding:0px;
}

#pic {
 width: 481px;
 height:367px;
 margin:0;
 padding:0;
}




#aboutTrinity {
 width:478px;
 height:117px;
 background: transparent url(/images/BgHome-AboutTrinity.gif) top right no-repeat;
 padding:0;
 margin:11px 0 0 0;
 border:0;
 color:#FFFFFF;
 font: 14px/18px 'trebuchet MS', sans-serif;
}

#aboutTrinity .padding {
 padding:15px 20px 0 15px;
}

#aboutTrinity p {
 padding: 0;
 margin:0;
}

#aboutTrinity a:link, #aboutTrinity a:visited  {color:#fff;}

#aboutTrinity a:hover, #aboutTrinity a:active  {color:#f89828;}



/* HOME PAGE YOGA ALLIANCE STYLES */


#yogaAlliance {
 position:absolute;
 top:478px;
 left: -1px;
 height: 134px;
 width:750px;
 background-image: url(/images/YA-Cert.gif);
 background-repeat: no-repeat;
 padding:0;
 margin:0;
 border:0; 
}

*html #yogaAlliance {
 left: 14px;
 padding:10px 0 0 0;
}

#yogaAlliance p{
 padding: 18px 0 0 140px; 
}





/* BREADCRUMBS
****************************** */


#breadcrumbs {
	padding: 12px 0 12px 10px;
	border-bottom: 1px dotted #999999;
	margin: 10px 0 15px 0;
}

