@charset "utf-8";
/* CSS Document */
*{
	padding-top:0;
	margin-top:0;
}

html
{
	height:100%;
}
body
{
	min-height:100%;height:100%;
}
#header{

	width:800px;
	height:80px;
	padding-top:10px;
}
#title{
	width:612px;
	float:left; 
	font-size:30px; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	padding-top:20px;
	color:#D14C3F;
	font-weight:bold;
}

#topMenu{
	border-top:#FFF 1px solid;
	width:800px;
	background-color:#ff0000;
	height:20px;
}
#topMenu td{
	border:none;
}
#topMenu a{
	
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	padding:5px;
}
#topMenu a:hover{
	color:#C5DE12;
}
#headline{
	background-color:#E6B965; 
	width:800px; 
	height:50px;
}
#headlineNav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-top:10px;
	font-weight:bold;
}
#headlineNav ul{
}
#headlineNav li{
	display:inline;
	padding-right:10px;
}
#headlineNav li a{
	color:#fff;
}
#headlineNav li a:hover{
	color:#336633;
}
#wrapper{
	width:800px;
	height:100%;
	background-image:url(images/wrapperbg.png);
	background-repeat:repeat-y;
	height:100%;
	overflow:auto;
	*overflow:visible;
	}
#leftside{
	width:170px;
	height:auto !important;
	background-color:#E6B965;
	float:left;
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#leftside ul{
	display:block;
	line-height:30px;
}
#leftside li{
	list-style:none;
}
#leftside li a{
	text-decoration:none;
	color:#fff;
}
#leftside li a:hover{
	text-decoration:underline;
	color:#D14C3F;
}
#content{
	padding:10px;
	width:420px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	
}
#content11{
	padding:10px;
	width:420px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	
}
#contentCasestudy img{
	border:none;
}
#contentCasestudy{
	padding:10px;
	width:500px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	
}
#contentCasestudy h3{
	color:#24337F;
}
#contentCasestudy ul{
	line-height:20px;
}
#contentCasestudy table,tr,td{
	border:#999 1px solid;
}
#content h3{
	color:#24337F;
}
#content ul{
	line-height:20px;
}
#rightside{
	padding-top:30px;
	width:185px;
	float:right;
}
#footer{
	width:800px;
	height:30px;
	background-color:#ff0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	clear:both;
}