/*--------------------------------------------------------
layout stylesheet

Version: 1.6

---------------------------------------------------------*/

html, body  {
background : #527aa1 url(../images/grad.png) repeat-x;
color : #000000;
font-family : VERDANA, ARIAL, HELVETICA, sans-serif;
font-size : 0.9em;
line-height : 1.3em;
margin : 0;
}

/* page
---------------------------------------------------------*/

#wrapper {
width : 760px;
position : relative;
left : 50%;
margin-left : -395px;
min-height : 100%;
background : #4e7499 url(../images/gradovlerlay.png) repeat-x;
color : inherit;
padding : 0 15px 0 15px;
border : 0 solid #cecece;
}
#paper {
background : #fff;
color : inherit;
position : relative;
float : left;
padding : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
width : 760px;
}

/* banner
---------------------------------------------------------*/

#banner {
background : #ececec url(../images/bannerbg.png) repeat-x;
color : inherit;
padding : 0;
margin : 0;
height : 188px;
width : auto;
overflow : hidden;
}
#logo {
position : absolute;
left : 15px;
top : 8px;
}
#bannerimage {
position : absolute;
left : 0;
top : 62px;
overflow : hidden;
width : 760px;
}

/* bar
---------------------------------------------------------*/

#bar {
height : 31px;
background : #e9e9e9 url(../images/barbg.png) repeat-x;
color : inherit;
overflow : hidden;
width : auto;
clear : both;
}

/* navigation
---------------------------------------------------------*/

#mainNav {
width : 180px;
max-width : 180px;
background : #ececec;
color : inherit;
margin : 0;
float : left;
overflow : hidden;
}

/* calendar
---------------------------------------------------------*/

#calender {
padding : 24px 0 0 0;
background : #fff;
color : inherit;
}

/* breadcrumb
---------------------------------------------------------*/

#breadcrumb {
width : 552px;
max-width : 552px;
min-height : 30px;
padding : 2px 10px 0 16px;
float : left;
margin : 0;
background : #ffffff url(../images/contentbg.png) repeat-x;
color : inherit;
display : block;
}
#breadcrumb p {
margin : 10px 10px 7px 0;
}

/* content
---------------------------------------------------------*/

#content {
padding : 0 10px 10px 0;
float : right;
margin : 0;
background : #fff;
color : inherit;
display : block;
width : 555px;
}

/* footer
---------------------------------------------------------*/

#footer {
clear : both;
bottom : 0 !important ;
text-align : left;
padding : 0 15px 0 15px;
background : #efefef;
color : inherit;
height : 67px;
width : 730px;
font-size : 0.85em;
line-height : 22px;
border-top : 1px solid #cecece;
}
.footerlogo{
float:left;
margin:10px 5px 10px 0;
padding:0;
}
.footercontent1{
float:left;
padding:0 5px 0 5px;
margin-top:15px;
}
.footercontent2{
float:left;
padding:0 10px 0 5px;
margin-top:15px;
border-right:1px solid #cecece;
}
.footercontent3{
float:left;
padding:0 5px 0 10px;
margin-top:15px;
border-left:1px solid #fff;
}
.footercontent4{
float:left;
padding:0 5px 0 5px;
margin-top:15px;
}
.footercontent5{
float:right;
padding:0 5px 0 5px;
margin-top:15px;
text-align:right;
}