/* CSS Document */

body 
{
	padding: 0px;
	margin: 0px;
}


#wrapper 
{
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}

/*** TOP NAV ***/
#header {
	background: url(../Images/Headings/Header-bg.gif) repeat-x;
	height: 35px;
}

#header ul {
	list-style:none;
	margin:0px;
	padding: 0px;
}

#header li {
	float:left;
	cursor: pointer;
}

#header a {
	display:block;
	height: 35px;
}

.headerHome a {
	background: url(../Images/Headings/home.gif);
	width: 89px;
	margin-left: 5px;
}

.headerHome a:hover {
	background-position: 0px 35px; 
}

.headerAboutUs a {
	background: url(../Images/Headings/about-us.gif);
	width: 103px;
}

.headerAboutUs a:hover {
	background-position: 0px 35px; 
}

.headerServices a
{
	background: url(../Images/Headings/services.gif);
	width: 102px;
}

.headerServices a:hover
{
	background-position: 0px 35px;
}

.headerJobs a {
	background: url(../Images/Headings/jobs.gif);
	width: 81px;
}

.headerJobs a:hover {
	background-position: 0px 35px; 
}

.headerNews a {
	background: url(../Images/Headings/news.gif);
	width: 90px;
}

.headerNews a:hover {
	background-position: 0px 35px; 
}

.headerContactUs a {
	background: url(../Images/Headings/contact-us.gif);
	width: 120px;
}

.headerContactUs a:hover {
	background-position: 0px 35px; 
}

.headerLinks a {
	background: url(../Images/Headings/links.gif);
	width: 61px;
}

.headerLinks a:hover {
	background-position: 0px 35px; 
}

.headerDots 
{
	float: right;
}
/*** TOP NAV END ***/

#content 
{
	background: url(../Images/Gif/content-bg.gif);
	background-repeat: repeat-y;
}

.RightContent
{
	width: 193px;
	float: right;
}

.LeftContent
{
	width: 795px;
	float: left;
}

/*** FOOTER NAV ***/
.FooterText 
{
	font-size: 0.85em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #a4a4a4;
}

.FooterText a 
{
	color: #a4a4a4;
	text-decoration: none;
}

.FooterText a:hover
{
	color: #ef8813;
	text-decoration: underline;
}	
/*** FOOTER NAV END ***/


.TopLinks
{
	position:relative;
	display: block;
	width: 299px;
	height: 16px;
	margin: 0; 
	padding: 0; 
	margin-bottom: 7px;
}

.TopLinks a
{
	float: left;
	display: block;
	width: 299px;
	height: 16px;
	margin: 0; 
	padding: 0; 
}

.TopLinks img
{
	width: 299px;
	height: 16px;
	border: 0;
}
			
.TopLinks a:hover img
{
	visibility:hidden;
}


.RightLinks
{
	position:relative;
	display: block;
	width: 183px;
	height: 62px;
	margin: 0; 
	padding: 0; 
}

.RightLinks a
{
	float: left;
	display: block;
	width: 183px;
	height: 62px;
	margin: 0; 
	padding: 0; 
}

.RightLinks img
{
	width: 183px;
	height: 62px;
	border: 0;
}

.RightLinks a:hover img
{
	visibility:hidden;
}

* html a:hover
{
	visibility:visible;
}
