/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
	background:url(../images/body-top.gif) top left repeat-x;
}
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	min-height:768px;
	border-top:4px solid #FF9900;
}
#top-main {
	width:1000px;
	height:120px;
	float:left;
	margin-bottom:20px;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 199px;
	margin-top: 15px;
}
#button-bar {
	float: left;
	height: 40px;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-top: 4px;
}
.button {
	list-style-type:none;
	float:left;
}
.button a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-left:15px;
	padding-right:15px;
	color:#535352;
	float:left;
	border-bottom:1px solid #E6E6E6;
	text-decoration:none;
	height:40px;
	line-height:40px;

	
}
.button a:hover {
	color:#ff9900;
	border-bottom:1px solid #FF9900;
	text-decoration:none;
	
}
#main-body {
	float: left;
	width: 1000px;
	min-height:300px;
}
#get-in-touch {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	height: 50px;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	margin-top: 10px;
	padding-top:3px;
}
#social {
	float: right;
	height: 30px;
	width: 90px;
	margin-top: 20px;
	padding-top:3px;
}
#social a img {
	float: left;
	height: 27px;
	margin-right:10px;
	outline:none;
}
#left-sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	width: 250px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color:#9b9b9b;
	line-height:20px;
	height:100%;
}
.widget {
	width:250px;
	text-align:justify;
	float:left;
}
#full-body {
	float: left;
	width: 719px;
	margin-left: 15px;
	color:#9b9b9b;
}
.slide-body {
	float: left;
	height: 300px;
	width: 719px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:35px;
	background:url(../images/shadow.png) bottom no-repeat;
}
.full-body-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	width: 719px;
	color:#9b9b9b;
	line-height:20px;
	text-align: justify;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 80px;
	width: 1000px;
	margin-top: 40px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ff9900;
}
#bottom-logo {
	float: left;
	width: 150px;
	margin-top: 20px;
	border-right:1px solid #E6E6E6;
}
.copyright {
	width:1000px;
	text-align:right;
	line-height:20px;
	float:left;
	margin-top:20px;
	color:#9b9b9b;
}
#body-heading {
	text-align: right;
	float: left;
	height: 50px;
	width: 990px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FF9900;
	font-weight:normal;
	text-transform:uppercase;
}
.partners {
	float: left;
	height: 65px;
	width: 238px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.partners img {
	float: left;
	margin-right: 10px;
}
