/* CSS Document */

body{
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
}
a,a:active{
    color: #668bb2;
}
a:hover{
    color: #29527a;
}
a:visited{
    color: #666666;
}
#wrapper{
    width: 950px;
    margin: 0 auto;
	margin-top:25px;
	}
#header{
    position: relative;
    padding: 0px;
}
#menuWrapper{
    position: relative;
    height: 44px;
    clear: both;
    width: 100%;
    float: left;
    background: transparent url(../images/menu-bg.png) top left no-repeat;
}
#searchBox{
    position: absolute;
    top: 8px;
    right: 30px;
    padding: 5px 0px 0px 5px;
    background: transparent url(../images/search-bg.png) top left no-repeat;
    height: 30px;
    width: 260px;
}
#mod_search_searchword{
    border: 0px solid #ffffff;
    width: 220px;
}
#breadcrumb{
    clear: both;
    background: transparent url(../images/breadcrumb-bg.png) top left repeat-x;
    padding: 10px;
}
#breadcrumb a{
    color: #ffffff;
}

#contentWrapper{
    clear: both;
    background: #ffffff url(../images/content-bg.png) top left repeat-y;
    float: left;
    width: 100%;
}
#hpcontentWrapper{
    clear: both;
    background: #ffffff url(../images/hp-content-bg.png) top left repeat-y;
}
#homepageContent{
    width: 948px;
    margin: 0 auto;
    color: #383838;
}
#leftColumn{
    width: 640px;
    float: left;
    color: #383838;
}
#leftColumn div{
    padding: 30px;
}
#rightColumn{
    width: 240px;
    padding: 30px;
    float: left;
    color: #e3ebfd;
    font-size: 12px;
}
#footer{
    clear: both;
    color: #383838;
    position: relative;
    background: #ffffff;
    border-top: 2px solid #535353;
    border-right: 2px solid #535353;
    border-left: 2px solid #535353;
    padding: 20px 20px 0px 20px;
	 float: left;
	 width: 906px;
}
#footer div{
	text-align: center;
	float: left;
}
#footer img{
	padding: 0px 8px 0px 8px;
}
#footer div img.footerBtmImg{
	margin: 0px 20px;
}
#footerBar{
    margin: 0 auto;
    width: 950px;
	margin-bottom:25px;
}
.rightColumnHeader{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}
.contentHeadline{
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
.contentpaneopen{
    padding: 0px 30px 0px 30px;
}
#leftColumn form{
    padding: 0px 30px 0px 30px;
}
/*.searchintro{*/
/*    padding: 0px 30px 0px 30px;*/
/*}*/
#rightColumn a{
    color: #ffffff;
}
