/* General rules */
body{
	margin:0px;
	background-color:#f0f0f0;
	background-image:url(../../images/bg_shadow_bar.gif);
	background-repeat:repeat-y;
	background-position:center;
}
div,input{
	font-family: "Arial";
	font-size:10pt;
}
h1{
	font-size:15pt;
	margin-top:0px;
}
h2{
	font-size:13pt;
	margin-top:0px;
}
a{
	color:#F90095;
}
img{
	vertical-align:middle;
	text-decoration:none;
}
a img{
	margin-right:10px;
	text-decoration:none;
	border:0;
}
/* Layout */
#all{
	margin:0 auto;
	width:725px;
	background-color:#fff;
}
#tag{
	background-color:#fff;
	padding:10px 20px;
	font-size:9pt;
}
#header{
	background-color:#93BDA9;
	border-bottom:1px solid #fff;
	/*padding:24px 0 24px 20px;*/
	height:140px;
	/*background-image:url(../../images/header_grad.jpg);
	background-image:url(../../images/header_house.jpg);*/
	background-color:#7AA9D3;
}
#logo{
	
}
#crum_holder,#footer_holder{
	height:18px;
	/*background-image:url(../../images/crum_bg.gif);*/
	background-color:#C8DADF;
	padding: 5px 0 3px;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
}
#footer_holder{
	clear:both;
}
#crum{
	margin: 0 0 0 20px;
	font-size:8pt;
}
#content_holder{
	width:695px;
	padding:0 20px 0 10px;
}
#nav{
	float:left;
	width:190px;
}
#search_nav div{
	padding-bottom:3px;
	font-size:9pt;
}
#search_content div{
	display:inline;
}
#content{
	width:470px;
	float:right;
	padding-bottom:30px;
	line-height:166%;
}
#footer{
	width:380px;
	margin-left:258px;
	font-size:8pt;
}
.module{
	width:200px;
	height:60px;
	background-color:#E4EDEF;
	margin-top:20px;
	padding:4px 5px;
	background-image:url(../../images/nav_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.further_actions, .socialbookmarks{
	padding-top:20px;
}
.socialbookmarks img{
	border:0;
	padding-right:10px;
}
.ad_content_top, .ad_content_banner{
	margin-bottom:20px;
}
.content_box{
	border:1px solid #C8DADF;
	background-color:#F1F7F8;
	width:226px;
	float:left;
	margin-bottom:10px;
	height:119px;
}
.right{
	margin-left:10px;
}
.content_box h2{
	margin:0;
	padding:0 4px;
	font-size:11pt;
	background-color:#C8DADF;
}
.content_box ul{
	list-style:none;
	margin:0 4px;
}
.content_box p{
	font-size:8pt;
	margin:4px 0 0 4px;
}
.glink{
	padding:3px 0 3px 5px;
}
.action_box{
	border:1px solid #C8DADF;
	background-color:#F1F7F8;
	margin-bottom:10px;
	padding:10px;
}
/* Links */
.further_actions a{
	display:block;
}
#crum a{
	background-image:url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
	margin-right:5px;
	color:#1D2E26;
}
#crum a:hover{
	color:#FF0099;
}

/* nav links */
#nav ul{
	width:190px;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #E4EDEF;
}
#nav ul a{
	display:block;
	width:190px;
	padding:4px 0 5px 10px;
	font-size:8pt;
	font-weight:bold;
	border-top:1px solid #E4EDEF;
	background-image:url(../../images/arrow_nav.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#nav ul a:hover{
	border-top:1px solid #fff;
	background-color:#E4EDEF;
	background-image:url(../../images/nav_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
	/* 2nd tier */
#nav ul ul{
	border-bottom:none;
}
#nav ul ul a{
	width:180px;
	padding-left:20px;
	font-weight:normal;
	background-image:url(../../images/arrow_nav2.gif);
}
	/* 3rd tier */
#nav ul ul{
	border-bottom:none;
}
#nav ul ul ul{
	/*display:none;*/
}
#nav ul ul ul a{
	width:170px;
	padding-left:30px;
	font-weight:normal;
	/*font-size:7pt;*/
}
/* other link */
#footer a{
	padding-left:10px;
}
/* sitemap */
.links ul{
	list-style:none;
	margin:0 10px 10px;
}
.links ul ul{
	margin-bottom:10px;
}
.links ul ul ul{
	margin-bottom:0;
}
.links ul a{
	background-image:url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-left:5px;
	font-size:8pt;
}
.links ul{
	font-weight:bold;
}
.links ul ul{
	font-weight:normal;
}
.content_box h2 a{
	color:#000;
	text-decoration:none;
}
.strike{
	text-decoration:strike-through;
}