@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.83em;
	line-height:normal;
	color:#316075;
}

p{
	margin:6px;
	padding:0;
}
strong{
	margin:0;
	padding:0;
}


div{
	margin:0;
	padding:0;
}
img{
	border:0;
	margin:0;
	padding:0;
}

	
/*HEADINGS*/
h1{
	font-weight:normal;
	font-size:1.85em;
	padding:0;
	margin:6px;
	text-transform:uppercase;

	
}
h2{
	font-weight:normal;
	font-size:1.5em;
	padding:0;
	margin:6px;
	text-transform:uppercase;
}
h3{
	font-weight:normal;
	font-size:1.2em;
	padding:0;	
	margin:6px;
	text-transform:uppercase;
}
h4{
	font-weight:normal;
	font-size:1em;
	padding:0;	
	margin:6px;
	text-transform:uppercase;
}
h5{
	font-weight:normal;
	font-size:.9em;
	padding:0;
	margin:6px;
	text-transform:uppercase;
	
}
/*HEADINGS END*/
/*FONT COLOR*/

.white{
	color:#fff;
}

.orange{
	color:#a16a33;
}

/*LINKS*/
a:link{
	text-decoration:underline;
	color:#316075;

}
a:visited{
	text-decoration:underline;
	color:#316075;

}
a:hover{
	text-decoration:none;
	color:#fff;

	
}
a:active{
	text-decoration:underline;
	color:#316075;

}

#nav a:link{
	text-decoration:none;
	color:#6b7481;

}
#nav a:visited{
	text-decoration:none;
	color:#6b7481;

}
#nav a:hover{
	text-decoration:none;
	color:#ccc;

	
}
#nav a:active{
	text-decoration:none;
	color:#6b7481;

}


#footer a:link{
	text-decoration:none;
	color:#316075;

}
#footer a:visited{
	text-decoration:none;
	color:#316075;

}
#footer a:hover{
	text-decoration:none;
	color:#fff;

	
}
#footer a:active{
	text-decoration:none;
	color:#316075;

}


.more a:link{
	text-decoration:none;
	color:#a16a33;
	background:url(../images/arrow.jpg) right center no-repeat;
	padding-right:20px; 

}
.more a:visited{
	text-decoration:none;
	color:#a16a33;
	padding-right:20px; 
	background:url(../images/arrow.jpg) right center no-repeat;

}
.more a:hover{
	text-decoration:none;
	color:#dd7e1f;
	padding-right:20px; 
	background:url(../images/arrow.jpg) right center no-repeat;

	
}
.more a:active{
	text-decoration:none;
	color:#a16a33;
	padding-right:20px; 
	background:url(../images/arrow.jpg) right center no-repeat;

}

