@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url(../_images/background_main.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
}

.twoColFixLtHdr #photoContainer {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #111;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat-x;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
} 
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../_images/gradient_background.jpg);
	background-repeat: repeat-x;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
} 
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.2em;
	color: #900;
	padding-left: 30px;
	background-image: url(../_images/maltese_01.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-top: 2px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	color: #333;
	margin-bottom: -1em;
}
.twoColFixLtHdr #header1 {
	background: #222;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 314px;
	background-image: url(../_images/bg_header001.jpg);
	background-repeat: none;
}
.twoColFixLtHdr #header2 {
	background: #222;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 314px;
	background-image: url(../_images/bg_header002.jpg);
	background-repeat: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 10px 15px 20px;
}  
.twoColFixLtHdr #container #sidebar1 ul {
	margin:10;
	padding:0;
	list-style:none;	
}
#sidebar1 li a:link, #sidebar1 li a:visited {
	padding:.2em .5em;
	text-decoration:none;
	line-height: 1.4em;
	margin-left: 10px;
	color:#333;
	display:block;
	width: 170px;
	padding-left:16px;
}
#sidebar1 li a:hover {	
	color:#666;	
}
#sidebar1 li a.current,#sidebar1 li a.current:hover,#sidebar1 li a.current:active {
	color:#900;
	background:#efefef;
	cursor:default;
	border-left:4px solid #333;
	padding-left:12px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #crumbtrail {
	margin: 20px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #container #crumbtrail p {
	font-size: .8em;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.67em;
	line-height: 1.3em;
}
.twoColFixLtHdr #container #footer p a {
	color: #333;
}
.twoColFixLtHdr #photoFooter {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align: center;
} 
.twoColFixLtHdr #photoFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.67em;
	line-height: 1.3em;
	color: #333;
}
.twoColFixLtHdr #photoFooter a {
	color: #444;
}
.twoColFixLtHdr #photoHeader {
	width: 700px; /* the background color will be displayed for the length of the content in the column, but no further */
	float: left;
	height: 30px;
	padding: 20px;
}
.twoColFixLtHdr #photoHeader h2 {
	font-size: 1.4em;
	margin-top: -.4em;
	color:#555;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;s
	margin-right: 8px;
}
.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;
}

.twoColFixLtHdr #container #mainContent #bodyTableMain h4 {
	color: #003;
	font-size: 0.95em;
	padding-left:10px;
}

.twoColFixLtHdr #container #mainContent #bodyTableMain h5 {
	font-size: .9em;
	color: #666;
	margin-bottom: -0.8em;
	padding-left: 8px;
}
.historySubhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.67em;
	color: #333;
	margin-top: -1.5em;
	padding-left: 20px;
	padding-bottom: 4px;
}
#bodyTableMain {
	padding: 10px;
}
.dateService {
	padding-left: 30px;
}
#bodyTableMain table p {
	font-size: 0.8em;
	padding-left: 10px;

}
.appImage {
	padding-top: 10px;
}
.generalImage {
	padding-top: 10px;
	padding-bottom:20px;
	padding-left:16px;
	padding-right:10px;
}

.twoColFixLtHdr #photoNav {
	margin-left: 780px;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
}

.twoColFixLtHdr #mainPhotoContent {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align: center;
}
#mainContent table tr td a img {
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

