/* ----------------------------------------------------------------------
CSS Document

CSS Stylesheet by Sajoba LLC - All Rights Reserved
Sally Eberhart, Sajoba LLC

This is a basic stylesheet that can be customized for individual sites.

site		:	http://www.sonsofnorway2.com
filename	:	/_css/disrict2.css
version		:	06.2009
-----------------------------------------------------------------------*/

/*Div Settings*/

#banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sofnlogobrownmain.jpg);
	height: 135px;
	width: 760px;
	margin-bottom: 7px;
}
#banner2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #302C2B;
	color: #FFFFFF;
	width: 760px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}
#leftnav {
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#leftnav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#rightnav {
}
#content {
	float: right;
	width: 585px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	min-height: 425px;
	padding: 5px 5px 5px 8px;
	margin-bottom: 5px;
}

#footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	background-color: #302C2B;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#surround {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 7px solid #FFFFFF;
	margin-bottom: 10px;
}
#surround-border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*Tags*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #B2AFAD;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	color: #A44F38;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}


/*Link Settings*/
a:link {
	text-decoration: none;
	color: #A44F38;
}
a:visited {
	text-decoration: none;
	color: #A44F38;
}
a:hover {
	text-decoration: none;
	color: #302C2B;
}
li {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

#topnav a:link {
	color: #FFFFFF;
}
#topnav a:visited {
	color: #FFFFFF;
}
#topnav a:hover {
	color: #B2AFAD;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #B2AFAD;
}
.orangebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}
.orange-text-large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #A44F38;
}
#subfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	padding-top: 2px;
}
.photoborder {
	border: 2px solid #A44F38;
}
.orange-text-small {
	color: #A44F38;
	font-weight: bold;
}
.tabletext {
	font-size: 11px;
}
.tabletextTitle {
	font-size: 14px;
	font-weight: bold;
}
.photocaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.bold-browntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F2C2B;
}
.superscript {
	font-size: 0.8em;
	font-style: normal;
}
#leftnav a:link {
	color: #302C2B;
}
#leftnav a:visited {
	color: #302C2B;
}
#leftnav a:hover {
	color: #A44F38;
}
.photoborder {
	border: 1px solid #000000;
}
.indent {
    padding-left: 32px ;
    text-indent: 42px ;
}