@charset "utf-8";
/* CSS Document */
strong{
 font-weight: bold;	
}
.clear{clear: both;}
.hidden{display: none;}
body{
 background-image: url(/img/bg_body.png);
 background-repeat: no-repeat;
 background-position: top center;
 background-color: #777677;
 
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
}
#wrapper{
 width: 978px;
 margin: 0px auto 0px auto;
}
#header{}
#headerCreative{
 position: relative;
 height: 63px;
 background-image: url(/img/bg_headerCreative.png);
 background-repeat: no-repeat;
}
#logo{
 position: absolute;
 left: 20px;
 top: 5px;
}
/*
 *	Header Nav CSS
 *
 */
#headerNav{
 height: 25px;	
 background-image: url(/img/bg_nav.png?cache=0);
 background-repeat: no-repeat;
}
#nav{margin-left: 655px;}
#nav li{float: left;}
.nav_buttons{
 display: block;
 height: 25px;
 background-repeat: no-repeat;
}
.nav_buttons span{display: none;}
.nav_buttons:hover{background-position: 0px -25px;}
#nav_home		{background-image: url(/img/nav_home.png); width: 59px;}
#nav_services	{background-image: url(/img/nav_services.png); width: 70px;}
#nav_about		{background-image: url(/img/nav_about.png); width: 90px;}
#nav_contact	{background-image: url(/img/nav_contact.png); width: 91px;}

#content{
 position: relative;
 background-image: url(/img/bg_content.png);	/* width 968px */ 
 background-repeat: repeat-y;
 background-position: center;
 padding: 0px 8px 5px 8px; /* 962 */
 min-height: 347px;
 height: auto !important;
 height: 347px;
 
}
.content_shader_top, .content_shader_bottom{
 margin: 0px;
 line-height: 0px;
 margin-right: 1px;
 margin-left: 1px;
 height: 5px;
 background-image: url(/img/bg_homeInfo.png);
 background-repeat: repeat-x;
 padding: 0px;
}
.content_shader_top{}
.content_shader_bottom{
 position: absolute;
 width: 960px;
 bottom: 0px;
 left: 8px;
}
#contentHomePanels{
 float: left;
 width: 642px;	
}
#contentHomePanels p{
 width: 297px;	
}
#homeCourier, #homeTraining, #homePrivate, #homeJuvenile{
 width: 297px;
 height: 112px;
 padding: 50px 5px 5px 15px;
 float: left;
 margin: 2px;
 color: #FFF;
 font-weight: bold;
 cursor: pointer;
 position: relative;
}

#homeCourier	{background-image: url(/img/bg_panel_process.jpg?cache=0); background-repeat: no-repeat;}
#homeTraining	{background-image: url(/img/bg_panel_training.jpg?cache=0); background-repeat: no-repeat;}
#homePrivate	{background-image: url(/img/bg_panel_pi.jpg?cache=0); background-repeat: no-repeat;}
#homeJuvenile	{background-image: url(/img/bg_panel_transport.jpg?cache=0); background-repeat: no-repeat;}

.panellink{
 display: none; 
 position: absolute; 
 bottom: 5px;	
 color: #d7960c;
}

#contentHomeInfo{
 float: left;
 width: 279px;
 height: 284px;
 padding: 0px 25px 0px 15px;
 background-color: #FFF;
 background-repeat: repeat-x;
}

#leftCol{
 float: left;
 width: 613px;
 margin: 15px 15px 15px 15px;
 display: inline;
}
/*
 *	Page Header CSS
 *
 */
.pageHeader{height: 35px; margin-bottom: 15px;}
.pageHeader span{display: none;}
#h1About		{background: url(../img/h1_about.png?) no-repeat; width: 162px;}
#h1Contact		{background: url(../img/h1_contact.png?) no-repeat; width: 182px;}
#h1Services		{background: url(../img/h1_services.png?) no-repeat; width: 133px;}
#h1Investigation{background: url(../img/h1_investigation.png?) no-repeat; width: 326px;}
#h1Juvenile		{background: url(../img/h1_transport.png?) no-repeat; width: 437px;}
#h1Courier		{background: url(../img/h1_courier.png?) no-repeat; width: 437px;}
#h1Training		{background: url(../img/h1_training.png?) no-repeat; width: 317px;}

#rightCol{
 float: left;
 width: 280px;
 margin: 15px 25px 15px 14px;
 display: inline;
}
#footer{
 clear: both;
 height: 64px;
 background-image: url(/img/bg_footer.png?);
 background-repeat: no-repeat;
 color: #ccc;
}
#footer_bar{height: 25px;}
#footer_nav{
 margin: 10px 20px 0px 20px;
 font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
}
#footer_nav li a, #footer_nav li a:visited{text-decoration: none; color: #ccc;}
#footer_nav li a:hover{text-decoration: underline; color: #fff;}
#footer_nav li{float: left;}

.red{
 color: #ae2224;	
}


p{padding-bottom: 10px;}
.medHeader{
 padding-top: 10px;
 padding-bottom: 10px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 font-size: 16px;
 color: #ae2224;
}

.tab150{
 float:left; width: 150px;	
}

.pageHighlight{
 font-weight: bold; 
 font-size: 15px;
 padding: 0px 0px 25px 0px;
}
.moreInfoLink, .moreInfoLink a, .moreInfoLink a:visited{
 color: #666;
 text-decoration: none;
}
.moreInfoLink a:hover{
 color: #d7960c;	
 text-decoration: underline;
}
.cleanLink, .cleanLink:hover, .cleanLink:active, .cleanLink:visited{
 text-decoration: none;
 color: inherit;
}
.basic_list{
	padding-bottom: 10px;
	list-style: disc;
	list-style-position: inside;
}
.basic_list li{

	margin-bottom: 3px;
}