/* Home Page Styles */
body#home {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body#home #pageContainer {
	position: relative;
	width: 800px;
	margin: 0px auto;
}
body#home div#mainPhoto {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/interface/components/main_photo.php);
	width: 490px;
	height: 430px;
}
body#home div#logo {
	position: absolute;
	top: 80px;
	left: 490px;
	width: 310px;
	height: 80px;
}
body#home div#smallPhotos {
	position: absolute;
	top: 160px;
	left: 490px;
	width: 310px;
	height: 110px;
}
body#home div#mainNav {
	position: absolute;
	top: 290px;
	left: 490px;
	width: 110px;
	text-align: left;
}
body#home div#mainNav ul,
body#home div#secondaryNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body#home div#mainNav li a:link,
body#home div#mainNav li a:active,
body#home div#mainNav li a:visited,
body#home div#mainNav li a:hover,
body#home div#secondaryNav li a:link,
body#home div#secondaryNav li a:active,
body#home div#secondaryNav li a:visited,
body#home div#secondaryNav li a:hover {
	display: block;
	height: 18px;
	padding: 0px 10px;
	text-decoration: none;
	color: #003366;
	font-size: 12px;
	line-height: 18px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	white-space: nowrap;
}
body#home div#mainNav li a:hover,
body#home div#secondaryNav li a:hover {
	border-color: #E3E3E3;
}
body#home div#secondaryNav {
	position: absolute;
	padding: 20px 0px 0px;
	top: 290px;
	left: 620px;
	width: 160px;
	text-align: left;
	overflow: visible;
	background-image: url(/interface/images/home_LCI_title.gif);
	background-repeat: no-repeat;
	background-position: top;
}
body#home div#secondaryNav ul {
	padding: 0px 0px 4px;
	background-image: url(/interface/images/home_LCI_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
body#home div#secondaryNav li {
	border-width: 0px 1px;
	border-style: solid;
	border-color: #EEEEEE;
}
body#home div#footer {
	position: absolute;
	top: 600px;
	text-align: center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body#home div#footer div {
	margin: 5px 0px;
}
body#home div#banner {
	position: absolute;
	width: 285px; 
	height: auto;
	top: 410px;
	left: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}



/* Interior Page Styles */
body#interior {
	margin: 0px;
	padding: 0px;
	background-image: url(/interface/images/interior-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #E8ECED;
}
body#interior,
body#interior p,
body#interior th,
body#interior td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#pageContainer {
	z-index: 0;
	position: realtive;
	width: 800px;
	height: auto;
	margin: 0px auto;
}
div#pageHeader {
	z-index: 1;
	position: relative;
	height: 100px;
	background-image: url(/interface/images/interior-top.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 280px;
	height: 100px;
}
#LCIbox a,
#navBar a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
#LCIbox {
	position: absolute;
	width: 400px;
	height: 35px;
	top: 10px;
	font-size: 12px;
	line-height:normal;
	text-align: left;
	background-color: #FFFFFF;
	left: 380px;
	background-image: url(/interface/images/LCI-box-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#LCIbox div.title {
	background-image: url(/interface/images/LCI-box-top.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#LCIbox div.title h5 {
	background-image: url(/interface/images/LCI-box-title.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	color: #993333;
	display: block;
	width: 110px;
	height: 18px;
}
#LCIbox div.title strong {
	display: none;
}
#LCIbox div.content {
	display: block;
	height: 17px;
	padding: 0px;
	margin: 0px;
	background-image: url(/interface/images/LCI-box-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: left;
}
#LCIbox div.content a,
#LCIbox div.content a:link,
#LCIbox div.content a:active,
#LCIbox div.content a:visited,
#LCIbox div.content a:hover {
  color:#003366;
	text-decoration: none;
	padding: 0px 2px 0px 8px;
}
#LCIbox div.content a:hover {
  color:#006699;
}
#navBar {
	position: absolute;
	width: auto;
	top: 51px;
	left: 95px;
	font-size: 12px;
	line-height:normal;
	text-align: left;
	height: 24px;
}
#navBar span.content {
	position: relative;
	background-color: #0000FF;
	border-color: #0000FF;
	border-style: solid;
	border-width: 1;
	width: auto;
}
#navBar ul {
	margin:0;
	padding:0px 0px 0;
	list-style:none;
	width: 500px;
  }
#navBar li {
  float:left;
  background:url("/interface/images/tabs_left.gif") no-repeat left top;
  margin:0 1px 0 0;
  padding:0 0 0 5px;
  }
#navBar a {
  float:left;
  display:block;
  background:url("/interface/images/tabs_right.gif") no-repeat right top;
  padding:3px 7px 2px 2px;
  text-decoration:none;
  color:#003366;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navBar a {float:none;}
/* End IE5-Mac hack */
#navBar a:hover {
  color:#006699;
}
#navBar .current {
  background-image:url("/interface/images/tabs_left_on.gif");
}
#navBar .current a {
  background-image:url("/interface/images/tabs_right_on.gif");
  color:#333;
  padding-bottom: 3px;
}
#pageContent {
	z-index: 5;
	position: relative;
	width: 760px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 0px 1px;
}
#pageContent div#title {
	margin: 0px 75px 20px;
}
#pageContent div#title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
}
#pageContent div#content {
	margin: 0px 75px;
}
div#pageFooter {
	position: relative;
	width: 762px;
	margin: 0px auto;
	background-image: url(/interface/images/interior-bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
body#interior div#GFDMbrand {
	display: none;
}

/* Site-wide Styles */
h1,h2,h3,h4,h5,h6 {
	margin: 0em;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
}
p {
	margin: 0.25em 0em 1em;
}
div.boxA {
	display: block;
	background-image: url(/interface/images/box-corners_04.gif);
	background-repeat: no-repeat;
	background-position: bottom right;	
}
div.boxA div.title {
	display: block;
	background-image: url(/interface/images/box-corners_02.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}
div.boxA div.title h5 {
	display: block;
	background-image: url(/interface/images/box-corners_01.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	margin: 0px;
	padding: 2px 8px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
div.boxA div.content {
	display: block;
	background-image: url(/interface/images/box-corners_03.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
	padding: 0px 8px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
div.boxA div.content p {
	margin: 0em 0em 0.5em;
}
table.tableA {
	margin: 0em auto 1.5em;
}
table.tableA th,td {
	padding: 2px 3px;
}
table.tableA caption {
	border-width: 2px 0px;
	border-style: solid;
	border-color: #CC0000;
	padding: 4px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	background-color: #EEEEEE;
}
table.tableA th {
	text-align: center;
	font-weight: bold;
	background-color: #003366;
	color: #FFFFFF;
}
table.tableA td {
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #EEEEEE;
}
table.columns td {
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE;
}
