* {
	padding:0;
	margin:0;
}
a img{
	border:0px;
}

html{
	height:100%;
}

body {
	height: 100%;
	font: 1.0em Arial, Verdana, sans-serif;
	color: #000;
	text-align: center;
	background-color:#000;
}
body, a{
	color:#000;
}
#header{
	height:150px;
	background:url("../images/layout/header.jpg") no-repeat center top;
}

#main_placeholder{
	width: 1000px;
	background:#000 url("../images/layout/background.jpg") repeat-y center -120px;
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#navigation{
      background:url("../images/layout/blocks/white.png") no-repeat bottom right;
	float:left;
	width:200px;
	margin-left:10px;
	display:inline;
	padding-top:10px;
      font-weight:bold;
}

#navigation ul{
	list-style-type: none;
	padding-bottom:10px;
}
#navigation ul li{
	list-style-type: none;
	padding-bottom:2px;
}
#navigation ul li div{
	width:180px;
	display:block;
	margin-left:10px;
	padding-bottom:3px;
	margin-bottom:1px;
}
#navigation a{
	display: block;
	padding:2px 0px 0px 4px;
	text-decoration:none;
}
#navigation ul li div.selected{
    background: url("../images/layout/blocks/blue.png") no-repeat bottom right;
}
#navigation ul li div.hovering{
    background: url("../images/layout/blocks/yellow.png") no-repeat bottom right;
}
#navigation ul li div.selected a{
    color:#fff;
}

#navigation li.top_level{
	font-weight:bold;
	font-size:1.4em;

}
#navigation li.sub_level1 a{
	font-weight:bold;
}
#navigation li.sub_level2 a{
	padding-left:10px;
}
#wrap{
    float:right;
    width:750px;
    margin-right:20px;
    display:inline;
    line-height:1.25em;
}
#content, #wideContent{
    font-size: .75em;
    float:left;
}
#content{
    width:530px;
}
#wideContent{
    width:980px;
    margin-left:10px;
    display:block;
}
#sidebar{
    background:url("../images/layout/blocks/white.png") no-repeat bottom right;
    float:right;
    width:200px;
    font-size:0.8em;
}
.none{
    border:1px solid green;
    background-image:none;
}

#sidebar .content{
    padding:10px;
}
#footer{
    color: #fff;
    font-size: 0.7em;
    clear:both;
    height:520px;
    text-align:center;
    background: url("../images/layout/footer.png") no-repeat center bottom;
}
#footer_wrapper{
    padding-top:330px;
}
#footer table{
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:1.6em;
}
#footer table th{
    padding-left:0.7em;
    font-size:1.1em;
}
#footer table th.border_left{
    padding-left:0em;
}

#footer table td{
    line-height:1.5em;
    vertical-align:top;
    padding-right:0.7em;
    padding-left:0.7em;
    border-right:1px solid white;
}
#footer table td.border_left{
    padding-left:0;
    border-right:0px;
}
#footer table td.border_right{
    padding-right:0;
    border-right:0px;
}
#footer a{
    color: #fff;
    text-decoration:none;
}
#footer a:hover{
    text-decoration:underline;
}

#content_holder{
    padding-bottom:15px;
}

/*block styles*/
.small_block_container,
.medium_block_container,
.full_block_white{
    width:530px;
    float:left;
    clear:both;
}
#wideContent .small_block_container,
#wideContent .medium_block_container,
#wideContent .full_block_white{
    width:980px;
}
.small_block_container .last,
.medium_block_container .last{
    margin-right:0px;
}
.small_block_container img,
.medium_block_container img,
.full_block_white{
    margin-bottom:0px;
}

.small_block_container .content,
.medium_block_container .content,
.full_block_white .content{
    padding:10px 10px 10px 10px;
}
.small_block_white{
    background-repeat:no-repeat;
    background-position: bottom right;
    width:120px;
    float:left;
    margin-right:16px;
}

.medium_block_white{
    background-repeat:no-repeat;
    background-position: bottom right;
    width:257px;
    float:left;
    margin-right:16px;
}

.full_block_white{
    background-repeat:no-repeat;
    background-position: bottom right;
}
.small_block_white,
.medium_block_white,
.full_block_white{
    background-image: url("../images/layout/blocks/white.png");
    display:block;
    margin-bottom:20px;
}
.medium_block_container .right{
    float:right;
}
.content h3{
    font-weight:bold;
    font-size:1.25em;
    padding-bottom:0.6em;
}
.content a{
    text-decoration:none;
}

.full_image{
    width:100%;
    background-color:#000;
    padding:20px 0px;
    text-align:center;
}

.carroussel{
    width:500px;
    height:280px;
    float:left;
    margin:5px 0px 5px 5px;
    display:block;
    background-color:#000;
}

.carroussel .mainframe{
    width:300px;
    height:280px;
    float:left;
}
.carroussel .mainframe .text{
    background: url("../images/layout/blocks/white.png") no-repeat bottom right;
    margin-top:230px;
    font-size:20px;
    line-height:30px;
    font-weight:bold;
    height:30px;
    padding-left:10px;
}
.carroussel .preview{
    width:70px;
    background: url("../images/layout/blocks/white.png") no-repeat bottom right;
    height:240px;
    float:right;
    margin-right:20px;
}
.carroussel .preview img{
    padding:0 10px 5px 10px;
    border:0px;
}

.blockedList{
    width: 100%;
    overflow: auto;
    margin: 0 0 1em;
}
.blockedList dt, .blockedList dt{
    float:left;
}
.blockedList dd, .blockedList dd{
    float:right;
}
.medium_block_white .blockedList dt{
    width:30px;
    height:30px;
    line-height:26px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    margin-top:5px;
    background: url("../images/layout/blocks/blue_small.png") no-repeat bottom right;
}
.medium_block_white .blockedList dd{
    width:200px;
}

.imageWrapper{
    width:100%;
    text-align:center;
}
.small_block_container .imageWrapper{
    min-height:100px;
    vertical-align:middle;
}
.black{
    background: url("../images/layout/blocks/black.png") no-repeat bottom right;
    padding:10px 0px;
}

.item{
    float:left;
    width:100%;
}
.item .itemInfo{
    font-weight:bold;
    float:right;
    text-align:left;
    width:400px;
}