

html {
	font-size: 62.5%;
}

body {
	margin: 0; padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #404040;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, ol {
	margin: 0; 
	padding: 0;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

.error {
	padding: 10px 0 15px 0;
}

.error li {
	color: #e01d58;
	padding: 0 0 2px 22px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 31px 0 56px 0;
}

.wmv {
	/*padding: 10px 10px 10px 0;*/
	padding: 10px 10px 10px 0; 
	overflow: hidden;
}

.wmv object,
.wmv embed {
	display: block;
	border: 5px solid #cccccc;
	float: left;
}
 
/*** HEADER ***/
#header  {
	overflow: hidden;
	padding: 0 0 33px 0;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 231px;
	height: 43px;
	float: left;
	text-indent: -5000px;
}

#search {
	float: right;
	width: 195px;
	overflow: hidden;
}

#search label {
	display: none;
}

#search .textbox {
	background: url(../images/search.png);
	float: left;
	width: 137px;
	height: 27px;
	border: none;
	padding: 0;
	color: #6d6d6d;
	padding: 4px 0 0 7px;
	margin: 0 7px 0 0;
}

#search .submit {
	float: left;
}

/*** NAV ***/

.nav {
	background: #2c8c93 url(../images/nav.png) no-repeat 0 0;
	width: 940px;
	min-height: 45px;
	padding: 0;
	overflow: hidden;
}

.nav ul {
	padding: 0;
	overflow: hidden;
	float: left;
}

.nav li {
	list-style: none;
	float: left;
	padding: 0;
	font-size: 1.1em;
}

.nav a {
	color: #ffffff;
	float: left;
	padding: 13px 20px 14px 20px;
}

.nav a:hover,
.nav .active {
	background: #004e54;
}

.nav .first a:hover,
.nav .first .active {
	background: #004e54 url(../images/nav_left.png) no-repeat 0 0;
}

.nav #langTog {
	float: right;
	border-left: 1px solid #ffffff;
}

.nav #langTog a:hover {
	background: #004e54 url(../images/nav_right.png) no-repeat right top;
}


/*** BANNER ***/

#homeBanner {
	width: 940px;
	height: 329px;
}

#bannerBox {
	background: url(../images/banner_box.png);
	width: 359px;
	height: 280px;
	position: relative;
	left: 28px;
	top: 20px;
	color: #ffffff;
}

#bannerBox .inner {
	padding: 25px 29px 75px 42px;
}

#bannerBox h1 {
	font-size: 2.2em;
	line-height: 1.1em;
	font-style: italic;
	font-weight: normal;
}

#bannerBox p {
	line-height: 1.6em;
}

.pageBanner {
	display: block;
	overflow: hidden;
}

.pageBanner img {
	display: block;
}

/*** HOMEPAGE ***/
#homepage {
	overflow: hidden;
	padding: 24px 0 30px 0;
}

.homebox {
	float: left;
	margin: 0 17px;
	width: 279px;
	color: #ffffff;
}

.homebox.blue .top {
	background: url(../images/box_top_blue.png);
	height: 25px;
}

.homebox.pink .top {
	background: url(../images/box_top_pink.png);
	height: 25px;
}

.homebox.yellow .top {
	background: url(../images/box_top_yellow.png);
	height: 25px;
}

.homebox.blue .middle {
	background: #08a0bc;
}

.homebox.pink .middle {
	background: #e01d58;
}

.homebox.yellow .middle {
	background: #efb319;
}

.homebox.blue .bottom {
	background: url(../images/box_bottom_blue.png);
	height: 47px;
}

.homebox.pink .bottom {
	background: url(../images/box_bottom_pink.png);
	height: 47px;
}

.homebox.yellow .bottom {
	background: url(../images/box_bottom_yellow.png);
	height: 47px;
}

.homebox h2 {
	text-transform: capitalize;
	font-size: 1.3em;
	padding: 0 0 0 16px;
}

.homebox p {
	margin: 0;
}

.homebox a {
	color: #ffffff;
	text-decoration: underline;
}

.homebox img {
	display: block;
}

.homebox .content {
	padding: 17px 17px 0 17px;
}

.homebox .image {
	padding: 20px 0 0 0;
}

.homebox .newslist {
	padding: 17px 17px 0 17px;
}

.homebox .date {
	font-weight: normal;
	font-style: italic;
}

.homebox .newslist p {
	padding: 0 0 18px 0;
}

.homebox .newstitle a {
	color: #ffffff;
}


.homebox h3 {
	font-weight: bold;
}


