@charset  "utf-8";

/* CSS Document */
/* Global whitespace reset */
*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: left;
	color: #2D2D2D;
	background-color: #f9f3ec;
	font: 66.75%/1.0em Arial, Helvetica, sans-serif;
}

/* Links */
a,
a:active,
a:link
{
	text-decoration: none;
	color: #660033;
}

a:visited { text-decoration: none; }

/* Lists */
ul { list-style: none; }
ul.bulletlist { list-style: circle; }

ul.basiclist { list-style: disc; }


ul.italic
{
	font-style: italic;
	color: #333;
	margin: 1.5em 0 0 0;
}

li
{
	font-size: 110%;
	line-height: 1.3em;
}

/* Images */
img { border: none; }

img.thumb
{
	float: left;
	margin: 0 1em 0 0;
	border: 1px solid #eee;
}

img.framed { border: 3px solid #e8e9e4; }

img.framedLeft
{
	float: left;
	background: #e8e9e4;
	padding: 3px;
	border: 0 3px 3px 0;
	margin: 0 3px 3px 0;
}

.logo { padding: 0 0 0 10px; }

.boxy { 
	margin: 1px 0 10px 0;
	padding: 5px;
	background: url(images/divider.gif) left bottom no-repeat;
}
.rtlogo
{
	position: absolute;
	left: 600px;
	top: 0px;
}

h1, h2, h3, h4, h5, h6
{
	font: 1.2em/1.4em Georgia,"Times New Roman",serif;
	font-weight: normal;
}

h5 { color: #630000; }

p
{
	margin: 4px 20px 10px 0;
	border: 10px 0 10px 0;
	font-size: 120%;
	line-height: 1.2em;
	text-align: justify;
}

/* h1 */
h1
{
	font-weight: bold;
	font-size: 2em;
	line-height: 1.3em;
}

/* h2 */
h2
{
	font-size: 1.7em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

/* h3 */
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: .9em;
	font-weight: bold;
	color: #333;
	padding: 0 0 0 14px;
	margin: 16px 0 4px 0;
	background: url('images/flechita.gif') no-repeat;
}

/* h4 */
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: .9em;
	font-weight: normal;
	color: #333;
	padding: 0 0 0 14px;
	margin: 12px 0 4px 0;
	background: url('images/flechita.gif') no-repeat;
}

/* h5 */
h5
{
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* h6 */
h6
{
	margin: 0 0 0.2em 0;
	font: 1.2em/1.4em Arial, Helvetica, sans-serif;
	color: #333;
}

/* Structure */
#shadow
{
	width: 100%;
	height: 3px;
	background: #f9f3ec url(images/topshadow.png) left top repeat-x;
}

#container
{
	width: 880px;
	margin: 0 10px 0 40px;
	text-align: left;
	padding: 10px;
	background: #f9f3ec url(images/content_bg.png) left top repeat-y;
}

#container ul { padding: 0 0 0 34px; }

#content
{
	display: block;
	float: left;
	width: 513px;
	padding: 34px 0px 0px 11px;
	margin: -10px 11px 0 11px;
	/*	background: url(images/maincontent_header.png) left top no-repeat;*/
}


#sidebar
{
	display: block;
	float: left;
	width: 306px;
	padding: 20px 0px 32px 6px;
	background: url(images/sidebar_bottom.png) left bottom no-repeat;
	/*	background: #f9f3ec url('images/sidebar_bg.png') repeat-x;*/
	/*	background:	#F5F6F1 none repeat scroll 0%;*/
}

#masthead
{
	padding: 0 margin: 0;
	border-bottom: solid #f9f3ec 3px;
	background: #660033 url(images/masthead_bg.gif) left top repeat-x;
}

.content_left
{
	text-align: center;
	display: block;
	float: left;
	width: 160px;
	height: 160px;
	border-top: solid #ded3cf 1px;
	border-bottom: solid #ded3cf 1px;
	padding: 0;
}
.content_left:hover { background: #ccc;}
.content_middle:hover { background: #ccc;}
.content_right:hover { background: #ccc;}


.content_middle
{
	text-align: center;
	display: block;
	float: left;
	width: 160px;
	border-left: solid #ded3cf 1px;
	border-top: solid #ded3cf 1px;
	border-bottom: solid #ded3cf 1px;
	padding: 0 10px 0px 10px;
	height: 160px;
}

.content_right
{
	text-align: center;
	display: block;
	float: left;
	width: 149px;
	border-left: solid #ded3cf 1px;
	border-top: solid #ded3cf 1px;
	border-bottom: solid #ded3cf 1px;
	padding: 0 0px 0px 10px;
	height: 160px;
}


.photoparagraph { padding-bottom: 30px; min-height: 110px; }

.climg
{
	float: left;
	width: 60px;
	margin: 0 10px 1px 0;
}

/* Columns */
div#maincontent
{
	float: left;
	margin: 10px 0 30px 0;
}

/* footer */
#footer
{
	float: left;
	width: 100%;
	height: 100px;
	margin: 0;
	font-size: 100%;
	border-top: 1px solid #333;
}

#footer a,
#footer a:link { color: #333; }
#footer a:hover { color: #f9f3ec; }

#footer #credits
{
	color: #333;
	font-style: italic;
	font-size: 75%;
}

#footer p
{
	margin: 15px 15px 0 70px;
	color: #333;
}

#footer #logos
{
	margin-top: 1px;
	float: left;
}

#footer #cr
{
	float: left;
	margin-right: 21em;
}

#footer #feat
{
	float: left;
	margin-right: 1em;
	font-style: italic;
}

/* clear */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* hides from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*End hide from \*/
#myGallerySet
{
	width: 280px !important;
	height: 210px !important;
}

#myFullGallerySet
{
	width: 560px !important;
	height: 420px !important;
}

/*** Tabs ***/
#tabs
{	
	width: 522px;
	padding: 0 0 35px 0;
	text-shadow: 0 1px 1px #333;
}

#tabs li
{
	float: left;
	margin-right: 1px;
	background: #999;
}

#tabs li.first-child { margin: 0; }

#tabs li a
{
	display: block;
	padding: 3px 10px 3px 10px;
	background: #999; 
	color: #f9f3ec;
}

#tabs li a:hover {
	position: relative;
	padding: 3px 10px 3px 10px;
	background: #660033; 
}

#tabs li.active
{
	position: relative;
	padding: 3px 10px 3px 10px;
	background: #660033;
}

#tabs li.active span
{
	display: block;
	font-weight: bold;
	color: #f9f3ec;
}

#tabs { position: relative; }

.subnote {
text-align: center;
}

.red {color: red;}

.horsehead {
	font-size: 1.7em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

.subitem {
	font-size: 0.9 em;
	line-height: 1 em;
	font-style: italic;
	padding: 0 0 0 1em;
}