﻿/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

body 
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0px;
    background: #333333;
    font-size: 14px;
}

h1, h2
{
	/*font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;*/
	font-variant: small-caps;
	color: #333333;
	line-height: 0.7em;
}

h3, h4
{
	/*font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;*/
	color: #99ccff;
	line-height: 0.7em;
}

h1, h3
{
	font-size: 20px;
	margin-bottom: 10px;

}

h2, h4
{		
	font-size: 14px;
	margin-bottom: 5px;
}



table
{
	border-collapse: collapse;
}

legend
{
    font-weight: bold;
    color: #333333;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    /*border: none;*/
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/************************************************************************
* 
* Top navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    background: url(images/top-header.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
	width: 800px;
    height: 176px;
    margin-top: 0px;
}

/* Navigation strips */
#navtop
{
    font-size: 18px;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    /*font-variant:small-caps;*/
    margin-right: auto;
    margin-left: auto;
    width: 802px;
    height: 36px;
    border-collapse: collapse;
}

.mnuMenu
{ 
	height: 36px;
	width: 802px;
	text-align: center;
	border-left: solid 1px #333333;
}

.mnuTop
{
	background: url(images/background_button_nav.jpg) repeat-x;
}

.mnuTopItem
{
	height: 36px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: solid 1px #333333;
	/*border: solid 1px #333333;*/
	width: 200.5px;
	text-decoration: none;
	color: #333333;
}

.mnuTopHover
{
	background: url(images/background_button_nav_hover.jpg) repeat-x;
	height: 36px;
	border-right: solid 1px #333333;
	color: #ffffff;
}

.mnuTopSelected
{
	/*border: solid 1px #333333;*/
}

/************************************************************************
* 
* Left navigation used by the masterpage
*
************************************************************************/

#navleft
{
	font-size: 14px;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #99ccff;
	height: 494px; /* 489px; */
	width: 120px;
	margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 10px;

    border-collapse: collapse;
}

.mnuNavLeft
{ 
	/*height: 36px;
	width: 800px;*/
	text-align: left;
	margin-left: 1px;
	padding-left: 0px;	
	padding-top: 0px;	
	border-collapse: collapse;
}

.mnuLeft
{
	/*background: url(images/background_button_nav.jpg) repeat-x;*/
    border-top: solid 1px #ffffff;
	border-collapse: collapse;
}

.mnuLeftItem
{
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
	height: 30px;
	width: 118px;
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	border-collapse: collapse;
}

.mnuLeftHover
{
	background: #cc6633;
	height: 30px;
	color: #ffffff;
	/* border: solid 1px #333333; */
	border-collapse: collapse;
}

.mnuLeftSelected
{
	
}

/************************************************************************
* 
* Top navigation used by the masterpage
*
************************************************************************/
.pathCurrent
{
	color: #ffffff;
	letter-spacing: 3px;
	background: #99ccff;
	padding: 3px;
}

.pathSeperator
{
	color: #333333;
	padding: 5px;
}

.pathRoot, .pathNode
{
	color: #99ccff;
	text-decoration: none;
}

.pathRoot:hover, .pathNode:hover
{ 
	color: #cc6633;
}

/************************************************************************
* 
* Main content used by the masterpage
*
************************************************************************/

#main
{
	background-color: #ffffff;
	height: 500px; /* 450 */
	width: 792px;
	margin-right: auto;
    margin-left: auto;
    padding: 0px 3px 5px 5px;
    /*max-height: 400px;*/
}

#mastercontent
{
	background-color: #ffffff;
	height: 496px; /* 440 */
	width: 642px;
	margin-right: 0px;
    margin-left: 4px;
}

#footer
{
	margin-right: auto;
    margin-left: auto;
	color: #ffffff;
	font-size: 10px;
	height: 10px;
	width: 792px;
	text-align: right;
	
}

/************************************************************************
* 
* Content page
*
************************************************************************/

#contentborder
{
	background-color: #99ccff;
	height: 455px; /* 450*/
	width: 644px;
	padding: 10px 8px 10px 10px; /* t r b l */
	margin-top: 2px;
}

#content
{
	background-color: #ffffff;
	/*width: 100%;
	height: 100%;*/
	height: 454px; /* 454 */
	width: 640px;
}

#threeImageTextTable
{
	width: 638px; 
	height: 370px; 
	background-color: #ffffff;
}

.imageContent
{
	max-width: 628px;
	min-height: 400px;
	width: 603px;
	margin: 5px;
	vertical-align: middle;
}

.paragraph, .paragraphnoimage
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	height: 442px;
	width: 428px;
	margin: 5px;
	overflow: auto;
}

.paragraphnoimage
{
	width: 625px; /* 632 */
	padding: 2px;
}

.thumbnailportrait
{
	width: 180px;
}

#image3top, #image3center, #image3bottom
{
	height: 138px;
	width: 184px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-right: solid 10px #99ccff;
	text-align: center;
}

#image3center
{
	border-bottom: solid 10px #99ccff;
	border-top: solid 10px #99ccff;
}

.inlineLink:link, .inlineLink:visited
{
	text-decoration: none;
	color: #99ccff;
	font-weight: bold;
}

.inlineLink:hover
{
    color: #cc6633; 
}

.goldenWest:link, .goldenWest:visited
{
    text-decoration: none;
    border: 0;
}

.inlineHeader2
{
    font-size: 14px;
    font-weight:bold;
    color: #333333;
    display:block;
   	line-height: 0.7em;
    font-variant: small-caps;
    margin-bottom: 5px;
    margin-top: 18px;
}

.inlineQuote
{
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.inlineBold
{
    font-weight: bold;
}


.imageWrap
{
    padding: 1px;	
	border: solid 2px #999999;
	margin: 3px;
	display: inline;
}

.listCircle
{
    list-style-type: circle;
}