* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 125%;
	background-image: url(../images/topstrip.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	font-size: 55%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#logo {
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 770px;
	text-align: left;
}
#header {
	height: 90px;
	padding-top: 78px;
	width: 520px;
	padding-left: 190px;
}
#header h1 span {
	display: none;
}

#top-nav-wrapper {
	float: left;
	text-align: left;
}
#top-nav {
	text-align: left;
	float: left;
}
#top-nav span {
	display: none;
}
#top-nav ul {
	list-style-type: none;
	position: relative;
}
#top-nav li {
	position: relative;
	float: left;
	margin-right: 50px;
}
#top-nav a {
	padding-bottom: 10px;
}
#top-nav a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#top-nav a#home {
	background-image: url(../images/btn-home.gif);
	height: 16px;
	width: 38px;
	background-repeat: no-repeat;
	float: left;
}
#top-nav a#about-us {
	background-image: url(../images/btn-aboutus.gif);
	height: 16px;
	width: 61px;
	float: left;
	background-repeat: no-repeat;
}
#top-nav a#services {
	background-image: url(../images/btn-services.gif);
	height: 16px;
	width: 56px;
	float: left;
	background-repeat: no-repeat;
}
#top-nav a#track-record {
	background-image: url(../images/btn-trackrecord.gif);
	height: 16px;
	width: 83px;
	float: left;
	background-repeat: no-repeat;
}
#top-nav ul li ul {
	position: absolute;
	left: 0px;
	top: 25px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	display: none;
}
#top-nav ul li:hover ul {
	display: block;
}
#top-nav ul li ul li {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	width: 100%;
}
#top-nav ul li ul li a {
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
}
#top-nav ul li ul li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
}
#top-nav .drop-down-nav {
	background-color: #F7F7F7;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#side-content {
	width: 160px;
	float: left;
	text-align: right;
	margin-top: 60px;
	clear: both;
	padding-bottom: 100px;
}
#side-content ul {
	list-style-type: none;
}
#side-content li {
	font-size: 1.4em;
	padding-right: 15px;
	background-image: url(../images/bullet-triangle-left-orange.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#side-content a {
	color: #000000;
	text-decoration: none;
}
#side-content a:hover {
	color: #999999;
}
#main-content {
	width: 580px;
	float: left;
	padding-left: 30px;
	text-align: left;
}
#main-content a {
	color: #666666;
}
#main-content a:hover {
	color: #FF9900;
}
#main-content h1 {
	height: 58px;
	width: 530px;
}
#main-content h2 {
	font-size: 1.6em;
	font-weight: normal;
	background-image: url(../images/bullet-square-orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
	padding-left: 20px;
}
#main-content h2.team-clear {
	clear: both;
}
#main-content h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #000066;
}
#main-content h3 span {
	font-size: 0.7em;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 2px;
}
#main-content h6 {
	margin-bottom: 40px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}
#main-content h6 a {
	color: #666666;
}
#main-content h6 a:hover {
	color: #FF9900;
}



#main-content p {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 15px;
}
#main-content p.team-layout {
	float: left;
}
#main-content ul {
	list-style-type: none;
	margin-bottom: 15px;
}
#main-content li {
	line-height: 2em;
	padding-left: 10px;
	font-size: 1.1em;
	list-style-image: url(../images/bullet-disc-orange.gif);
	margin-left: 20px;
}

#main-content img.right {
	margin-bottom: 10px;
	float: right;
	padding: 2px;
	margin-left: 15px;
}
#main-content img.team {
	float: left;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#main-content img#nodisplay {
	display: none;
}

#footer-wrapper {
	width: 100%;
	clear: both;
	margin-top: 10px;
}


#footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin-top: 10px;
}
#footer p {
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
}
#footer #contact {
	float: left;
	width: 355px;
	text-align: left;
	padding-left: 30px;
}
#footer #credits {
	float: left;
	width: 385px;
	text-align: right;
}
#home-wrapper {
}
#home-wrapper a {
	color: #000000;
	text-decoration: none;
}
#home-wrapper a:hover {
	text-decoration: none;
	color: #999999;
}
#home-title {
	width: 770px;
	text-align: center;
}
#home-title h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #333333;
}

#home-title img {
}
#home-side-content-one {
	width: 160px;
	float: left;
	text-align: right;
	margin-top: 28.px;
	margin-top: 33px;
}
#sub-pages {
	padding-bottom: 20px;
}

#sub-pages ul {
	list-style-type: none;
}
#sub-pages li {
	font-size: 1.4em;
	padding-right: 15px;
	text-align: right;
	background-image: url(../images/bullet-triangle-left-orange.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 10px;
}
#sub-pages a {
	color: #000000;
	text-decoration: none;
}
#sub-pages a:hover {
	color: #999999;
	text-decoration: none;
}
#sub-pages-about-us {
}
#sub-pages-about-us h1 {
	background-image: url(../images/title-home-about-us.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 160px;
	text-align: right;
	margin-bottom: 10px;
	background-position: right;
}
#sub-pages-about-us h1 span {
	display: none;
}
#sub-pages-about-us ul {
	list-style-type: none;
}
#sub-pages-about-us li {
	font-size: 1.2em;
	padding-right: 15px;
	background-image: url(../images/bullet-triangle-orange.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 10px;
}
#home-main-content {
	width: 450px;
	float: left;
	text-align: center;
	margin-top: 10px;
}
#home-main-content img {
}
#home-main-content h1 {
	font-size: 2.2em;
	color: #333333;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 20px;
	padding-left: 20px;
}

#home-side-content-two {
	float: left;
	width: 160px;
	margin-top: 29px;
}
#sub-pages-services {
	padding-bottom: 20px;
}
#sub-pages-services h1 {
	background-image: url(../images/title-home-services.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 89px;
	margin-bottom: 10px;
}
#sub-pages-services h1 span {
	display: none;
}
#sub-pages-services ul {
	list-style-type: none;
}
#sub-pages-services li {
	font-size: 1.2em;
	padding-left: 15px;
	background-image: url(../images/bullet-triangle-orange-reverse.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
#sub-pages-track-record {
}
#sub-pages-track-record h1 {
	background-image: url(../images/title-home-track-record.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 131px;
	margin-bottom: 10px;
}
#sub-pages-track-record h1 span {
	display: none;
}
#sub-pages-track-record ul {
	list-style-type: none;
}
#sub-pages-track-record li {
	font-size: 1.2em;
	padding-left: 15px;
	background-image: url(../images/bullet-triangle-orange-reverse.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
#home-clear {
	clear: both;
}
