﻿/* Block all default margins and padding */
html, body {
border:0;
margin:0;
padding:0;
} 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0.25em;
	padding-top: 1em;
	background-color: #333;
}
* {

/*border:dashed 1px #f00;*/
}
p {
	padding: .25em 0;
	line-height: 150%;
	font-size: .80em;
}	
a:link, a:visited, a:active{
	text-decoration: none;
	color: #600;
	outline: none;
}
a:hover{
	text-decoration: underline;
	color: #600;
	outline: none;
}
h1,  h2,  h3{
	color:#600;
}
h1 {font-size: 1.25em; padding-top: .5em;}

#outside {
	width: 63em;
	background-color: #666;
	margin: 0px auto;
	padding: 2px 0;
	border: 2px solid #CCC;
}
/* Wrapper contains the layout */
#wrapper{
	width:62em;
	margin: 0.25em auto;
	background-color:#FFF;
	border: thin solid #000;
	
}



/***************** Branding Division Styles ********************/

/* Branding division contains one large image */
#branding{
	width:100%;
	min-width: 48em;
	background-color: #990002;
	height: 222px;
	background-image: url(images/kennedyheader2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#branding img {width: 95%;
}
#brandinghdr {
	display: none;
	z-index: 1;	
	float: left;
}

/***************** Content Division Styles ********************/
#content{
	background-color:#fff;
	color:#000;
	margin: 0;
	float: left;
	width: 100%;
	
}

 #leftcolumn {
	width: 17em;
	float: left;
	text-align: center;
	padding-bottom: 1em;
	background-color: #CCC;
	padding-top: 1em;
}
 #leftcolumn2 {
	width: 13em;
	float: left;
	text-align: center;
	background-color: #CCC;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	border-right: thin solid #999;
	margin-top: 0.15em;
	margin-right: 0;
	margin-bottom: 0.15em;
	margin-left: 0;
	padding-top: 1.25em;
	padding-right: 0.25em;
	padding-bottom: 0.75em;
	padding-left: 0.25em;
	
}
#leftcolumn2 table {
	border-collapse:collapse;
	margin: 0 auto;
	border: 1px solid #000;
	background-color: #FFF;
	width: 10em;
	font-size: .9em;	
}		
#leftcolumn2 tr,td {
	padding: 10px;
	border: 1px solid #666;
}
#leftcolumn2 th {
	color: #600;
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
}	


#rightcolumn2 {
	width: 12em;
	float: right;
	text-align: center;
	margin: .15em 0;
	background-color: #CCC;
	border-top: thin solid #000;
	padding: 1.25em .25em .75em;
	border-bottom: thin solid #000;
	border-left: thin solid #999;
}	


.contentfp 	{
	margin: 1em 0 0 18.5em;
	padding: 1em 3em 2em 1em;
	background-color: #FFF;
	
}
	
#contentfp2 	{
	margin: 0 13.25em 2em;;
	padding: 1.25em;
	background-color: #FFF;
}
.contentfp3	{
	margin: 0 0 0 14em;
	padding: 1em 2em;
}
.contentfp3 ul {
	list-style-type: square;
	padding-left: 50px;
	line-height: 125%;
	margin-bottom: 1em;
	margin-top: 1em;
}	

/***************** Footer Division Styles ********************/
#footer{
	clear: both;
	background-color: #900;
	color: #FFF;
	text-align: right;
	font-size: 0.8em;
	padding: 2px;
	border-top: 1px solid #000;
}

#navbar2 {
	clear: both;
	background-color: #CCC;
	font-size: 0.8em;
	height: 1.5em;
	word-spacing: 3em;
	padding: 2px;
	text-align: center;
	border-top: 1px solid #000;
	margin-top: 25px;
	
}

#navbar2 a{
	color: #000;
	text-decoration: underline;
	font-variant: small-caps;
}

#navbar2 a:hover {
	color: #600;
}	
/********************Menu **************************/
#menu{
	background-color: #333;
	height: 2em;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	font-size: 90%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #CCC;
}
#menu ul {
	width: 57.5em;
	margin: 0px auto;
	height: 2em;
}	

#menu li {
	display:block;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	list-style-type:none;
	width: 7.03em;
	height: 22px;
	text-align: center;
	padding-top: 3px;
  }

#menu a {
	text-decoration:none;
	color: #fff;
	padding: 1px;
	font-variant: small-caps;
  }
#menu a:hover {
	height: 22px;
	padding: 0px 3px;
	text-decoration: underline;
 }
 
 #current {
	background-color: #FFF;
	height: 24px;
	border-right: thin solid #ccc;
	border-left: thin solid #ccc;
	padding: 0px 0px 2px;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	font-variant: small-caps;
	color: #000;
	font-weight: bold;
		
 }

 
/******************Tables***************************/

#tablecont {
	clear: both;
	border-top: 1px dashed #000;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 1em .25em .25em;
	font-size: .8em;
	background-color: #FFF;
		
}

#tablecont table {
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 50em;
	margin: 0px auto;
	border: 1px solid #000;
	clear: both;
}
#tablecont tr,td {
	padding: 10px;
	border: 1px solid #666;
}
#tablecont th {
	color: #600;
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
}	


/*---------------------Images---------------------*/

.imageborder {
	border: 1px solid #000;
	margin-bottom: 5px;
}
.imgbx img{width:95%;}
#imgbox1 img, #imgbox2 img, #imgbox3 img, #imgbox4 img{width: 95%;}

.captionbox {
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 2em;
	padding-bottom: 1em;
	margin-top: 1em;
}
.captionbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
	text-align: left;
}	
#imagebar {
	margin-top: 2em;
	text-align: center;
	width: 60em;
}
.piccont {
	padding: .25em;
	color: #000;
	text-align: center;
	margin-bottom: .75em;
	margin-top: 1em;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

.aligncenter {
	text-align: center;
}

/*image viewer-----------------------------------------------------------------------------------*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	background-color: #000;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
