/****************************************************************************************
																  >> General Selectors << 
*****************************************************************************************/
/*---Eric Meyer's Reset Rules: 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded---*/
html, body, div, 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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*-------------------------------------------Back to my rules---*/
body {
	line-height: 1.4;
	color: #666;
	background-color: #1c4d78;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	text-align: center; /* For IE 5.5 and below */
}
a:link, a:visited {
	text-decoration: none; 
	color: #005fb9;
	font-weight: bold;
}
a:hover {text-decoration: underline;}
p {
	margin-bottom: 1.5em;
	line-height: 1.6;
}
/*----Lists----*/
ul, ol, dl {
	margin: 0 0 1.5em 2px;
	list-style: none;
}
ol {
	margin:0 0 20px 20px;
}
ul li, ol li {margin-bottom: 0.20em;}
ol li {list-style: outside decimal;}
ul ul, ol ol {margin: 0.20em 0 0.80em 20px;}
#content ul li,
#content_sml ul li {
	background-image: url("../_images/template/bullet-o.gif");
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#content ul.blue-list li,
#content_sml ul.blue-list li {background-image: url("../_images/template/bullet-b.gif");}
dl {margin-left: 0;}
dl dt {
	font-weight: bold;
	margin-bottom: 0.10em;
}
dl dd {margin-bottom: 0.80em;}
strong {font-weight:700;}
/*----Tables----*/
table {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	font-size: 95%;
}
table th {
	font-weight: bold;
	border: 1px solid #999;
	padding: 3px;
	background: #DFDFDF;
}
table td {
	border: 1px solid #999;
	padding: 3px;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #666;
}
code {color: #ff7f00;}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
blockquote {margin-bottom: 1.4em;}
	blockquote p {margin-bottom: 0.60em;}
	blockquote cite {
		display: block;
		font-weight: bold;
		font-style: normal;
	}
h1 {
	margin: 0 0 0.30em;
	color: #CA611F;
	font: bold 149% Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.30em 0;
	font: bold 129% Arial, Helvetica, sans-serif;
	color: #ff7f00;
}
h3,h4,h5,h6 {
	font: bold 122% Arial, Helvetica, sans-serif;
	color: #8b8b8b;
}
h4 {
	font-size: 118%;
	color: #999;
}
h6 {
	font-size: 120%;
	color: #ff7f00;
}
/*-------------------------------------------CSS3---*/
p + ul {margin-top: -1em;}

/****************************************************************************************
																		   >> Structure << 
*****************************************************************************************/
												
/*-------------------------------------------Hide Elements off Screen---*/
.hide {
	position: absolute;
	top: -9999px;
}
.hide2 {display: none;}

/*-------------------------------------------Wrapper---*/
#wrapper {
	width: 696px;
	background: url("../_images/template/wrapper-bg.jpg") repeat-y 0 0;
	margin: 0 auto;
	text-align: left;
}

/*-------------------------------------------Header---*/
#header {
	height: 166px;
	background-color: #1c4d78;
	position: relative;
}
	/*---Branding---*/
	#header h1 {
		position: absolute;
		top: 14px;
		left: 28px;
		margin: 0;
	}
		#header h1 a {
			display: block;
			text-indent: -99999px;
			width: 164px;
			height: 141px;
			background: url("../_images/template/logo.jpg") no-repeat 0 0;
		}
	#header h2 {
		position: absolute;
		top: 67px;
		left: 221px;
		margin: 0;
		text-transform: uppercase;
		color: #fff;
		font: bold 135% Arial, Helvetica, sans-serif;
	}
		#header h2 em {
			font-style: normal;
			padding-left: 12px;
		}
		
/*-------------------------------------------Slogan---*/
h3#slogan {
	margin: 0;
	background: url("../_images/template/slogan-bg.jpg") no-repeat 0 100%;
	color: #ff7f00;
	font: bold 112% Arial, Helvetica, sans-serif;
	padding: 0 42px 39px 221px;
}

/*-------------------------------------------Nav---*/
ul#nav {
	float: left;
	width: 144px;
	margin: 3px 0 0 13px;
	text-align: right;
	font-size: 85%;
	color: #fff;
}
	ul#nav li {
		line-height: 1.2;
		margin-bottom: 19px;
		font-weight: bold;
	}
	ul#nav li.last-link {margin-bottom: 0;}
		ul#nav li a {color: #fff;}
		ul#nav li a:hover,
		ul#nav li a.active {
			color: #284e73;
			text-decoration: none;
		}
		ul#nav li a.active {cursor: default;}
		ul#nav li ul {margin: 0.30em 0 19px;}
		ul#nav li ul li {
			margin-bottom: 0.30em;
			font-size: 95%;
		}
		ul#nav li ul li ul li {font-size: 85%;}
		ul#nav li ul li a {font-weight: normal;}
	
