/** ================================================================== **/
/** ==================== Desktop Very Wide Screen ==================== **/
/** ================================================================== **/

@media (min-width: 1401px)
{

}

@media (min-width: 1171px)
{
	
}

/** ================================================================== **/
/** ====================== Desktop Wide Screen ======================= **/
/** ================================================================== **/
@media (max-width: 1170px)
{
/*
	#leftPanel  li a:link, #leftPanel  li a:visited,
	#rightPanel li a:link, #rightPanel li a:visited {
		font-size: 14px !important;
		line-height: 25px !important;
	}
	
	#leftPanel  li a:hover,
	#rightPanel li a:hover {
		font-size: 14px !important;
	}
*/
}



/** ================================================================== **/
/** ============== Desktop 4:3 screen / iPad Landscape =============== **/
/** ================================================================== **/
@media (max-width: 999px)
{
/*
	#leftPanel  li a:link, #leftPanel  li a:visited,
	#rightPanel li a:link, #rightPanel li a:visited {
		font-size: 13px !important;
		line-height: 20px !important;
		font-weight: normal !important;
	}
	
	#leftPanel  li a:hover,
	#rightPanel li a:hover {
		font-size: 13px !important;
	}
*/
}

@media (min-width: 768px)
{


}
/** ================================================================== **/
/** ================== Phone Size / Portrait Tablet ================== **/
/** ================================================================== **/
@media (max-width: 767px)
{
	#leftPanel {
		width: 100% !important;
		height: 330px !important;
		overflow: hidden;
		border-right: 0px #ffffff solid !important;
		margin: 0px !important;
		margin-left: -0% !important;
		margin-bottom: 2px !important;
		float: none !important;
	}

	#rightPanel1, #rightPanel2  {
		width: 50% !important;
		border-right: 1px #ffffff solid !important;
		border-left: 1px #ffffff solid !important;
		margin: 0px !important;
	}


	#rightPanel3, #rightPanel4, #rightPanel5 {
		width: 33.29% !important;
		border-right: 0px #ffffff solid !important;
		margin: 0px !important;
	}
	#rightPanel3, #rightPanel4 {
		border-right: 2px #ffffff solid !important;
/* 		margin: 0px !important; */
	}

	#leftPanel img, #rightPanel1 img, #rightPanel2 img, #rightPanel3 img, #rightPanel4 img, #rightPanel5 img {
		width: 100% !important;
		margin-bottom: 3px !important;
		border-bottom: 0px !important;
	}
}

/** ================================================================== **/
/** ======================= Smaller Phone Size ======================= **/
/** ================================================================== **/
@media (max-width: 640px)
{	
}

@media (max-width: 500px)
{	
}

@media (max-width: 400px)
{	
}





/** ================================================================== **/
/** =========================== All Sizes ============================ **/
/** ================================================================== **/


#leftPanel {
	width: 44.5714%;
	border-right: 4px #ffffff solid;
	float: left;
}


#rightPanel1 {
	width: 27.428%;
	float: left;
}

#rightPanel2 {
	width: 27.571%;
	margin-left: 0.26%;
	float: left;
}

#rightPanel3 {
	width: 18.2143%;
	margin-top: 0.26%;
	float: left;
}

#rightPanel4 {
	width: 18.2857%;
	margin-top: 0.26%;
	margin-left: 0.26%;
	float: left;
}

#rightPanel5 {
	width: 18.2857%;
	margin-top: 0.26%;
	margin-left: 0.26%;
	float: left;
}

/*
#leftPanel li, #rightPanel li {
	list-style-image: url(../images/common/menu-bullet-blank.png);
}

#leftPanel li:hover, #rightPanel li:hover {

	list-style-image: url(../images/common/menu-bullet-arrow.png);
}
*/

/*
#leftPanel  li a:link, #leftPanel  li a:visited,
#rightPanel li a:link, #rightPanel li a:visited {
	color: #86c3d8;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	
}

#leftPanel  li a:hover,
#rightPanel li a:hover {
	color: #edd293;
	font-size: 21px;
	text-decoration: underline;
}
*/













/************ Home ************/
