/* CSS Document */

/*General layout and design */
body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/bg_wallpaper.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

h1.subheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3d577a;
}

span.inspirequotes{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
color:#666666;
}

h1.sidebarheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d577a;
	border-bottom:1px solid #e3e6eb;
}

h1.inst_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d577a;
	border-bottom:1px solid #e3e6eb;
}

h1.inst_header_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;	
}


h1.subheaderNOTIndex{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3d577a;
	margin-top:20px;
}

div.mainBox{
	margin-left:auto; 
	margin-right:auto;
	min-height:100%; 
	width:800px;
}

div.footer{
	padding-top:4px;
	font-size:11px;
	color:#677c97;
	margin-left:auto; 
	margin-right:auto; 
	width:800px;
	border-top:1px solid #e3e6eb;
}	

div.insideBox{
	overflow:auto;	
	clear:both;
}

div.insideBoxBottom{
	border-top:1px solid #e3e6eb;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;

}

div.nav{
	height:35px;
	width:800px;
	padding:15px 0px 0px 0px;
	background-image:url(images/mb_title.gif);
	background-repeat:no-repeat;
	background-position:right;	
	}
	
div.quicknav{
	width:800px;
	height:30px;
	}

div.quickNavInside{
	float:right;
	color:#aebd63;
}

div.quickLeft{
	float:left;
	background-image:url(images/quick_nav_left.gif);
	background-repeat:no-repeat;
	background-position:bottom; 
	width:17px;
	padding-bottom:2px;
	height:20px;
}

div.quickMiddle{
	float:left;
	background-image:url(images/quick_nav_center.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:2px; 
	height:20px;
}

div.quickRight{
	float:left;
	background-image:url(images/quick_nav_right.gif);
	background-repeat:no-repeat;
	background-position:bottom; 
	width:18px;
	padding-bottom:2px;
	height:20px;
}

a.nav{
	color:#eeeeee;
	text-decoration:none;
	font-size:14px;
	padding:0px 15px 0px 0px;
}

a.quicknav{
	color:#eeeeee;
	text-decoration:none;
	font-size:11px;
	padding:0px 5px;
}

a.quicknav:hover{
	color:#aebd63;
}

a.nav:hover{
	color:#aebd63;
}

a.links{
	color:#CC3300;
	text-decoration:none;
}	

a.links:hover{
	color:#336699;
}

a.subheaderlinks{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC3300;
	margin-top:20px;
	font-weight: bold;
}

a.subheaderlinks:hover{
	color:#336699;
}
/* Gyrotonic License Font */
span.gyrotonic{
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
/* Gyrotonic License Font */

/* Social Links */

div.socialbox2{
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#677c97;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border-top:1px solid #e3e6eb;
	
}	


div.socialbox{
	padding-top:5px;
	font-size:14px;
	color:#677c97;
	margin-left:0; 
	margin-right:auto; 
	border-top:1px solid #e3e6eb;
}	

a.social{
	color:#CC3300;
	text-decoration:none;
	font-size:10px;
	padding:0px 8px 0px 0px;
}

a.social:hover{
	color:#336699;
}
/* Social Links */

/*General layout and design */

