@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext);

body {
margin:0;
padding:0;
font-family: Tahoma;
font-size: 12px;
background: url(/images/background.jpg) center top;
color: #6a6969;
}

a img {
border: none;
outline: none;
}

.clear {
clear: both;
}

#header {
width: 1000px;
margin: 0 auto;
height: 605px;
position: relative;
color: #fff;
}

.wrapper {
width: 1000px;
margin: 0 auto;
}

#logo_area {
width: 222px;
height:197px;
background: url(/images/logo-bg.png);
position:absolute;
left: -30px;
z-index:20;
}

#logo_area img{
margin: 40px 0 0 52px;
float: left;
}

#menu {
position: absolute;
font: 17px Open Sans Condensed;
color: #fff;
text-align: center;
width: 600px;
height: 30px;
right: 0;
top: 56px;
}

#menu ul {
list-style: none;
display: inline-block;
margin:0;
padding:0;
}

#menu ul li {
float: left;
padding: 0 15px;
border-right: 1px solid #10819f;
}

#menu ul li a {
color: #fff;
text-decoration: none;
}

#menu ul li.menuactive a {
font-weight: bold;
color: #ffdd02;
}

#menu ul li a:hover {
color: #ffdd02;
}

#next {
width: 31px;
height: 54px;
background: url(/images/left.png);
display: block;
position:absolute;
top: 267px;
left: 17px;
}

#slider {
width: 772px;
height: 294px;
float: left;
margin: 160px 0 0 65px;
}

#slider img {
width: 346px;
height:289px;
border: 3px solid #fff;
}

#stud {
position: absolute;
top: 135px;
right: -40px;
}

h2#welcome {
position: absolute;
margin: 0;
padding: 0;
top: 161px;
right: 130px;
width: 430px;
border-bottom: 1px solid #fff;
font-family: Open Sans Condensed;
font-weight: bold;
font-size: 23px;
color: #ffdd02;
}

#text {
position: absolute;
top: 250px;
right: 180px;
width: 380px;
font-family: Open Sans Condensed;
font-size: 15px;
}

#header a.more {
font-family: Open Sans Condensed;
font-weight: bold;
font-size: 15px;
line-height: 28px;
color: #ffdd02;
background: url(/images/more.png);
width: 84px;
height: 31px;
display: block;
text-decoration: none;
text-align: center;
float: right;
}

#main {
width: 100%;
background: url(/images/bg.jpg) center top no-repeat;
min-height: 924px;
}

#content {
width: 960px;
margin: 0 auto;
}

#content_main {
margin: 0 auto;
width: 460px;
float: left;
margin: 0 20px;
}

#content_main h3 {
color: #8b000d;
font: 20px Open Sans Condensed bold;
margin: 0 0 10px 0;
padding: 0 0 5px;
border-bottom: 1px solid #ccc;
}

#content_main a {
color: #006fc3;
}

#content #left h4.tit {
width: 200px;
line-height: 46px;
margin: 0 0 5px 0;
padding: 8px 0 0 30px;
height: 38px;
color: #ffdd02;
font: 20px Open Sans Condensed bold;
background: url(/images/left.jpg);
margin-left:-22px;
text-shadow: 2px 2px 2px #004980;
}

#left ul {
margin:0 40px 15px 0;
padding:0;
list-style: none;
}

#left ul li {
padding: 4px 0 4px 11px;
background: url(/images/arrow.gif) no-repeat 0px 7px;
border-bottom: 1px solid #cfcfcf;
}

#left ul li a {
text-decoration: none;
color: #333;
padding-left: 10px;
}

#left {
width: 230px;
float: left;
}

#content #right h4.tit {
width: 200px;
line-height: 46px;
margin: 0 0 5px 0;
padding: 8px 0 0 30px;
height: 38px;
color: #ffdd02;
font: 20px Open Sans Condensed bold;
background: url(/images/right.jpg);
margin-left: 19px;
text-shadow: 2px 2px 2px #004980;
}

#right ul {
margin: 0 15px 15px 50px;
padding: 0;
list-style: none;
}

#right ul li {
padding: 4px 0 4px 11px;
background: url(/images/arrow.gif) no-repeat 0px 7px;
border-bottom: 1px solid #cfcfcf;
}

#right ul li a {
text-decoration: none;
color: #333;
padding-left: 10px;
display: block;
}

#right {
width: 230px;
float: right;
}

#footer {
width: 100%;
height: 143px;
background: url(/images/footer.jpg) center top no-repeat;
font: 14px Open Sans Condensed bold;
color: #fff;
padding-top: 40px;
text-shadow: 1px 1px 2px #000;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer span {
float: right;
}

#loginform input[type="text"], #loginform input[type="password"] {
background: url(/images/input.jpg);
border:none;
font: 12px Tahoma;
color: #333;
width: 176px;
height: 27px;
padding:0;
}

#loginform input[type="submit"] {
padding: 3px 12px;
background: #8b000d;
margin: 0 0 0 40px;
border: none;
cursor: pointer;
color: #fff;
font: 13px Open Sans Condensed;

}

.NewsSummaryField {
width: 146px;
height: 94px;
border: 3px solid #fff;
box-shadow: 0 0 2px #000;
float: left;
overflow: hidden;
margin: 0 10px 10px 0;
}

.NewsSummaryField img {
width: 200px;
}

.NewsSummaryLink a {
font: 16px Open Sans Condensed bold;
color: #3cabff;
text-decoration: none;
}

.NewsSummaryCategory {
font-style: italic;
margin-bottom: 3px;
}
	
.NewsSummaryMorelink {
text-align: right;
}

.NewsSummaryMorelink a {
color: #8b000d!important;
font-weight: bold;
}

.plan {
width: 86px;
height: 80px;
display: block;
position: absolute;
}
/* Stylesheet: gimlo Modified On 2013-12-11 01:47:28 */