/*** PAGES ***/

#holder {
	padding: 34px 14px 40px 0;
	overflow: hidden;
}

#content  {
	background: #edecec;	
	overflow: hidden;
	padding: 20px 29px 22px 25px;
}

#content .content h3 {
	font-size: 1.3em;
}

#content .content h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#content .content h5 {
	font-size: 1.1em;
	font-weight: normal;
}

#content .content p {
	line-height: 1.9em;
	margin-bottom: 20px;
	overflow: hidden;
}

#content .content li {
	margin: 1px 0 1px 20px;
}

#content .content ol,
#content .content ul {
	padding: 10px 0;
}

.highlight {
	background: yellow;
	padding: 3px;
	font-weight: bold;
}

.warning {
	color: #e01d58;
	font-weight: bold;
}

#content .content .wysiwygleft {
	margin: 5px 25px 10px 0;
}

#content .content .wysiwygright {
	margin: 5px 0 10px 25px;
}

#content .content .wysiwyg {
	margin: 5px 25px 10px 25px;
}


/*** COL ***/

#col {
	width: 205px;
	margin: 0 36px 0 15px;
	float: left;
}

/*** SUBNAV ***/
.subnavTitle {
	background: #08a0bc url(../images/nav_title_left.png) no-repeat 0 0;
}

.subnavTitle  span {
	background: url(../images/nav_title_right.png) no-repeat top right;
	display: block;
	padding: 20px 10px 20px 25px;
	font-size: 1.3em;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#subnavigation .subnavTitle a {
	padding: 0;
}

#subnavigation .subnavTitle a:hover {
	background: #08a0bc;
}

#subnavigation {
	background: #08a0bc url(../images/subnav_bottom.png) no-repeat bottom left;
	padding: 0 0 55px 0;
	font-size: 1.2em;
	margin: 0 0 22px 0;
}

#subnavigation  li {
	list-style: none;
	border-bottom: 1px solid #ffffff;
}

#subnavigation a {
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	display: block;
}

#subnavigation .active a,
#subnavigation a:hover {
	background: #006072;
}

#subnavigation .active ul a {
	background: #edecec;
	color: #404040;
	padding-left: 40px;
}

#subnavigation .active ul li {
	border-bottom: none;
}

#subnavigation .active ul .active a,
#subnavigation .active ul  a:hover {
	background: #EDECEC url(../images/chevron.png) no-repeat 23px 15px;
}

/*** CTAS ***/

.cta {
	background: url(../images/bottom_left.png) no-repeat bottom left;
	padding: 0 0 22px 0;
	color: #ffffff;
	margin: 0 0 30px 0;
}

.cta .error {
	padding: 0 0 15px 0;
}

.cta .error li {
	list-style: none;
	color: #ffffff;
	padding: 2px 0 0 0;
}

.cta img {
	display: block;
}

.cta .content {
	background: #e01d58 url(../images/bottom_right.png) no-repeat right bottom;
	padding: 10px 10px 10px 20px;
}

.cta .content p {
	margin: 0;
}

.cta .content a {
	color: #ffffff;
	text-decoration: underline;
}

.cta.newsletter_cta .content {
	padding: 12px;
}

.cta.newsletter_cta .button {
	overflow: hidden;
	padding: 5px 7px;
}

.cta.newsletter_cta .button .submit {
	float: right;
}

.cta.newsletter_cta .button .tagline {
	float: left;
	padding: 3px 0 0 0;
}

.cta.newsletter_cta label {
	padding: 0 0 3px 0;
	display: block;
}

/*** TITLES ***/

.title {
	background: #e01d58 url(../images/title_left.png) no-repeat 0 0;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}

.title span {
	background: url(../images/title_right.png) no-repeat top right;
	display: block;
	color: #ffffff;
	padding: 18px 20px;
	font-size: 1.3em;
}

/*** LISTS ***/

.item {
	background: #ffffff url(../images/item_bottom.png) no-repeat bottom left;
	margin: 0 0 15px 0;
	overflow: hidden;
	line-height: 1.9em;
	position: relative;
}

.itemTitle {
	background: url(../images/item_top.png) no-repeat 0 0;
	padding: 10px 150px 10px 10px;
	position: relative;
}

.itemTitle h3 a {
	font-size: 1.3em;
}

.itemTitle a {
	color: #404040;
	text-decoration: underline;
}

.itemTitle .date {
	font-weight: normal;
	font-style: italic;
	padding: 2px 0 0 0;
	font-size: 1.3em;
}

.item .inner {
	padding: 10px;
	border-top: 1px solid #c6c6c6;
	overflow: hidden;
}

.item .image {
	float: left;
	padding: 0 15px 0 0;
}

.item .image .thumb {
	width: 90px;
	height: 90px;
}

.item .description {
	overflow: hidden;
}

.item .backlink {
	background: url(../images/button.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0 0 0 10px;
}

.item .backlink a {
	background: url(../images/button.png) no-repeat right top;
	display: block;
	padding: 0 10px 0 0;
	height: 24px;
	padding: 1px 10px 0 0;
	color: #424242;
	text-decoration: none;
}

#sponsorList .item .image {
	width: 118px;
	height: 88px;
}

#sponsorList .item .thumb {
	width: auto;
	height: auto;
}

