/*
  Color Scheme:
	dark blue: 		#002353
	cream: 			#f9f8ee	
*/
body { font-family: "trebuchet ms", verdana,arial; margin:0px; background-color: white;}
#header { background: url('images/header-bk.png') repeat-x; }

#main { padding: 10px 120px; }
h1 { color: #002353; font-size: x-large; }
h2 { color: #002353; font-size: large; }
h3 { color: #002353; font-size: medium; }
a, a:visited { color: #002353; }
a:hover { color: gray; }
#footer { background-color: #f9f8ee; text-align:center; padding: 5px; font-size:x-small; color: gray; clear:both;  }

#nav { background-color: #f9f8ee; padding: 4px 10px 4px 109px; margin:0px; text-transform:uppercase; font-size:small; font-weight:bold;  }
#nav a { text-decoration:none; margin-right: 10px; padding:2px 6px 4px 6px; }
#nav .selected { background-color: white; border-bottom:1px solid white; border-right:1px solid #f1f1f1; border-left:1px solid #f1f1f1; border-top:1px solid #f1f1f1; }
#nav a.selected:hover {  }
#nav_sub { background-color: white; font-size:small; padding:3px 3px 3px 115px; border-bottom:1px solid #f1f1f1; border-top:1px solid #f1f1f1; }
#nav_sub a, #nav_sub a:visited { color:gray; display:block; text-decoration:none; padding:0px; margin:0px;   }
#nav_sub a:hover {  }
#nav_sub ul { display:inline; margin: 0px; padding: 0px; list-style:none;  }
#nav_sub ul li { float:left;  margin-top:0px; padding:0px 30px 0px 20px; background:url('images/bullet_go.png') left top no-repeat;   }

#scanalert { text-align:center; position:absolute; top:0px; right: 0px; width:125px; height: 35px; background-color:white; padding:3px; border-left:1px solid silver; border-bottom:1px solid silver; }
.photobox { float:right; width:250px; text-align:center; color: gray; margin:5px; }
