/* 	CSS Document | September 2008 | Kim Spencer */

body {
	margin:30px 0 0 0;
	padding:0;
	/*height:500px; needed for container min-height */
	background:#1b0e13 url(../images/bkgd.gif) repeat;
	text-align: center;
}


/*layout*/

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:711px;
	background:url(../images/containedbkgd.gif) no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	padding: 33px 21px 21px 18px;
}

div#content {
	padding:1em 1em 6em; /* bottom padding for footer */
}
	div#content p {
		text-align:left;
		padding:0 1em;
	}

div#footer {
	width:711px;
	bottom:0; /* stick to bottom */
	float:inherit;
	font: 9px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin: 0 auto;
	padding-top: 6px;
}

#left_column {
	float: left;
	width: 103px;
	text-align: left;
	
}
#right_section {
	float: right;
	width: 587px;
	height: 100%;
	text-align: left;
	margin: 0;
	padding: 0 0 27px 21px;
}
#primary_content {
	text-align: left;
	margin: 27px 27px 30px 27px;
}

/* business card */
#top_logo {
	float: left;
	margin-bottom: 27px;
}
#top_logo img {
	border: 0px;
}


.clear {
	clear: both;
}


/*navigation*/
#left_nav {
	font: 11px/15px Arial, Helvetica, sans-serif;
}
#left_nav a:link, #left_nav a:visited, #left_nav a:active {
	display: block;
	text-decoration: none;
	padding: 6px 0px 6px 7px;
	color: #aa979f;
	border-bottom: dotted 1px #c8bec2;
	background-position: bottom;
}
#left_nav a:hover {
	text-decoration: none;
	color: #301c24;
	background-color: #f0f0f0;
}

#socialmedia {
	display: block;
	padding: 6px 0px 6px 7px;
	border-bottom: dotted 1px #c8bec2;
	background-position: bottom;
}
#socialmedia img{
	border:0;}

/* Content */

#scroller_large {
	float:left;
	height: 471px;
	width: 566px;
	overflow: auto;
	border-left: dotted 1px #c8bec2;
	padding-left: 21px;
	/*background-color: #f7f7f7; */
}

.hidecontent {
	display: none;
	border: 0px;
}
#hide { 
	display: block; 
	border:0; 
	text-align:left; 
} 

#image_nav {
	display: block;
	text-align: left;
	margin: 0;
}
#image_nav img {
	border: none;	
	overflow: hidden;
	padding: 0;
}

a.image_nav_thumb img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
a.image_nav_thumb:hover img {
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;  
}

a:link, a:active, a:visited {
	text-decoration: underline;
	border: none;
	color: #301c24;
}
a:hover {
	text-decoration: none;
	border: none;
	color: #aa979f;
}
h1 {
    font: 18px Georgia, "Times New Roman", Times, serif;
	color: #1b0e13;
	text-decoration: none; 
	border-bottom: dotted 1px #c8bec2;
	padding-bottom: 5px;
	white-space: nowrap;
}
h2 {
    font: 13px/16px Arial, Helvetica, sans-serif;
	color: #1b0e13;
	text-transform:capitalize;
}
h3 {
    font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #301c24;
	text-decoration: none; 
	border-bottom: dotted 1px #c8bec2;
	padding-bottom: 5px;
	white-space: nowrap;
}

p, .bodycopy, li {
	font: 12px/15px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000000;
	text-align: left;
}
br {
	line-height:9px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
ul {
	list-style-type: square;	
}
li {
	margin-left: -25px;
} 
ol li {
	margin-left: 0px;
}
