@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, 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; vertical-align: baseline; }

/* Sitewide */
.float-l{ float:left}
.float-r{ float:right}
.clear{ clear:both}

.replacetext{}
.replacetext2{}

h1{ font-size:30px; margin:0px; padding:0px; color:#F00}
h2{ font-size:24px; color:#F00}
h3{ font-size:38px; color:#56636a}
h4{ font-size: 16px; }

body { margin: 0px 0px 0px 0px; background-color:#292e32}

body,th,div {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#header-bg{ width:100%; height:101px; background: url(../images/header-bg.jpg) repeat-x; margin: 0 auto}
#header{ margin:0 auto; height:101px; width: 1002px;}
#header-contact{ margin:25px 15px 0 0; text-align:right}

#main-bg{ width:100%; background-image:url(../images/bg-main.jpg); background-position: top center; background-repeat:no-repeat; background-color:#292e32; min-height: 465px; }

/** Nav */

#nav-container{ width:1002px; margin-left: auto; margin-right: auto}
#navi{
	list-style: none;
	width:975px;
	height:41px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:9px
}

.nav {
	list-style: none;
}

ul.nav li {
	position: relative;
	float: left;
	margin:0;
	padding:0;
}

ul.nav li a {
	display: block;
	height: 41px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -999em;
}

.nav li a:hover {
	background-position: bottom left;
}

/** Nav Specifics */

#nav-home {
	width: 85px;
	background-image: url(../images/nav01-home.jpg);
}

#nav-principals {
	width: 108px;
	background-image: url(../images/nav02-principals.jpg);
}

#nav-bellchart {
	width: 111px;
	background-image: url(../images/nav03-bellchart.jpg);
}

#nav-articles {
	width: 104px;
	background-image: url(../images/nav04-articles.jpg);
}

#nav-books {
	width: 88px;
	background-image: url(../images/nav05-books.jpg);
}

#nav-research {
	width: 105px;
	background-image: url(../images/nav06-research.jpg);
}

#nav-seminars {
	width: 104px;
	background-image: url(../images/nav07-seminars.jpg);
}

#nav-links {
	width: 88px;
	background-image: url(../images/nav08-links.jpg);
}
#nav-media {
	width: 80px;
	background-image: url(../images/nav09-media.jpg);
}
#nav-contact {
	width: 102px;
	background-image: url(../images/nav10-contact.jpg);
}


/** Footer */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
/*
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -146px; 
}
.footer, .push {
	height: 146px;
}
*/
#sitemap{ margin:0px auto; padding:15px 0px 15px 0px; width:1002px; text-align:center; font-size:11px; vertical-align:middle; }
#sitemap span{ color:#929292}
#footer-bg{ width:100%; height:101px; background: url(../images/footer-bg.jpg) repeat-x bottom; margin: 0 auto}
#footer-container{width:1002px; padding-top: 25px; margin:0 auto;}
#footer-copyright{ width:600px; text-align:left; padding:15px 0px 0px 15px; font-size:11px }
#footer-logo{ height:46px; padding:0px 0px 0px 10px  }
#caweb-link{ text-align:right; padding:15px 15px 0px 0px; font-size:11px }

/*------------------------------------------------------------------------------------------------------------*/

/* Pages */

.content-wrap{width:975px; margin:0 auto; text-align:left}
.content-wrap p{margin-bottom:20px; line-height:19px}
.content-topbottom{width:975px; height:19px;}
.content-wrap-body1{ border-left:1px solid #626f78; border-right: 1px solid #626f78; color:#FFF; padding:5px 25px 0px 25px}
.content-wrap-body2{ background-color:#FFF; color:#000; padding:5px 25px 0px 25px}
.content-wrap-body2 p{color:#000;}
.content-wrap-body1, .content-wrap-body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content-wrap-left{float:left; width:605px; margin-right:14px}
.content-wrap-left p{margin-bottom:20px; line-height:19px; text-align:left}
.content-topbottom-left{width:605px; height:19px;}
.content-wrap-right{float:right; width:355px}
.content-wrap-right p{margin-bottom:20px; line-height:19px; text-align:left}
.content-topbottom-right{width:975px; height:19px;}
.content-topbottom-right{width:355px; height:19px;}

.redlink{	color: #F00;
	font-weight:bold;
	text-decoration: none;
}
.redlink a:link {
	color: #F00;
	font-weight:bold;
	text-decoration: none;
}
.redlink a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #F00;
}
.redlink a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #F00;
}
.redlink a:active {
	text-decoration: none;
	font-weight:bold;
	color: #F00;
}
.redlink-nb a:link, .redlink-nb a:active, .redlink-nb a:visited, .content-wrap-body2 a:link, .content-wrap-body2 a:active, .content-wrap-body2 a:visited {
	color: #F00;
	text-decoration: none;
}
.redlink-nb a:hover, .content-wrap-body2 a:hover {
	text-decoration: underline;
	color: #F00;
}


/** Home */
#home-message-container{width:1002px; height:341px; margin: 0 auto}
#img-rot-l-bg{height:341px; width:523px; background:url(../images/home-left-bg.jpg)}
#img-rot-l-text{ margin:73px 0px 0px 47px; text-align:left}
#img-rot-r{height:341px;}
#bottom-section-bg{width:1002px; height:283px; background:url(../images/home-bottom-bg.jpg) no-repeat; margin:0 auto}
#book-title{padding:35px 35px 0px 250px; text-align:left}
#book-text{padding:19px 35px 0px 460px; color: #000; text-align:left;}
#book-text span{ font-size: 11px; font-style: italic; font-weight: bold;}

/** Principals */

/** Bell Chart */
.chart-language-box td{width:30%; float:left; color:#000;}
h2.grey{
	color:#56636A;
	margin-bottom:5px;
}
.chart-language-box span{
	padding-top:15px;
}
ul.bellchart{
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	line-height:22px;	
}
ul.bellchart li{
	background: url(../images/grey-bullet.gif) no-repeat;
	padding-left: 15px;
	background-position: 0 7px;
}

/** Articles */
.col1 {
	width: 308px;
	float: left;
}

.col2 {
	width: 283px;
	float: left;
	padding-left: 15px;
	border-left: 1px #000 solid;
}

.col3 {
	width: 284px;
	float: left;
	padding-left: 15px;
	border-left: 1px #000 solid;
}

/** Books */
.book-desc {
	float: left;
	width: 740px;
}

.book {
	float: left; 
	margin: 0px 25px 0px 25px;
}
/** Research */
.a-details {
	font-size: 14px;
}
p.caption {
	margin: 3px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-style: oblique;
}

.captable {
	float: right;
	margin: 10px;
}

/** Seminars */

/** Links */
#linkstable {
	margin: 0px 0px 0px 0px;
}
#linkstable td.spacer {
	height: 2px;
}
#linkstable td {
	height: 70px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
p.tablep {
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
}
#linkstable td.midlink {
	padding: 0px 15px;
}
.linklist {
	margin-left: 25px;
}
.leftcol {
	width: 373px;
	padding-right: 30px;
	float: left;
}
.rightcol {
	width: 502px;
	float: right;
}
/** Media */

/** Contact */
