/****************************************
*
*   Main CSS Layout
*
****************************************/

.clear { clear:both; height:0; overflow:hidden; }

.bold { font-weight: bold; }

strong {
	font-weight:bold;
}

hr {
	height:1px;
	border:1px dotted #666;
	border-width:1px 0 0 0;
}

p.bodytext {
	margin-bottom:10px;
}

/*********** INITIAL SETTINGS */

body {
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF url("../img/body_bg.jpg") repeat-x top left;
	background-attachment: fixed;
	font: 83%/1.2 arial, helvetica, tahoma, verdana, arial, helvetica, sans-serif;
	color:#333333;
}

a {
	color:#822313;
	text-decoration:underline;
}

a:hover {
	color:#822313;
	text-decoration:none;
}

#container {
	width:760px;
	margin:auto;
	padding-bottom:20px;
}

#flashHeadCont {
	height:490px;
	position:relative;
}
#flashHead {
	height:490px;
	width:790px;
	position:absolute;
	top:0;
	left:0;
}

#contentFrame {
	margin-top:-20px;
	padding:20px 0px 0px 15px;
	background:#FFFFFF url("../img/contentFrame_bg.jpg") repeat-x top left;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#aaa;
}

#contentFrameLeft {
	width:171px;
	float:left;
	/*clear:left;*/
}

#contentFrameRight {
	width:547px;
	float:left;
	margin-left:12px;
	/*clear:right;*/
}


/*********** LARGE BLOCK */

.blockLarge {
	color:#8399a9;

	margin:43px 0 0px 0;
	
	width:526px;
	
	display:block;
	background:#eff2f5;
	background:transparent url("../img/blockLargeBackground.png") repeat-y top left;
	/*border-width:0 1px;
	border-style:solid;
	border-color:#697a8c;
	*/
	padding:0 18px 0px 10px;
	position:relative;
}

.blockLarge h1 {
	display:block;
	background:transparent url("../img/blockLargeHeadBlue.png") no-repeat top left;
	height:43px;
	color:#fff;
	position:absolute;
	top:-43px;
	left:0px;
	width:554px;
	
	font: 12px arial, tahoma, verdana, arial, helvetica, sans-serif;
	/*letter-spacing: -1px;*/
	font-weight: bold;
	line-height:28px;
	padding-left:10px;
	text-transform: uppercase;
}

.blockFooter {
	background:transparent url("../img/blockLargeFooter.png") no-repeat top left;
	height:22px;
	width:554px;
	margin-bottom:58px;
}

.blockLarge.redBar h1 {
	background:transparent url("../img/blockLargeHeadRed.png") no-repeat top left;
}

.blockLarge.redBarOnly h1 {
	background:transparent url("../img/blockLargeHeadRedOnly.png") no-repeat top left;
}

.blockLarge .blockContent {
	display:block;
	background:#eff2f5;
	border-width:0 1px;
	border-style:solid;
	border-color:#697a8c;
	padding:10px;
}

.blockLarge .blockFooter {
	background:transparent url("../img/blockFooter.gif") no-repeat top left;
	height:13px;
}


/*********** SMALL BLUE BLOCK */

.blockSmall {
	color:#fff;
	margin:28px auto 43px auto;
	position:relative;
	background:#a1b7c7;
	padding:10px 10px 20px 10px;
	border-width:1px 1px;
	border-style:solid;
	border-color:#697a8c;
	font-size:9px;
	width:149px;
}

.blockSmall h1 {
	display:block;
	background:transparent url("../img/blockSmallHeadBlue.png") no-repeat top left;
	height:35px;
	color:#fff;
	
	font: 12px arial, tahoma, verdana, arial, helvetica, sans-serif;
	/*letter-spacing: -1px;*/
	font-weight: bold;
	line-height:28px;
	padding-left:10px;
	position:absolute;
	top:-28px;
	left:-1px;
	width:171px;
	text-transform: uppercase;
}

.blockSmall h2 {
	font-weight:bold;
	color:#822313;
}

.blockSmall a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.blockSmall a.more, .blockSmall a.more-link {
	display:block;
	background:#a1b7c7 url("../img/more_bar_170.gif") no-repeat bottom left;
	height:14px;
	line-height:13px;

	text-decoration:none;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	font-style:italic;
	font-size:10px;
	color:#000;
	
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:160px;
}

.blockSmall a:hover {
color:#822313;
}

/*********** SMALL BLUE BLOCK 2D */

.blockSmall.flat {
	margin:21px auto 43px auto;
	width:158px;

	/*margin-top:21px;*/
	background:#a1b7c7;

	border-color:#8399a9;
}

.blockSmall.flat h1 {
	display:block;
	background:transparent url("../img/blockSmallHeadBlue2D.png") no-repeat top left;
	height:21px;
	line-height:21px;
	color:#fff;
	text-transform: none;
	top:-21px;
}

.blockSmall.flat a.more-link {
	width:169px;
	background:transparent url("../img/more_bar_180.gif") no-repeat bottom left;
}

/*********** SMALL BLOCK LIST */

.listBlock ul {
	display:block;
}

.listBlock ul li {
	margin-bottom:10px;
}