/*-------------------------------------------Main Content---*/
#content,
#content_sml {
	margin-left: 65px;
	margin-left: 222px;
	width: 425px;
	font-size: 75%;
	position: relative;
}
#content_sml {
	width: 340px;
	min-height: 450px;
}
	
/*-------------------------------------------Footer---*/
#footer {
	clear: both;
	width: 434px !important;
	width /**/: 696px; /* For IE 5.5 and below */
	background: #1c4d78 url("../_images/template/footer-bg.jpg") no-repeat 0 0;
	padding: 34px 42px 0 221px;
	color: #fff;
	font-size: 65%;
}
	#footer p {
		line-height: 1.4;
		margin: 0 0 0.20em;
	}
	#footer a {
		color: #fff;
		font-weight: normal;
	}
	#footer ul {margin: 0;}
	#footer ul li {
		display: inline;
		border-right: 1px solid #fff;
		padding-right: 4px;
		margin: 0 4px 0 0;
		line-height: 1.1;
	}
	#footer ul li.last-link {
		border: 0;
		padding: 0;
		margin: 0;
	}
	
/****************************************************************************************
												  							   >> Forms << 
*****************************************************************************************/
form {}
	form fieldset legend {display: none;}
	form fieldset label {
		font-weight: bold;
		display: block;
		margin-bottom: 0.50em;
		font-size: 105%;
	}
	form fieldset input, 
	form fieldset textarea,
	form fieldset select {
		width: 15em;
		display: block;
		font: 93% Arial, Helvetica, sans-serif;
		color: #CA611F;
		padding: 2px;
		background: #F8E7DE;
		border: 1px solid #EDC8B1;
		border-bottom-color: #E3AC8A;
		border-right-color: #E3AC8A;
	}
	form fieldset textarea {
		width: 290px; 
		height: 100px; 
		overflow: auto;
	}
	form fieldset input:hover,
	form fieldset input:focus,
	form fieldset textarea:hover,
	form fieldset textarea:focus {border: 1px solid #CA611F;}
	/*---Submit Button---*/
	form fieldset.submit {padding: 8px 0 0 0;} 
		form fieldset.submit input {
			width: 6em;
			padding: 1px 0.15em 1px 0.15em;
			border: 1px solid #004F95;
			background: #005fb9;
			color: #fff;
			cursor: pointer; 
			font-weight: bold;
			font-size: 100%;
		}
		form fieldset.submit input:hover,
		form fieldset.submit input:focus { 
			border: 1px solid #004F95;
			text-decoration: underline;
		}
	
/****************************************************************************************
												  						>> Misc Classes << 
*****************************************************************************************/
h1.more-margin {margin-bottom: 0.60em;}
#content .sml-txt,
#content_sml .sml-txt {font-size: 90%;}
/*-------------------------------------------Client Intro Box---*/
div.client-intro {
	width: 340px;
	min-height: 122px;
	margin-bottom: 0.60em;
}
	div.client-intro * {
		margin: 0; 
		padding: 0;
	}
	div.client-intro h2,
	div.client-intro p {padding-left: 104px;}
	div.client-intro h2 {margin: 13px 0 0.20em;}
	div.client-intro.noindent p,
	div.client-intro.noindent h2 {padding-left: 0;}
	div.client-intro p {line-height: 1.4;}
	div.client-intro p em {
		font-size: 95%;
		line-height: 1.2;
	}
	div.client-intro img {
		display: block;
		float: left;
		margin-top: 13px;
	}
/*-------------------------------------------Lists [UL]---*/
/*---Extra Links [Homepage]---*/
ul#extra_links {
	float: right;
	width: 78px;
	margin: 0 0 20px 20px;
}
	ul#extra_links li {
		margin: 0;
		padding: 0;
	}
		ul#extra_links li a {
			display: block;
			text-indent: -9999px;
			width: 78px;
			margin-bottom: 25px;
		}
		ul#extra_links li#featured_client a {
			background: url("../_images/template/featured-client.jpg") no-repeat 0 0; 
			height: 64px;
		}
		ul#extra_links li#latest_news a {
			background: url("../_images/template/latest-news.jpg") no-repeat 0 0; 
			height: 59px;
		}
		ul#extra_links li#register a {
			background: url("../_images/template/register.jpg") no-repeat 0 0; 
			height: 58px;
					}
		ul#extra_links li#featured-book a {
			background: url("../_images/template/featured-book.jpg") no-repeat 0 0; 
			height: 64px;
		}
		ul#extra_links li#tv-interview a {
			background: url("../_images/template/tv-interview-home.jpg") no-repeat 0 0; 
			height: 85px;
			width: 85px;
			margin: 0;
		}
