img {
	border: none;
}
li {
  font-size: 14;
  padding-top: 5px;
}
.navbar a:link, a:visited {   /*special rules for links in the navbar*/
  padding: 5px 10px 3px 10px;
  margin: 0px 10px 0px 10px; 
  text-decoration: none;
  color: #fff;
}
.navbar a:hover {
  padding: 5px 10px 3px 10px;
  margin: 0px 10px 0px 10px;
  background-color: #999; 
  text-decoration: none;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.content a:link, a:visited { 
  padding: 3px;
  color: #fff;
  text-decoration: none;
}
.content a:hover{
  color: #999;
  border: thin solid #333;
  padding: 3px;
  /*text-decoration: underline;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #333; 
}
/*CSS for jquery background slideshow*/
.slideshow { 
  height: 400px;
  width: 950px;
  color: #000;
  margin-bottom: 20px;
  /*padding-right: 6px;*/
}
/*.slideshow img {
  border: medium solid #000;
}*/

body {
 background-image:url(../img/bg_body.png);
 background-repeat: center repeat-x;
 background-position: top;
 background-color: #000;
 margin: 0px;
 font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif; 
 background-color: #E9E9E9;
}

.container {
	margin: 0 auto;
	width: 1000px;
}

.header {
	height: 1%;
	overflow: hidden;
}

.logo {
	padding: 25px;
	float: left;
	height: 120px;
	width: 400px;
}

.navbar {
  color: #999;
  padding-top: 5px;
  text-align: left;
  font-size: 18px;
  height: 34px;
  width: 1020px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image:url(../img/bg_noise.png);
  background-color: #000;
}

.navbar #contact_number{
  color: #fff;
  text-align: right;
  font-size: 16px;
}
.contactNumber p {
  margin:5px 0px 5px 0px;
}


.content {
  height: 1%;
  overflow: hidden;
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image:url(../img/bg_noise.png);
  background-color: #000;
  padding: 10px 10px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  padding-bottom: 15px;
  width: 1000px;
}
.sideBar {
  padding-left: 5px;
  margin-right: 30px;
  float: right;
  width: 300px;
  /*height: 350px;*/
  border-left: thin solid #333;
}
.sideBar img {
  margin-left: 10px;
  border: thin solid #999;
}
.sideBar h2 {
  font-size: 20px;
}
.sidebar h3 {
	font-size: 14px;
}
.sideBar a {
  float: right;
}
.boxHolder {
  margin-right: 30px;
  float: right;
  height: 1%px;
  overflow: hidden;
  /*width: 750px;*/
}
.box {
  height: 150px;
  width: 600px;
  padding: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #161616; 
  border: thin solid #333;
}
.box h1 {
	font-size: 14px;
}
.box img {
  margin-right: 5px;
  border: thin solid #999;
  float: left;
}
.box p {
  font-size: 14px;
}
.box a {
  margin-right: 5px;
  float: right;
}
.content h1 {
  border-bottom: solid thin #333;
}
.content h3 {
	width: 650px;
	border-bottom: thin solid #333;
}
.footer {
  padding: 10px 0px 10px 0px;
  font-size: 12px;
  color: #333;
  text-align: center;
}