﻿#homePageContainer{
	width:100%;

	.sectionBar{
		width:100%;
		height:30px;
		background-color:#003366;
		margin-top:5px;
		float:left;

		.title{
			color:#ffffff;
			font-weight:bold;
			font-size:1.4em;
			padding-left:20px;
			padding-top:5px;
		}
	}

	.sectionContainer{
		width:100%;
		margin-top:5px;	
		float:left;

		.item
		{
			width:294px;
			height:180px;
			margin-left:9px;
			float:left;
		}

		.item.firstItem
		{
			margin-left:0px;
		}

		.itemInfoContainer
		{
			border-style:solid;
			border-color:#e8e8e8;
			border-width:1px;
			margin-top:50px;
			height:120px;
			cursor:pointer;
			background-color:#ffffff
		}

		.itemInfoContainer:hover
		{
			border-color:#003366; 
			background-color:#ffffff;   
		}

		.itemInfoTitle
		{
			color:#003366;
			font-size:1.6em;
			font-weight:bold;
			margin-left:10px;
			margin-top:10px;
		}

		.itemInfoText
		{
			font-size:1.2em;
			color:#e8e8e86;
			margin-top:10px;
			margin-left:10px;
			width:150px;
			word-break: break-all;
		}

		.itemInfoImage
		{
			position:relative;
			top:-140px;
			left:175px;
			-moz-box-shadow:4px 4px 6px rgba(20%,20%,40%,0.2);
			-webkit-box-shadow:4px 4px 6px rgba(20%,20%,40%,0.2);
			box-shadow:4px 4px 6px rgba(20%,20%,40%,0.2);
			width:100px;
			height:100px;
		}

		.itemInfoImage img
		{
			border-style:solid;
			border-color:#e8e8e8;
			border-width:1px; 
			width:100%;
			height:100%;   
		}

	}
}

#imgSlider{
	img{
		width:100%;
	}
}
