* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-style: inherit;
	font-size: 12px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

ul {  list-style: none;	 }

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-weight: bold;
	margin: 25px 0 5px 0;
	color: #336699;
}

a, a:active, a:link, a:visited {
	color: blue;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

p {
	margin: 0 0 7px 0;
}

b {
	font-weight: bold;
}

/* ------------------- end reset styles ----------------- */

.cb {
	clear: both;
}

body {
	background: #515151 url(../images/main_bg.gif) repeat-x;
}

#topper {
		width: 906px;
		margin: 20px auto 0;
		height: 7px;
		background: transparent url(../images/topper.gif) no-repeat 0 0;
		overflow: hidden;
}

#middler {
	width: 906px;
	margin: 0 auto;
	background: transparent url(../images/body_bg.gif) repeat-y 0 0;
	overflow: hidden;
}

#footer {
		width: 906px;
		margin: 0 auto 30px;
		padding: 10px 0 10px 0;
		background: transparent url(../images/footer.gif) no-repeat left bottom;
		overflow: hidden;
}

#footer .footer_nav {
	margin: 4px 0 0 20px;
}

#footer .copyright {
	text-align: center;
	width: 300px;
	margin: 10px auto 0;
	color: #555;
	font-size: 11px;
}

#panoramic_home {
	height: 500px;
	width: 900px;
	overflow: hidden;
	background: transparent url(../images/panoramic_3.jpg) no-repeat;
}

#panoramic_home .home_blurb {
	width: 740px;
	height: 72px;
	opacity: 0.85;
	background: #fff;
	padding: 20px 80px;
	font-size: 18px;
	position: absolute;
	top: 500px;
	text-align: center;
}

* html #panoramic_home .home_blurb {
	top: 503px;
}

#panoramic_home .home_blurb a{
	font-size: 18px;
}

#panoramic_aboutus {
	height: 200px;
	width: 900px;
	overflow: hidden;
	background: transparent url(../images/panoramic_2.jpg) no-repeat;
}

#panoramic_services {
	height: 200px;
	width: 900px;
	overflow: hidden;
	background: transparent url(../images/panoramic_4.jpg) no-repeat;
}

#panoramic_clients {
	height: 200px;
	width: 900px;
	overflow: hidden;
	background: transparent url(../images/panoramic_6.jpg) no-repeat;
}

#panoramic_careers {
	height: 200px;
	width: 900px;
	overflow: hidden;
	background: transparent url(../images/panoramic_8.jpg) no-repeat;
}

#panoramic_contactus {
	height: 200px;
	width: 900px;
	overflow: hidden;
	background: transparent url(../images/panoramic_1.jpg) no-repeat;
}

#panoramic_home h4{
	font-size: 54px;
	width: 600px;
	margin: 120px 0 0 120px;
	font-weight: bold;
	color: #fff;
	font-family: Tahoma, Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: center;
}

#panoramic_aboutus h4{
	width: 400px;
	margin: 50px 0 0 25px;
	color: #fff;
	font-size: 24px;
	font-family: Tahoma, Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: center;
}

#panoramic_services h4{
	width: 440px;
	margin: 40px 0 0 25px;
	color: #fff;
	font-size: 24px;
	font-family: Tahoma, Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: center;
}

#panoramic_clients h4{
	width: 350px;
	margin: 35px 0 0 25px;
	color: #fff;
	font-size: 24px;
	font-family: Tahoma, Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: center;
}

#panoramic_careers h4{
	width: 340px;
	margin: 25px 0 0 10px;
	color: #fff;
	font-size: 24px;
	font-family: Tahoma, Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: center;
}

#panoramic_contactus h4{
	width: 400px;
	margin: 50px 0 0 15px;
	color: #fff;
	font-size: 24px;
	font-family: Tahoma, Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: center;
}

#content{
	background: url(../images/subnav_bg.gif) repeat-y;
}

.subnav {
	width: 201px;
	float: left;
}

.subnav ul {
	margin-top: 20px;
}

.subnav li {
	text-align: right;
	padding: 10px 20px 10px 0;
	font-weight: bold;
}

.subnav .selected {
	background: url(../images/subnav_bg_on.gif) repeat-y;
}

.main_content {
	margin: 0 0 0 200px;
	padding: 20px 40px 20px 35px;
}

.main_content p {
	line-height: 20px;
	text-align: justify;
}

.main_content h1 {
	vertical-align: bottom;
}

.main_content ul {
	list-style: disc;
	margin: 10px 0;
}

.main_content ol {
	margin: 10px 0;
}

.main_content li {
	margin: 6px 0 6px 20px;
}

#header span {
	font-size: 14px;
	color: #7e7e7e;
}

#header img {
	margin: 4px 20px 10px 10px;
	vertical-align: middle;
}

.contact_info {
	float: right;
	margin: 3px 17px 0 0;
}

.contact_info span{
	margin: 0 13px;
}

#global_nav ul {
	margin: 0 0 0 30px;
}

#global_nav li {
	float: left;
	height: 22px;
	padding: 0;
	text-align: center;
	margin: 0 20px 5px 0;
}

#global_nav li div {
	padding: 3px 0 0 0;
}

#global_nav .selected {
	background: url(../images/nav_button.gif) no-repeat;
	color: #fff;
}

#global_nav .selected div {
	margin: 0 0 0 10px;
	padding: 3px 10px 0 0;
	background: url(../images/nav_button.gif) no-repeat top right;
	height: 22px;
}

* html #global_nav .selected div {
	width: 80px;
}

#global_nav a, #global_nav a:active, #global_nav a:link, #global_nav a:visited {
	color: #000;
}

#global_nav a:hover{
	color: #0000ff;
	text-decoration: none;
}