﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #8E0915;
    font-size: .75em;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
}

body#membership
{
    background-color: #FFFFFF;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-width: 650px;
}

a:link
{
    color: #8E0915;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

fieldset
{
    padding-top: 1.2em;
    background-color: #F9F9F9;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    width: 75%; 
    margin-bottom: 20px;
}

fieldset.set
{
    width: 40em;
}

fieldset.set legend
{
    color: #8E0915;
    font-weight: bold;
}

img
{
    border: 0;
}

div.pics {  
    height: 200px;  
    width: 200px;  
    padding: 0;
    margin: 0;
    left: 800px;
    top: 10px;
}
 
div.pics img {
    top: 0; 
    left: 0 
} 

div.pagination
{
	margin: 20px 0;
}

div.form-input
{
	margin-bottom: 8px;
}

div.form-input label
{
	float: left;
	width: 10em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h3
{
    font-size: 1.5em;
    color: #8E0915;
    font-family: Arial, Helvetica, sans-serif;
}

h2, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    color: #8E0915;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page
{
    /*width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-width: 550px;*/
}

#header
{
    position: relative;
    color: #000;
    margin: 0 20px;
    min-width: 980px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#contentDivider
{
    border-bottom: 1px #ffffff solid;
    margin: 0 20px 10px 20px;
    min-width: 980px;
}

#container
{
    padding-left: 150px; /*LC fullwidth*/
    padding-right: 260px; /*RC fullwidth + CC padding*/
    margin: 0 20px;
    min-width: 570px; /*2x (LC fullwidth + CC padding) + RC fullwidth*/    
}

#container .column
{
    position: relative;
    float: left;
}

div#center
{
    padding-left: 10px; /*CC padding*/
    width: 100%;
}

div#left
{
    right: 160px; /*LC fullwidth + CC padding*/
    width: 150px; /*LC width*/
    /*padding-left: 40px;*/
    margin-left: -100%;
}

div#right
{
    margin-right: -100%;
    /*padding-right: 40px;*/
    width: 250px; /*RC width*/
}

div#uedge {
    width: 100%;
    background-color: #EFF3D2;
    background-image: none;
}
body#tinymce 
{
    background-color:#fff !important;
}
div#redge {
    background-image: url( '/Content/SiteImages/redge.png' );
    background-position: top right;
    background-repeat: repeat-y;
}
div#bedge {
    background-image: url( '/Content/SiteImages/bedge.png' );
    background-position: bottom left;
    background-repeat: repeat-x;
}
div#ledge {
    background-image: none;
}
div#ulcorner {
    background-image: url( '/Content/SiteImages/tlcorner.png');
    background-position: top left;
    background-repeat: no-repeat;
}
div#urcorner {
    background-image: url('/Content/SiteImages/trcorner.png');
    background-position: top right;
    background-repeat: no-repeat;
}
div#blcorner {
    background-image: url('/Content/SiteImages/blcorner.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
div#brcorner {
    background-image: url('/Content/SiteImages/brcorner.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px 30px 30px 15px;
}
    
#main
{
    padding: 15px 15px;
    min-height: 500px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #fff;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer div
{
    display: block;
}

#footer div a
{
    color: #fff;
    text-decoration: underline;
}

div.center
{
    text-align: center;
}

div.border
{
    border: solid 1px #000000;
    padding: 5px;
    line-height: 1.5em;
}

p.right
{
    text-align: right;
}

/* TOP MENU   
----------------------------------------------------------*/

ul.menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul.menu li
{
    display: inline;
    list-style: none;
}

ul.menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    line-height: 2.8em;
    color: #fff;
}

ul.menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    line-height: 2.8em;
    /*background-color: #e8eef4;*/
    background: url( /content/siteimages/beige_gradient.png ) repeat-x;
    color: #2C3137;
    text-decoration: none;
}

ul.menu li a:hover
{
    background:none;
    background-color: #fff;
}

ul.menu li.vertical a:hover
{
    background-color: #e8eef4;
}

ul.menu li a:active
{
    background-color: #a6e2a6;
}

ul.menu li.selected a
{
    background-color: #fff;
    color: #000;
}

div.menu, div.active
{
	width: 150px;
	margin-bottom: 5px;	
	/*background: url( '/Content/SiteImages/menu.png' ) 0 -62px no-repeat;*/
	}
