﻿/* inside content - the left side on the inside page */
#insideContent
{
	float:left;
	width:575px;
	position:relative;
}

#insideContent #content
{
	width:535px !important;
	float:left;
	width:576px;
}

#insideContent #content .briefIntro
{
	float:left;
	width:535px;
}

#insideContent #content .contentColumn
{
	float:left;
	width:200px;
	margin:0 10px 0 0;	
}

#insideContent #content ul, #insideContent #content ul li
{
    list-style-type:disc;
    margin: 0 0 0 10px;
}

#insideContent #content ul li
{
    padding: 0 0 8px 0;
}

#insideBannerWrapper
{
	position:relative;
		height:150px;
	margin:0;
	padding:0;
}

#insideBannerWrapper img
{
	margin:0;
	padding:0;	
	
}

.insideTitle
{
	position:absolute;
	top:120px !important;
	top:128px;
	left:0px;
	background:url(../images/inside_title_bg.png) no-repeat !important;
	background-color:#000;
	height:20px;
	padding:5px 5px 5px 10px;
	width:560px !important;
	width:575px;
	
}

.insideTitle h2
{
	font-size:16px;
	color:#fff;
	padding:2px 0 0 15px;
	font-weight:normal;
}

/* inside menu - the right side on the inside page */
#insideMenu
{
	float:left;	
	width:285px !important;
	width:325px;
	padding:20px !important;
	padding:20px;
	background:url(../images/inside_menu_bg.jpg) 0 0 repeat-x;
	height:370px;
}

#insideMenu #teaser
{

	background:url(../images/teaser.png) 0 0 no-repeat !important;
	background:url(../images/teaser_ie.jpg) 0 0 no-repeat;
	width:255px !important;
	width:280px;
	height:137px;
	color:#fff;
	float:left;
	position:relative;
	padding:15px;
	margin:0 !important;
	margin: 0 0 30px 0;
	left:0;
	top:0;
}

/* debug */
/*

border: 1px solid red;

*/