/* Sundog CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/grey_bg.jpg);
	font: 1.0em Arial, Helvetica, sans-serif; 
	color: #000;
	text-align: center;
}
#main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #fff;
	width: 780px;
	padding: 20px 20px 0 20px;
	text-align: left;
	border: 1px solid #000;
}
h1 {
	margin: 5px 0 15px 0;
	font-size: 1.3em;
	text-align: center;
}
h2 {
	margin: 15px 0 15px 0;
	color: #4b71b8;
}
a {
	color: #000;
}
.external {
background :transparent url(images/ext.gif) no-repeat right center;
padding-right:12px;

}
.popup {
background :transparent url(images/pop.gif) no-repeat right center;
padding-right:12px;
}
#header {
	width: 775px;
	height: 130px;
	margin: 0 0 0 0px;
	padding: 5px 10px 10px 5px;
	border-bottom: 2px solid #000;
}
#navigation {
	margin: 5px 10px 10px 15px;
	float: left;
	width: 575px; /* width: 545px; */
	font-size: 0.95em;
	text-align: center;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	display: inline;
	padding: 0 7px 0 5px;
	margin: 0 0 10px 0;
	border-left: 1px solid #000;
}
#navigation li.left {
	border-left: none;
}
img#header_left {
	float: left;
}
img#header_right {
	float: right;
}
#content {
	background-color: #fff;
	width: 780px;
	height: 100%;
	margin: 0 0 20px 0;
}
#bottom {
	clear: both;
	height: 20px;
	width: 100%;
	background-color: #fff;
}
/* ------------------------------ index page info ---------------------- */
body#index #content {
	text-align: center;
	margin: 20px 0 30px 0;
}
img#index_pg  {
	margin: 20px 0 35px 0;
	clear: both;
	text-align: center;
}
body#index p {
	margin: 0 15px 0 15px;
}
/* ------------------------------ history page info ---------------------- */
body#history p {
	margin: 10px 0 10px 0;
	line-height: 25px;
	text-align: justify;
}
body#history h3, h4, h5 {
	font-size: 1.0em;
}
/* ------------------------------- roster page info -------------------- */
body#roster h2 {
	margin-bottom: 0;
}
body#roster h3 {
	clear: both;
	font-size: .85em;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0 2px 0;
}
body#roster h4 {
	float: left;
	margin: 40px 0 -8px 0;
}
.roster {
	float: left;
	list-style: none;
	text-decoration: none;
	margin: 10px 0 15px 0;
	width: 780px;
	border-bottom: 1px dashed #4b71b8;
	background-color: #fff;
}
.roster li {
	float: left;
	width: 250px;
	margin: 5px 0 5px 0;
}
.roster_bottom {
	border: none;
	margin-bottom: 0;
}
/* -------------------------- links page info ----------------------------------- */
body#links h3 {
	font-size: .85em;
	margin: 5px 0 10px 0;
}
.links {
	list-style-position: inside;
	list-style-type: disc;
}
.links li {
	margin: 0 0 5px 0;
}
/* ---------------------------- photos page info --------------------------------- */
body#photos h3 {
	font-size: .9em;
	margin: 0 0 5px 0;
	font-weight: normal;
}
body#photos p {
	font-size: .75em;
	margin: -18px 0 15px 0;
}
body#photos p a {
	text-decoration: none;
}
.photos {
	list-style: none;
	text-decoration: none;
}
.photos li {
	float: left;
	width: 195px; /* 180 px was 220px */
	height: 135px;
	font-size: .75em;
	margin: 0 0 25px 0;
}
.photos img {
	border: none;
	display: block;
	border: 2px inset #ccc;
}
.captions {
	width: 150px;
	font-style: italic;
}
body#photos_indiv {
	background-image: none;
	background-color: #fff;
}
/* --------------------------------------------- alpha information ---------------------------------- */
#alphaInformation {
	clear: both;
}
#alphaInformation p {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: justify;
}
/* ------------------------------------------- cambodians info --------------------------------------- */
ul.audio {
	list-style: none;
}
body#roster h3.audio {
	margin-top: 60px;
	font-style: normal;
	font-size: 14px;
}
