body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	background-color: White;
	background-image: url(/assets/background_line.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* Default Links */
a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #B2B2B2;
}
a:hover {
	border-bottom: 1px solid #666666;
}

.news_link {
	color: #1C8AD9;
	border: none;
	}

p {
	font-size: 103%;
	color: #333333;
}
img {
	display: block;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #E5E5E5;
	margin-top: 3px;
	margin-bottom: 3px;
	clear: right;
}
form {
	padding: 0 10px 10px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;

}

/* Default H1 Tag */
body.home h1 {
	padding-top: 5px;
	padding-left: 10px;
	height: 25px;
	margin: 0px;
	margin-top: 1px;
	font-size: 150%;
	font-weight: normal;
	color: White;
	background-color: #1C8AD9;
	background-image: url(/assets/background_h1.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
body.home h2 {
	padding-top: 4px;
	padding-left: 10px;
	height: 22px;
	margin: 0px;
	margin-top: 1px;
	font-size: 130%;
	font-weight: normal;
	color: White;
	background-color: #1C8AD9;
	background-image: url(/assets/background_h2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: none;
}
/* Sub page H1 Tag*/
body.sub h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	margin-bottom: -5px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	color: #1C8AD9;
}
/* Default H2 Tag */
body.sub h2 {
	font-size: 150%;
	font-weight: bold;
	color: #1C8AD9;
	margin: 10px 0 10px 0;
}
/* Default H3 Tag */
body.sub h3 {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 0 10px 0;
}

blockquote {
	width: 140px;
	margin: 0;
	padding: 20px 20px 0 30px;
	font-size: 125%;
	font-style: italic;
	background-image: url(/assets/background_quote.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #1C8AD9;
}
p.blockquote_credit {
	width: 135px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 30px;
	font-size: 80%;
}

/* Main Page Elements */
#Page {
	padding: 0px;
	margin-left: 0px;
	margin-right: auto;
	background-image: url(/assets/background_curve.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#Left {
	padding-left: 9px;
	float: left;
}

#Right {
	margin-left: 202px;
	_margin-left: 199px;
	padding-top: 71px;
	width: 510px;
	/*background-image: url(/assets/devant_logotype.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}

#Content {
	margin: 0px;
	padding: 10px 10px 10px 20px;
}
#News {
	margin: 0 10px 20px 20px;
	padding: 0;
}
#News p {
	color: #1C8AD9;
}
#News a {
	color: #1C8AD9;
	text-decoration: none;
	border-bottom: 1px solid #8DC4EC;
}
#News a:hover {
	border-bottom: 1px solid #1C8AD9;
}

#Content ul {
	font-size: 103%;
	color: #333333;
}
#Content ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#Content blockquote {
	width: auto;
	padding: 10px 20px 0 30px;
	background-image: url(/assets/background_bodyquote.gif);
	color: #1C8AD9 !important;
}
#Content p.blockquote_credit {
	width: auto;
	margin: 0 0 20px 0;
}
#Content img {
	margin: 10px;
}

/* Navigation */
#Left ul {
	padding: 0px;
	margin: 0px;
	width: 190px;
}
#Left ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #F2F2F2;
	background-image: url(/assets/background_li_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid white;
}
#Left ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	padding: 8px 10px 8px 38px;
	background-image: url(/assets/background_li_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 14px
	}
	#Left ul li:hover {
		background-image: url(/assets/background_li_tl_hover.gif);
		}


#Left ul li.home a {
	background-image: url(/assets/background_li_top.gif);
	}
	#Left ul li.home a:hover {
		background-image: url(/assets/background_li_top_hover.gif);
		}

#Left ul li.training_resources {
	background-image: url(/assets/background_li_locked.gif);
	}
	#Left ul li.training_resources:hover {
		background-image: url(/assets/background_li_locked_hover.gif);
		}
		



