/*wootwoot, column layouts*/

.column2{
	width:100%;
}

#col-left-2col {
	width: 60.25em;
	color: #333333;
	font-size:0.8em;
	padding-top: .5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em; 
	border-right: thin solid transparent;
}

#col-right-2col {
/*	padding: 0 .1em 0 .1em;*/
	color: #333333;
	font-size:0.8em;
	width: 19.4em;	
	z-index: 0;
}

.contentBoxSubpage {
	background-image: url(../images/menu_dropshadow.png);
    background-repeat:repeat-x;
    background-position: 0 0;
	width: 100%;
	z-index:0;
}

.sidecol-img {
	margin:0;
	padding: 0;
	z-index: 0;
}

.sidecol-download-img {
	padding-top: 19em;
	z-index: 0;
	text-align:center;
}


/* sub menu */
.submenu {
	z-index: 0;
	margin-top: .1em;
}
/*
.submenu ul { margin-left: 0px; }
.submenu ul li {
	list-style-image: url(../images/bullet_arrow.png);
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #fff;
}

.submenu ul li a {
	color: #02396d;
	font-weight: bold;
	font-size: 1.1em;
}
*/
.content-bullet {
	clear: both;
	top: 1em;
	position: relative;
	height: 20em;
	margin: 0 0;
	background: url( ../images/sidebar_bkg.jpg ) 0 0 no-repeat;
}
	
.content-bullet ul {
	padding: 0;
	margin-left: 0;
}
.content-bullet ul li {
	list-style: none;
	margin: 0;
	padding: .6em;
	font-size: 1.3em;
	font-family: Georgia, Arial, Helvetica, Verdana;
	font-style: italic;
}
