@charset "UTF-8";

/* Layout Divs */

#left_column {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:0px;
}

#right_column {
	margin-left:10pt;
	margin-right:30pt;
}

#logo {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#header {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#content {
    
}

#footer {
	position:absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 4px;
	padding-right: 10px;
	text-align: right;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	z-index:4;
}

#navbar {
    width: 150px;
}

#header_logo {
	position:absolute;
	top: 0px;
	left: 149px;
	width: 265px;
	height: 100px;
	z-index: 2;
}

#header_image {
   display: none;
   position:absolute;
   top: 0px;
   right: 0px;
   text-align: left;
   width: 450px;
   height: 100px;
   z-index: 1;  
}

#main_content {
	padding: 20pt;
}

#main_content_lc {
	float: left;
	width: 70%;
}

#main_content_rc {
	float: left;
	width: 30%;
}
#main_content_lc_a {
    margin-right: 30px;
	float: left;
	width: 67%;
}

#main_content_rc_a {
	float: left;
	width: 28%;
}
#clear_floats {
    clear: both;
}

#printbutton
{
display:none;
}

#img {
    margin-bottom:5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 11px;
	color: #563400;
}

#img_left {
    float: left;
	margin-right:15px;
	margin-bottom:5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 11px;
	color: #563400;
}
.img_lft {
    float: left;
    margin: 5px 12px 5px 0;
	border: 1px solid #CCCCCC;
}
#img_right {
	float: right;
	margin-left:15px;
	margin-bottom:5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 11px;
	color: #563400;
}

#img_center {
    margin:0px auto 5px;
    text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 11px;
	color: #563400;
}

#img_gallery {
	width: 300px;
	height: 350px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px outset #563400;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(images/img_frame_bg.jpg);
	background-repeat: no-repeat;
}

.table_cell {
    border: 1px outset #563400;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
}

#img_gallery2 {
	width: 450px;
	height: 327px;
	text-align: center;
	margin:0px auto 10px;
	border: 1px outset #563400;
	padding: 10px;
	background-color: #FFFFFF;
}

.img_thumb {
    display:block;
	margin-bottom:5px;
	margin-right:5px;
	
}

#gallery_thumbs {
	width:100%;
	height: 85px;
	overflow:auto;
	margin-right: auto;
	margin-left: auto;
}


/* Tag styles */

body {
	margin: 0px;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 10pt;
}

hr {
    border:0px;
	color:#999999;
	background-color:#999999;
	height:1pt;
    margin-top:15pt;
	margin-bottom:15pt;
	margin-left:0pt;
}

/* Text styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 20pt;
	font-style: italic;
	color: #000000;
	margin-top: 0pt;
	margin-bottom: 15pt;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	color: #000000;
	margin-top: 0pt;
	margin-bottom: 10pt;
	font-weight: normal;
}

.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	line-height: 18pt;
}

.maincopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
}

.maincopy_bolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	line-height: 18pt;
}
.commentcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660000;
	line-height: 18px;
}
.pullquote_left {
	width: 20%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	line-height: 24pt;
	color: #563400;
	margin:0pt;
	padding:5pt 25pt 10pt 0pt;
	text-align:left;
	font-weight: normal;
}

.smallcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 11pt;
	color: #563400;
	text-align: center;
	padding-top: 1pt;
	padding-bottom: 10pt;
}

.border {
	border: 1pt outset #666666;
}

#comments
{
display: none;
}

/* Navigation */

#navcontainer
{
width: 0px;
display: none;
}

#navcontainer ul
{
display: none;
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer ul li
{
display: none;
float: left;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	display: none;
	width: 125px;
	height: 26px !important;
	height: 31px;
	border-right: 5px solid transparent;
	border-bottom: 1px solid #979797;
	padding-left: 20px;
	color: #333333;
	text-decoration: none;
	display: block;
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
}

#navcontainer ul li a:hover
{
	display: none;
	color: #000000;
	border-right: 5px solid #000000;
	border-bottom: 1px solid #000000;
}

#navcontainer a:active
{
	display: none;
	color: #000000;
	border-right: 5px solid #000000;
	border-bottom: 1px solid #000000;
}

#navcontainer li#active a
{
	display: none;
	color: #000000;
	border-right: 5px solid #000000;
	border-bottom: 1px solid #000000;
}
#main_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 20pt;
	font-style: italic;
	color: #000000;
	margin-top: 0pt;
	margin-bottom: 15pt;
	font-weight: normal;
}
#delicious {
	display: none;
	background-image: url(images/bookmarks/del_icio_us.gif);
	font-size: 0.7em;
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;

}
#reddit {
	display: none;
	background-image: url(images/bookmarks/reddit.gif);
	font-size: 0.7em;
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;

}
#stumbleupon {
	display: none;
	background-image: url(images/bookmarks/stumble_upon.gif);
	font-size: 0.7em;
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;

}
#facebook {
	display: none;
	background-image: url(images/bookmarks/facebook.gif);
	font-size: 0.7em;
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;

}
#whatisthis {
	display: none;
	font-size: 0.7em;
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;
}
#bookmarkthis {
	display: none;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-weight: bold;
}
#bookmark_container {
	display: none;
	padding: 5px;
	float: left;
	width: 350px;
	margin-top: 10px;
	border: 1px dashed #999999;
}
#searchbox
{
display: none;
}