/*********** DOWNLOAD BLOCK LIST */

.downloadBlockItem {
	padding:5px 0;
}

.downloadBlockItem h3 {
	font-size:11px;
	font-weight:bold;
}


/*********** IMAGE BLOCK */

.imageBlocks ul {

}

.imageBlocks li {
	display: inline;
	float:left;
}

.imageBlocks li a {
	display:block;
	/*width:170px;*/
	background-color:#596b7d;
	padding:2px;
	margin:5px;
	line-height:0;
}

.imageBlocks li a:hover {
	background-color:#822313;
}

.imageBlocks li img {
	width:160px;
	height:120px;
	margin:0;
	padding:0;
}

/*********** IMAGE TEXT BLOCK */

.imageTextBlocks ul {
	font-size:11px;
}

.imageTextBlocks li {
	float:left;
	width:164px;
	padding:5px;
}

.imageTextBlocks li a {
	display:block;
	width:160px;
	height:120px;
	background-color:#596b7d;
	line-height:0;
	padding:2px;
}

.imageTextBlocks li a:hover {
	background-color:#822313;
}

.imageTextBlocks li img {
	width:160px;
	height:120px;
	margin:0;
	padding:0;
}

.imageTextBlocks li h3 {
	font-weight:bold;
	color:#822313;
	padding:3px;
	margin-top:5px;
}

.imageTextBlocks li h3 a {
	display:inline;
	width:auto;
	height:auto;
	background-color:transparent;
	line-height:15px;
	padding:0;
	text-decoration:none;
}
.imageTextBlocks li h3 a:hover {
	background-color:transparent;
	text-decoration:underline;
}

.imageTextBlocks li p {
	padding:3px;
}

/*********** NEWS BLOCK */

.newsBlocks ul {
	font-size:11px;
}

.newsBlocks li {
	float:left;
	clear:left;
	margin-bottom:10px;
}

.newsBlocks li img {
	width:80px;
	height:60px;
	border:1px solid #313d51;
	/*border-width:1px 1px 0 1px;*/
	margin:0;
	padding:0;
}

.newsBlocks span.imagelink a {
	float:left;
	clear:left;
	width:82px;
	height:75px;
	/*background-color:green;*/
	margin-right:10px;
	/*background:transparent url("../img/news_moreinfo.gif") no-repeat bottom right;*/
}

.newsBlocks li div {
	float:left;
	clear:right;
	width:420px;
}

.newsBlocks li h2 {
	display:block;
	height:16px;
	line-height:16px;
	font-weight:bold;
	color:#fff;
	background:transparent url("../img/news_bar.gif") no-repeat top right;
	padding-left:10px;
}

.newsBlocks li h3 {
	font-weight:bold;
	color:#822313;
	padding:3px;
}

.newsBlocks li h3 a {
	text-decoration:none;
}
.newsBlocks li h3 a:hover {
	text-decoration:underline;
}

.newsBlocks li p {
	padding:3px;
	margin:0;
}

/******/

ul.footerMenu {
	display:block;
	text-align:center;
	padding:5px 0;
	text-transform: uppercase;
	font-size:10px;
}

ul.footerMenu li {
	display:inline;
	padding:0 5px;
}

ul.footerMenu a {
	color:#999;
	text-decoration:none;
}
ul.footerMenu a:hover {
	color:#822313;
	text-decoration:underline;
}

/************************************************/

div.blockSmall.searchBoxExternal {
	width:173px;
	margin-left:-15px;
	margin-top:-10px;
	border-width:0 1px 1px 0;
	padding:8px 3px 0px 3px;
}

div.blockSmall.searchBoxExternal h1 {
	background:transparent url(../img/menuRedBar.png) no-repeat scroll right top;
	height:24px;
	line-height:24px;
	top:-24px;
	width:171px;
}

div.blockSmall.searchBoxExternal form {
	vertical-align:top;
}

div.blockSmall.searchBoxExternal input.forminput {
	float:left;
	width:110px;
	height:14px;
	padding:0 0 0 4px;
	margin:0;
	border:1px solid #95a9b6;
	border-width:1px 0 1px 1px;
	background-color:#dce3e8;
	font-size:10px;
	line-height:14px;
	margin-left:5px;
}
div.blockSmall.searchBoxExternal input.formbutton {
	float:left;
	width:42px;
	height:16px;
	padding:0;
	margin:0;
}

div.simpleSearchBox input.forminput {
	float:left;
	height:14px;
	padding:0 0 0 4px;
	margin:0;
	border:1px solid #95a9b6;
	border-width:1px 0 1px 1px;
	background-color:#dce3e8;
	font-size:10px;
	line-height:14px;
}
div.simpleSearchBox input.formbutton {
	float:left;
	width:42px;
	height:16px;
	padding:0;
	margin:0;
}

div.blockSmall.searchBoxExternal a.expertlink {
	display:block;
	/*
	background:transparent url(../img/go_link_185.png) no-repeat top right;
	height:23px;
	width:170px;
	position:absolute;
	bottom:-1px;
	left:0;
	*/
	font-size:12px;
	font-weight:bold;
	text-transform:upperCase;
	line-height:23px;
	/*color:;*/
	padding-left:5px;
}
