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

/**** STRUCTURAL/DESIGN BASED STYLES ****/
body{
	background-color: #BCCFD8;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

ul.left{
	color: #FFFFFF;
	margin-top: 7px;
}

li.left{
	margin: 5px 2px 5px -15px;
	font-size: 13px;
}

#page{
	width: 898px;
	position: relative;
	margin: 0px auto 0px auto !important;
}

#top{
	position: absolute;
	top: 0px;
	left: 183px;
	width: 692px;
}

#main{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	margin-bottom: 0px;
}

#leftbar{
	width: 198px;
	float: left;
	margin-bottom: 0px;
}

#content{
	position: relative;
	width: 663px;
	float: left;
	min-height: 500px;
	margin-bottom: 0px;
}

#rightcontent{
	padding: 0px 12px 12px 12px;
	margin-bottom: 0px;
}

#rightbar{
	float: left;
	margin-bottom: 0px;
}

#logo{
	width: 155px;
	margin-left: 28px;
}

#foot_content{
	position: absolute;
        z-index: 10;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	margin-left: -186px;
	margin-bottom: 0px;
	width: 877px;
	height: 52px;
	background-image: url(images/foot.png);
	background-repeat: repeat-x;
}

#foot_menu{
	position: absolute;
        z-index: 10;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 12px;
	width: 877px;
	height: 52px;
	background-image: url(images/foot.png);
	background-repeat: repeat-x;
	display: none;
}

#leftmenu{
	padding-left: 12px;
	margin-bottom: 0px;
}

#leftnav{
	margin-left: 8px;
	margin-top: 8px;
}

.protect{
	padding-bottom: 52px;
	margin-bottom: 0px;
}

.news{
	width: 64%;
	height: 180px;
	padding: 4px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	border: solid 1px #000000;
	float: left;
}

.dpt_img{
	width: 210px;
	height: 190px;
	padding: 0px;
	margin: 0px;
	float: right;
}

.sep{
	margin-top: 7px;
	margnin-bottom: 2px;
}

.subscribe{
    width: 135px;
    float: right;
    text-align: center;
    font-size: 0.8em;
    border: 0px;
}

.subscribe img {
    border: 0px;
}

.error{
    color: #FF0000;
}

/**** DETAIL AND TEXT BASED STYLES ****/
a:link{color: #a90000; text-decoration: underline}
a:hover{color: #a90000; text-decoration: none}
a:visited{color: #a90000; text-decoration: underline}
a:visited:hover{color: #a90000; text-decoration: none}
a.accordion:link{color: #FFFFFF; text-decoration: underline}
a.accordion:hover{color: #FFFFFF; text-decoration: none}
a.accordion:visited{color: #FFFFFF; text-decoration: underline}
a.accordion:visited:hover{color: #FFFFFF; text-decoration: none}

input.search{
	background-color: #FFFFFF;
	border: solid 1px #4197c0;
	height: 15px;
	margin: 0px;
	padding: 2px;
}

input.submit{
	background-color: #FFFFFF;
	border: solid 1px #4197c0;
	height: 21px;
	width: 35px;
	margin: 0px;
}


input.search:focus{
	outline: none;
	border: solid 1px #a90000;
}

.header{
	color: #a90000;
	font-weight: normal;
	font-size: 26px;
	margin-top: 12px;
	margin-bottom: 4px;
}

.subtitle{
	color: #4197c0 !important;
	font-weight: normal;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.text{
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 15px;
}

.foottext{
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0px;
}

table.border{
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

td.border{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
}

/**** SCROLLING IMAGES ****/
#changer{
	position:relative;
}
			
#backgroundChanger{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#faderChanger{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
