body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: #2C2C2C;
	margin: 0px;
}

h1 {
	color: #DF2B50;
	font-size: 24px;
	font-weight: bold;		
}

h2 {
	color: #222;
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #336699;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #DF2B50;
	text-decoration: none;
}

a:active {
	color: #DF2B50;
	text-decoration: none;
}

/* Custom Tag Styles */

#Wrapper {
	position: relative;
	width: 955px;
	margin: 0px auto;
}

#Container, #PageContainer {
	position: relative;
	width: 950px;
	margin: 0px auto;
	min-height: 600px;
	background-color: #FFF;
}

#Header {
	width: 950px;
	margin: 0px auto;
	padding: 25px;
	background-image: url(../Images/headerBackground.png);
	background-repeat: no-repeat;
}

#PageHeaderContainer {
	width: 950px;
	margin: 0px auto;
}

#PageHeaderLeft {	
	width: 634px;
	height: 119px;
	background-image: url(../Images/pageHeaderLeft.png);
	background-repeat: repeat-x;
}

#PageHeaderRight {	
	position: absolute;
	top: 0px;
	right: 3px;
	width: 316px;
	height: 119px;
	background-image: url(../Images/pageHeaderBackground.png);
	background-repeat: repeat-x;
	z-index: 100;
}

#PageHeaderRight img {
	margin-left: -70px;	
}

#PageHeaderRight h1 {
	position: absolute;
	font-family: "Times New Roman";
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	top: 0px;
	*top: 20px;
	right: 0px;	
}

#PageHeaderRight h2 {
	position: absolute;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: .1em;
	*margin-left: 0px;
	top: 40px;
	*top: 55px;
	right: 70px;
	*right: 60px;
}

#Footer {
	background-image: url(../Images/footerBackground.gif);
	background-repeat:no-repeat;
	width: 950px;
	height: 27px;
	margin: 0px auto;
	padding-top: 5px;
	color: #FFF;	
}

#Footer a {
	color: #FFF;
	padding: 10px;
}

#PageFooter {
	background-image: url(../Images/pageFooterBackground.gif);
	background-repeat:no-repeat;
	background-color: #333;
	width: 900px;
	height: 24px;
	margin: 0px auto;
	padding: 5px 25px 0px 25px;
	color: #FFF;	
}

#PageFooter a {
	color: #FFF;
	padding: 10px;
}

.Copyright {
	float: right;
	width: 275px;
	height: 20px;
	padding-right: 5px;
	*margin-top: -15px;
	text-align: right;
}

/* Menu Styles */

#MenuBorder {
	position: absolute;
	width: 580px;
	height: 3px;
	margin-top: 40px;
	background-color: #FED120;
}

#NavMenu {
	position: absolute;
	width: 580px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	*margin-top: 0px;
	background-color: #202020;
	/* border-bottom: 3px solid #FED120; */
}

#NavMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#NavMenu ul li {
	float: left;
	display: block;
	width: 110px;
	height: 30px;
	text-align: center;
	color: #FFF;
	margin-left: 5px;
	padding-top: 10px;
	background-color: #2C2C2C;
}

#NavMenu ul li a {
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
	letter-spacing: .09em;
}

#NavMenu ul li a:hover {
	display: block;
	width: 115px;
	height: 30px;
	text-align: center;
	color: #2C2C2C;
	margin: 0px;
	margin-top: -10px;
	margin-left: -5px;
	padding-top: 10px;
	background-color: #FED120;
}

#PageNavMenu {
	position: absolute;
	width: 600px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	*margin-top: 0px;
	background-color: #2C2C2C;
	top: 76px;
	left: 2px;	
}

#PageNavMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#PageNavMenu ul li {
	float: left;
	display: block;
	width: 90px;
	height: 30px;
	text-align: center;
	color: #FFF;
	margin-left: 3px;
	padding-top: 10px;
	background-color: #2C2C2C;
}

#PageNavMenu ul li a {
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
}

