﻿body
{
	background: url('/images/sBackground.gif') 0 0;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #57381E;
    line-height: 1.5em;
	overflow: scroll;
}

a:link, a:visited
{
    color:#900;
}

a:hover
{
    text-decoration:none;
}

div, img, p, a, li, table, tr, td, ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:none;
}

#pagewrap
{	
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	width: 945px;	
}

#mainpagewrap
{
	background:#FFF;
}

/*  COMMON */

.Paging
{
    float:right;
    font-weight:bold;
    padding-right:10px;
    padding-bottom:5px;
}

.PagingItem
{
    padding-left:7px;
    padding-top:3px;
}

.ComponentTitle
{
   vertical-align:top; 
}

.RSSButton
{
    vertical-align:top;
    padding-left:10px;
}

.Dozer 
{
    /* Dozer clears out floating divs */
	clear:both;
}

/*  LOGIN AREA */

#LoginBox
{
    float:right;
    padding:5px 0 0 0;
    width:229px;
    
}

#LoginBoxTop
{
   background:#FFF url('/images/LoginBoxTop.png') no-repeat;
   height:8px;
   width:229px;
}

#LoginBoxMid
{
   background:#FFF url('/images/LoginBoxRepeat.png') repeat-y;
   height:133px;
   width:229px;
}

#LoginBoxContent
{
    font-size:12px;
    padding:13px 17px 5px 24px;
    margin:0;
}

#LoginBoxContent p, #LoginBoxContent form, #LoginBoxContent img, #LoginBoxContent table
{
    padding-bottom:4px;
    margin:0;
}

#LoginBoxContent a:link, #LoginBoxContent a:visited
{
    color:#4E321A;
    text-decoration:none;
}

#LoginBoxContent a:hover
{
    color:#911915;
    text-decoration:underline;
}

#LoginBoxContent input
{
    border:solid 1px #AFA587;
    color:#999;
    font-size:12px;
    height:20px; 
    width:168px;
}

#LoginBoxBottom
{
   background:#FFF url('/images/LoginBoxBottom.png') no-repeat;
   height:8px;
   width:229px;
}

/*  FOOTER */

#Footer
{
   width:945px; 
}

#Footer div, #Footer a:link, #Footer a:visited
{
    color: #998F71;
    text-decoration:none;
    padding:15px 8px 5px 10px;
/*    padding:0 8px 5px 10px;  */
}

#Footer a:hover
{
    color:#57381E;
    text-decoration: underline;
}

.FooterDivider
{
    padding-right:7px;
}

