@CHARSET "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Lucida Grande, Geneva, Tahoma, Arial, sans-serif;
    font-size: 0.92em;
    color: #333333;
}

body {
    background-color: #202225;
    background-image: url('../images/body-bg.jpg');
    background-repeat: repeat-x;
    text-align: center;
}

a, img, input {
    outline: none;
}

.red {
    background-color: red;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.green {
    background-color: green;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.blue {
    background-color: blue;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.orange {
    background-color: orange;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

#site-frame {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    width: 950px;
    overflow: hidden;
}

#top-menu {
    height: 50px;
    padding: 0 1px 0 2px;
    overflow: hidden;
	background: transparent url('../images/template/top-menu-bg.png') no-repeat left top;
}

#top-menu ul li {
    list-style: none;
    height: 41px;
    width: 189px;
    float: left;
    text-align: center;
}

#top-menu ul li a {
    height: 26px;
    width: 189px;
    padding: 15px 0 0;
    font-size: 1.1em;
    color: #ffffff;
    text-decoration: none;
    background-image: url('../images/template/top-menu-button-bg.png');
    background-position: 189px 0;
    display: block;
}

#top-menu ul li a:hover {
    background-position: 0 0;
}

#logo {
    height: 85px;
    overflow: hidden;
	background: transparent url('../images/template/top-menu-bg.png') no-repeat left -48px;
	position: relative;
}
#logo #home {
	padding: 32px 117px;
	position: absolute;
	top: 5px;
	left: 45px;
}

#logo input {
	border: none;
	background: none;
}
#logo #keyword {
	height: 14px;
	width: 138px;
	position: absolute;
	top: 30px;
	right: 76px;
	padding: 3px 5px 0;
	color: #ff7800;
}
#logo #submit {
	height: 18px;
	width: 29px;
	position: absolute;
	top: 30px;
	right: 43px;
	cursor: pointer;
}

#ads {
    height: 320px;
    overflow: hidden;
}

#ad-left {
    height: 323px;
    width: 477px;
    float: left;
    overflow: hidden;
}

#ad-left img {
    display: block;
}

#solutions {
    height: 320px;
    width: 473px;
    float: left;
    overflow: hidden;
    background: transparent url('../images/template/solution.png') no-repeat left top;
    position: relative;
}

#solutions ul {
    height: 106px;
    width: 176px;
    position: absolute;
    top: 155px;
    right: 84px;
}

#solutions ul li {
    list-style: none;
    text-align: right;
}

#solutions ul li a {
    font-size: 1.2em;
    color: #4F6C8E;
    text-decoration: none;
    padding: 0 16px 0 0;
}

#solutions ul li a:hover {
    color: #D0287D;
    background: transparent url('../images/template/check.gif') no-repeat right bottom;
}

#quick-menu {
    height: 170px;
    overflow: hidden;
    background: transparent url('../images/template/quick-menu-bg.png') no-repeat left top;
    position: relative;
}

#quick-menu ul {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 20px;
    width: 950px;
    overflow: hidden;
}

#quick-menu ul li {
    list-style: none;
    float: left;
    width: 237px;
    text-align: center;
}

#quick-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 0 0 19px;
    background: transparent url('../images/template/white-arrow.gif') no-repeat left center;
}

#quick-menu ul li a:hover {
    color: #ff7800;
    background: transparent url('../images/template/orange-arrow.gif') no-repeat left center;
}

#main {
	width: 920px;
    overflow: hidden;
    padding: 0 15px 0;
    background: #ffffff url('../images/template/main-bg.png') repeat-x;
}

#sitepath {
	margin: 0 0 15px;
	width: 950px;
	text-align: left;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	right: 15px;
	background-color: #E28630;
}

#sitepath ul {
	display: inline;
	background-color: #E28630;
	margin: 0;
	padding: 11px;
	list-style: none;
}
	
#sitepath ul li {
	display: inline;
	color: #ffffff;
}

#sitepath ul .sitepath-seperator {
	background: #E28630 url('../images/sitepath.gif') no-repeat center top;
	padding: 12px;
}

#sitepath ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
}

#sitepath ul li a:hover {
	color: #216091;
}

