@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	border:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#282828;
	text-align:justify;
	background:url(../images/page-bgr.png) #d6dbdf;
}


h3,
.contentheading,
.componentheading {
	padding:0;
	margin:0;
	color:#000;
	font-size:16px;
	font-weight:normal;
	padding-bottom:5px;
}

.clr {
	clear:both;
}

#main-wrapper {
	width:760px;
	height:100%;
	margin:20px auto;
}

#headerpart {
	width:100%;
	height:100px;
}

#headerpart .logo {
	float:left;
	width:245px;
	height:90px;
	margin-right:10px;
	cursor:pointer;
	cursor:hand;
	background:url(../images/logo.png) no-repeat;
}

#headerpart .right {
	float:right;
	width:480px;
	height:100px;
}

#headerpart .right .top {
	float:right;
	height:60px;
	width:280px;
}

#headerpart .right .top .tline {
	float:left;
	margin-right:10px;
	width:233px;
	height:38px;
	background:url(../images/12-years.png) no-repeat;
}

#headerpart .right .top .fb {
	float:right;
	width:28px;
	height:28px;
	background:url(../images/fb.png) no-repeat;
}

#headerpart .right .mainmenu {
	float:right;
	height:27px;
}
/*
.mainmenu ul li {
	list-style:none;
	display:inline;
	padding:0 12px;
	text-transform:uppercase;
	line-height:27px;
	height:27px;
	float:left;
}

.mainmenu li.active,
.mainmenu li:hover {
	background:url(../images/wrapper-bg.png);
}


.mainmenu a {
	text-decoration:none;
	color:#000;
}*/

#contentpart {
	width:100%;
	min-height:500px;
	background:url(../images/wrapper-bg.png);
}

#contentpart .maincolumn {
	float:left;
	margin:10px;
	width:465px;
}

#contentpart .colseparator {
	float:left;
	width:15px;
	min-height:500px;
	background:url(../images/col-separator.png) center 150px no-repeat;
}

#contentpart .leftcolumn {
	float:right;
	margin:10px;
	width:240px;
}

/* main column style */

.maincolumn .banner {
	width:465px;
	height:240px;
}

.maincolumn .theboss {
	margin-top:10px;
}

.maincolumn .breadcrumb {
	margin-bottom:10px;
}

.maincolumn .breadcrumb a {
	color:#ff8400;
	text-decoration:none;
}
.maincolumn .breadcrumb a:hover {
	color:#282828;
	text-decoration:underline;
}

.maincolumn .theboss h1 {
	font-size:20px;
	color:#0084ff;
	text-align:center;
	margin:0;
}

.maincolumn .theboss h4 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin:0;
}

/* left column style */

.latestnews .contentpaneopen p {
	padding:0;
	margin:0;
	line-height:16px;
}

.latestnews span.article_separator {
	height:3px;
	font-size:2px;
}

.latestnews .contentheading {
	color:#ee1d23;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
}
.readon,	
.latestnews .readmore {
	color:#ee1d23;
	font-style:italic;
	text-decoration:none;
}

.latestnews .readmore:hover {
	text-decoration:underline;
}

.partners {
	margin-top:10px;
}

#footerpart {
	width:100%;
	font-style:italic;
	font-size:11px;
	line-height:24px;
}

#footerpart .copyright {
	float:left;
	width:50%;
}

#footerpart .designby {
	float:right;
	width:50%;
	text-align:right;
}

#footerpart a {
	text-decoration:none;
	color:#ee1a26;
}

#footerpart a:hover {
	text-decoration:underline;
	color:#282828;
}