@charset "UTF-8";

/*--GLOBAL-------------------------------------------------*/


/*--LAYOUT-------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	background: #f0f1f2;
}

body {
	width: 100%;
	height: 100%;
	background: url("../images/layout/body_bg.jpg") 0 0 repeat-x;
}

.pageHolder {
	width: 100%;
	background: url("../images/layout/header.jpg") 50% 0 no-repeat;
}


.xpage {
	width: 960px;
	margin: 0 auto;
	padding: 247px 0 0 0;
	position: relative;
}

/*--HEADER-----------------------------------------------------*/

.header {
	width: 960px;
	height: 247px;
	position: relative;
	margin: 0 auto;
}

.header .logo {
	width: 225px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0;
	top: 93px;
}

.header .logos {
	padding: 9px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
}

.header .logos a {
	float: left;
	margin-right: 13px;
}

.header .logos a.upper {
	position: relative;
	top: -4px;
}

.header .facebookStripe {
	padding: 6px 0 0 0;
	position: absolute;
	left: 646px;
	top: 0;
}

.searchBox {
	width: 242px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 94px;
	background: url("../images/layout/searchbox.png") 0 0 no-repeat;
}

.searchBox .textInput {
	width: 195px;
	height: 28px;
	position: absolute;
	left: 13px;
	top: 6px;
	*top: 11px;
	background: none;
	border: none;
}

.searchBox .button {
	width: 18px;
	height: 19px;
	position: absolute;
	right: 10px;
	top: 11px;
	cursor: pointer;
	border: none;
}

.header .label {
	width: 77px;
	height: 15px; 
	display: block;
	text-align: center;
	line-height: 15px;
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 239px;
	background: url("../images/layout/label.gif") 0 0 no-repeat;
}

.header .label.p1 {
	left: 140px;
}

.header .label.p2 {
	left: 772px;
}

/*--MENU------------------------------------------------------*/

.menu {
	width: 970px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -5px;
	top: 200px;
}

.menu li {
	padding: 0;
	float: left;
	list-style: none;
}

.menu li a {
	height: 45px;
	line-height: 45px;
	padding: 0 5px;
	display: block;
	color: #505966;
	font-size: 16px;
	text-decoration: none;
}

.menu li a:hover {
	color: #1986c5;
}

/*--COLS---------------------------------------------------------*/

.colsHolder {
	width: 100%;
	/*height: 522px;*/
	background: url("../images/layout/cols.jpg") 50% 0 no-repeat;
}

.colsHolder .cols {
	width: 960px;
	/*height: 522px;*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.colsHolder .cols .inner {
	width: 1100px;
}

.colsHolder .cols .col {
	width: 280px;
	margin-right: 60px;
	padding: 30px 0;
	float: left;
}

.colsHolder .cols .col h2 {
	font-size: 30px;
	color: #b50f0f;
	margin: 0 0 25px 0;
	padding: 0;
}

.colsHolder .cols .col .photo, .post .photo {
	width: 270px;
	height: 159px;
	margin: 0 0 10px 0;
	padding: 5px;
	display: block;
	background: url("../images/layout/cols_photo_border.png") 0 0 no-repeat;
}

.post .photo {
	float: right;
}

.post .photo IMG { width: 270px; height: 150px; }

.colsHolder .cols .col .photo img {
	width: 270px;
	height: 150px;
}

.colsHolder .cols .col h3 {
	min-height: 50px;
	font-size: 22px;
	margin: 0 0 15px 0;
	padding: 0;
}

.colsHolder .cols .col h3 a {
	color: #000;
	display: block;
	text-decoration: none;
}

.colsHolder .cols .col h3 a:hover {
	color: #1986c5;
}

.colsHolder .cols .col .info {
	color: #999999;
	font-size: 11px;
	font-style: italic;
}

.colsHolder .cols .col .info a {
	font-weight: bold;
}

.colsHolder .cols .col .description {
	line-height: 24px;
}

.colsHolder .cols .paging {
	width: 960px;
	position: absolute;
	left: 0;
	top: 488px;
	text-align: center;
}

/*--CONTENT--------------------------------------------------------*/

.content {
	width: 960px;
	padding: 30px 0;
	margin: 0 auto;
}

.content .redTitle {
	font-size: 30px;
	color: #b50f0f;
	padding: 0;
	margin: 0 0 25px 0;
}

.content .fbActivities {
	width: 280px;
	float: right;
}

.content .links ul {
	margin: 0;
	padding: 0;
}

.content .links li {
	padding: 4px 0;
	list-style: none;
}

/*--NEWSLETTER-BOX----------------------------------------------------*/

.newsletterBox {
	width: 573px;
	height: 92px;
	padding: 20px;
	position: relative;
	background: url("../images/layout/newsletterbox.png") 0 0 no-repeat;
}

.newsletterBox h2.redTitle {
	margin-bottom: 20px;
}

.newsletterBox .textInput {
	width: 210px;
	height: 22px;
	background: none;
	border: none;
	color: #555555;
	font-size: 13px;
	position: absolute;
	left: 250px;
	top: 27px;
	*top: 30px;
}

.newsletterBox .button {
	width: 114px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 29px;
	top: 19px;
}

/*--FOOTER--------------------------------------------------------------*/

.footerHolder {
	width: 100%;
	height: 90px;
	background: url("../images/layout/footer.jpg") 50% 0 no-repeat;
}

.footerHolder .footer {
	width: 960px;
	margin: 0 auto;
	padding: 28px 0;
}

.footerHolder .footer p {
	font-size: 14px;
	color: #e2e2e2;
}

.footerHolder .footer p a {
	color: #e2e2e2;
	text-decoration: underline;
}

.footerHolder .footer p a:hover {
	color: #fff;
}

