#frontpage_news {
    background: url("../images/template/site-frame-bg.png") repeat scroll 0 0 transparent;
    margin: 0 0 15px;
	width: 920px;
	text-align: left;
	overflow: hidden;
	padding: 15px 15px 10px;
	position: relative;
	right: 15px;
    color: #FFF;
}

#frontpage_news ul {
    display: block;
    overflow: hidden;
}

#frontpage_news ul li {
    display: block;
    float: left;
    width: 215px;
    margin: 0 10px;
    list-style: none;
    color: #FFF;
    font-size: 0.9em;
}
#frontpage_news ul li.first {
    margin: 0 10px 0 0;
}
#frontpage_news ul li.last {
    margin: 0 0 0 10px;
}
#frontpage_news ul li a {
    color: #E28630;
    font-size: 1.3em;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
#frontpage_news ul li a:hover {
    text-decoration: underline;
}

#frontpage_news div.more {
    text-align: right;
    margin-top: 10px;
    font-size: 0.8em;
}
a.link1 {
    background: url("../images/template/orange-arrow.gif") no-repeat scroll 0 6px transparent;
    color: #FF7800;
    font-size: 1.25em;
    padding: 0 0 0 19px;
    text-decoration: none;
}
a.link1:hover {
    text-decoration: underline;
}

#main-container {
	width: 921px;
    overflow: hidden;
    border-bottom: 1px solid #D7E7F4;
}

#min-height {
	height: 400px;
	width: 1px;
	float:left;
}

#main-container .frontpage_category, #main-container .frontpage_category_list {
	padding: 10px 15px 0;
	width: 200px;
	height: 415px;
	float: left;
	overflow: hidden;
}

#main-container .frontpage_category ul li, #main-container .frontpage_category_list ul li {
	list-style: none;
}

#main-container .frontpage_category .article-short-header {
	height: 35px;
	padding: 0 0 0 2px;
	overflow: hidden;
}

#main-container .frontpage_category .article-short-header a {
	text-decoration: none;
	font-size: 2em;
	color: #425260;
	font-style: italic;
}

#main-container .frontpage_category .article-short-header a:hover {
	text-decoration: underline;
}

#main-container .frontpage_category .article-short-photo {
	height: 120px;
	width: 186px;
	border: 2px solid #C4D9EA;
	background-color: #ffffff;
	overflow: hidden;
	padding: 8px 5px;
	text-align: center;
}

#main-container .frontpage_category .article-short-abstract {
	height: 23em;
	overflow: hidden;
	margin: 0 0 10px;
}

#main-container .frontpage_category .article-short-abstract h1, #main-container .frontpage_category .article-short-abstract p {
	margin: 1em 0;
	text-align: justify;
	font-size: 1.15em;
	line-height: 1.5em;
}

#main-container .frontpage_category .article-short-abstract h1 {
	color: #507498;
}

#main-container .frontpage_category .article-short-abstract p {
	color: #70808D;
}

#main-container .frontpage_category_list .frontpage_category-title {
	height: 35px;
	padding: 0 0 0 2px;
}

#main-container .frontpage_category_list .frontpage_category-title a {
	text-decoration: none;
	font-size: 2em;
	color: #425260;
	font-style: italic;
}

#main-container .frontpage_category_list .frontpage_category-title a:hover {
	text-decoration: underline;
}

#main-container .frontpage_category_list .frontpage_category-photo {
	height: 120px;
	width: 186px;
	border: 2px solid #C4D9EA;
	background-color: #ffffff;
	overflow: hidden;
	padding: 8px 5px;
	text-align: center;
}

#main-container .frontpage_category_list .frontpage_category-content {
	height: 21.2em;
	overflow: hidden;
	margin: 0 0 10px;
}

#main-container .frontpage_category_list .frontpage_category-content ul {
	margin: 1.5em 0;
}

#main-container .frontpage_category_list .frontpage_category-content ul .frontpage_category-content-list {
	margin: 1em 0;
	text-align: justify;
	width: 200px;
}

#main-container .frontpage_category_list .frontpage_category-content ul .frontpage_category-content-list ul {
	margin: 0;
}

