/* http://www.yoganhealth.com */
/* v1.0 | 20012011 */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a {
	text-decoration:none;
	color:#CD561B;;
}
.clear {
	clear:both
}
.hidden {
	display:none;
}
.bold{
		font-weight:bold;
}
.itlaic{
	font-style:italic;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.bgnone{
	background:none;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.rightalign{
	text-align:right;
	}

@font-face {
    font-family: 'Arial-Black';
    src: url('/fonts/Arial-Black.eot');
    src: url('/fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Arial-Black.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url('/fonts/proximanova-extrabld-webfont.eot');
    src: url('/fonts/proximanova-extrabld-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-extrabld-webfont.woff') format('woff'),
         url('/fonts/proximanova-extrabld-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-extrabld-webfont.svg#ProximaNovaExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.dis_block{
	display:block;
	}
.width186{
	width:186px;
}
.width378{
	width:378px;
}

.logoColor{
	color:#072442;
	}
.colorWhite{
	color:#fff;
	}
.blue_1{
	background:url("/images/background/dark_navy_blue_bg.gif") repeat-x scroll left top transparent;
	height:41px;
}
.blue_2{
	background:url("/images/background/dark_blue_bg.gif") repeat-x scroll left top transparent;
	height:41px;
}
.blue_3{
	background:url("/images/background/grey_blue_bg.gif") repeat-x scroll left top transparent;
	height:41px;
}
.blue_4{
	background:url("/images/background/dark_blue_bg_light.gif") repeat-x scroll left top transparent;
	height:41px;
}
.blue_5{
	background:url("/images/background/blue_bg_light.gif") repeat-x scroll left top transparent;
	height:41px;
}
.greyWhiteBg{
	background: #d4d4d4 url("/images/background/gray_white_bg.png") repeat-x scroll left top;
}
.blueWhiteBg{
	background: #517691 url("/images/background/blue_white_bg.png") repeat-x scroll left top;
	height:40px;
}
.lightblueWhiteBg{
	background: #517691 url("/images/background/lightblue_white.png") repeat-x scroll left top;
	height:40px;
}
.noMargin{
	margin:0px;
}