/* Text styles
Bodytextstyle
Heading 1
Heading 2
Heading 3
Introduction
Sidebar
Small text
Highlight
*/

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #251d0d;
	margin: 0px;
	font-size: 16px;
	background-image: url(background.jpg);
	background-repeat: repeat;
	text-align:left;
}
.Heading1 {
	font-size: 1.4em;
	color: #bfb7a8;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.Heading2 {
	font-size: 1.6em;
	color: #1887AB;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}


.Heading3 {
	font-size: 1.1em;
	color: #00204E;
	line-height: 1.5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.IntroText {
	font-size: 1.2em;
	line-height: 1.4;
	color: #165788;
}
.SideBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4;
	color: #000066;
	background-color:#FFFFFF;
	text-align:left;
}	
.SmallText {
	font-size: 0.8em;
}


/* inherited styles */

.BodyText p, .SideBarText p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.Heading2 p{
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

/*formatting*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #251d0d;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 16px;
	text-align:center;
	background-image: url(background.jpg);
	background-repeat: repeat;
}
#bodyarea {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 30px;
	text-align:left;
	margin-top: 55px;
}
#home_footer {
	background-image: url(home_logo_small.png);
	background-repeat: no-repeat;
	color: #bfb7a8;
	text-align: right;
	font-size: 0.65em;
	line-height: 1.2;
	background-position: 0px 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8f8a82;
}
.white {
	color: #FFFFFF;
}
#home_footer a:link, #home_footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#home_footer a:hover, #home_footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.home_intro {
	width: 284px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	line-height: 1.45;
	color: #B8ADA3;
	margin-top: 40px;
	margin-bottom: 40px;
}
.home_introedit {
	width: 284px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	line-height: 1.45;
	color: #B8ADA3;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #251d0d;
}
#home_area {
	height: 540px;
	position: relative;
}
.highlight1 {
	color: #A05705;
}
.highlight2 {
	color: #A57D05;
}
#home_portfoliolist {
	position: absolute;
	right: 0px;
	width: 490px;
	height: 190px;
	bottom: 0px;
	z-index: 100;
}
.underline {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8a82;
	margin-bottom: 5px;
}
#home_portfolio {
	position: absolute;
	right: 0px;
	width: 490px;
	height: 340px;
	z-index: 100;
}
#home_portfolio td {
	font-size: 12px;
	line-height: 20px;
}
#home_portfoliolist a:link, #home_portfoliolist a:visited {
	height: 60px;
	width: 60px;
	float:left;
	margin-right:0px;
	margin-bottom:0px;
}
#home_portfolio a:link, #home_portfolio a:visited { 
	color:#FFF;
	text-decoration: none;
	}
#home_portfolio a:hover { 
	color:#FFF; 
	text-decoration: underline; 
	}
#home_portfoliolist a img {
	padding: 5px;
}
#home_portfoliolist a:hover {
	background-image:url(home_icon_glow.png);
	background-position: 0px 0px;
}

#slideshow {
width: 490px;
height: 340px;
	}
#nav { margin: 0px; padding: 0px }
#nav li { width: 60px; height:60px; float: left; margin-right: 5px; margin-left: -5px; padding: 0px; list-style: none }
#nav a { width: 60px; height:60px; padding: 0px; display: block; }
#nav a.activeSlide { background-image:url(home_icon_glowsel.png); }
#nav a:focus { outline: none; }
#nav img { border: none; display: block; padding: 5px; }
#nav a:hover {
	background-image:url(home_icon_glow.png);
	background-position: 0px 0px;
}