/*---Image List [Right Side]---*/
ul#img_list,
ul#img_list_indent {
	position: absolute;
	top: 30px;
	right: -170px;
	width: 142px;
	margin: 0;
}
ul#img_list_indent {
	right: -85px;
	top: 24px;
}
	ul#img_list li,
	ul#img_list_indent li {
		background: none;
		margin: 0 0 8px 0;
		padding: 0;
	}
	ul#img_list li.last-link,
	ul#img_list_indent li.last-link {margin: 0;}

/*---Horizontal List---*/
#content ul.list-horiz li,
#content_sml ul.list-horiz li {
	display: inline;
	background-image: url("../_images/template/bullet-b.gif");
	background-position: 0 50%;
	padding-left: 7px;
	margin: 0 4px 0 0;
	line-height: 1.6;
	font-size: 95%;
}
#content ul.list-horiz.orange li,
#content_sml ul.list-horiz.orange li {
	background-image: url("../_images/template/bullet-o.gif");
	font-size: 100%;
}
/*---No Bullets---*/
#content ul.no-bullet,
#content_sml ul.no-bullet {margin-left: 0;}
	#content ul.no-bullet li,
	#content_sml ul.no-bullet li {
		background: none;
		padding: 0;
	}
/*---Team List [Profiles]---*/
#content ul.img-list {margin: 2em 0 0 40px;}
	#content ul.img-list li {
		padding: 0;
		background: none;
		text-align: center;
		float: left;
		width: 142px;
		margin: 0 40px 16px 0;
		line-height: 1.3;
	}
	#content ul.img-list li.no-margin {margin-right: 0;}
	#content ul.img-list li img {
		display: block;
		margin: 0 auto 0.10em auto;
	}
	#content ul.img-list li span {display: block;}
/*----Download List---*/
#content ul.pdf,
#content_sml ul.pdf {margin-top: 0.80em;}
	#content ul.pdf li,
	#content_sml ul.pdf li {
		background: #fff url('../_images/icons/pdf.gif') no-repeat 0 0;
		list-style: none;
		padding-left: 21px;
		line-height: 1.6;
	}
	#content ul.pdf li.ppt,
	#content_sml ul.pdf li.ppt {background: #fff url('../_images/icons/ppt.gif') no-repeat 0 0;}
	#content ul.pdf li.word,
	#content_sml ul.pdf li.word {background: #fff url('../_images/icons/word.gif') no-repeat 0 0;}
/*-------------------------------------------Download PDF---*/
p.pdf-dload {
	font-size: 90%;
	line-height: 1.4;
}
	p.pdf-dload img {
		display: block;
		float: left;
		margin: 3px 7px 0 0;
	}
/*-------------------------------------------Back Button---*/
a.back-link {
	display: block;
	background: url("../_images/template/back.gif") no-repeat 0 50%;
	text-transform: uppercase;
	padding-left: 13px;
	width: 3em;
}
/*-------------------------------------------Company Name---*/		
em.company-name {
	font-style: normal;
	font-weight: bold;
	color: #ff7f00;
}
/*-------------------------------------------Highlight Box---*/
div.note {
	background: #F4DDD0;
	padding: 6px;
	margin-bottom: 1.6em;
	border: 1px solid #EDC8B1;
}
	div.note p,
	div.note ul {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	div.note h3, div.note h4 {color: #666;}
	p.note, span.note {color: red;}
/*-------------------------------------------Contact Info---*/
div.contact-info {margin-bottom: 1.5em;}
div.contact-info h6 {margin-bottom: 0.10em;}
div.contact-info p {margin-bottom: 0.80em;}


/*-------------------------------------------Print Media---*/
.print {
	float:left;
	text-align:center;
	width:106px;
}
.print img {
	display:block;
}