#PageNavMenu ul li a:hover {
	display: block;
	width: 83px;
	height: 30px;
	text-align: center;
	color: #2C2C2C;
	margin-top: -10px;
	
	padding-top: 10px;
	background-color: #FED120;
}

#PageNavMenu ul li a.Active {
	display: block;
	width: 83px;
	height: 30px;
	text-align: center;
	color: #FFF;
	margin: -10px 0px 0px -3px;
	padding-top: 10px;
	background-color: #DF2B50;
}

#PageNavMenu .Consulting {
	margin-left: 15px;
}

#SubMenu {
	height: 28px;
	margin: 0px 0px 15px 12px;
}

#SubMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#SubMenu ul li {
	float: left;
	color: #000;
	margin-left: 3px;
	padding-top: 10px;
	font-weight: bold;
}

#SubMenu ul li a {
	font-size: 1.1em;
	color: #333;
	font-weight: normal
}

#SubMenu ul li a:hover {
	color: #DF2B50;
	text-decoration: none;	
}

#SubMenu ul li a.Active {
	display: block;
	width: 83px;
	height: 30px;
	text-align: center;
	color: #FFF;
	margin: -10px 0px 0px -3px;
	padding-top: 10px;
	background-color: #DF2B50;
}

/* Index styles  */

#IndexContainer {
	position: relative;
	width: 950px;
	margin: 0px auto;
	min-height: 600px;
	
}

#IndexHeader {
	position: absolute;
	background-image: url(/sites/hcd/Images/indexHeader.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 122px;
	top: 292px;
	left: 0px;
}

#IndexHeader h1 {
	position: absolute;
	font-family: "Times New Roman";
	font-size: 35px;
	color: #FFF;
	font-weight: normal;
	top: 0px;
	*top: 30px;
	left: 325px;
}

#IndexHeader h2 {
	position: absolute;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	top: 57px;
	left: 342px;
	letter-spacing: .1em;
	*margin-top: 20px;
}

#IndexTextResource {
	float: left;
	width: 490px;
	background-color: #FFF;
	margin-top: 0px;
	padding: 38px 15px 75px 15px;	
	*padding: 55px 15px 75px 15px;	
}

#IndexTextResource p {
	line-height: 22px;
}

#IndexTextResource a {
	text-decoration: none;
	color: #417DFF;
	font-weight: bold;
}

#IndexTextResource a:hover {
	text-decoration: underline;
	color: #DF2B50;
}

#IndexTextMission {
	float: left;
	width: 400px;	
	height: 348px;
	*height: 330px;
	margin-top: 0px;
	*margin: 0px;
	padding: 50px 15px 60px 15px;
	*padding: 55px 15px 94px 15px;
	color: #FED120;
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	background-image: url(/Images/resourceBackground.gif);
	background-repeat: repeat;
}

.Highlight {
	color: #FFF;
}

#ContactUs {
	position: absolute;
	left: 405px;
	*left: 0px;
	*position: relative;
	*padding-left: 25px;
	width: 100px;
	height: 35px;
}

#ContactUs a {
	text-decoration: none;
	color: #417DFF;
	font-weight: bold;
	margin-left: inherit;
}

#ContactUs a:hover {
	text-decoration: underline;
	color: #DF2B50;
}

/* Page styles  */

#PageContainer h1 {
	width: 50%;
	*width: 52%;
	float: left;
	*padding: 80px 0px 0px 25px;
	padding: 30px 0px 0px 25px;
}

#PageContainer h2 {
	width: 48%;
	float: left;
	padding: 0px 0px 0px 25px;
	*padding: 20px 0px 0px 25px;
	font-weight: normal;
}

#DetailVerbiage {
	width: 100%;
	clear: both;
}

#DetailVerbiage h2 {
	width: 95%;
}

#DetailVerbiage p {
	width: 100%;
}

/* Software styles  */

#PullQuote {
	width: 75%;
	height: 112px;
	margin: 290px auto 0px auto;
	*margin: 180px auto 0px auto;
	line-height: 35px;
	padding: 0px 65px 0px 25px;
	background-image: url(../Images/blockquoteBackground.gif);
}

