@charset "utf-8";
/* CSS Document */

/* Reset and Set */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 {	font-weight:normal; font-size:100%; }
a:focus, object { outline:none; }
a:Link, a:visited { color:#003333; }
img { border:none; }
table {	border-collapse:collapse; border-spacing:0; }
body, html { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
p { margin-bottom:10px; }
body { background:#9FACA5; margin:20px; }

/* Containers */
#banner { width:209px; height:58px; background:url(graphics/logos/logo.png) no-repeat; float:left; }
	#banner h1 { display:none; }
#contact { float:left; font-size:11px; /*background:#CCCCCC;*/ padding:4px 6px; margin:0 10px; }
#nav { clear:left; float:left; margin-right:25px; width:80px; }
#holder { clear:left; float:left; margin:10px 10px 10px 0; text-align:left; }
	#holder #left { float:left; width:300px; margin-right:25px;  }
		#holder h2 { display:block; margin-bottom:5px; font-weight:bold; font-size:22px; }
		#content { width:300px; float:left; }
			#content p { font-size:13px; line-height:20px; }
			#content p img { float:left; margin:0 10px 10px 0; }
			#content h3 { margin-bottom:5px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:16px; }
			#content h3 span { display:block; font-size:12px; font-style:italic; margin-top:5px; }
			#content ul, #content ol { margin-bottom:10px; }
			#content li { margin:0 0 5px 20px; }
	#holder #right { float:left; }
		#photoHolder { width:460px; text-align:center; }
			#photoHolder img { margin-bottom:10px; }
			#photoHolder #caption { width:75%; margin:0 auto; padding:10px 5px; font-size:11px; font-style:italic; font-weight:bold; color:#000; }

/* Nav */
#nav ul { }
#nav ul li { list-style:none; margin-bottom:8px; text-align:center; line-height:11px; }
#nav a { text-decoration:none; font-size:11px; }
#nav .noIcon a { text-decoration:underline; font-size:12px; line-height:14px; }

.subNav ul { margin-bottom:10px; font-size:12px; }
.subNav li { list-style:none; margin:0 10px; }
.subNav .current a { font-weight:bold; font-size:110%; }
.v2 ul { margin-left:10px; }
.v2 li { list-style:none; float:left; margin:0 10px 10px 2px; font-style:italic; }

#right #photoHolder #caption ul { }
#right #photoHolder #caption li { display:inline; font-weight:bold; padding:0 2px; }
#right #photoHolder #caption li a { text-decoration:none; }



/* Page Color Variations */
.bluePage { background:#2895d6; }
	.bluePage #banner { background:url(graphics/logos/logoBlue.png) no-repeat; }
	
.greenPage { background:#3e4c01; color:#f2e8d0; }
	.greenPage #photoHolder #caption { color:#f2e8d0; }
	.greenPage #banner { background:url(graphics/logos/logoGreen.png) no-repeat; }
	.greenPage #nav a:Link, .greenPage #left a:Link, .greenPage #nav a:visited, .greenPage #left a:visited, .greenPage #contact a { color:#ead298; }
	
.darkGreyPage { background:#606462; color:#FFF; }
	.darkGreyPage #banner { background:url(graphics/logos/logoDarkGrey.png) no-repeat; }
	.darkGreyPage #nav a:Link, .darkGreyPage #left a:Link, .darkGreyPage #nav a:visited, .darkGreyPage #left a:visited { color:#CCC; }
	

/* 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 #holder h2 { visibility: hidden; letter-spacing: -9px; font-size: 35px; }