@charset "UTF-8";
/* CSS Document */
body {
	color:#333;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	text-align:center;
	background:#fff;
	line-height:1;
}
a:link, a:visited {
	color:#3d7191;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
	color:#900;
}
h1 {
	color:#5571bd;
	font-size:1.4em;
	line-height:2;
	letter-spacing:1.2;
}
h2 {
	color:#5f5c91;
	font-size:1.2em;
	line-height:2;
	letter-spacing:1.2;
}
h3 {
	color:#000;
	font-size:1.1em;
	line-height:2;
	letter-spacing:1.2;
}

#wrapper {
	margin:0 auto;
	width:940px;
}
#contentBack {
	background:#fff url(../images/content-background.gif) repeat-y;
	padding:0 0 30px 0;
	width:940px;
	float:left;
}
#header {
	width:940px;
	height:165px;
	background:#fff url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block; /* for IE */
}
/* Navigation */
#navWrapper {
	width:940px;
	height:25px;
	background: url(../images/nav-bottom.gif) no-repeat bottom;
}
#nav {
	background: url(../images/nav-background.jpg) repeat-x;
	width:940px;
	border-top:1px dotted #CCC;
	float:left;
}
#nav ul {
	list-style-type:none;
}
#nav li {
	float:left;
}

#nav a,
#nav a:link,
#nav a:visited{
	color:#fff;
	text-decoration:none;
	font-size:.9em;
	font-weight:bold;
	display:block;
	height:15px;
	padding:6px 30px;
	background:url(../images/nav-background.jpg) repeat-x;
	border-left:1px dotted #CCC;
	line-height:15px;
	outline-style:none; /* eliminate firefox dotted border */
}
#nav a:hover,
#nav a:active,
#nav .selected a:link,
#nav .selected a:visited {
  background:url(../images/nav-on-background.gif) repeat-x;
  color:#333;
  line-height:15px;
}
/* Content */
#leftColumn {
	width:542px;
	float:left;
	padding:20px 38px 0 60px;
	text-align:left;
	line-height:1.4;
	font-size:.9em;
}
#leftColumn ul {
	list-style:outside url(../images/bullet.gif) ;
	text-indent:15px;
}
#leftColumn ol {
	list-style:inside upper-roman;
	text-indent:15px;
}
.imgRight {
	float:right;
	margin:0 0 0 10px;
}
.imgLeft {
	float:left;
	margin:0 10px 0 0; 
}
.imgCenter {
	margin:0 auto;
}
.photocontain{width:400px;padding-left:20px;padding-bottom:10px;float:right;}
.photo{height:250px;width:400px;}
.photocaption{width:400px;font:bold 90% Arial, Helvetica, sans-serif;line-height:1.5;text-align:center;}

#rightColumn {
	width:240px;
	float:left;
	padding:20px 40px 0 20px; 
}
.sideButton {
	background:url(../images/sidebar-button.png) no-repeat;
	width:113px; 
	height:53px;
	padding:25px 110px 20px 20px;
	text-align:left;
}
.sideButton a,
.sideButton a:link,
.sideButton a:visited {
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
}
.sideButton a:hover,
.sideButton a:active {
	color:#fff;
}
.sideCallout {
	background:url(../images/side-callout.jpg) no-repeat;
	width:210px; 
	height:252px;
	padding:15px 20px 10px 10px;
	margin-top:30px;
}
.sideCallout h2 {
	color:#484577;
	font-size:1.2em;
	line-height:1.5;
	letter-spacing:1;
}
.sideCallout p {
	color:#333;
	font-size:0.9em;
}
.sideCallout a:hover {
	color:#fff;
}
#footer {
	color:#999;
	padding: 50px 0 0 0;
	font-size:0.7em;
	line-height:1.5;
	width:940px;
	height:72px;
	background: url(../images/footer.gif) no-repeat top;
	float:left;
}
#footer a,
#footer a:link,
#footer a:visited {
	color:#999;
	text-decoration:underline;
}
/*Only for Part Search Form */
#contentBackSearch {
	background:#fff url(../images/content-background.gif) repeat-y;
	padding:0 50px 30px 50px;
	width:840px;
	float:left;
	text-align:center;
}
#contentBackSearch ul {
	list-style-type:none;
}
#Login1_panelLogin {
	width:840px;
	margin:0 auto;
}
#EOL_PublicSearch1_pnlSearch {
	width:400px;
	margin:0 auto;
}
#pageNumbersContainer {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin: 10px;
}
#pageNumbers {
	margin:0 auto;
}
#footerCopyright {
	width:840px;
}