#PullQuote p {
	color: #FED120;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
	width: 100%;
}

#SoftwareLogos {
	width: 90%;
	margin-left: 0px;
}

#SoftwareLogos img {
	padding-top: 35px;
	padding-right: 35px;
	*padding-right: 32px;
}

a.LinkOpacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

a.LinkOpacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0
}

/* Web styles  */

#WebLogos {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#WebLogos img {
	padding-top: 35px;
	padding-right: 15px;
	*padding-right: 12px;
}

#WebDesign {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding-left: 25px;
}

#WebDesign img {
	padding: 10px;
	border: 1px solid #666;
}

/* System styles  */

#SystemContainer {
	margin: 0px auto;
	width: 820px;
}

#SystemContainer div {
	float: left;	
	margin-right: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;	
}

#SystemContainer div a {
	display: block;
	text-decoration: none;
	background-image: url(../Images/systemBackground.gif);
	background-repeat: no-repeat;
	width: 237px;
	height: 214px;
	padding-top: 70px;
	color: #2C2C2C;
}

#SystemContainer div a:hover {
	display: block;
	text-decoration: none;
	background-image: url(../Images/systemBackgroundOver.gif);
	background-repeat: no-repeat;
	width: 237px;
	height: 214px;
	padding-top: 70px;
	color: #FFF;
}

/* Network styles  */

#NetworkContainer {
	margin: 0px auto;
	width: 696px;
	height: 480px;
	background-image: url(../Images/networkImage.jpg);
	background-repeat: no-repeat;
	clear: both;	
}

.NetworkItem {
	
}

.NetworkItem a {
	display: block;
	font-size: 23px;
	font-weight: bold;
	color: #2C2C2C;
	text-decoration: none;
	background-image: url(../Images/networkItemBackground.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 126px;
	text-align: center;
	padding-top: 50px;	
}

.NetworkItem a:hover {
	background-image: url(../Images/networkItemBackgroundOver.png);
	background-repeat: no-repeat;
	color: #FFF;
}

#Position1 {
	position: absolute;
	margin: 10px 0px 0px 285px;
}

#Position2 {
	position: absolute;
	margin: 60px 0px 0px 530px;
}

#Position3 {
	position: absolute;
	margin: 300px 0px 0px 530px;
}

#Position4 {
	position: absolute;
	margin: 340px 0px 0px 280px;
}

#Position5 {
	position: absolute;
	margin: 290px 0px 0px 30px;
}

#Position6 {
	position: absolute;
	margin: 60px 0px 0px 30px;
}

#ContactForm {
	float: left;
	width: 500px;
	margin-left: 15px;
}

/* General Styles */

img {
	border: none;
}

.Styled {
	border: 1px solid #336699;
	border-collapse: collapse;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.Styled th {
	background-color: #336699;
	color: #FFF;
	font-weight: bold;
	padding: 5px 4px;
}

.Styled tr.Alt {
	background-color: #EEE;
}

.Styled td {
	padding: 2px 4px;
	text-align: left;
}

label {
	float: left;
	display: block;
	width: 130px;
	text-align: right;
	padding: 3px 5px 3px 0px;
}

input {
	margin: 3px 0px;
}

/* Technically Styles */

#TechnicallyContactForm {
	position: absolute;
	top: 275px;
	left: 10px;
	height: 300px;
	backgropund-color: #FF0;
}

#TechnicallyContactForm h3 {
	margin: 2px 0px;
	font-size: 14px;
}

#TechnicallyContactForm form {
	
	padding: 0px 5px;
	border: 1px dotted #CCC;
	background-color: #F5F5F5;
}

#TechnicallyContactForm form label {
	width: 60px;
}

#VideoContainer {
	margin-left: 350px;
}

#VideoLinks {
	list-style: none;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

#VideoLinks li {
	display: block;
	margin-bottom: 20px;
}

#VideoLinks img {
	border: 2px solid #000;
}

#VideoPlayer {
	float: left;
}

#BackLink {
	position: absolute;
	left: 100px;
	top: 460px;
}