/* Selected Primary Nav States */
li.here a {
	color: #1C8AD9;
	}
	li.here ul li a {
	color: #666666;
	}
	li.here ul li.here a {
	color: #1C8AD9;
	}
	
body.home #Left ul li a.home {
	color: #1C8AD9;
	background-image: url(/assets/background_li_top_hover.gif);
	}
	body.home #Left ul li.here a.home {
	color: #1C8AD9;
	background-image: url(/assets/background_li_top_hover.gif);
	}

/* Nav hover and padding */

#Left ul li ul li {
	border-top: 1px solid white;
}

#Left ul li ul li a {
	padding-left: 58px;
	font-size: 10px;
}
#Left ul li ul li:hover {
	background-image: url(/assets/background_li_tl.gif);
}






/* Subscribe button */
#Left a#btn_subscribe img {
	margin: 10px 0 10px 0;
}

/* Specific IDs and Classes */

#Left a img {
	border: none;
}
/* Image alignment in body copy */
.img {
	margin: 10px;
}
.imgTop {
	margin-top: 0px;
}
.imgLeft {
	margin-left: 0px;
	float: left;
}
.imgRight {
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}

/* Footer */
#Footer {
	clear: both;
	margin-left: 9px;
	width: 701px;
	height: 22px;
	padding-top: 8px;
	background-color: #F2F2F2;
	background-image: url(/assets/background_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#Footer .totop {
	margin-left: 16px;
	padding-right: 20px;
	margin-right: 110px;
	background-image: url(/assets/icons/totop.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#Footer .tel {
	padding-left: 20px;
	margin-right: 16px;
	color: #1C8AD9;
	background-image: url(/assets/icons/tel.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#Footer .email {
	padding-left: 20px;
	color: #1C8AD9;
	background-image: url(/assets/icons/email.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#Footer a.email {
	text-decoration: none;
	border-bottom: none;
}
#FooterShadow {
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 9px;
	padding-top: 9px;
	padding-left: 203px;
	background-image: url(/assets/footer_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Podcasts Page */
ul.podcasts {
	margin: 0 0 0 10px;
	padding: 0;
}
ul.podcasts li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	list-style: none;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
ul.podcasts li span.podcast_title {
	font-size: 14px;
	margin: 0 0 10px -10px;
	font-weight: bold;
}
ul.podcasts li span.podcast_date {
	font-style: italic;
	font-weight: normal;
}

/* Training Resources Area Styling */
div.resources_group h2{
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 0 10px 0;
}
div.resources_row {
	margin: 0 0 5px 0;
	padding: 10px 10px 10px 36px;
	border: 1px solid #F1F1F1;
	background-color: #F8F8F8;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	/* default file icon */
	background-image:url(/assets/icons/file_other.gif)
}
div.resources_row.jpg, div.resources_row.gif, div.resources_row.png {
	background-image:url(/assets/icons/file_image.gif)
}
div.resources_row.doc {
	background-image:url(/assets/icons/file_word.gif)
}
div.resources_row.pdf {
	background-image:url(/assets/icons/file_pdf.gif)
}
div.resources_row.ppt {
	background-image:url(/assets/icons/file_powerpoint.gif)
}
div.resources_row.xls {
	background-image:url(/assets/icons/file_excel.gif)
}
div.resources_row.zip {
	background-image:url(/assets/icons/file_compressed.gif)
}
div.resources_row.mp3 {
	background-image:url(/assets/icons/file_mp3.gif)
}
div.resources_row h3 {
	font-size: 120%;
	margin: 0 0 0 0;
	color: Black;
}
div.resources_row p {
	margin: 0 0 0 0;
	color: #666666;
	line-height: 150%;
}
div.resources_row p a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
div.resources_row p a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

/* Error */
#Message {
	margin: 0 0 -1px 0;
	font-size: 14px;
	padding: 10px 10px 10px 35px;
	background-image: url("/assets/icons/exclamation.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	color: #CC0000;
}
