/* CSS RESET & GLOBALS */
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, font, ins, kbd, q, s, samp, small, tt, var, fieldset, form, label, legend, caption { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }

a:focus { outline: none; }
a img { border: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }
br { line-height: 14px; }

td { vertical-align: top; }


/* GLOBALS */
html, body { height: 100%; }
body { background: url(img/bgnd.jpg) repeat 0 0; font: 12px Arial, Helvetica, sans-serif; line-height: 18px; color: #4a4a4a; }
input { font: 11px Arial, Helvetica, sans-serif; }

.picBorder { border: 1px solid #a6a6a6; }
.txtBig { font: 15px Arial, sans-serif; }
.txtSmall { font-size: 10px; }
.txtSmallest { font-size: 9px; }
.date, .datum { font-size: 10px; color: #7e8082; }

ul.inline { margin: 0; padding: 0; list-style: none; }
ul.inline li { display: inline; }


/* FORM ELEMENTS */
.textbox, textarea { background: #ffffff; border: 1px solid #3e3e3e; font-size: 11px; line-height: 17px; height: 17px; padding: 3px 0 3px 3px; }
.searchbox { font-size: 11px; line-height: 16px; height: 16px; width: 130px; border: 1px solid #e5f2f4; background: #e5f2f4; margin: 0 10px; }
select { background: #ffffff; border: 1px solid #c7c7c7; padding: 2px; font-size: 11px; }


/* LINKS */
a:link, a:active, a:visited, a:hover { text-decoration: none; }

a:link, a:active, a:visited { color: #0097a5; }
a:hover { color: #000000; }

.path a:link, .path a:active, .path a:visited { color: #9e9e9e; }
.path a:hover { color: #000000; }

.leftMenu a:link, .leftMenu a:active, .leftMenu a:visited { color: #0097a5; }
.leftMenu a:hover { color: #000000; }

.leftMenu .active a:link, .leftMenu .active a:active, .leftMenu .active a:visited { color: #000000; }
.leftMenu .active a:hover { color: #000000; }


/* WRAPPERS */
.fullStretch { width: 100%; }
.fullHeight { height: 100%; }
.marginTop1 { margin: 10px 0 0 0; }
.marginTop2 { margin: 30px 0 0 0; }
.marginTop3 { margin: 50px 0 0 0; }
.marginLeft1 { margin: 0 0 0 23px; }
.marginLeft2 { margin: 0 0 0 15px; }
.marginLeft3 { margin: 0 0 0 40px; }

.top { height: 26px; background: url(img/topBgnd.png) no-repeat center top; }
.wrapper { background: url(img/middleBgnd.png) repeat-y center top; }
.footerWrapper { height: 170px; background: url(img/footerBgnd.png) no-repeat center bottom; }

.webHeader { width: 900px; margin: 0 auto; overflow: hidden; }
.logo { float: left; width: 230px; height: 100px; text-align: right; }
.logo img { margin: 45px 0 0 0; }
.webHeaderMain { float: left; width: 670px; }
.webHeaderMain table { width: 100%; margin: 45px 0 0 0; }
.webHeaderMain table th { text-align: left; font-weight: normal; padding: 0 0 0 40px; }
.webHeaderMain table th div { float: left; width: 22px; border: 1px solid #ffffff; margin: 0 3px 0 0; }
.webHeaderMain table th div img { margin: 3px 3px 2px 3px; }
.webHeaderMain table th div.active { width: 22px; border: 1px solid #bce0e6; }
.webHeaderMain table td { text-align: right; color: #000000; }
.path { padding: 17px 0 0 40px; color: #9e9e9e; }

.middle { width: 900px; margin: 0 auto; overflow: hidden; padding: 0 0 30px 0; }
.left { float: left; width: 210px; text-align: right; }
.main { float: left; width: 690px; overflow: hidden; }
.mainWrapper { width: 630px; position: relative; left: 60px; padding: 30px 0; }

.main h1 { font: 28px 'ITCConduitLTCELight', Arial, sans-serif; color: #0097a5; text-transform: uppercase; font-weight: normal; line-height: 32px; padding: 0 0 18px 0; }
h3 { font: 22px 'ITCConduitLTCELight', Arial, sans-serif; font-weight: normal; line-height: 24px; }
.left h3 { text-align: right; }
.news { margin: 12px 0 0 0; }
.content p { margin: 0 0 18px 0; }

.noticeBox { float: left; width: 290px; padding: 0 25px 0 0; }

.pageBottom { padding: 15px 0 0 0; background: url(img/divider_horiz.gif) repeat-x 0 0; }
.pageBottom img { vertical-align: middle; }

.leftMenu { padding: 80px 0 0 0; }
.leftMenu p { text-align: right; font: 16px 'ITCConduitLTCELight', Arial, sans-serif; text-transform: uppercase; padding: 3px 0; }
.leftMenu ul { margin: 12px 0; padding: 0; list-style: none; }
.leftMenu ul li { padding: 0 0 3px 0; }

.footer { width: 900px; margin: 0 auto; overflow: hidden; background: url(img/divider_horiz.gif) repeat-x 0 0; }
.footer table { height: 125px; margin: 0 auto; margin-top: 5px; }
.footer table td { padding: 0 30px; }
.copyright { text-align: right; padding: 0 0 15px 0; }

fieldset {
	border: 1px solid #0097A5;
	padding: 15px;
	margin-bottom: 20px;
}

fieldset p {
	display: inline;
	padding-right: 7px;
}

fieldset p.newline {
	display: block;
	padding-right: 7px;
}

fieldset p span {
	padding-right: 7px;
}


fieldset p span.help {
	font-size: 10px;
	color: #aaa;
	padding-left: 7px;
}

legend {
	border-width: 1px;
	background-color: #0097A5;
	color: #fff;
	padding: 0 5px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tbl {
	width: 100%;
}

.tbl td {
	padding: 3px 0;
}

.txt {
	padding: 2px;
	border: solid 1px #ccc;
	width: 200px;
}

.txt-small {
	width: 60px;
}

.btn {
	padding: 2px 4px;
}

.box {
	float: left;
	margin-right: 20px;
}

.box img {
	display: block;
}

.box p {
	text-align: center;
	font-size: 11px;
}

h2 {
	font-weight: bold;
}

.issue p {
	margin: 0;
	padding: 0;
}

.issue em {
	display: block;
}

.issue-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}

h3.issue-title {
	font-size: 18px;
	color: #0097A5;
	/*margin-top: 20px;*/
}

p.pdf {
	padding-left: 15px;
	background: url(img/pdf.gif) no-repeat 0 3px;
	color: #ccc;
}

p.pdf span {
	margin: 0 7px;
}

.summary {
	font-size: 11px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eeeeee;
}

.summary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.abstract-content {
	margin: 10px 0;	
	padding-left: 20px;
	border-left: solid 5px #eee;
	margin-left: 1px;
}

div.year-chooser {
	float: right;
	color: #9E9E9E;
}

.tbl-books {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}



#rotator2 {
    height: 230px;
    overflow: hidden;
    position: relative;
    width: 621px;
}


#rotator-container2 {
	
}

.rotator-item2 {
    float: left;
    margin-right: 5px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: solid 1px #000;
}

.rotator-item2 img {
    display: block;
}









#rotator3 {
    height: 230px;
    overflow: hidden;
    position: relative;
    width: 621px;
}


#rotator-container3 {

}

.rotator-item3 {
    float: left;
    margin-right: 5px;
    overflow: hidden;
    width: 305px;
    height: 200px;
    border: solid 1px #fff;
}

.rotator-item3 img {
    display: block;
}










.arrows {
	text-align: center;
}

.arrow-home {
	cursor: pointer;
	cursor: hand;
}

.arrow-home3 {
	cursor: pointer;
	cursor: hand;
}

li.no-bullet {
	list-style-type: none;
	padding-top: 10px;
}

.social {
    text-align: right;
    margin: 0 auto;
    width: 900px;
    padding-top: 10px;
    text-align: center;
    font-size: 11px;
    color: #999;
}

.social a {
	padding-right: 15px;
}

p.yt {
	background: Transparent url(img/yt.png) no-repeat 0 10px;
	padding: 10px 0;
	padding-left: 52px;
}


.social2 {
    position: absolute;
    padding-top: 30px;
    font-size: 11px;
    color: #999;
    margin-left: 810px;
}

.social2 a {
	padding-right: 15px;
}

.expert-item {
	float: left;
	width: 130px;
	text-align: center;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	min-height: 230px;
	margin-bottom: 20px;
}

.expert-item p {
	margin: 5px 0 2px 0;
	padding: 0;
	font: 16px/18px 'ITCConduitLTCELight',Arial,sans-serif
}

.cats {
	font-size: 11px;
}

.spec-chooser {
	margin: 0 10px;
}

.expert-image {
	float: left;
	width: 180px;
}

.expert-desc {
	float: left;
	width: 400px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
hr {
    box-sizing: content-box;
    height: 0;
}