@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
# .footer, .push {
# height: 4em;
# }
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
p{
	font-family: "Times New Roman", Times, serif;
	color: #333;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #030;
	text-align: center;
}
h2{font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #030;
	text-align: center;}

.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0 0 85px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/graphics/header-bg.png);
	background-repeat: repeat;
	height: 100px;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 28px 20px 0;
}
.oneColFixCtrHdr #footer {
	height: 40px;
	background-image: url(../images/graphics/footer-bg.png);
	background-repeat: repeat;

}
.oneColFixCtrHdr #footer p{
	padding-top: 20px;
}

#branding{
	float: left;
	padding: 0 0 0 50px;
}
#headercontact {
	list-style-image: none;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	padding-top: 4px;
	color: #CCC;
	text-align: left;
	margin-left: 600px;
}

ul, li{
	padding:0;
	margin: 0;
}
/*nav menu*/
.nav-wrap {
	margin: 0 auto;
	background-color: #FFF;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one { margin: 0 auto; list-style: none; position: relative; width: 960px; }
#example-one li { display:inline-block; }
#example-one li a {
	color: #030;
	font-size: 14px;
	display: block;
	float: left;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#example-one li a:hover {
	color: #030;
}
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #fe4902; }
.current_page_item a, { color: #030 !important; }
#dev-info a{
	float: right;
	color: #F60;
	padding-right: 50px;
	text-decoration: none;
	
}
a img {
	border: none;

}
#header a, #mainContent a {
	color: #F60;
	text-decoration: none;
}
#header a:hover, #mainContent a:hover, {
	color: #999;
	border-bottom: 1px solid #f60;
}
#fadeshow1 {
	border: 2px solid #000;
	margin: 0 auto;
}
.imp{
	font-weight:bold;
	color: #000;
}
.sitemap a{
	margin-left: 50px;
	text-decoration: none;
	color: #F60;
}
.trademark{
	color: #CCC;
	padding-left: 85px;
	text-align: left;
}
.floatright {
	float:right;
}
.listhead{
	font-weight: bold;
	font-size: medium;
}
.cinfo{
	text-align:center;
	color:#030;
	background-color: #CCC;
	border: thin solid #000;
	padding: 8px 10px;
}
	.cinfo li{list-style-type: none;}
	
label {color:#030;}

#gallery img{
	border: 1px solid #FFF;
	margin: 6px;
}
#gallery {
	text-align: center;
	background-color: #CCC;
	-moz-border-radius: 4em;
	border-radius: 1em 4em 1em 4em;
	-webkit-border-radius:  1em 4em 1em 4em;
	background-image: url(../images/graphics/gallery-bg.png);
	background-repeat: repeat;
}
#services li{
	list-style-image: url(../images/graphics/ul-leader.png);
	margin-left:18px;
}
#types li{
	list-style-image: url(../images/graphics/ul-leader.png);
	margin-left:18px;
	}
#services p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #960;
	color: #030;
	padding-top: 15px;
}
#types p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #030;}
#logo{
	float:right;
	padding-right:50px;
	margin-top: -15px;
}
#internal li{
	list-style-image: url(../images/graphics/ul-leader.png);
	margin-left:18px;
}
#internal p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #030;}
	
.service{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #960;
	margin-top: 35px;
	padding-top: 15px;
}
#finish li{
	list-style-image: url(../images/graphics/ul-leader.png);
	margin-left:18px;
}
#finish p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #030;
}
