@charset "UTF-8";
/* CSS Document */

/* GLOBAL STYLES */

* {border:0;margin:0;padding:0;}

body, html {
	height:100%;
	width: 100%;
	margin: 0px; 
	padding: 0px;
}

body {
	

	background-color:#232323;
	font-size:14px;
	color: #c7c7c4;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 0px 2em 0px;
	
	
}

a:link {
	color: #c7c7c4;
	text-decoration: underline;
}

a:active {
	color: #c7c7c4;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

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

a img {
	border: 0;
}


h3 {
	font-size:14px;
	font-weight:bold;
	line-height:35px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	line-height:45px;
	color:#FFF;
}




/* CREATING THE STICKY FOOTER */


#sitewrap {
	/*height:100%;*/

}

body > #sitewrap {
	height: auto; 
	/*min-height: 100%;*/
}
 .clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
Hides from IE-mac 
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/*End hide from IE-mac */


/* CENTERING THE PAGE */
#siteBGColor {
	background-color:#000;
}

#sitewrap {
	width: 100%;
    margin: 0px;
	padding: 0px;
	background-image:url(../siteimages/Home_Background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#centerpage {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
}


/*HomeNav*/
/* homeNav1 Button */

#homeNav {
	float:left;
	margin: 184px 0px 259px 0px;
	padding: 0px 0px 0px 0px;
}

a.homeNav1, a.homeNav1:link { 
color: #000000;
text-decoration: none;
display:block; 
width:268px; 
height:63px; 
background-image:url(../siteimages/Home_Nav1Btn.png); 
background-position:left top; 
/*text-indent:-9999px;*/
margin: 0px 342px 0px 0px;
text-align: left;
padding: 68px 28px 0px 22px;
}

a.homeNav1:hover { 
color: #000000;
text-decoration: none;
background-position:left bottom; }

/* homeNav2 Button */

a.homeNav2, a.homeNav2:link { 
color: #ffffff;
text-decoration: none;
display:block; 
width:171px; 
height:60px; 
background-image:url(../siteimages/Home_Nav2Btn.png); 
background-position:left top; 
/*text-indent:-9999px;*/
text-align: right;
padding: 68px 25px 0px 101px;
}

a.homeNav2:hover { 
color: #ffffff;
text-decoration: none;
background-position:left bottom; 
}

.homeBtnTextAdjust1 {
margin: 50px 30px 0px 20px;
}

.homeBtnTextAdjust2 {
margin: 50px 30px 0px 30px;
}



/* MAIN NAV LINKS STYLES */

#navbar {
	float:left;
	width:895px;
	height:31px;
}

#navlinks {
	width:719px;
	margin-top:4px;
	margin-left:150px;
	}

#navlinks li {
	display:inline;
	list-style:none;
	font-size:14px;
	margin: 0px 80px 0px 0px;
}

#navlinks a:link {
	color: #000000;
	text-decoration: none;
}

#navlinks a:active {
	color: #333333;
	text-decoration: none;}

#navlinks a:visited {
	color: #333333;
	text-decoration: none;
}

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



/* FOOTER STYLES */

#footer {
	width:100%;
	text-align:left;
	background-image: url(../siteimages/Footer_Bar.png);
	background-repeat:repeat-x;
	color: ffffff;
	font-size:11px;	
	padding:0px;
	float: left;
	height:173px;

}

#centerfooter {
	width: 575px;
	margin: 45px auto 0px auto;
}

#footer a:link {
	color: #c7c7c4;
	text-decoration: none;
}

#footer a:active {
	color: #c7c7c4;
	text-decoration: underline;
}

#footer a:visited {
	color: #666666;
	text-decoration:none;
}

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

#footerleft {
		color: #ffffff;

	float: left;
	margin: 7px 40px 0px 0px;
}

#footerright {
		color: #ffffff;

	float: left;
	margin: 7px 10px 0px 0px;
}
#footerrightlogos {
	float: left;
}
.iconShift {
	margin-right: 10px;
}
