﻿body
{
	color: #000000;
	font-family: 'Century Gothic', 'Trebuchet MS', Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

body a
{
	color: #000000;
	text-decoration: none;
}

body a:hover
{
	color: #000000;
	text-decoration: underline;
}

h1
{
	font-size: 30px;
	color: #f1dde8;
	background-color: #000000;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2
{
	font-size: 26px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}


.sIFR-active h1
{
	visibility: hidden;
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 0px;
}


#wrapper
{
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 1000px;	
	height: 169px;
	position: relative;
}

#login
{
	position: absolute;
	top: 73px;
	left: 179px;
	width: 353px;
	height: 36px;
	background-image: url(/images/login.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#login .username
{
	width: 65px;
	margin-left: 65px;	
	margin-top: 6px;
	vertical-align: top;
}

#login .password
{
	width: 65px;	
	margin-left: 90px;
	margin-top: 6px;
	vertical-align: top;
}

#logo
{
	position: absolute;
	width: 500px;
	height: 169px;
	right: 0px;
	top: 0px;
	text-align: right;
}

#logo img
{
	margin-right: 55px;
	margin-top: 30px;	
}

#welcomemessage
{
	position: absolute;
	width: 408px;
	height: 24px;
	left: 179px;
	bottom: 18px;
	background-image: url(/images/lmw_club.gif);
	background-repeat: no-repeat;
}

#navigation
{
	width: 163px;
	float: left;
}

#navigation img
{
	border-style: none;	
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li
{
	font-size: 13px;
	color: #000000;
	width: 134px;
	background-image: url(/images/navigation.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#navigation ul li a
{
	margin-left: 15px;	
	width: 119px;
}

#navigation ul li a:hover
{
	text-decoration: none;
}

#navigation ul li.selected
{
	background-image: url(/images/navigation_on.gif);
}

#navigation ul li.selected.drop
{
	color: #ffffff;
	background-image: url(/images/navigation_on_drop.gif);
	margin-bottom: 0px;
}

#navigation ul li.selected a
{
	color: #ffffff;
}

#navigation ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
}

#navigation ul li li
{
	background-image: url(/images/sub_navigation_inner.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#navigation ul li li.selected, #navigation ul li li.first.selected
{
	background-image: url(/images/sub_navigation_inner_on.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#navigation ul li.selected li a
{
	color: #000000;
}

#navigation ul li li.last
{
	background-image: url(/images/sub_navigation_bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#navigation ul li li.last.selected
{
	background-image: url(/images/sub_navigation_bottom_on.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#contentwrapper
{
	width: 763px;
	padding: 13px 17px 13px 18px;
	border: solid 2px #000000;
	float: left;
}

#title
{
	width: 763px;
}

#content
{
	width: 722px;
	background-color: #f1dde8;
	padding: 21px 20px 21px 21px;
}

#content h1
{
	margin: 0;
	padding: 0;	
}

#content dd
{
	margin: 0;
	padding: 0;	
}

#content li
{
	list-style-image: url(/images/bullet_swirl.gif);
	padding-left: 10px;
}

#footer
{
	font-size: 12px;
	width: 722px;
	color: #f1dde8;
	background-color: #000000;
	padding: 3px 20px 3px 21px;
	margin-top: 10px;
	text-align: center;	
}

#footer a
{
	color: #f1dde8;
}

.contactForm
{
	margin-top: 10px;
}

.contactForm .label
{
	font-weight: bold;	
}

.onlineform {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 100%; 
}


.onlineform .label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 180px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

.onlineform select
{
	width: 300px;
	margin: 5px 0 0 10px; 
	border: 0;
	height: 19px;
	padding: 2px 10px 2px 10px;
	font:100% 'Century Gothic', Verdana, Arial;
}

.onlineform textarea
{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 300px; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: 0;
	padding: 2px 10px 2px 10px;
	font:100% 'Century Gothic', Verdana, Arial;
}

.onlineform input.pinkrounded
{
	width: 300px;
	margin: 5px 0 0 10px; 
	border: 0;
	height: 19px;
	padding: 2px 10px 2px 10px;
	font:100% 'Century Gothic', Verdana, Arial;
	background-image: url(/Images/input_single.gif);
	background-repeat: no-repeat;
}

.onlineform textarea.pinkrounded
{
	width: 300px;
	margin: 5px 0 0 10px; 
	border: 0;
	height: 127px;
	padding: 2px 10px 2px 10px;
	font:100% 'Century Gothic', Verdana, Arial;
	background-image: url(/Images/input_tall.gif);
	background-repeat: no-repeat;
}

/*.onlineform textarea.pinkrounded, .onlineform select.pinkrounded
{
	background-image: url(/Images/input_single.gif);
	background-repeat: no-repeat;
}*/

.onlineform select.pinkrounded
{
	width: 318px;
	margin: 5px 0 0 10px; 
	border: 0;
	height: 22px;
	padding: 2px 10px 2px 10px;
	font: 13px 'Century Gothic', Verdana, Arial;
	background-image: url(/Images/input_single.gif);
	background-repeat: no-repeat;
	background-color: #f1dde8;
}

/*.onlineform textarea.pinkrounded
{
	background-image: none;
	background-color: #f1dde8;
}*/

.boxwhite .top
{
	width: 722px;
	height: 24px;
	background-image: url(/Images/white_box_722_top.gif);
	background-repeat: no-repeat;	
}

.boxwhite .middle
{
	width: 664px;
	background-color: #ffffff;	
	padding: 0px 29px 0px 29px;
}

.boxwhite .bottom
{
	width: 722px;
	height: 24px;
	background-image: url(/Images/white_box_722_bottom.gif);
	background-repeat: no-repeat;	
}

.linkZone
{
	width: 139px;
	height: 94px;
	margin-right: 26px;
	margin-bottom: 12px;
	float: left;
	background-image: url(/Images/useful_links_box.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
}

.linkZone a
{
	/*padding: 20px 5px 5px 5px;	*/
	width: 139px;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}

.sIFR-active .linkZone a
{
	visibility: hidden;
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 0px;
}

.linkZone a:hover
{
	text-decoration: underline;
}

ul.expandableList
{
	margin: 0;
	list-style-type: none;
}

ul.expandableList li
{
	list-style-type: none;
}

.sf_listTitle
{
	color: #000000;
	font-family: 'Century Gothic', Verdana, Arial;
	font-size: 14px;
	display: none;
}

.sf_listItemTitle
{
	color: #000000;
	font-family: 'Century Gothic', Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
}

.postitnote
{	
	width: 373px;
	height: 287px;
	background-image: url(/images/post_it.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	/*margin-right: 8px;*/
}

.postitnote p
{
	position: relative;
	left: 80px;
	top: 70px;
	width: 240px;
}

.postitnote a:hover
{
	text-decoration: none;
}

dt
{
	margin-top: 20px;	
}