#sponsorList .item p {
	margin: 0; 
}

#sponsorList  .itemTitle h3 a {
	font-size: 1.1em;
}


.searchChoices td {
	padding: 0 25px 0 0;
}


.searchChoices {
	margin-bottom: 20px;
}

.refine {
	font-style: italic;
	font-family: georgia;
	font-size: 1.4em;
	padding: 0 0 0 10px;
	margin: 0 0 0 0 !important;
}

.academic td,
.nonacademic td {
	padding: 0 13px 10px 5px;
	position: relative;
	overflow: hidden;
}

.academic td input,
.nonacademic td input {
	position: relative;
	z-index: 2;
	float: left;
	left: 17px;
}

.academic td span,
.nonacademic td span {
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 17px;
	height: 17px;
	display: block;
}

.academic td label,
.nonacademic td label {
	padding: 0 0 0 6px;
	float: left;
	width: 82px;
	position: relative;
	left: 0px;
}

.notcheckedImg {
	background: url(../images/checkbox.png);
}

.checkedImg {
	background: url(../images/checked.png);
}


#DirectorySearch_2 table td {
	overflow: hidden;
	zoom: 1;
	vertical-align: top;
}

#searchResultsList {
	padding: 30px 0 0 0;
}

.searchTitle {
	background: url(../images/arrow_down.png) no-repeat 14px 6px;
	font-weight: normal;
	padding: 0 0 18px 35px;
}

.searchNoKeywordsWarning {
	margin: 0 0 0 14px !important;
}

#searchResultsList .item h3 {
	font-weight: normal;
	font-size: 1.5em;
	padding: 0 0 7px 0;
}

#rssList .itemTitle h3 a {
	font-weight: normal;
}

#rssList .item a {
	color: #404040;
	text-decoration: underline;
}

#rssList .searchTitle {
	margin-top: 30px;
}

#rssList .first {
	margin-top: 0;
}

#user .image {
	width: 142px;
	height: 117px;
}

#user .image img {
	width: 136px;
	height: 111px;
	border: 6px solid #edecec;
}

#user .description {
	padding: 0 10px 10px 10px;
	position: relative;
}

#user .body {
	clear: both;
	padding: 0 20px 0 10px;
}

#user .sectionTitle {
	padding: 8px 0 15px 0;
}

#user .summaryText {
	padding: 0 0 30px 0;
}

#user span {
	background: url(../images/speech.png) no-repeat;
	display: block;
	width: 11px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 9px;
}
 
#user .details {
	border: 1px solid #d9d9d9;
	overflow: hidden;
	min-height: 97px;
	margin: 0;
	padding: 12px;
	line-height: 1.9em;
	font-size: 0.9em;
	font-family: arial; 
}

#user .details a {
	color: #404040;
}

#user .details dl {
	margin: 0;
	overflow: hidden;
}

#user dt {
	float: left;
	clear: left;
	font-weight: bold;
	width: 82px;
}

#user dd {
	margin: 0;
	overflow: hidden;
}


.downloadList {
	padding: 20px;
	font-size: 1.2em;
}

.downloadList .category {
	list-style: none;
	overflow: hidden;
}

.downloadList .category li a {
	overflow: hidden;
	position: relative;
	padding: 0 20px 0 0;
}

.downloadList .category li a img {
	position: absolute;
	right: 0;
	top: 0;
}

.downloadList .category .summary {
	display: block;
	clear: both;
	padding:  0 0 0 20px;
}


.downloadList li {
	padding: 1px 0 5px 0;
}

.downloadList a {
	color: #404040;
	text-decoration: underline;
}

.downloadList ul {
	padding: 0 0 0 30px;
}

.resources {
	padding: 20px;
}

