#contentdiv, #contentdiv_nb{
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:12px; color:#666666;
	list-style:inside;
	line-height:15px;
	width:796px;
		min-height:407px;
		float:left;
	
}

#contentdiv{
	border:1px solid #CCCCCC;
	padding:30px;
	width:734px;
	min-height:370px;
	background-color:#FFFFFF;
	margin-bottom:5px;

	
}
#contentdiv a{
font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#D71917;
	font-size:12px;
	
}
#contentdiv_nb a{
font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#D71917;
	font-size:12px;
	
}

h1{
font-size:20px; font-weight:bolder; color:#D71917;
line-height:22px;
padding-bottom:8px;
}

h2{font-size:15px; font-weight:bold; color:#D71917;
line-height:21px;
padding-bottom:3px;}

h3{font-size:13px; font-weight:bold; color:#D71917;
line-height:17px;}
h4{font-size:11px; font-weight:bold; color:#D71917;}
h5{font-size:9px; font-weight:bold; color:#D71917;}
p{
font-family:Verdana, Arial, Helvetica, sans-serif;

	
	font-size:12px;
	color:#666666;
	list-style:inside;
	line-height:16px;
	padding-bottom:10px;
}
.redtitle{font-size:16px; font-weight:bolder; color:#D71917;}
.redtext{font-size:12px; font-weight:bold; color:#D71917;}
.greytext{font-size:12px; color:#666666;}
.greytextsmall{font-size:10px; color:#666666; font-weight:lighter}
.greytextlarge{font-size:16px; color:#666666; font-weight:bold}
.blacktitle{font-size:24px; font-weight:bolder; color:#606060; text-transform:capitalize}


#contentdiv ul{
padding:5px;
padding-left:40px;
}
#contentdiv ul li{
list-style-position: outside;
padding:5px;
}

#column_center { /*263 total width */
min-height:443px;
	width:230px;
	float:left;
	margin-right:5px;
	border:1px solid #CCCCCC;
	text-align:left;
	padding:15px;
}
* html #column_center {height:443px;}
#column_left { /*263 total width */
  	min-height:443px;
	width:225px;
	float:left;
	margin-right:5px;
	border:1px solid #CCCCCC;
	text-align:left;
padding:15px;
}
* html #column_left {height:443px;}
#column_right { /*258 total width */
min-height:443px;

	width:223px;
	float:left;
	margin-right:0px;
	border:1px solid #CCCCCC;
	text-align:left;
	padding:15px;
}
* html #column_right {height:443px;}
#column2_left {
min-height:443px;
	width:500px;
	float:left;
	margin-right:5px;
	border:#CCCCCC 1px dotted;
	text-align:left;
	padding:3px
}
#column2_right_top{
  	min-height:205px;
	width:260px;
	float:right;
	border:#CCCCCC 1px dotted;
	text-align:left;
	margin-bottom:5px;
	padding:3px;
}
#column2_right_bottom {
min-height:205px;
	width:260px;
	margin:0px;
	padding:3px;
	float:right;
	clear:right;
	border:#CCCCCC 1px dotted;
	text-align:left;
	background-image:url(images/colomn3image.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#column2b_left{
padding:15px;
min-height:397px;
	width:470px;
	float:left;
	margin-right:5px;
		border:1px solid #CCCCCC;

}
#column2b_right{
padding:15px;
  	min-height:397px;
	width:257px;
	float:left;
	border:1px solid #CCCCCC;




}


#default{
	border:1px solid #CCCCCC;
	margin:5px;
}

/*Site map */

#sitemap{
border: 1px solid #D71917;
background: #ffffff;
width: 400px;
padding: 10px;
font-size: 12px;
/* Set font-size so theres no default */
line-height: 17px;
/* Set line-height because I think it looks better like this ;^) */
letter-spacing: .075em;
/* Set letter-spacing so text don't jump as much when it turns bold on hover */
}
#sitemap a
{
/* Set text-decoration and color so there is no default */
text-decoration: none;
color: #666666;
}

#sitemap a:hover
{
font-weight: bold;
letter-spacing: 0;
/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}

#sitemap ul
{
list-style-type: none;
padding-left: 0px;
margin: 0px;
color:#D71917;
}

#sitemap ul ul
{
padding-left: 15px;
/* offset sub menu */
}

#sitemap ul li
{
padding-left: 5px;
margin-left: 2px;
/* Set margin-left to set-up the left border */
}

#sitemap ul li#active
{
margin-left: 0px;
/* Set margin back half of left-border width (5px) */
}

#sitemap ul ul li#subactive
{
margin-left: 0px;
/* Set margin back half the 30px padding above */
border-left: 5px solid black;
}

#sitemap li { border-left: 1px solid black; }
#sitemap li#active { border-left: 5px solid black; }

#sitemap a.nomenu{
color:#D71917;
}


