@charset "utf-8";
/* CSS Document */


* {
	padding:0px;
	margin:0px;
}

Body {
	background-color:#dbdbdb;
	color:#7a7a7a;
	text-shadow:#FFF 1px 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
H2 {
	color:#668eb0;
	font-size:20px;
	text-shadow:#FFF 1px 1px 1px;
	margin-bottom:13px;
}
H3 {
	color:#668eb0;
	font-size:15px;
	text-shadow:#FFF 1px 1px 1px;
	margin-bottom:13px;
}
P {
	margin-bottom:13px;
	line-height:18px;
}
IMG {
	border:none;
}
A.ReadMore {
	display:block;
	height:24px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	background:url("Assets/btn-ReadMore.png") top right no-repeat;
	padding-left:12px;
	padding-top:3px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:28px;
}

.AlignLeft {
	text-align:left;
}
.AlignRight {
	text-align:right;
}
.AlignCenter {
	text-align:center;
	padding-left:0px;
	padding-right:0px;
}
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
.Box {
	background-color:#ededed;
	border:#a8a8a8 1px solid;
	color:#a8a8a8;
}
#website_Main {
	width:100%;
	float:left;
}
.ContainerAlignCenter {
	width:952px;
	margin:0 auto;
	position:relative;
}
.NoTextShadow {
	text-shadow:none;
}

/* Header Begins Here */
#Header {
	width:952px;
	float:left;
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
}

#Logo {
	float:left;
	width:300px;
	height:86px;
	background:url("Assets/Logo.jpg") top left no-repeat;
}

#Ad-Top {
	float:right;
	padding:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	max-width:600px;
}

/* Header Ends Here */

/* Top Navigation Starts Here */
#Navigation-Top {
	width:952px;
	float:left;
	height:51px;
}
#Navigation-Top-Start {
	height:51px;
	width:16px;
	background:url("Assets/Nav-Top-Start.png") top left no-repeat;
	float:left;
}
#Navigation-Top-Mid {
	height:51px;
	width:926px;
	float:left;
	background-color:#668eb0;
}
#Navigation-Top-Mid UL {
	list-style:none;
}
#Navigation-Top-Mid UL LI {
	display:inline;
	height:51px;
	text-align:center;
	vertical-align:middle;
	float:left;
	background:url("Assets/Nav-Top-Separator.jpg") top right repeat-y;
	padding-right:2px;
}
#Navigation-Top-Mid UL LI A {
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	height:36px;
	vertical-align:middle;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;

}
#Navigation-Top-Mid UL LI A:Hover {
	background-color:#46525b;
}
#Navigation-Top-Mid UL LI A.Nav-Top-Active {
	background-color:#46525b;
}

#Navigation-Top-End {
	height:51px;
	width:10px;
	background:url("Assets/Nav-Top-End.png") top left no-repeat;
	float:right;
}
/* Top Navigation Ends Here */

/* Contents Starts Here */
#Contents {
	width:952px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
#Contents-Left {
	width:664px;
	float:left;
	margin-right:19px;
}
#Slider {
	width:643px;
	float:left;
	height:297px;
	margin-bottom:15px;
}
.Ad-Contents {
	width:624px;
	float:left;
	padding:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	max-width:624px;
	margin-bottom:15px;
}


#Contents-Right {
	width:269px;
	float:right;
}
.Sidebar-Box-Start {
	width:249px;
	float:right;
	height:30px;
	max-height:40px;
	text-align:center;
	background:url("Assets/sidebar-Box-Start.png") top left no-repeat;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.Sidebar-Box {
	background-color:#ededed;
	width:249px;
	padding:10px;
	margin-bottom:20px;
	float:right;
}
.Sidebar-Box IMG {	
	margin-top:10px;
	margin-bottom:10px;
}
.Sidebar-Box-Sep {
	width:100%;
	float:left;
	height:26px;
	background:url("Assets/sidebar-Box-Sep.png") top center no-repeat;
	clear:both;
}
/* Contents Ends Here */

/* 3Boxes Starts here */
#3Boxes {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.BigBox {
	width:309px;
	float:left;
	margin-left:8px;
}
.BigBox-Start {
	width:289px;
	float:left;
	height:30px;
	max-height:40px;
	text-align:center;
	background:url("Assets/Box-Big-Start.png") top left no-repeat;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;	
}
.BigBox-Content {
	background-color:#ededed;
	width:289px;
	padding:10px;
	float:left;
}
.BigBox-Content  IMG {	
	margin-top:10px;
	margin-bottom:10px;
}
/* 3Boxes Ends Here */

/* Footer Starts Here */
#Footer {
	width:100%;
	float:left;
	height:36px;
	margin-bottom:20px;
	margin-top:20px;
	background:url("Assets/BG-Footer.png") top left no-repeat;
	text-align:center;
	color:#f9f9f9;
	font-size:18px;
	padding-top:15px;
}
#Footer A {
	color:#f9f9f9;
	text-decoration:none;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
}
/* Footer Ends Here */
.clearfix::after{content:"";display:table;clear:both}