.resources a {
	color: #404040;
}


/*** FORM ***/

.formTitleHolder {
	overflow: hidden;
}

.formTitle {
	background: #e01d58 url(../images/form_title_left.png) no-repeat 0 0;
	float: left;
	color: #ffffff;
}

.formTitle span {
	background: url(../images/form_title_right.png) no-repeat right top;
	display: block;
	padding: 9px 18px;
}

.form {
	background: #e2e2e2 url(../images/form_top.png) no-repeat;
	overflow: hidden;
	padding: 9px 0 0 0;
}

.form .inner {
	background: #e2e2e2 url(../images/form_bottom.png) bottom  left no-repeat;
	padding: 20px 24px 30px 8px;	
}

.form .inner h3 {
	padding: 0 0 20px 22px;
}

.form .section {
	overflow: hidden;
}

.form .field {
	padding: 0 0 20px 22px;
	float: left;
}

.form .label {
	padding: 0  0 2px 0;
}

.form .textbox {
	width: 243px;
	border: 1px solid #9c9c9c;
	padding: 4px 2px;
}

.form textarea {
	height: 103px;
	border: 1px solid #9c9c9c;
	width: 249px;
}

.form textarea.fullwidth {
	width: 407px;
}

.form .buttons {
	padding: 20px 0 20px 22px;
	overflow: hidden;
}

.form .captcha {
	padding: 22px 0 0 22px;
	overflow: hidden;
}

.form .submitMessage {
	font-weight: normal;
	font-style: italic;
	float: left;
	padding: 4px 20px 0 0  !important;
}

.form .row {
	overflow: hidden;
}

.form .row .field {
	float: left;
	padding-right: 20px; 
}

.form select {
	width: 247px;
	padding: 2px 0;
	display: block;
	margin: 3px 0 0 0;
}

.form .radioList label {
	font-style: italic;
}

.form .radioList td {
	padding: 8px 10px 8px 0;
}

.form .uploadFile label {
	display: block;
	padding: 0 0 2px 0;
}

.form .captcha label {
	display: block;
	padding: 4px 0 0 0;
}

.form .field.terms {
	padding: 22px 22px 15px 22px;
}

.form .field.terms a {
	color: #424242;
	text-decoration: underline;
}

.form .field.terms input {
	position: relative;
	top: 2px;
}

.form .thankyou {
	padding-left: 22px;
}

.newsletterForm  .textbox {
	background: url(../images/textbox.png);
	border: 0;
	width: 167px;
	height: 23px;
	padding: 5px 5px 0 5px;
	margin: 0 0 10px 0;
	color: #404040;
}

#directory_form .captcha {
	overflow: hidden;
}

#directory_form .captcha img {
	float: left;
}

#directory_form .captcha br {
	display: none;
}

#directory_form .captcha .label,
#directory_form .captcha .control {
	position: relative;
	left: 10px;
} 

#directory_form .captcha .textbox {
	width: 193px;
}

#directory_form .academic select {
	margin-top: 1px;
}

#DirectorySearch_1 {
	margin-bottom: 15px;
}

.searchBox {
	overflow: hidden;
	padding: 10px 0 25px 0;
}

.searchBox label {
	display: none;
}

.searchBox .textbox input {
	border: 1px solid #9C9C9C;
	padding: 4px 2px;
	width: 200px;
	float: left;
	margin: 0 5px 0 0;
}


#siteSearch .item h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0 2px;
}

/*** PAGINATION ***/

.pagination {
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 0 15px 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

.pagination .paginationSeparator {
	display: none;
}

.pagination a {
	padding: 0 6px;
	color: #404040;
	text-decoration: underline;
}

.pagination .currentPage {
	padding: 0 6px;
}


/*** SITEMAP ***/

#sitemap {
	padding: 0 0 0 20px;
}

#sitemap li {
	padding: 3px 0;
}

#sitemap a {
	color: #505050;
	text-decoration: underline;
}


/*** LOGOS ***/

#logos {
	overflow: hidden;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	padding: 24px 0 20px 0;
	clear: both;
}

#logos li {
	list-style: none;
	float: left;
	padding: 0 68px 0 0;
}


/*** FOOTER ***/
#footer {
	overflow: hidden;
	padding: 17px 0 0 0;
}

#footer li {
	background: url(../images/stick.png) no-repeat left 3px;
	float: left;
	list-style: none;
	color: #505050;
	padding: 0 10px;
}

#footer .first {
	background: none;
	padding-left: 0;
}

#footer a {
	color: #505050;
}
