﻿
/* ---------------------------------------------------------- */
/* CSS Reset */
/* ---------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
	
}

td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border-style: none;
	border-color: inherit;
	border-width: 0;
} 
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* ---------------------------------------------------------- */
/* Type Selectors */
/* ---------------------------------------------------------- */
body
{
	background-repeat: repeat-x;

	
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	font-family: Calibri, Lucida Grande, Arial;
	font-size: 13px;
	font-weight: normal;

	margin: auto;
	color: #111;
}

p
{
	margin: auto;
	color: #111111;
	font-family: Calibri, Lucida Grande, Arial;
	/*font-variant: small-caps;*/
	font-weight: 500;
	font-size: small;
	display: inline;
	text-align: right;
}

a:hover
{
	text-decoration: underline;
	color: Red;
}

a
{
	color: #147dc2;
}

/* Styles From Specs */

/* ---------------------------------------------------------- */
/* Fonts */
/* ---------------------------------------------------------- */

.intro-large 
{
	color: #858689;
	font-family: Gill Sans MT, Calibri, Lucida Grande, Arial;
	/*font-variant: small-caps;*/
	font-weight: 100;
	font-size: 24px;
}

.quote
{
	margin: auto auto auto 0px;
	color: #a9aaac;
	font-family: Calibri, Lucida Grande, Arial;
	/*font-variant: small-caps;*/
	font-weight: 500;
	font-size: medium;
	text-transform: capitalize;
}

.quote-signiture
{
	margin: auto;
	color: #147dc2;
	font-family: Calibri, Lucida Grande, Arial;
	/*font-variant: small-caps;*/
	font-weight: bold;
	font-size: medium;
	text-align:right;
	font-style:italic;
}

.video_subheader
{
	margin: auto;
	color: #147dc2;
	font-family: Calibri, Lucida Grande, Arial;
	/*font-variant: small-caps;*/
	font-weight: bold;
	font-size: medium;
	text-align:center;
}

.video_text
{
	margin: auto auto auto 12px;
	color: #111111;
	font-family: Calibri, Lucida Grande, Arial;
	/*font-variant: small-caps;*/
	font-weight: bold;
	font-size: 12px;
	text-align:left;

}

.definition_text
{
	margin: auto;
	color: #111111;
	font-family: Arial;
	font-size: 11px;

}
.video_topic_subheader
{
	margin: auto;
	color: #858689;
	font-family: Calibri, Lucida Grande, Arial;
	/*font-variant: small-caps;*/
	font-weight: bold;
	font-size: medium;
	text-align:left;
}

.main-articles_header
{
	margin: auto;
	color: #147dc2;
	font-family: Calibri, Lucida Grande, Arial;
	/*font-variant: small-caps;*/
	/*font-weight:bold;*/
	font-size: x-large;
}

/* On Masterpage */

.bluearrow
{
	font-family: Gil Sans MT, Arial;
	color: #147dc2;
	font-weight: bold;
	font-size: 11px;
	width: 19px;
}

.orange_bold
{
	font-family: Sans-Serif, Tahoma, Calibri, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #E55D13;
	
}

a.orange_bold
{
	font-family: Sans-Serif, Tahoma, Calibri, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #E55D13;
	text-decoration: none;
	
}

.highlights
{
    font-size:  14px;
    font-weight: bold;
}


