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

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}
a img, :link img, :visited img {
	border:none;
	}
	
.picture {
	border:1px solid black;
	margin:5px;	
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
#navigation ol, #navigation ul {
	list-style: none;
	margin:0;
	padding:0;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

blockquote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.75em;
	text-align:center;
	line-height:1.5em
	}

p, ul {
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding-bottom:0.8em;
	}

p.firstletter:first-letter {
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	font-size:xx-large;
	font-weight:bold;
	float:left;
	padding-top:4px;
	margin-right:2px;
	}
	
a {
	line-height:1.5em;
	}

a:link, a:visited, a:hover, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

a:link {
	color:blue;
	border-bottom:1px dotted blue;
	}
	
a:visited {
	color:#000099;
	}

a:hover, a:active {
	border-bottom:1px solid green;
	color:green;
	background-color:#FFFF66;
	}
	
h2 {
	font-family:"Trajan Pro", Georgia, "Times New Roman", Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size:1.25em;
	}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.75em;
	}
	
.date {
	color:#CC3300;
	}

.forms {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	}

.imgborder {
	border:1px solid black;
	}
	

/* Start of styling for layout
----------------------------------------------------*/

body {
	background-color:#7ebaf5;
	text-align:center;
	}

#container {
	width:95%;
	min-width:760px;
	max-width:1024px;
	margin:0 auto 0 auto;
	}

#header-left {
	position:relative;
	z-index:1;
	height:214px;
	width:550px;
	background-image:url(../../images/header_image.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#header-right {
	z-index:1;
	height:190px;
	width:167px;
	background-image:url(../../images/logo.jpg);
	float:right;
	}

#sitename {
	text-align:left;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	color:black;
	position:relative;
	top:80px;
	left:400px;
}
	
#sitename h1 {
	font-size:30px;
	font-weight:bold;
	}

#navigation {
	clear:both;
	background-color:#FFFFFF;
	width:95%;
	height:31px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	/*background-image:url(../../images/nav_gradient.jpg); */
	background-repeat:no-repeat;
	text-align:right;
	}

#navigation ul {
	padding-top:6px;
	}
	
#navigation li {
	display:inline;
	margin-right:1.5em;
	}
	
#navigation a:link, #navigation a:visited, navigation a:hover, #navigation a:active {
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	background-color:white;
	border:none;
	}

#navigation a:link, #navigation a:visited {
	text-decoration:none;
	color:black;
	}

#navigation a:hover, #navigation a:active {
	border-bottom:3px solid blue;
	color:#0000FF;
	}

#column1 {
	position:relative;
	background: url(../../images/corner_tl.gif) top left no-repeat #FFFFFF;
	width:50%;
	margin:0 0 0 2%;
	text-align:justify;
	float:left;
	}
	
#column1 img {
	margin-right:5px;
	margin-top:3px;
	}
	
#column1body, #column2body {
	background:url(../../images/column_left.gif) repeat-y;
	margin-top:-20px;
	padding:10px;
	}

#column1 h1, #column2 h1 {
	background:url(../../images/corner_tr.gif) top right no-repeat;
	min-height:34px;
	font-family:"Trajan Pro",Verdana, Arial, Helvetica, sans-serif;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	}
	
#column1footer , #column2footer {
	background:url(../../images/corner_bl.gif) bottom left no-repeat;
	min-height:34px;
	}

#column1footer p, #column2footer p {
	background:url(../../images/corner_br.gif) bottom right no-repeat;
	min-height:34px;
	}
	
#column2 {
	background: url(../../images/corner_tl.gif) top left no-repeat #FFFFFF;
	width:40%;
	margin:0 2% 0 0;
	float:right;
	text-align:justify;
	}
		
#footer {
	width:95%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	clear:both;
	}
	
/* Styling for Google Map
-------------------------------------------------*/

#map_canvas {
	border:1px solid black;
	margin:0 auto 10px auto;
	}
	
/* sIFR Styling
---------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility:visible;
}

.sIFR-hasFlash h2 {
	visibility: visible;
}

.sIFR-hasFlash h3 {
	visibility: visible;
}

.sIFR-hasFlash h4 {
	visibility: visible;
}

.sIFR-hasFlash h5#pullquote {
}

