@charset "UTF-8";

.displaynone {
		display:none;
}
.cl {
	clear:both;
	}
a img {
	border:none;
	}
a:active, a:focus {
	outline: 0; /* removes dotted border around a:active from Firefox */ 
	}
table {
		font-size:14px;
}
body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
}
#super_wrapper {
	background-image: url(images/header_fill.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ebebeb;
}
#header_bg {
	background-repeat: no-repeat;
	background-position: center top;
}
#size {
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ebebeb;
}
.headertext {
		float:left;
		line-height:14px;
		color:#fff;
		display:block;
		padding:40px 0 0 30px;
		margin:0px;
		width:auto;
}

.headerlinks {
		font-weight:bold;
		width:auto;
		float:right;
		line-height:14px;
		color:#fff;
		display:block;
		padding:40px 30px 0 0px;
		margin:0px;
}

.headerlinks a {
	color:#ffffff;
}
.headerlinks a:hover {
	color: #9C0000;
}
#header_wrapper {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 264px;
}

#nav ul li .first {
	background:none;
	}
	
#nav {
	padding-top: 9px;
	padding-left: 15px;
}

#nav a:hover, #nav a.active {	
	background-color:#FFFFFF;
}
#nav a:active{
	background:none;
	color:#ffffff;	
	}
	
#content_wrapper {
	background-image: url(images/content_fill.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 830px;
	line-height:16px;
}
#content_top {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 830px;
	padding-top: 20px;
}
#left_content {
	text-align:justify;
	float: left;
	width: 537px;
	margin-bottom: 40px;
}
#footer_wrapper {
	background-image: url(images/footer_fill.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ebebeb;
}
#footer p {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}

#footer_links ul {
	text-align:center;
	padding-top:20px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0;
	}
#footer_links ul li{
	padding-left:10px;
	padding-right:10px;
	display: inline;
	margin: 0px;
	font-size: 12px;
	}
	
#footer_links a {
	text-transform:lowercase;
	color: #CCCCCC;
	text-decoration: none;
}
#footer_links a:hover {	
	color: #ffffff;
}

#footer_links {
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* top panel */

#tab {
	display:none; /* remove this to turn tab back on */
	position: absolute;
	width: 800px;
	margin-left:15px;
	top: 264px;
	z-index:1;
}
#top-panel{
	background-color: #CCCCCC;
	border-right-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sub-panel{
	background:url(images/tab.png) no-repeat bottom center;
	text-align:center;
	float: right;
	margin-right: 300px;
	height:35px;
	width: 176px;
	margin-left: 300px;
}
#sub-panel p {
	margin:0px;
	padding:2px 0 0 0;
	text-align:center;
	}
#sub-panel a{
	font-size:9px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-top: 0px;
	text-align: center;
}
#sub-panel a:hover{
	color:#CCCCCC;
}
#left_content_pad {
	padding-right: 10px;
	padding-left: 35px;
}
#right_content_pad {
	padding-right: 34px;
	padding-left: 10px;
}
#right_content {
	font:10px;	
	float: right;
	width: 278px;
}
#left_content h1, #right_content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 25px;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h1 strong {
	color: #990000;
}
.right_content_image {
	margin-bottom: 20px;
}

.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#left_content  p {
	font-size: 12px;
	display: block;
}
#left_content h2 {
	font-size: 14px;
	color: #990000;
}
blockquote {
	background-image: url(images/web3_23.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
blockquote h2 {
	margin:0px;
	background-image: url(images/web3_26.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#panelbox3 {
	height: 180px;
	width: 235px;
	float: left;
	margin-right: 20px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
#panelbox3 img {
	text-align: center;
}
#panelbox3 p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}

.down_arrow {
}

#top-panel h1 {
	font-size: 16px;
	color: #990000;
	margin: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#top-panel h1 strong {
	color: #333333;
}
#boxlable {
	width: 400px;
	float: left;
}
#close {
	text-align: right;
	float: right;
	width: 300px;
	padding-right: 20px;
}
#close a {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}
#footerfill {
	background-image: url(images/below-footer.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.thumbnail img{
	border:thin solid #990000;
	margin-bottom:0px;
	}
p.click  {
	margin:0px 0 10px 0;
	}
a, img, div { behavior: url(iepngfix.htc) }

.previous {
	float: left;
}

.next {
	float: right;
}

.previous, .next {
	font-weight: bold;
}
.photo-right {
		float:right;
		margin:0 0 10px 10px;
}

.service {
		clear:both;
		}
.service_link {
		color:#900;
}

#subservice a, #subservice li {
	color:#333;
}
#inline-sample-content {
		background-color:#FFF;
		color:#333;
		padding:10px;
		margin:0px;
}
.hidden {
		display:none;
}
#right_text p {
		font-size:12px;
}
.red {
	font-weight: bold;
	color: #FF0000;	
}
