body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Verdana,serif;
	background: #EFEFEF;
}



#header
{
	margin: 0;
	padding: 0;
	border-top: 15px solid #1F8BCB;
        background: #F2F1ED url('header.gif') no-repeat center center;
        min-height:110px;
        position:relative;
}

#header .container
{
        background: url('eshadow_up.png') no-repeat center bottom;
}

#slider
{
	height: 270px;
        background: #ccc url('slider.png') repeat-x;
}

#slider-holder
{
        background: url('eshadow_up.png') no-repeat center bottom;
/*	border-left: 1px solid #000!important;
        border-right: 1px solid #000!important;*/
}

.roundabout-holder {
        list-style: none;
        padding: 0;
        margin: auto;
        height: 270px;
        width: 650px;
        /*overflow: hidden*/
}

.roundabout-moveable-item {
        height: 181px;
        width: 417px;
        cursor: pointer;
        /*background-color: #fff;*/
        /*border: 1px solid #999;*/
        /*padding-bottom:500px;*/
        /*background: url('shadow.png') no-repeat center bottom;*/
}

.roundabout-in-focus {
        cursor: auto;
}

#programs
{
	height: 80px;
        background: #D6D5D3 url('programs.png') no-repeat center center;;
        border-top:1px solid #fff;
        border-bottom:1px solid #fff;
}

#programs img 
{
        margin:0 21px; 
        margin-top:22px; 
        padding: 0px; 
        min-width:65px; 
/*        -webkit-box-shadow: 0px 0px 5px 3px #fff;
        box-shadow: 0px 0px 5px 3px #fff;*/
}
#maincontent
{
	padding-top: 25px;
	padding-bottom: 5px;
	background: transparent;
        background: url('eshadow_down.png') no-repeat center top;
/*	border: 1px solid #C9E0ED;*/
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #ccc;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
        text-indent: -9999em;
        background: url('logo.gif') no-repeat;
        width: 180px;
        height: 75px;
        margin-top:20px;
        margin-left:30px;
}

#mainmenu
{
	background:transparent;
        margin-top: 65px
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
/*	margin:20px 0;*/
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#666;
	background-color:transparent;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #999;
	background-color:transparent;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}


.downloads{}
.downloads h3{margin: 0px;text-align: center}
.downloads-holder{
    background: url('downloads_bg.png') no-repeat center top;
}
.download-holder{
    padding-top: 10px;
    margin-top: 5px
}
.right .download-holder{
    background: url('half_shadow_r.png') no-repeat center top;
}
.left .download-holder{
    background: url('half_shadow_l.png') no-repeat center top;
}

.download-holder p{margin: 3px 0px; text-align: center}

a:hover{text-decoration: none}