body {
	font-family: Helvetica, Verdana, Tahoma;
	font-size: 13px;
	line-height: 16px;
	font-weight : normal;
	color: #333333;
	background-color:#ffffff;
	background-image: url(../images/assets/bg.jpg);
	background-repeat: repeat-x;
}


.secondaryBg {
	background-image: url(../images/assets/bg_secondary.jpg);
	background-repeat: repeat-x;
}

/*-----------------------Basic Font Styles-----------------------*/	

/* Fonts */
.bodyFont {
	font-family: Helvetica, Verdana, Tahoma;
	font-size: 13px;
	line-height: 16px;
	font-weight : normal;
	color: #333333;
}

.subTitle {
	font-family: Helvetica, Verdana, Tahoma;
	font-size: 14px;
	line-height: normal;
	font-weight : normal;
	font-weight:lighter;
	color: #0059aa;
}

.title{
	font-family: Helvetica, Verdana, Tahoma;
	font-size: 20px;
	line-height: normal;
	font-weight : normal;
	font-weight:lighter;
	color: #000;
}

/* Links */
A:link, A:visited {
	text-decoration: underline; 
	color: #0059aa;
}


A:active, A:hover {
	text-decoration: underline; 
	color: #ffff00;
}

.footer{
	font-family: Helvetica, Verdana, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	color: #333333;
}

/* Sub Nav */
.subNav {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
}

a.subNav:link, a.subNav:visited {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
}

a.subNav:hover, a.subNav:active {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none; 
	color: #ffb84d;
}


/* Primary Navigation
=================================================== */
#primaryNavWrapper{
	height: 32px;
	float: right;
}

#navPrimary {
	clear: both;
	list-style: none;
	float: right;
	position: relative;
	z-index: 1000;
}

#navPrimary ul {
	list-style: none;
}

#navPrimary li {	
	float: left;
	margin: 0 auto;
	font-family: Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color:#0059aa;
	border-right: #000000 solid 1px;
}

#navPrimary li.last {	
	border-right: none;
}


#navPrimary li a {
	display: block; 
	text-decoration: none; 
	color:#0059aa;
	
}


#navPrimary li a:hover{
	color: #ffff00;
	text-decoration: none;
}

#navPrimary li.current a { 
	color: #ffff00; 
	text-decoration: none;
}

