@charset "UTF-8";
/* CSS Document */

/* ------ REDEFINED TAGS ------ */

body {
	color: #111; /* global text color */
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.9em;
}
hr {
	border:none;
	border-top:4px solid #EAF5FA;
	color:#FFF;
	background:#FFF;
	margin:10px 0;
	height:auto;
}
h1, h2 {
	font-family: Georgia, serif;
	font-style:italic;
	font-weight:normal;
}
h1 a, h2 a, h3 a, h4 a, h4 a {
	color: #111;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #075891;
	text-decoration:underline;
}
h1 {
	color: #075891;
	font-size:1.8em;
	margin:0 0 14px 0;	
}

.pad1 h1 { /* bottom margin for headline on interior pages */
	margin:0 0 18px 0;
}

h2 {
	color: #075891;
	font-size:1.4em;
	margin:0 0 14px 0;
}
h3 {
	color:#075891;
	font-size:1.2em;
	margin:0 0 14px 0;
}
h4 {
	color:#075891;
	font-size:1em;
	margin:0 0 12px 0;
}
p { font-family: Helvetica, Arial, sans-serif;
	line-height:140%;
	margin:0 0 12px 0;
}
p a, .pad1 li a, .pad2 li a, .pad3 li a, #column2 a {
	color: #111;
}
p a:hover, .pad1 li a:hover, .pad2 li a:hover, .pad3 li a:hover, #column2 a:hover {
	color:#075891;
}

/* ------ FOOTER TEXT and LINK STYLES ------ */
#footer { 
	color:#075891;
	font-size:.8em;
}
#footer a {
	color:#075891;
	text-decoration:none;
}
#footer a:hover {
	color:#075891;
	text-decoration:underline;
}

/* ----- HOME TEXT BLOCKS ------- */
#hometext {
font-size:.8em;
text-align:left;
}

#hometext strong {
 /*text-transform:uppercase; 
font-size:1.1em;*/
font-weight:bold;
}

#bg1 #hometext2 {
color:#111;
font-size:1.3em;
text-align:center;
}

#bg2 #hometext2 {
color:#111;
font-size:1.1em;
text-align:center;
}

#hometext2 em {
color:#FFF;
font-style:normal;
text-transform:uppercase;
}

/* ----- INTERIOR PAGE TITLES ------- */
#pagetitle {
	color: #5D9ED4;
	font-family: Georgia, serif;
	font-size:1.6em;
	font-style:italic;
	font-weight:normal;
	margin:10px 20px 16px 0;
	text-align:right;
}

/* ----- GLOBAL NAV STYLES- NOTE: dropdown/flyout menu styles are in a separate css file ------ */

#navbar ul { /* font size for global nav */
	font-size:.8em;
	text-transform:uppercase;
}
#navbar h3 {
	color:#FFF;
	line-height:1;
	margin:0 0 6px 0;
	text-align:center;
	text-transform:uppercase;
	width:570px;
	height:20px;
}
#headerlinks {
	font-size:.75em;
}
#headerlinks a {
	color:#111;
	padding:6px 4px 2px 4px;
	text-decoration:none;
}
#headerlinks a:hover {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color:#111;
	background:#EDF6FA;
	text-decoration:none;
}


/* ----- PHOTO CLASSES FOR IMAGES ADDED WITH THE CMS ------- */
.featurephoto { /* photo for featured items */
	border:2px solid #FFF;
	margin:0 0 0 6px;
	width:100px;
	float:right;
}
.insetphoto { /* images placed from image library */
	margin:20px 0;
}
.photo img { /* sidebar images on interior pages */
	margin:0 0 20px 0;
}


/* ------ FEATURED ITEM STYLES ------ */
.feature {
	font-size:0.9em;
	text-align:left;
}
.feature h4 {
 	font-family:Helvetica, Arial, sans-serif;
 	margin:6px 0 0 0;
	line-height:120%;
}
.feature p {
 	margin:0;
	line-height:120%;
}
.feature a, .feature h4 a {
	color:#075891;
	text-decoration:none;
}
.feature a:hover, .feature h4 a:hover  {
	color:#075891;
	text-decoration:underline;
}
/* ------ facebook link ------ */
a#fb {
	color:#FFF;
	background:url(../images/fb.gif) no-repeat;
	padding:10px 0 0 40px;
	margin-top:10px;
	display:block;
	width:180px;
	height:22px;
	float:right;
	text-decoration:none;
	font-weight:bold;
}a#fb:hover {
	color:#DEF;
	text-decoration:underline;

