@charset "UTF-8";

/***********************************
          LAYOUT STYLES
***********************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #CCC;
	margin: 0; /* zero margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* center the container in IE 5* browsers */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 40px less than a full 800px width for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0;  /* prevent margin collapse */
}
.oneColFixCtrHdr #navcontainer {
	margin: 0px;
	background: #666666;
	padding: 3px 2px 1px;
	height: 28px;
	width: 756px; /*keeps navcontainer within width of container div*/
}
/* NAV BAR */
#navcontainer ul {
	padding-left: 0;
	margin: 0; /* prevent margin collapse */
	list-style-type: none;
}
#navcontainer ul li {
	width: 126px;
	background: url(../images/tabBack.gif) no-repeat;
	font-size: 14px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 4px;
	float: left; /* use float: left instead of display: inline to display properly with background image*/
}
#navcontainer ul li a {
	color: #006699;
	text-decoration: none;
}
#navcontainer ul li a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	line-height: 1.5em;
	font-size: .9em;
}

#rightSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	padding-bottom: 1px;
}
#rightSidebarYellow {
	float: right; /* since this element is floated, a width must be given */
	background-color: #FFFF99;
	width: 270px;
	border: thin dashed #333333;
	padding: 5px;
}
#leftContent {
	margin: 0 310px 0 0;
	line-height: 1.5em;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***********************************
        PRESENTATION STYLES
***********************************/

/* RULES AND DECORATIVE ELEMENTS */
.yellowRule {
	margin: 0;
	padding: 0;
	border-bottom-width: 3;
	border-bottom-color: #FFFF00;
	border-bottom-style: solid;
}

/* NAVIGATION MOUSEOVERS */
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

/* H STYLES */
/*h1 tag used only in page headers*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	background-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-style: italic;
	margin-top: 0px;
	padding-bottom: 2px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #006699;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #006699;
}

/* TEXT STYLES */
.boldText {
	font-weight: bold;
	color: #333333;
}
.special {
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
#rightSidebar h4 {
	margin: 0; 
}
#siteLink p {
	margin: 0;  /* prevent margin collapse */
	border-top: 1px solid #000000;
	text-align: center;
	padding-top: 5px;
	font-size: 0.9em;
}
#footer p {
	margin: 0;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
}
/* MISCELLANEOUS */
.staffPhoto {
	border: 1px solid #333333;
}
.altRow {
	background-color: #FFFFCC;
	font-size: 12px;
}
.regRow {
	font-size: 12px;
}
.photoRight {
	border: thin solid #333333;
	float: right;
	margin-bottom: 10px;
}
.tabularData {
	border: thin solid #666666;
}
.watermarkBack {
	background: url(../images/gallery/logowatermark.gif) no-repeat center top;
}
.galleryThumbnail {
	padding-bottom: 10px;
}
