@charset "UTF-8";

a:link {color: #0033cc}     /* unvisited link */
a:visited {color: #5171BC}  /* visited link */
a:hover {color: #C58C37}   /* mouse over link */
a:active {color: #C58C37}   /* selected link */

a.bannlink:link {color: #FFFFFF; text-decoration: none;}     
a.bannlink:visited {color: #FFFFFF; text-decoration: none;}
a.bannlink:hover {color: #efc380; text-decoration: none;}


* {
	padding:0px;
	margin:0px;
}

p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(images/bckgd-greygrad.jpg);
	background-repeat: repeat-x;
}


.container {
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}
.header {
	height: 120px;
	padding: 10px 20px 0px 20px;  /* top right bottom left */
	background-image: url(images/iht-banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* top right bottom left */
}
.mainContent {
	margin: 10px 0px 0px 25px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
.footer {
	text-align: center;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5171BC;
	padding-top: 20px;
}
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.bannerLinks {
	color: #74A2B4;
	text-align: right;
	margin-left: 640px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #74A2B4;
}

.bannerLinksDoubleBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74A2B4;
}

.bannerMenu {
	padding-top: 10px;
}

.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	color: #C58C37;
	padding-bottom: 24px;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #74A2B4;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7dde6;
}

.heading2-home {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #C58C37;
	padding-top: 5px;
}


.midGrey {
	color: #BBBBBB;
}

.contentColumn {
	padding: 0px 20px 0px 0px;  /* top right bottom left */
	text-align: left;
	vertical-align: top;
}

.quoteColumn {
	padding: 0px 15px 0px 15px;  /* top right bottom left */
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5171BC;
}

.quoteBoxGrey {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #305BBC;
	padding: 8px 8px 0px 8px;  /* top right bottom left */
	float: none;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5171BC;
	border-right-color: #5171BC;
	border-bottom-color: #5171BC;
	border-left-color: #5171BC;
}

.photoColumn {
	text-align: center;
	vertical-align: top;
}

.photoBox {
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.bold {
	font-weight: bold;
}
.nonbold {
	font-weight: normal;
}

.blue {
	color: #5171BC;
}

.gold {
	color: #C58C37;
}

.light-gold {
	color: #EFC380;
}

.alert {
	color:#FF00CC
}

.solidRule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5171BC;
	height: 2px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.list-bullet {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 12px;
	margin-left: 20px;
}
.feature-title {
	width: 160px;
	float: left;
	margin-left: 10px;
}
.feature-text {
	float: right;
	width: 360px;
}
.feature-projectbox {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #C58C37;
	margin-bottom: 5px;
	text-align: center;
}
.feature-projectname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #C58C37;
	line-height: 24px;
}
.body-bullet {
	list-style-type: square;
	text-indent: -12px;
	list-style-position: inside;
	margin-left: 12px;
	margin-bottom: 12px;
}
.eleven-pt {
	font-size: 11px;
	line-height: 15px;
}
.twelve-pt {
	font-size: 12px;
	line-height: 16px;
}
.body-grey {
	color: #666666;
}
.ten-pt {
	font-size: 10px;
	line-height: 13px;
}
.document-table-cell {
	padding: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.translation-status {
	font-size: 10px;
	/*color: #9999FF;*/
}
.heading3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #74A2B4;
	padding-top: 5px;
}
.heading3-gold {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #C58C37;
	padding-top: 5px;
}

.translation-flag-fill {
	/*background-color: #CC00CC;*/
}
.translation-comment {
	color: #FFF;
	/*color: #FFCCFF;*/
}
.translation-status {
	color: #FFF;
	/*color: #FFCCFF;*/
}
.editorial-comment {
	color: #F9C;
}
.list-bullet-2 {
	margin-left: 16px;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}
.list-number {
	margin-left: 30px;
	padding-top: 4px;
	list-style-type: decimal;
}

