/*
###########################################
## Home Layout
###########################################
*/

/*
------------------------------------------
 override layout css
------------------------------------------
*/

body{
	background: none;
	background-color: #fff;
}

#bgWrapper{
	margin: 0 auto;
    width: 1024px;
	background: #fff url(../_img/layout/bg_home.jpg) no-repeat top left;
}

#wrapper{
    width: 925px;
	margin: 0px;
	margin-left: 45px;
	text-align: left;
}

#navigation{
	height: 45px;
	background: url(../_img/layout/bg_navigation_home-trans.png) no-repeat top left;
}


#containerTop{
	margin-top: 110px;
}


#mainContent{
	padding-top: 30px;
	width: 655px;
}

#sidebar{
	width: 175px;
	margin-top: 0px;
	padding-right: 40px;
}

#newsWrapper{
	clear: both;
}

#left{
	width: 375px;
	float: left;
	display: inline;
	padding: 0px 0px 0px 42px;
}

#right{
	width: 185px;
	float: right;
	display: inline;
	padding-right: 0px;
}

#content{
	padding: 0px 0px 0px 42px;
	margin-top: 20px;
}

#teaserContent{
	padding: 0px 0px 0px 42px;
	margin-bottom: 20px;
}

/*2colums*/
#twoColWrapper{
	clear: both;
}

div.miscItemLeft{
	float: left;
	display: inline;
	width: 280px;
	background: url(../_img/layout/dottedLine.jpg) no-repeat bottom left;
}

div.miscItemRight{
	float: right;
	display: inline;
	width: 280px;
	background: url(../_img/layout/dottedLine.jpg) no-repeat bottom left;
}

/*1 col*/
div.miscItem2col{
	clear: both;
	padding: 10px 0px;
	background: url(../_img/layout/dottedLine.jpg) repeat-x bottom left;
}

/*titles*/
#content div.miscItemLeft h2 a,
#content div.miscItemRight h2 a,
#content div.miscItem2col h2 a{
	color: #00C0FF;
	text-decoration: none;
}

/*
------------------------------------------
 Home Headings
------------------------------------------
*/

/*h2{
    font: bold 0.8em "Verdana", Arial, Helvetica, Tahoma, sans-serif;
    margin-bottom: 0px;
    color: #00c0ff;
	padding-left: 17px;
	background: url(../_img/layout/arrow_blue.gif) no-repeat 0px 3px;
}

h2 a{
    color: #00c0ff;
	display: block;
	text-decoration: none;
}*/

/*
h3{
	display: inline;
    font: bold 0.8em "Verdana", Arial, Helvetica, Tahoma, sans-serif;
    margin-bottom: 0px;
    color: #000;
}

*/
