﻿/* 2 pictures */
#picholder
{
	width: 780px;
	height: 255px;
	float: left;
} 

#picleft
{	width: 390px;
	height: 230px;
	float:left;
} 

#picright
{
	width: 390px;
	height: 256px;
	float: left;
} 

#contenthome
{
	text-align: left;
	width: 360px;
	float: left;
	padding: 25px 15px 15px 15px;
}

.linkshome {
	float: left;
	border-color: #F8F9F1;
	border-width: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/* sidebar home page */

#sidebarhome{
	background: #FFF;
	float: right;
	border-color: #C7CBB6;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	float: left;
	margin: 15px 10px 15px 0px;
	width: 375px;
}

.sidebaritemhome
{
	background: #FFF;
	float: right;
	color: #555;
	font-family: Verdana, Arial, Tahoma;
	width: 345px;
	background-color: #E4E4E4;
	padding-left: 15px;
	padding-top: 8px;
	float: left;
	padding-right: 15px;
}

.sidebaritemhome p{
	margin: 0px 0px 10px 0;
}

.sidebaritemhome a{
	text-decoration: none; 
	color: #0E2B8D;
	padding-left:5px;
}

.sidebaritemhome h3{
	margin: 8px 0px 0px 0px;
}

.sidebaritemhome ul
{ padding-top: 4px;
  padding-left:5px;
  background-color:#D4D4D4;

}

.sidebaritemhome li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  }

.sidebaritemhome li a:hover
{ text-decoration: underline; 
  display: block;
} 

.sidebaritemhome li a
{ text-decoration: none; 
  display: block;
} 



.sidebaritemhome li{border-color: #C7CBB6;}

.sidebaritemhome ul{
	width: 340px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebaritemhome li a:hover
{   color: #0E2B8D;
	width: 310px;
} 

.sidebaritemhome li a
{
	color: #555;
	width: 340px;
	font-weight: bold;
	padding-left: 0px;
} 

.sidebaritemhomearticles
{
	background: #FFF;
	float: right;
	color: #555;
	font-family: Verdana, Arial, Tahoma;
	width: 345px;
	background-color: #E4E4E4;
	padding-left: 15px;
	padding-top: 8px;
	border-color: #C7CBB6;
	border-style: solid;
	border-width: 1px;
	float: left;
	padding-right: 15px;
	margin-top: 15px;
}

/* special boxes */

#specialtop
{	background-position: center;
	width: 360px;
	float: left;
	background-image: url('images/specialtop.jpg');
	background-repeat: no-repeat;
	height: 48px;
}

#specialmiddle
{
	text-align: left;
	width: 320px;
	float: left;
	background-image: url('images/specialmiddle.jpg');
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#specialmiddle a{
	text-decoration: none; 
	color: #0E2B8D;
	padding-left:5px;
}

#specialbottom
{	background-position: center;
	text-align: left;
	width: 360px;
	float: left;
	background-image: url('images/specialbottom.jpg');
	background-repeat: no-repeat;
	height: 14px;
}


