@charset "utf-8";
/* CSS Document */
/*Pg bg color:#dddada*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	margin:auto;
	height:166px;
	width:964px;
	background-image: url(../images/header/header.jpg);
	background-repeat:no-repeat;
}
#navBar {
	background-image:url(../images/general/nav-bar-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	height:30px;
	overflow:hidden;
}
#navContent {
	width:964px;
	margin:auto;
	height:30px;
}
#pageContainer {
	width:972px;
	margin:auto;
}

#shadowLeft {
	background-image:url(../images/general/left-shadow.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:left;
	width:972px;
	float:left;
}
#shadowRight {
	background-image:url(../images/general/right-shadow.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:right;
	width:968px;
	float:right;
}
#contentContainer {
	width:964px;
	background-image: url(../images/general/content-bg.jpg);
	height:537px;
	float:left;
}
#mainContent {
	height:515px;
	overflow:auto;
	padding-top:15px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;	
}
#mainContent h1 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:16px;
	color:#f47720;
}
#mainContent h2 {
	margin:0;
	padding:0;
	text-align:center;
	color:#f47720;
	font-size:15px;
}
#mainContent h2.padBottom {
	padding-bottom:20px;
}
#mainContent h2.padTop {
	padding-top:10px;
}
#mainContent p {
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	text-align:justify;
	color:#FFFFFF;
}
#mainContent p.center {
	text-align:center;
}
#mainContent a {
	text-decoration:none;
	color:#FFFFFF;
}
#breadCrumb {

}
#mainContent a.breadCrumbLft {
	font-size:11px;
	float:left;
	color:#666666;
	padding-left:82px;
}
#mainContent a.breadCrumbRgt {
	font-size:11px;
	float:right;
	color:#666666;
	padding-right:82px;
}
#mainContent a:hover {
	color:#f47720;
}
#subContent {
	width:30%;
	height:193px;
	float:left;
	margin:auto;
	margin-left:2%;
	padding:0;
	background-image:url(../images/general/contact-us-bg.jpg);
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;

}
#subContent h3 {
	text-align:center;
	color:#f47720;;
	font-size:18px;
}
#subContent p {
	color:#434343;
}
#subContent img {
	border:none;
	vertical-align:bottom;
	padding-top:5px;
}
#gallery {
	width:30%;
	height:170px;
	float:left;
	margin:auto;
	margin-left:2%;
	margin-top:15px;
	margin-bottom:15px;
	padding:0;
}
#gallery img {
	border:none;
}
#gallery a {
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#gallery a:hover {
	color:#f47720;
}
#contentsLeft {
	float:left;
	width:67%;
	margin-top:15px;	
}
#contentsLeft h1 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:24px;
	color:#f47720;
	padding-bottom:10px;
}
#contentsLeft h2 {
	margin:0;
	padding:0;
	text-align:center;
	color:#f47720;
	font-size:18px;
}
#contentsLeft p {
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	text-align:justify;
	color:#FFFFFF;
}
#contentsLeft p.center {
	text-align:center;
}
#contentsLeft a {
	color:#f47720;
	text-decoration:none;
	font-size:12px;
}
#contentsLeft a:hover {
	color:#FFFFFF;
}
#contentsLeft a.decoration {
	text-decoration:underline;
	color:#ffffff;
}
#contentRight {
	float:right;
	width:33%;
	margin-top:15px;	
}
#contactUsLeft {
	float:left;
	width:49%;
	margin-top:15px;	
}
#contactUsLeft p {
	padding:0;
	margin:0;
	margin-left:130px;
	margin-bottom:15px;

}
#contactUsRight {
	float:right;
	width:49%;
	margin-top:15px;	
}
#contactUsRight p {
	padding:0;
	margin:0;
	margin-left:130px;
	margin-bottom:15px;
}

#contactUsBlock {
	width:274px;
	height:193px;
	background-image:url(../images/general/contact-us-bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	padding:0;
	margin-bottom:15px;
}
#contactUsBlock.contactUsRight {
	margin-right:130px;
	height:100px;
}
#contactUsBlock.contactUsLeft {
	margin-left:130px;
	height:100px;
}
#contactUsBlock h1 {
	text-align:center;	
	margin:0;
	padding:0;
	padding-top:10px;
	margin-bottom:15px;
	font-size:16px;
	color:#f47720;
}
#contactUsBlock p {
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-left:20px;
	line-height: 20px;
	text-align:left;
	color:#434343;
	font-size:12px;
}
#contactUsBlock a {
	color:#434343;
	font-size:12px;
	text-decoration:none;
}
#contactUsBlock a:hover {
	color:#f47720;
}
#contactUsBlock img {
	vertical-align: bottom;
} 
#footer {
	clear:both;
	background-image: url(../images/general/footer-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	height:40px;
	width:964px;
}
#footer p {
	padding-top:5px;
	text-align:center;
	font-size:11px;
	color:#f47720;
}
#footer a {
	text-decoration:none;
	font-size:11px;
	color:#434343;
}
#footer a:hover {
	color:#f47720;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
#mySlideshow {
	margin-top:15px;
	background-image:url(../images/general/image-scroll-bg.jpg);
	width:964px;
	height:300px;

}