/* Load blueprint first */
@import url('./compressed.css');


/* structure & style */
body {
	margin:0px;
	padding:0px;
}

#header {
	min-height:95px;
}

#footer {
	min-height:150px;
	background-image:url(../images/footerbg.png);
	background-repeat:repeat-x;
}

#content {
	margin-top:20px;
	margin-bottom:20px;
}

#header .logo {
	margin-top:20px;
}

#header .searchField {
	margin-top:20px;
	text-align:right;
	
}

#header .searchField input {
	background:transparent url(../images/search_field.png) no-repeat; 
	width:172px; 
	height:24px; 
	padding-top:7px; 
	padding-left:5x; 
	padding-right:5px; 
	text-indent:10px; 
	border:0px;
	margin-right:5px;
	margin-top:0px;
	float:right;
}

#header .searchField img {
	float:right;
}


#header .menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
}

#header .menu ul li {
	float:left;
	height:30px;
	width:150px;
	padding-left:20px;
	padding-top:20px;
	background:url(../images/menuItemBg-trans.png) no-repeat;
}



#footer ul {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
}

#footer li {
	float:left;
	padding-top:30px;
	text-indent:0px;
	padding-right:30px;
}

#footer .dist {
	margin-right:300px;
}

#footer .sep {
	background-position:center;
	background-image:url(../images/footerSep-trans.png);
	background-repeat:no-repeat;
	padding-left:20px;
	min-height:50px;
}


#footer .rss {
	padding-top:35px;
}


#content .menu ul {
	padding:0px;
	margin:0px;
	margin-top:55px;
	list-style:none;
	list-style-type:none;	
}

#content .menu ul li{
	text-indent:10px;
	margin-bottom:4px;
}
#content .menu ul .active {
	background:url(../images/menuArrow-trans.png) no-repeat;
	background-position:left center;
}

#content .article{
	padding-top:18px;
}


.search .result{
	float:left;
	margin-bottom:20px;

}


.news {
	margin-bottom:35px;
}

.news .title h1{
	margin-bottom:0px;
}


#pagesUl {
	float:left;
	list-style:none;
	list-style-type:none;
	margin:0px;
	text-indent:0px;
}

#pagesUl li {
	float:left;
	margin-left:10px;
	text-indent:0px;
}

#pagesUl .active {
	font-weight:bold;
}


.frontpageNewsHeader {
	background: #fff url(../images/frontPageNewsHeader.png) no-repeat;
	padding-top:78px;
}


.frontPageNewsColumn {
	width:210px;
}

.frontPageNewsColumn h2{
	font-size:1.1em;
	font-weight:bold;
}


.frontPageNewsColumn h1{
	font-size:1em;
	font-weight:normal;
}


.fontPageNewsColumn a {
	text-decoration:none;
}

/* typo */

body {
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	size:9px;
}


h1 {
	font-size:1.8em;
	color:#4c4c4c;

}


h2 {
	font-size:1.1em;
	color:#333333;

}


h3 {
	font-size:1em;
	color:#333333;
	text-transform:uppercase;

}


h4 {
	font-size:0.95em;
	color:#4c4c4c;
}	


h5 {
	font-size:0.95em;
	color:#4c4c4c;
	text-transform:uppercase;
}

h6 {
	font-size:0.90em;
	color:#4c4c4c;
}

#header .menu ul li {
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:bold;	
}

#header .menu ul li a{
	text-decoration:none;
}

#header .menu ul li p {
	margin-top:2px;
	font-size:0.7em;
	text-transform:uppercase;
	font-weight:bold;
	color:#444748;
}

#content .menu ul li{
	font-size:0.95em;
	font-weight:bold;
}

ul {
	color:#777777;
	font-size:0.9em;
	font-weight:normal;
}



p {
	font-size:0.9em;
	color:#777777;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:visited {
	color:#333333;
}

a:hover {
	color:#777777;

}

a:active {
	color:#333333;
}

/* standard colors */

.blue {
	color:#0077C3;
}

.blue a{
	color:#0077C3;
}

.blue a:hover{
	color:#0077C3;
}

.blue a:visited{
	color:#0077C3;
}

.blue a:active{
	color:#0077C3;
}


.pink {
	color:#0077C3;
}

.pink a{
	color:#0077C3;
}

.pink a:hover{
	color:#0077C3;
}

.pink a:visited{
	color:#0077C3;
}

.pink a:active{
	color:#0077C3;
}
.orange {
	color:#0077C3;
}
.orange a{
	color:#0077C3;
}
.orange a:hover{
	color:#0077C3;
}
.orange a:active{
	color:#0077C3;
}
.orange a:visited{
	color:#0077C3;
}
.green {
	color:#0077C3;
}
.green a{
	color:#0077C3;
}
.green a:hover{
	color:#0077C3;
}
.green a:visited{
	color:#0077C3;
}
.green a:active{
	color:#0077C3;
}