#main-container .frontpage_category_list .frontpage_category-content ul .frontpage_category-content-list ul li.article-short-header {
	height: auto;
    line-height: 1.7em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-container .frontpage_category_list .frontpage_category-content ul .frontpage_category-content-list ul .article-short-header a {
	padding: 0 0 0 15px;
	background: transparent url('../images/template/blue-small-arrow.gif') no-repeat 0 center;
	color: #216091;
	text-decoration: none;
	font-size: 1.7em;
	font-style: normal;
	display: block;
}

#main-container .frontpage_category_list .frontpage_category-content ul .frontpage_category-content-list ul .article-short-header a:hover {
	text-decoration: underline;
}

#main-container .frontpage_category_list .frontpage_category-content ul .frontpage_category-content-list ul .article-short-photo {
	display: none;
}

#main-container .frontpage_category_list .frontpage_category-content ul .frontpage_category-content-list ul .article-short-abstract {
	display: none;
}

#main-container .frontpage_category .article-short-more {
	height: 25px;
}

#main-container .frontpage_category .article-short-more a {
    color: #ff7800;
    text-decoration: none;
    padding: 0 0 0 19px;
    background: transparent url('../images/template/orange-arrow.gif') no-repeat 0 6px;
	font-size: 1.25em;
}

#main-container .frontpage_category .article-short-more a:hover {
    text-decoration: underline;
}

#main-container .frontpage_category_list .frontpage_category-more {
	height: 25px;
}

#main-container .frontpage_category_list .frontpage_category-more a {
    color: #ff7800;
    text-decoration: none;
    padding: 0 0 0 19px;
    background: transparent url('../images/template/orange-arrow.gif') no-repeat 0 6px;
	font-size: 1.15em;
}

#main-container .frontpage_category_list .frontpage_category-more a:hover {
    text-decoration: underline;
}

#bottom {
    height: 600px;
    position: relative;
    overflow: hidden;
    padding: 0 15px 30px;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
}

#bottom ul li {
    list-style: none;
    overflow: hidden;
    text-align: justify;
}

#bottom #bottom-container {
    height: 600px;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #B4D3EA;
}

#bottom #bottom-container #bottom-left {
    height: 200px;
    width: 459px;
    float: left;
    overflow: hidden;
    background-color: #D7E7F4;
    border-right: 1px solid #C7D8E2;
    position: relative;
}

#bottom #bottom-container #bottom-right {
    height: 200px;
    width: 459px;
    float: left;
    overflow: hidden;
    background-color: #D7E7F4;
    border-left: 1px solid #E2F3FD;
    position: relative;
}

#bottom #bottom-container .article-short-header {
    width: 410px;
    position: absolute;
    top: 15px;
    left: 25px;
    border-bottom: 1px solid #C4D9EA;
    line-height: 1.8em;
    text-align: left;
}

#bottom #bottom-container .article-short-header a {
	text-decoration: none;
	font-size: 1.8em;
	color: #425260;
}

#bottom #bottom-container .article-short-header a:hover {
	color: #ff7800;
}

#bottom #bottom-container .article-short-photo {
    position: absolute;
    top: 60px;
    left: 25px;
    background-color: #ffffff;
    border: 3px double #C4D9EA;
}

#bottom #bottom-container .article-short-photo img {
    display: block;
}

#bottom #bottom-container .article-short-abstract p {
    height: 120px;
    width: 200px;
    position: absolute;
    top: 60px;
    left: 233px;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #507498;
	overflow: hidden;
}

#copyright {
    height: 15px;
    padding: 25px;
    overflow: hidden;
}

#copyright ul {
    text-align: center;
}

#copyright ul li {
    list-style: none;
    display: inline;
    color: #606165;
}

#copyright ul li #mediascape {
	text-decoration: none;
	color: #a0a0a0;
}

#copyright ul li #mediascape:hover {
	text-decoration: underline;
}

#copyright ul li a {
	text-decoration: none;
	color: #606165;
}

#copyright ul li a:hover {
	text-decoration: underline;
}

#pager {
	height: 30px;
	width: 920px;
	margin: 20px 0 0 0;
	text-align: center;
}

#pager li {
	display: inline;
	position: relative;
	top: 1px;
}

#pager li a {
	font-size: 1.4em;
	text-decoration: none;
	padding: 2px 6px;
	background-color: #FFF7EF;
	border: 1px solid #FF952F;
	color: #FF952F;
}

#pager li a:hover {
	background-color: #FF952F;
	color: #ffffff; 
}