.pageHeader {
    background:#FFF url('/images/master_header_brown.jpg') no-repeat;
    height:40px;
    color:White;
    font-family:Arial;
    font-size:12pt;
    font-weight:Bold;
    text-transform:uppercase;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

.subPageHeader {
    background:#FFF url('/images/master_header_brown.jpg') no-repeat;
    height:40px;
    color:White;
    font-family:Arial;
    font-weight:Bold;
    font-size:10pt;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

.pageContent {
    padding-left: 15px;
    padding-right: 15px;
/*     border-bottom: solid 1px green;
     border-left: solid 1px green;
     border-right: solid 1px green;
*/
}

.normalList li {
     margin-left:30px;
}

.empPageHeader {
    background:#FFF url('/images/master_header.jpg') no-repeat;
    height:40px;
    color:White;
    font-family:Arial;
    font-size:12pt;
    font-weight:Bold;
    text-transform:uppercase;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

.empSubPageHeader {
    background:#FFF url('/images/master_header.jpg') no-repeat;
    height:40px;
    color:White;
    font-family:Arial;
    font-weight:Bold;
    font-size:10pt;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

.empPageContent {
    padding-left: 15px;
    padding-right: 15px;
/*     border-bottom: solid 1px green;
     border-left: solid 1px green;
     border-right: solid 1px green;
*/
}


/* Styling added by Lingo-Moxie */
/* This styling is for the general two-column content areas that are seen throughout the side*/

/* ContentBlock defines the basic structure of the brown-background two-column content blocks that are used around the site */
.ContentBlock
{
	background: url('/images/ContentBlockBack.png') no-repeat top left;
	margin-left: -20px;
	margin-top: 30px;
	height: 330px;
	width: 945px;
	padding-left: 30px;
}


.ContentBlock h1
{
	margin: 4px 0 8px 0;
	padding: 0;
	height: 16px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}

.ContentBlock h1 span
{
	display: none;
}

.ContentStrong
{
	font-weight: bold;
}

.ContentWeak
{
	font-weight: normal;
}

.ContentHighlight
{
	color: #990000;
}

.ContentColumn
{
	float: left;
	width: 400px;
	padding: 20px 20px 0 20px;
}

.ContentColumn p
{
	margin-top: 4px;
}


.ContentBlock select, .ContentBlock input, .ContentBlock textarea
{
	border: 1px solid #69492b;
}


.ContentButtons  /*this is for a bottom row of buttons that spans the multiple columns */
{
	text-align: center;
	clear: both;
}

.ContentButtons img .ContentButtons input[type=image]
{
	margin: 0 5px 0 5px;
}

.ContentHeader
{
	padding: 25px 20px 0 20px;
}


/* Form specific stuff */
.ContentColumn  p.field
{
	margin: 4px 0 0 0;
	clear: both;
}

.ContentColumn  p.field span
{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 6px;
	color: #69492b;
}

.ContentColumn input[type=text]
{
	width: 210px;
	border: 1px solid #69492b;
	margin: 0px;
	padding: 0px;
}

.ContentColumn textarea
{
	width: 210px;
	height: 100px;
	border: 1px solid #69492b;
	margin: 0px;
	padding: 0px;
}

.ContentButton
{
	text-align: right;
}

.ContentButton input[type=image]
{
	float: right;
	border: 0;
	width: auto;
}


/* Stuff for dynamic versions of above content blocks that will stretch to fit content */

.dynContentTop
{
	background: url('/images/dynContentTop-big.png') no-repeat left top;
	height: 50px;
	margin-left: -20px;
	width: 945px;
}


.dynContent
{
	background: url('/images/dynContentBack-dash.png') repeat-y left top;
	margin-left: -20px;
	margin-top: 0px;
	width: 945px;
	padding-left: 30px;
	height: auto;
}


.dynContent .ContentColumn
{
	margin-top: -50px;
	margin-bottom: 30px;
}

.dynContentButtonsPreview {
	text-align: center;
	clear: both;
	margin-left: -20px;
	padding-top: 15px;
	width: 945px;

}

.dynContentButtons  /*this is for a bottom row of buttons that spans the multiple columns */
{
	background: url('/images/dynContentBack.png') repeat-y left top;
	text-align: center;
	clear: both;
	margin-left: -20px;
	padding-top: 15px;
	width: 945px;
}

.dynContentButtons input[type=image]
{
	margin: 0 5px 0 5px;
}

.dynContentBottom
{
	background: url('/images/dynContentBottom.png') no-repeat left bottom;
	height: 10px;
	margin-left: -20px;
	width: 945px;
}

.dynContentClear
{
	clear: both;
	background: url('/images/dynContentBack.png') repeat-y left top;
	width: 880px;
}

.highlightedSearchWord
{
    color: #990000;
    background-color: #FFFFDD;
     padding:  2px 2px 2px 2px;
     font-weight:bold;
}


#MoreInfoArea
{
	background: url('/images/sRangerAnnounceTextBack.png') no-repeat top left;
	padding: 0px 0px 30px 0px;
	width:945px; 
	float: left;
	margin-left: -20px;
}


#MoreInfoArea .big
{
	font-size: 16px;
}

#MoreInfoArea.Lead
{
	background: url('/images/sRangerLeadTextBack.png') no-repeat top left;
}

#MoreInfoArea p
{
	
	/*olor: #57381e;*/
	color: #FFFFFF;
	margin-top: 10px;
}

#MoreInfoArea .highlighted
{
	color: #dcc171;
	font-weight: bold;
}

#MoreInfoArea a
{
	color: #dcc171;
}

#MoreInfoText
{
	clear: both;
	margin: 0;
	font-size: 16px;
	margin-top: 17px;
}

#MoreInfoText .italic
{
	font-style: italic;
}

#MoreInfoText .MoreInfoColumn
{
	float: left;
	width: 420px;
	margin-left: 30px;
}