/* CSS Document */

/*
-----------------------------------------------
Global styles
----------------------------------------------- 
*/

body {
	margin: 0; 
	padding: 0; 
	background: #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	/* font-size: 1em; */
	font-size: 100%;
	color: #000000; 
	text-align: center;
}

a {
	color: #000099;
	text-decoration:none;
}
a:hover 
{
	color: #ff3333;
	text-decoration:underline;
}
a:visited {color: #ff3333;}

h1 {/* purple main headers */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	color: #000099;
	border-bottom: 1px solid #ff3333;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

h2 {/* red subheaders */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #ff3333;
	padding: 0;
	margin: 0;
}

h3 {
	border-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 1px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000099;
}

table {
background-color:#CCCCCC;
}

th {
background-color: #000099;
color: #FFFFFF;
text-align: center;
}

td {
background-color: #FFFFFF;
}

hr {
width: 100%;
height: 1px;
color: #cccccc;
background-color: #cccccc;
border: none;
}

.divider {
border-top: 1px solid #cccccc;
padding: 5px 0 0 0;
}

.indent {margin-left: 20px;}
.indent_double, ul ul {margin-left: 40px;}

#main img {border: 1px solid #000000;}
#main  img.icon {border: none;}

#container {
width: 780px;
border-right: 1px solid #000099;
border-left: 1px solid #000099;
border-bottom: 1px solid #000099;
background: #FFFFFF;
background-image: url(../images/leftnav_bg.jpg);
background-repeat: repeat-y;
text-align: left;
margin: auto;
padding: auto;
}

#leftbox, #main {
font-size: .7em;
}

/*
------------------------------------------------------------------------
styles for bottom nav bar found globally
------------------------------------------------------------------------
*/

#bottom_nav {/* sets navigation box width and styles, with right border */
	border-top: 1px solid #ff3333;
	border-bottom: 1px solid #ff3333;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside; 
	float: left;
	background: #ffcc00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	z-index: 1000;
	clear: left;
}

/*necessary to delete extra empty line in IE under pop-out window links */
#bottom_nav ul   {padding: 0; margin: 0; line-height: normal; z-index: 1000; list-style: none;}
#bottom_nav li.date {text-align: right; float: right;padding: 0; width: 130px; z-index: 1000; color: #000099;	text-decoration: none; font-weight:bold; padding-top: 4px; padding-bottom: 2px; padding-right: 8px;}

/*
------------------------------------------------------------------------
styles for footer found globally
------------------------------------------------------------------------
*/

#footer {
background: #FFFFFF;
	padding: 10px 0 10px 0;
	width: 100%;
	margin: 0;
}

#footer p {
	font-size: 10px;
	padding: 0 10px 10px 10px;
	text-align: center;
}


/*
------------------------------------------------------------------------
navigation in left box
------------------------------------------------------------------------
*/


#leftbox {
top: 0; 
left: 0;
padding: 0;
width: 180px;
margin: 0 0 0 0;
float: left;
}

#leftbox .content {
margin: 0 10px 10px 10px;
}

#leftbox h2 {/* left nav subheaders */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #ffcc00;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ff3333;
	padding: 0 0 3px0 ;
}


#leftbox ul {/* left navigation styles for unordered list */
	padding: 0;
	margin: 0 0 0 15px;	/* change margin-left to padding-left to get line to stretch 100% */
	color: #ffcc00;
}

#leftbox ul ul {/* left navigation styles for secondary unordered list */
	padding: 2px 0 0 0;
	margin: 2px 0 0 25px;	
}

#leftbox li {padding: 0 3px 2px 0; margin: 0 0 2px 0;}
#leftbox li a {text-decoration: none; color: #ffffff; font-weight: bold;}
#leftbox li a:hover {text-decoration: underline; color: #ffffff;}

/*
------------------------------------------------------------------------
main content area
------------------------------------------------------------------------
*/

#main { /* container for content area and far right column */
right: 0; /* bg flows behind 3rd col if exists */
margin: 0 0 0 180px;
/* IE hacks */
padding: 10px 10px 0 10px; /* flows behind other cols for bgimage */
top: 0px;
color: #444;
background: #FFFFFF;
height: 100%;
}

#main .content {
right: 0; /* bg flows behind 3rd col if exists */
margin: 0;
color: #444;
/* IE hacks */
padding: 0; /* flows behind other cols for bgimage */
top: 0px;
width: 95%;
background: #FFFFFF;
} 

#main p {margin-top: 0px; margin-bottom: 12px; line-height: 135%;}

#main li {padding-bottom: 6px;}

img.align_right {
float: right;
border: 1px solid #000000;
margin: 3px 0 6px 6px;
}

img.align_left {
float: left;
border: 1px solid #000000;
margin: 3px 6px 6px 0;
}

.caption {padding: 5px; color: #666666; text-align: center;}

.content  ul ul, .content ol ul {
padding: 8px 0 0 0;
}

.phinline { /*photos inline */
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	padding: 6px 6px 0px 6px;
	/*width: 204px; */
	border: 1px solid #ccc;
	float: right;
	margin: 5px 0px 5px 10px;
}

.phinline2 { /*photos inline */
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	padding: 6px 6px 0px 6px;
	/*width: 204px; */
	border: 1px solid #ccc;
	float: left;
	margin: 5px 10px 5px 0px;
}

#main .phinline img, #main .phinline2 img {
border: 0;
}

.photosubtext {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	background: #E6D9E6;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 5px 6px 18px 6px;
}
