﻿/* Basic */
*
{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6
{
	/*color: #6a6a6a;*/
	color: #cfcfcf;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #ffffff;
	/*color: #7a7a7a;*/
	font-size: 11pt;
	background-color: #000000;
	width: 1000px;	
}

a
{
	/*color: #AF0A0A;*/
	color: #f3b40a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Outer */

#outer
{
	margin: 10px 10px 10px 10px;
	border-color:#FFFFFF;
	border-style: solid;
	border-width: thin;
	/*margin: 2.5em 3.0em 1.5em 3.0em;*/
}


/*Top Title*/

#topTitle
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font:large; 
	color:#FFFFFF;
	/*text-align: right;*/
	padding: 5px;
	border-bottom: 	border-left: solid 1px #cacaca;
}


/* Header */

#header
{
	padding: 5px 5px 5px 5px;
	height: 360px;
	/*width: 900px;*/
	float: none;
	position: relative;
	background-color: #000000;
	background: url('images/header3.jpg') top right no-repeat;
old-color #AF0A0A
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	background-color:#000000
	/*background: #fafafa url('images/a2.gif') top left repeat-x;*/
	text-align: center;
	font-size: 14px;
	margin-top: 1px;
	padding: 10px;
	text-align: center;
	border-bottom-color:#FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-width: thin;
}

/*#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: #398733 url('images/a4g.jpg') bottom left repeat-x; /*old-color #AF0A0A
	color: #fff;
}*/

/* Content */

#content
{
	background: #000000;
	margin-top: 1px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
	font-size: 14px;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}


#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
	font-size: 16px;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	/*border: dotted 1px #cacaca;*/
	padding: 0.5em;
	margin-bottom: 1.5em;
	font-size: 14px;
}

#content table th
{
	text-align: left;
	/*font-weight: normal;*/
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

/*#content table tr.rowA
{
	background-color: #000000;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #000000;
	color: inherit;
}


/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -14em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 200px;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
	font-size: 14px;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 175px;
	padding: 10px;
}

#date
{
	font-size:16px;
	font-family: Monotype Corsiva, Palatino Linotype, Times New Roman; 
	color: #cfcfcf;
	font-weight: bold;
	
}

/* Footer */

#bottNav
{
	margin-top: 0px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	
}


#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.7em;
	text-align: center;
}

.clear
{
	clear: both;
}



/*///////////////////THUMBNAIL ENLARGE PHOTOS////////////////////////*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 5px; /*position where enlarged image should offset horizontally */

}

/*////////////////END THUMBNAIL ENLARGE PHOTOS//////////////////*/

