/* CSS Document */

html, body{
	margin:0px;
	height:100%;
}

.fullheight{
	height:100%;
}

.h{
	height:*%;
}

.header{
	height:190px;
	background-image:url(../imgs/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:bottom; /*This is for the stupid ie*/
}

.header-side{
	height:190px;
	background-image:url(../imgs/pattern-headerside.gif);
	background-repeat:repeat-x;
	background-position:bottom; /*This is for the stupid ie*/
}

.footer{
	height:54px;
	background-image:url(../imgs/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.footerside{
	height:54px;
	background-image:url(../imgs/pattern-footerside.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.height42{
	height:42px;
}

.footertext{
	color:#295D8F;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:7pt;
}

.footerlink{
	color:#295D8F;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-decoration:none;
}

.footerlink:hover{
	color:#295D8F;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-decoration:underline;
}

.title{
	height:28px;
	background-image:url(../imgs/bg-title.gif);
	background-repeat:no-repeat;
	color:#A11E12;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
	padding-left:14px;
}

.text{
	color:#3F7AAC;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:justify;
	padding:11px 14px 10px 14px;
}

.underline{
	padding:6px 0px 6px 0px;
}

.bullet{
	padding-bottom:2px;
	padding-right:5px;
	border-width:0px;
}

.menu-active{
	color:#A11E12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

.menu-active:hover{
	color:#A04C44;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

.menu-inactive{
	color:#3C3C3C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

.menu-inactive:hover{
	color:#6E6E6E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

.height50{
	height:50px;
}

.height6{
	height:6px;
}

.back{
	color:#A11E12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

.back:hover{
	color:#A04C44;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

.extras-title{
	color:#A11E12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.extras-link{
	color:#3F7AAC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
}

.extras-link:hover{
	color:#49A5D0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
}

.search{
	background-image:url(../imgs/bg-search.jpg);
	background-repeat:no-repeat;
	height:61px;
}

.searchbox{
	width:108px;
	height:14px;
	color:#00669B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	background-color:#CDDAE7;
	border-width:0px;
	margin:1px 0px 0px 0px;
	padding:0px;
}

.searchbutton{
	margin-top:5px;
    height: 17px;
    width: 17px;
    background: transparent url(../imgs/btn-search.gif) no-repeat top left;
    border: none;
}
.searchbutton:hover {
    background: transparent url(../imgs/btn-search-hover.gif) no-repeat top left;
    border: none;
}

.news-date{
	color:#748DB3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.news-title{
	color:#A11E12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

.news-title:hover{
	color:#A11E12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
}

.news-summary{
	color:#5B5B5B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
}

.news-readmore{
	color:#5B5B5B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
}

.news-readmore:hover{
	color:#5B5B5B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
	text-decoration:underline;
}

.for-ie-400h{
	height:400px;
}
	
