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

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS reset */


body {
	background-color: #d9e7e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

#page {
	background-color: #ffffff;
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 70px;*/
	padding-top: 56px;
}

#foot {
	width: 472px;
	padding-left:320px;
	margin-left: auto;
	margin-right: auto;
	color: #001B49;
	font-size: 9px;
	margin-top: 9px;
	margin-bottom: 15px;
}

#foot a {
	color: #001B49;
}

#foot a:hover{
	color: #bf4838;
}

#nav {
	margin-left: 355px;
	margin-bottom: 23px;
}

#nav a {
	color: #663700;
	text-decoration: none;
	margin-right: 20px;
	/*font-size: 10px;*/	
}

#nav a:hover {
	color: #bf4838;
}


#divider{
	background-image: url(../images/tileBar.png);
	background-repeat: repeat-x;	
	height: 22px;
	margin-top: 1px;
	margin-bottom: 20px;
}

.galNav {
	margin-left: 12px;	
}

.portP {
	margin-top: 17px;
	color: #663700;	
	width: 474px !important;
}

#logo {
	float:left;
	
}

#portLogo {
	margin-top:50px;
	float:left;
}


#content{
	margin-left: 318px;
	color: #001b49;
	
	padding-bottom: 30px;
}

#content p {
	margin-bottom: 15px;
	width: 400px;
	line-height: 140%;
}

#content ul {
	margin-bottom: 15px;
	margin-top: 5px;
	width: 400px;
	line-height: 140%;
}

#content p a{
	color: #001b49;
}

#content p a:hover{
	color: #bf4838;
}

h1 {
	/*font-size: 13px;*/
	font-size: 140%;
	margin-bottom:15px;
}

h2 {
	font-size: 100%;
	text-transform: uppercase;	
}


#contentFoot {
	font-size: 8px;
	color: #663700;
	text-align: right;
	padding-right: 40px;
}

#contentFoot img {
margin-left:15px;	
	
}

.larger {
	font-size: 125%;	
}

.clear {
	clear:both;	
}

.leftCell {
	text-align: right;
	vertical-align: top;	
}

.rightCell {
	vertical-align: top;	
}

p#staffList {
	line-height: 180%;	
}

#staffList a {
	text-decoration: none;
}

#staffList a:hover {
	color: #bf4838;
	text-decoration: none;
}


/* Staff Pop Up styles */

#staff {
	width:384px;
	height: 480px;
	background-color: #ffffff;
	color: #001b49;
	padding-top: 10px;
}

#biopic {
	float: left;
	margin-top: 30px;
}

#staff h1 {
	margin-left: 125px;
	margin-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 30px;
}

#staff p {
	width: 235px;
	margin-left: 125px;
	font-size: 10px;	
	color: #001b49;
	line-height: 140%;
	margin-bottom: 12px;
}

#staffList a {
 text-decoration: underline;	
}
/* END Staff Pop Up styles */

/* Modal styles */

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	/*border: 4px solid #777;*/
	border:none;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	/*border: 4px solid #f66;*/
	border:none;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	/*border: 4px solid #777;*/
	border:none;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../images/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../images/next.gif) right 20% no-repeat;
}


form {
	
}

input {
	font-size:10px;	
}

th {
	line-height: 1.5em;	
}