div.menu a, div.active a
{
	display: block;
	margin: 0;
	padding:10px 20px;
	overflow:hidden;
	color:#fff;
	text-decoration: none;
	background:none;
	background-color:#000;
	/*background: url( '/Content/SiteImages/menu.png' ) top left no-repeat;*/
	color: #fff;
    font-weight: bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
div.menu a span, div.active a span
{	
	margin:0;	
}

div.menu a:hover, div.active a, div.menu a:active 
{
	background-color: #EFF3D2;	
	color: #000;
	background: url( /content/siteimages/beige_gradient2.png ) repeat;	
}

/* ADVERTISING LIST   
----------------------------------------------------------*/

#scrollup
{
    position: relative;
    overflow: hidden;
    height: 550px;
}
.sponsor 
{
    position: absolute;
    top: 550px;
    height: 545px;
    left: 10px;
}

.sponsor ul
{
    margin: 0;
    padding: 0;
}

.sponsor ul li
{
    text-align: center;
}


/* LAPL TABLE   
----------------------------------------------------------*/

table tr td
{
    overflow:hidden;
}

table.lite
{
    width: 100%;
}

table.lite tr th
{
    text-align: center;
    background-color: #000000;
    line-height: 2.0em;
    color: #FFFFFF;
}

table.lite tr.head td
{
    line-height: 3em;
    font-weight: bold;
    color: #8E0915;
}

table.lite thead tr th
{
    text-align: center !important;
    background-color: #000000;
    line-height: 2.0em;
    color: #FFFFFF;
}

table.lite tbody tr td
{
    vertical-align: top;
    text-align: left;
}

table.lite tbody tr td.center
{
    text-align: center;
}


tr.odd
{
    background-color: #CCCCCC;
}

tr.even
{
    background-color: #FFFFFF;
}

table#application
{
    border: 0;
    width: 100%;
}

table#application tr td
{
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}

table.applicationForm
{
    width: 100%;
}

table.applicationForm tr td
{
    vertical-align: top;
    text-align: center;
}


/* List Items
----------------------------------------------------------*/
ul.link li
{
    list-style-type: disc;
}

li
{
    color: #253A4F;
    list-style: none;
    margin: 0;
    padding: 0;
}

li a:link
{
    margin: 0;
    padding: 0;
}

ul#newsletter
{
    padding: 0;
    margin: 0;
}

ul#newsletter li
{
    display: inline;
}

ul#newsletter li span.newsletter
{
    padding: 10px 10px;
}

ul#newsletter li span.yearHeader
{
    font-weight: bold;
    line-height: 2.8em;
    padding: 0;
    color: #000000;
    display: block;
}

#memberships
{
    overflow: auto;
    height: 300px;
}

/* ICONS Link
----------------------------------------------------------*/

a.edit
{
    text-decoration: none;
    background-image: url( '/Content/Icons/edit.png' );
    display: block;
	width: 1.4em; 
	height: 1.4em;
}

a.add
{
    background-image: url( '/Content/Icons/add.png' );
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding: 3px 5px 3px 20px;
}

a.delete
{
    background-image: url( '/Content/Icons/delete.png' );
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding: 3px 5px 3px 20px;
}

.new-feature
{
	background-image: url( '/Content/Icons/new.png' );
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 25px;
    padding: 3px 20px 3px 5px;
}

button
{
    background-repeat: no-repeat;
    background-position: 2px 5px;
    background-color:#FFF;
    cursor: pointer;
    margin: 0 5px 0 0;
    border: 1px solid;
    border-width: 1px;
    border-color: #999 #666 #666 #999; 
    font-size: 95%;
    padding: 5px 10px 5px 20px;
    overflow: visible;
}

button.check
{
    color:#050; 
    background-image: url( '/Content/Icons/check.png' );
}

button.check:hover
{
    background-color: #A7DF8B;
}

button.cancel
{
    color:#8E0915; 
    background-image: url( '/Content/Icons/cancel.png' );
}

button.cancel:hover
{
    background-color: #FFAFB2;
}

/* INPUTS
----------------------------------------------------------*/

.form-input input[type="text"], .form-input input[type="password"], .form-input textarea
{
    vertical-align:top;
}

input[type="text"]
{
    width: 20em;
}

input[type="password"]
{
    width: 20em;
}

textarea
{
    width: 30em;
	height: 5em;
	padding: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    position: relative;
    padding-bottom: 5px;
}

#title
{
    display:block;
    text-align:left;
    float: left;
    padding:15px 0 0 0;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
    height:20px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.LV_invalid_field
{
    border: 2px solid #ff0000;
}

span.LV_validation_message.LV_invalid
{
	padding-left: 10px;
	color: #f00;
}

div.error-summary, ul.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    padding: 5px;
    border: solid 1px #f00;
    width: 50%;
    margin: 10px 0;
}

div.error-summary div.caption
{
	font-size: 1.2em;
}

div.error-summary li, ul.validation-summary-errors li
{
	color: #f00;
	list-style-type: disc;
}

div#message
{
	margin-bottom: 10px;
	border: solid 1px #586F3E;
	background-color: #BDEF86;
	padding: 3px;
	font-size: 1.1em;
	font-weight: bold;
}

/* Commodities */

div#commodities
{
    display:none;
	 border: solid 1px #000;
	 -moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 background-color: #EFF3D2;
	 padding:5px;	 
}

div#commodities div#commodityDate
{
	border-bottom: solid 1px #000;
	margin-bottom: 3px;	
}

div#commodityDate
{
    color:#8E0915;
    font-size:1.2em;
}
div#commodities div.commodity
{
	height: 1.3em;
	padding: 0 5px;
}

div#commodities div.commodityName
{
	margin: 2px 0;
	float: left;
	width: 50%;
}

div#commodities div.commodityValue
{
	margin: 2px 0;
	float: left;
	width: 50%;
}

#bread-crumbs
{
    margin:0 0 10px 0;
    padding:0;
}
#bread-crumbs li
{
    margin:0;
    padding:0;
    display:inline;
    font-size:.9em;
}
.help
{    
    color:#505ABC;
    border:dashed 1px #ccc;
    padding:5px;    
}
        
div.form-input span.help
{    
    display:inline-block;
    width: 21.7em;
}
.ad_placeholder
{
    border:solid 1px #ccc;
    height:150px;
    width:200px;
    display:inline-block;
    margin-right:10px;
    text-align:center;
    background-color:#fff;    
}
