@charset "utf-8";
/* CSS Document */
#nav_wrapper {
	width:423px;
	float:right;
}
/*Turn off all browser link outlines and set basic sitewide link functionality*/
a {
	outline:none;
	/*color:#FFFFFF;*/
	text-decoration:none;
}

a:link, a:visited, a:active {
	text-decoration:none;
	/*color:#FFFFFF;*/
}
a:hover {
	text-decoration:underline;
}

#enlargeButton {
	text-align:center;
	margin:0;
	padding:0;
	font-size:9px;
}
#enlargeButton a {
 	text-decoration: none;
 	color:#5B5B5B;
}
#enlargeButton a:hover {
 	text-decoration: underline;
 	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Begin Main Nav styles~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul#mainNav {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	background: #e78a00;
	width:330px;		
}
ul#mainNav li {
	float:left;
	width:auto; /*for valid css on floated element*/
	background: url(../images/navigation/mainNav/navDivider.gif) top left no-repeat;
	padding: 0 0 0 2px;
	
}
/*remove divider graphic from first nav item*/
ul#mainNav .first {
	background:none;
}
ul#mainNav a {
	display:block;
	text-indent: -9999px;
	/*text-transform:uppercase;
	font-size:9px;
	color:#000000;
	font-weight:bold;*/
}



/*Begin Nav 1 Styles*/
a.mainNav_1 {
	width: 68px;
	height:30px;
	background: url(../images/navigation/mainNav/theWork_rollover.gif) no-repeat left top;
	
}
a.mainNav_1:link, a.mainNav_1:visited, a.mainNav_1:active {
	background: url(../images/navigation/mainNav/theWork_rollover.gif) no-repeat left top;
}
a.mainNav_1:hover {
	background-position: right top;
}
a.mainNav_1_current {
	width: 68px;
	height:30px;
	background: url(../images/navigation/mainNav/theWork_rollover.gif) no-repeat right top;
	cursor:default;	
}
/*End Nav 1 styles*/

/*Begin Nav 2 Styles*/
a.mainNav_2 {
	width: 87px;
	height:30px;
	background: url(../images/navigation/mainNav/theResults_rollover.gif) no-repeat left top;
	
}
a.mainNav_2:link, a.mainNav_2:visited, a.mainNav_2:active {
	background: url(../images/navigation/mainNav/theResults_rollover.gif) no-repeat left top;
}
a.mainNav_2:hover {
	background-position: right top;
}
a.mainNav_2_current {
	width: 87px;
	height:30px;
	background: url(../images/navigation/mainNav/theResults_rollover.gif) no-repeat right top;
	cursor:default;	
}
/*End Nav 2 styles*/

/*Begin Nav 3 Styles*/
a.mainNav_3 {
	width: 68px;
	height:30px;
	background: url(../images/navigation/mainNav/theRest_rollover.gif) no-repeat left top;
	
}
a.mainNav_3:link, a.mainNav_3:visited, a.mainNav_3:active {
	background: url(../images/navigation/mainNav/theRest_rollover.gif) no-repeat left top;
}
a.mainNav_3:hover {
	background-position: right top;
}
a.mainNav_3_current {
	width: 68px;
	height:30px;
	background: url(../images/navigation/mainNav/theRest_rollover.gif) no-repeat right top;
	cursor:default;	
}
/*End Nav 3 styles*/

/*Begin Nav 4 Styles*/
a.mainNav_4 {
	width: 86px;
	height:30px;
	background: url(../images/navigation/mainNav/contactUs_rollover.gif) no-repeat left top;
	
}
a.mainNav_4:link, a.mainNav_4:visited, a.mainNav_4:active {
	background: url(../images/navigation/mainNav/contactUs_rollover.gif) no-repeat left top;
}
a.mainNav_4:hover {
	background-position: right top;
}
a.mainNav_4_current {
	width: 86px;
	height:30px;
	background: url(../images/navigation/mainNav/contactUs_rollover.gif) no-repeat left top;
	background-position: right top;
	cursor:default;	
}
/*End Nav 4 styles*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~End Main Nav styles~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~Begin Social Nav styles~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul#socialNav {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	background: #e78a00;
	width:93px;
	height:30px;
	background: #e78a00 url(../images/navigation/bgSocial.gif) no-repeat;
		
}

ul#socialNav li {
	float:right;
	width:auto; /*for valid css*/
}
ul#socialNav a {
	display:block;
	width:31px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~End Begin Social Nav styles~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/