@charset "utf-8";

/* Styles: General */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;

}

p {
	font-size:12px;
	color:#696969;
}

/* Default header 1 */
h1 {
	font-family:"Times New Roman", Times, serif;
	color:#3F7EB3;
	font-weight:100;
	font-size:22px;
}

/* Default header 2 */
h2 {
	font-family:"Times New Roman", Times, serif;
	color:#3F7EB3;;
	font-weight:100;
	font-size:18px;
}

/* Remove border around image */
img {
	border: 0;
}

/* Default style for ahref links */
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color:#3F7EB3;
}

/* added by brad */


footer-wrapper a
{
	color:#cccccc;
}
/*a:visited {
   text-decoration: none;
   background-color: inherit;
   color:#3F7EB3;
}*/

a:hover {
   text-decoration: none;
   color:#3F7EB3;
}

/* Header: Contact section font style */ 
.header-contact {
	font-size: 11px;
	line-height: 1em;
	color:#b7b7b7;
}

/* Header: Main navigation font style */
.header-navigation {
	display:inline;
	font-size:12px;
	line-height:1em;
	/*font-weight:bold; */
}

.header-navigation a{
	color:#777777;
}

.header-navigation a:hover{
	color:#3F7EB3;
}

/* Header: Separator for navigation links */
.header-separator {
	padding-left:5px;
	padding-right:5px;
	color:#999999;
}

/* Content Area: Link styles */
.header-navbar {
	text-decoration:none;
	color:#333333;
	/*line-height:0.5em; */
}

.footer-navigation {
	display:inline;
	font-size:11px;
	/*line-height:1em;*/
	color:#CCCCCC;
}

.footer-separator {
	padding-left:5px;
	padding-right:5px;
	color:#CCCCCC;
}
/* Content area: Navigation links in left column */
.side-nav-links {
	font-size:12px;
	line-height:6px;
	color:#3F7EB3;
/*	text-decoration:underline; */
}
