/* ********************** undo HTML ************************ */
:link,:visited {text-decoration: none;}
/*ul,ol {list-style: none;}*/
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


/* ******************* General formatting ******************* */
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background: url(/Images/home/background.gif) no-repeat;
}

p {
	margin-bottom: 20px;
	line-height: 1.25;
}

h1 {
	font-size: 145%;
	color: #EF4245;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

h2 {
	font-size: 130%;
	color: #EF4245;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

h3 {  
	font-size: 115%;
	color: #EF4245;
	margin-bottom: 5px;
}

h4 {
	font-size: 115%;
	margin-bottom: 5px;
}

h5 {
	font-size: 105%;
	margin-bottom: 2px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

li {
	margin-left: 30px;
}

ul {
	margin-bottom: 40px;
}

.horizontallist {
	padding-left: 1em;
	margin-bottom: 20px;
	font-weight: bold;
}

.horizontallist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 110%;
}

.horizontallist {
}

/* ******************* Link formatting ******************* */

/* don't underline links that are images */
p a.picturelink:link, p a.picturelink:visited, li a.picturelink:link, 
 li a.picturelink:visited, td a.picturelink:link, td a.picturelink:visited,
 p a.picturelink, li a.picturelink, td a.picturelink { 
	background: none;
	padding-bottom: 0px;
}

p a:link, p a, li a, td a, p a:visited, li a:link, li a:visited, td a:link, td a:visited { 
	color: #EF4245;
	background: url(../Images/underline.gif) repeat-x bottom left;
	padding-bottom: 2px;
	text-decoration: none;
}

/* don't underline links that are images */
p a.picturelink:hover, li a.picturelink:hover, td a.picturelink:hover {
	background: none;
	padding-bottom: 0px;
}

p a:hover, li a:hover, td a:hover { 
	color: #EF9293;
	background: url(../Images/underline_hover.gif) repeat-x bottom left;
	padding-bottom: 2px;
}

h2 a {
	color: #EF4245;
	background: none;
	padding-bottom: 0px;
}

h2 a:hover {
	color: #EF4245;
	background: url(../Images/underline.gif) repeat-x bottom left;
	padding-bottom: 2px;
}

/* ******************* Menu formatting ******************* */
#frontmenu ul, #menu ul {
	list-style-type: none;
	margin: 3px 7px 0px;
	padding: 0px;
}

#frontmenu li, #menu li {
	margin-left: 0px;
}

#frontmenu li {
	padding-bottom: 3px;
}

#frontmenu a, #menu a {
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;
	font-family: Times, serif;
	color: #333333;
}

#frontmenu a:link, #menu a:link {
	color:#333333;
	background: none;
	padding: 0px;
}

#frontmenu a:visited, #menu a:visited {
	color:#333333;
	background: none;
	padding: 0px;
}

#frontmenu a:hover {
	color: #EF4245;
	background: url(../Images/underline.gif) repeat-x bottom left;
	padding-bottom: 3px;
}

#menu a:hover {
	color: #EF4245;
}


/* ==================================================== */
/* a leather box (for photos) */

.leather_box {
	/*border: 1px solid red;*/
	background: #AAA;
	margin: 30px;
	background: url('../Images/popup/leather.jpg') repeat top;
	width: 620px;
}

.leather_box_content {
	padding: 30px 30px 100px 30px;
}

.leather_box_right {
	background: url('../Images/popup/leather_right.jpg') repeat-y right;
}

.leather_box_left {
	background: url('../Images/popup/leather_left.jpg') repeat-y left;
}

.leather_box_top {
	background: url('../Images/popup/leather_top.jpg') no-repeat top;
}

.leather_box_bottom {
	background: url('../Images/popup/leather_bottom.jpg') no-repeat bottom;
	margin-bottom: -50px;
	position: relative;
}

/* ==================================================== */
/* for the photo gallery */

.photo tr {
	text-align: center;
	color: white;
}

.photo div {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	padding: 7px 0px;
	margin-left: auto; 
	margin-right: auto;
	background: white;
}

/* this does not work in IE. c'est la vie. */
.photo div:hover {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
}

/* ==================================================== */
/* for main pages */

.content {
	padding: 10px;
}

.contentpic {
	float: left;
	margin: 5px 5px 5px 0px;
}

.contentpicright {
	float: right;
	margin: 5px 0px 5px 5px;
}

.peopletable {
	width: 530px;
	margin-bottom: 20px;
}

.peopletablename {
	width: 190px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.peopletableinfo {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ==================================================== */
/* for popup pages */

#popupeditablecontent {
	margin: 20px 0;
}

.borderpic {
	border: 1px solid black;
}

.popupcaptioncell {
	padding: 10px 4px 0 4px;
	text-align: left;
}

.credit {
	font-style: italic;
}

