a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
    outline: none;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-repeat: repeat;
}
#container {
	top:0px;
	width:1000px;
	height:100%;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	position: relative;
	clear: both;
}

#header{
	height: 621px;
	width: 1000px;
	top: 0px;
	position: relative;
	background-image: url(images/header2.jpg);
	
}
	
	
	
/****************** Text *******************/	
	
	
#sub1 p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
	margin-top: 3px;
}
#sub1 h1 {
	font-family: sans-serif;
	color: #ff552e;
	font-weight: lighter;
	text-align: center;
}
h2 {
	font-family: sans-serif;
	font-size: 14pt;
	color: #ff552e;
}
h3 {
	color: #ff552e;
	font-family: sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	margin-bottom: 0px;
}



#nav{
	position: relative;
	height: 100px;
	width: 1000px;
	background-image: url(images/nav.jpg);
}

#content{
	position: relative;
	height: 100%;
	width: 998px;
	left: 1px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	
}
#mainbody{
	position: relative;
	border: thin none #30F;
	height: 100%;
	width: 630px;
	top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	clear: none;
	}
#mainContact{
	position: relative;
	border: thin none #30F;
	height: 100%;
	width: 500px;
	top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	clear: none;
	text-align: left;
	}





#sideImage{
	height: 600px;
	width: 300px;
	position: relative;
	left: 10px;
	top: 20px;
	float: left;
	}

#mainbody h6  {
	color: #999;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#mainbody h6 a {
	color: #999;
	text-decoration: underline;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#mainbody h6 a:hover {
	color: #FFF;
}


#mainbody ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
	padding-bottom: 0.7em;
	padding-top: 0em;
}


/********************* Nav *******************/

#vline1{
	position: absolute;
	height: 60px;
	width: 10px;
	left: 191px;
	top: 22px;
	}
#vline2{
	position: absolute;
	height: 60px;
	width: 10px;
	left: 361px;
	top: 22px;
	}
#vline3{
	position: absolute;
	height: 60px;
	width: 10px;
	left: 595px;
	top: 22px;
	}
#vline4{
	position: absolute;
	height: 60px;
	width: 10px;
	left: 739px;
	top: 22px;
	}
#nav ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #FFF;
	padding-right: 0px;
	padding-left: 55px;
}
	
	
	
/******************** Lists////////////////////////*/

#nav ul li a {
	color: #FFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#nav ul li a:active {
	color: #CCC;
	text-decoration: none;
}

#footerbox {
	height: 150px;
	width: 1000px;
	position: relative;
	clear: both;
}



#bda{
	position: absolute;
	height: 122px;
	width: 90px;
	left: 109px;
	top: 666px;
}
