/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#fff;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#fff;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

h1 {
	margin-top:0.75em;
	font-size:24pt;
	line-height:1.2em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
}

h2 {
	margin-top:0.75em;
	font-size:18pt;
	line-height:1.2em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;	
}

h3 {
	margin-top:0.75em;
	font-size:14pt;
	line-height:1.2em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;	
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #fff;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

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

#galleries_submenu a:visited, #galleries_submenu a:link {
	margin-top:0.75em;
	font-size:10pt;
	line-height:1.2em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;		
	text-decoration:none;
}

#galleries_submenu a:hover {
	text-decoration:underline;
}

.photoBorder {
	padding:5px;
	background:#fff;
}

.photoBorderSmall {
	padding:3px;
	background:#fff;
}

.contactForm {
	border:solid 1px #ddd;
	padding:20px;
	display:relative;
	width:525px;
}